Other components
Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
通用组件
|
0% | 184 | 1,437 | 40,071 | 0 | 0 | 0 | 0 | |
|
|||||||||
前端库(decision-webui)-portal_decision-map
|
0% | 42 | 44 | 273 | 0 | 0 | 0 | 0 | |
|
|||||||||
前端库(nuclear-webui)-lib
|
0% | 3 | 3 | 38 | 0 | 0 | 0 | 0 | |
|
|||||||||
fine+数据源fine-datasource-api
|
0% | 25 | 26 | 174 | 0 | 0 | 0 | 0 | |
|
|||||||||
前端库(decision-webui)-portal_decision_ums
|
0% | 365 | 370 | 3,111 | 0 | 0 | 0 | 0 | |
|
|||||||||
后端库基础组件(carina)server
|
0% | 4,700 | 4,922 | 43,907 | 0 | 0 | 0 | 0 | |
|
|||||||||
前端库(decision-webui-bi)-app
|
0% | 424 | 486 | 5,947 | 0 | 0 | 0 | 0 | |
|
|||||||||
fine-metadata-webui
|
0% | 107 | 108 | 845 | 0 | 0 | 0 | 0 | |
|
|||||||||
fdl
|
0% | 2,307 | 2,367 | 22,436 | 0 | 0 | 0 | 0 | |
|
|||||||||
fine-datasource
|
0% | 1,816 | 1,875 | 14,973 | 0 | 0 | 0 | 0 | |
|
Overview
Project website | code.fineres.com |
---|---|
Project maintainers |
![]() |
Translation process |
|
Source code repository |
ssh://code.fineres.com:7999/~okcean/nuclear-all.git
|
Repository branch | final/dc |
Last remote commit |
Translated using Weblate (English (United States))
d513aff53cf
![]() |
Last commit in Weblate |
Translated using Weblate (Korean)
26bcce986d6
![]() |
Weblate repository |
http://124.71.185.90:8080/git/fbp-research-mss/nuclear-all-dc-decision/
|
File mask | nuclear-i18n/i18n-foundation/src/main/resources/com/finebi/i18n/foundation/foundation_*.properties |
Monolingual base language file | nuclear-i18n/i18n-foundation/src/main/resources/com/finebi/i18n/foundation/foundation_zh.properties |
Translation file |
Download
nuclear-i18n/i18n-foundation/src/main/resources/com/finebi/i18n/foundation/foundation_en_US.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,958 | 7,639 | 99,081 | |||
Translated | 100% | 4,958 | 100% | 7,639 | 100% | 99,081 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 1% | 4 | 0% | 0 | 0% | 0 |
Failing checks | 15% | 766 | 25% | 1,935 | 36% | 35,797 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
Browse all translation changes
4,958 | File in original format as translated in the repository | Java Properties (ISO 8859-1) | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
4,958 | 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 |
• 参数说明
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.