带有分享图标的部件属于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-foundation-6.0 | 99% | 1 | 3 | 46 | 1 | 528 | 0 | 0 | |
|
|||||||||
nuclear-i18n-swift-6.0
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
nuclear-design-51x | 0 | 0 | 0 | 0 | 4 | 0 | 0 | ||
|
|||||||||
nuclear-design-6.1 | 0 | 0 | 0 | 0 | 3 | 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/5.1.x |
Last remote commit |
Translated using Weblate (Korean)
a44ad9c4
![]() |
Last commit in Weblate |
Translated using Weblate (Japanese)
72c0bb1c
![]() |
Weblate repository |
http://124.71.185.90:8080/git/bi/nuclear-i18n-foundation-51x/
|
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_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 | 2,966 | 4,881 | 65,550 | |||
Translated | 100% | 2,966 | 100% | 4,881 | 100% | 65,550 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
Failing checks | 12% | 356 | 19% | 963 | 26% | 17,532 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
Browse all translation changes
2,966 | File in original format as translated in the repository | Java Properties (ISO 8859-1) | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
2,966 | 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.