带有分享图标的部件属于FRBI公共库,在本项目中使用搜索功能是无法搜到分享库其中的key的。 如在本仓库未搜到key,请尝试移步FRBI公共模块(http://124.71.185.90:8080/projects/frbi/#components )下再次进行搜索
Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
Glossary BI-RELEASE | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
bi分析工具v11
|
99% | 1 | 3 | 39 | 0 | 82 | 0 | 0 | |
|
|||||||||
bi分析工具v5
|
0 | 0 | 0 | 0 | 50 | 0 | 0 | ||
|
|||||||||
nuclear-design-51x | 0 | 0 | 0 | 0 | 3 | 0 | 0 | ||
|
|||||||||
nuclear-design-6.0 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | ||
|
|||||||||
nuclear-design-6.1 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | ||
|
|||||||||
nuclear-i18n-decision-6.0
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
nuclear-i18n-foundation-5.1.x | 0 | 0 | 0 | 0 | 352 | 0 | 0 | ||
|
|||||||||
nuclear-i18n-foundation-6.0 | 99% | 1 | 3 | 46 | 1 | 542 | 0 | 0 | |
|
|||||||||
nuclear-i18n-spider-5.1.x
|
0 | 0 | 0 | 0 | 19 | 0 | 0 | ||
|
|||||||||
nuclear-i18n-spider-6.0
|
0 | 0 | 0 | 0 | 21 | 0 | 0 | ||
|
|||||||||
nuclear-i18n-swift-5.1.x
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
nuclear-i18n-swift-6.0
|
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 license | proprietary nuclear-design-51x |
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 7,706 | 11,980 | 160,219 | |||
Translated | 99% | 7,705 | 99% | 11,977 | 99% | 160,173 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
Failing checks | 12% | 943 | 18% | 2,212 | 25% | 40,286 |
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 |
|
![]() 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
|
• 参数说明
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.