Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
Glossary BI 6.1 release | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
foundation | 0 | 0 | 0 | 0 | 793 | 4 | 0 | ||
|
|||||||||
i18n-decision
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
i18n-spider
|
0 | 0 | 0 | 0 | 35 | 0 | 0 | ||
|
|||||||||
i18n-swift
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
Overview
Project website | code.fineres.com/projects/BUSSINESS/repos/nuclear-all/browse |
---|---|
Project maintainers |
![]() |
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 5,167 | 7,887 | 102,706 | |||
Translated | 100% | 5,167 | 100% | 7,887 | 100% | 102,706 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 1% | 4 | 0% | 0 | 0% | 0 |
Failing checks | 16% | 828 | 23% | 1,863 | 32% | 33,585 |
Strings with suggestions | 1% | 4 | 1% | 6 | 1% | 55 |
Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
Quick numbers
7,887
Hosted words
5,167
Hosted strings
100%
Translated
2
Contributors
and previous 30 days
Trends of last 30 days
+1%
Hosted words
+1%
+1%
Hosted strings
+1%
—
Translated
—
−100%
Contributors
+75%
![]() Translation changed |
|
![]() Translation changed |
|
![]() Translation changed |
|
![]() Translation changed |
|
![]() New translation |
|
![]() New translation |
|
![]() New translation |
|
![]() New translation |
|
![]() New translation |
|
![]() New translation |
|
• 参数说明
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.