带有分享图标的部件属于FRBI公共库,在本项目中使用搜索功能是无法搜到分享库其中的key的。 如在本仓库未搜到key,请尝试移步FRBI公共模块(http://124.71.185.90:8080/projects/frbi/#components )下再次进行搜索
Other components
Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
bi分析工具v5
|
0% | 827 | 1,043 | 10,218 | 0 | 0 | 0 | 0 | |
|
|||||||||
bi分析工具v11
|
0% | 864 | 1,060 | 9,998 | 0 | 0 | 0 | 0 | |
|
|||||||||
富文本(finemirror)
|
0% | 64 | 66 | 224 | 0 | 0 | 0 | 0 | |
|
|||||||||
nuclear-i18n-swift-6.0
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
nuclear-design-51x | 0 | 0 | 0 | 0 | 3 | 0 | 0 | ||
|
|||||||||
nuclear-design-6.1 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | ||
|
|||||||||
nuclear-i18n-foundation-5.1.x | 0 | 0 | 0 | 0 | 352 | 0 | 0 | ||
|
|||||||||
nuclear-i18n-spider-6.0
|
0 | 0 | 0 | 0 | 21 | 0 | 0 | ||
|
|||||||||
nuclear-i18n-decision-6.0
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
nuclear-i18n-swift-5.1.x
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
Overview
Project website | code.fineres.com/projects/BUSSINESS/repos/nuclear-i18n/browse |
---|---|
Instructions for translators | 带有分享图标的部件属于FRBI公共库,在本项目中使用搜索功能是无法搜到其中的key的。请移步http://124.71.185.90:8080/projects/frbi/#components 下进行搜索 |
Project maintainers |
![]() ![]() ![]() ![]() ![]() ![]() |
Translation process |
|
Source code repository |
ssh://code.fineres.com:7999/~okcean/nuclear-i18n.git
|
Repository branch | release/6.0 |
Last remote commit |
Pull request #9263: 无jira任务 国际化更新
652a9314
inter authored yesterday |
Last commit in Weblate |
Translated using Weblate (Korean)
3f98aa89
![]() |
Weblate repository |
http://124.71.185.90:8080/git/bi/nuclear-i18n-foundation-6/
|
File mask | i18n-foundation/src/main/resources/com/finebi/i18n/foundation/foundation_*.properties |
Monolingual base language file | i18n-foundation/src/main/resources/com/finebi/i18n/foundation/foundation_zh.properties |
Translation file |
Download
i18n-foundation/src/main/resources/com/finebi/i18n/foundation/foundation_en.properties
|
Last change | April 17, 2025, 3:02 a.m. |
Last author | Chauvet |
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 4,359 | 6,669 | 88,630 | |||
Translated | 99% | 4,358 | 99% | 6,666 | 99% | 88,584 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
Failing checks | 12% | 542 | 17% | 1,149 | 23% | 20,388 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
Untranslated strings | 1% | 1 | 1% | 3 | 1% | 46 |
![]() Translation changed |
|
![]() Translation changed |
|
![]() Translation changed |
|
![]() Translation changed |
|
![]() New string to translate |
1 new string to translate appeared in the translation.
4 days ago
|
![]() Resource update |
The "
i18n-foundation/src/main/resources/com/finebi/i18n/foundation/foundation_zh.properties " file was changed.
4 days ago
|
![]() String updated in the repository |
|
![]() Translation changed |
|
![]() Translation changed |
|
![]() Translation changed |
|
4,359 | File in original format as translated in the repository | Java Properties (ISO 8859-1) | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
4,359 | All strings, converted files enriched with comments; suitable for offline translation | Android String Resource | CSV | JSON | gettext PO | iOS strings | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
1 | Unfinished strings, converted files enriched with comments; suitable for offline translation | Android String Resource | CSV | JSON | gettext PO | iOS strings | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
• 参数说明
find_text:需要查找的文本。
within_text:包含需要查找文本的文本。
start_num:指定进行查找字符的索引位置。
within_text里的索引从1开始。如果省略start_num,则假设值为1。
• 示例
FIND("I","Information")等于1。
FIND("i","Information")等于9。
FIND("o","Information",2)等于4。
FIND("o","Information",12)等于0。
FIND("o","Information",-1)返回空。
find_text: text to be found.
within_text: text containing the text to be found.
start_num: index from which the character search starts.
The index in within_text starts from 1. If start_num is left empty, 1 is used by default.
Example:
FIND("I","Information") returns 1.
FIND("i","Information") returns 9.
FIND("o","Information",2) returns 4.
FIND("o","Information",12) returns 0.
FIND("o","Information",-1) returns null.