Other components
Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
fine-metadata-webui | 0% | 107 | 108 | 845 | 107 | 1 | 0 | 0 | |
|
|||||||||
后端库(nuclear-all)dc-fbi
|
0% | 2,413 | 2,445 | 16,720 | 0 | 0 | 0 | 0 | |
|
|||||||||
前端库(decision-webui)-portal_tag
|
0% | 36 | 36 | 245 | 0 | 0 | 0 | 0 | |
|
|||||||||
fine-metadata-webui_TAG
|
0% | 36 | 36 | 245 | 0 | 0 | 0 | 0 | |
|
|||||||||
fdl
|
99% | 6 | 6 | 236 | 6 | 270 | 0 | 0 | |
|
|||||||||
fdl-center
|
0 | 0 | 0 | 0 | 48 | 0 | 0 | ||
|
|||||||||
fdl-service
|
0 | 0 | 0 | 0 | 68 | 0 | 0 | ||
|
|||||||||
前端库(decision-webui)-portal_decision_register
|
0 | 0 | 0 | 0 | 50 | 0 | 0 | ||
|
|||||||||
fine-datasource | 0 | 0 | 0 | 0 | 261 | 10 | 0 | ||
|
|||||||||
Glossary fbp/release | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
Overview
Project website | code.fineres.com |
---|---|
Project maintainers |
![]() |
Translation process |
|
Source code repository |
ssh://code.fineres.com:7999/~okcean/fine-universal-skeleton.git
|
Repository branch | fbp/release |
Last remote commit |
Translated using Weblate (English)
24768e40a
![]() |
Last commit in Weblate |
Translated using Weblate (English)
24768e40a
![]() |
Weblate repository |
http://124.71.185.90:8080/git/fbp-research-mss/skeleton/
|
File mask | fine-function/src/main/resources/com/fr/i18n/function/core_*.properties |
Monolingual base language file | fine-function/src/main/resources/com/fr/i18n/function/core_zh.properties |
Translation file |
Download
fine-function/src/main/resources/com/fr/i18n/function/core_en.properties
|
Last change | April 17, 2025, 3:03 a.m. |
Last author | Chauvet |
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 184 | 1,437 | 40,071 | |||
Translated | 100% | 184 | 100% | 1,437 | 100% | 40,071 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
Failing checks | 61% | 114 | 68% | 986 | 69% | 27,995 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
![]() Translation changed fbp/release / 通用组件 — English |
|
![]() Translation changed fbp/release / 通用组件 — English |
|
![]() Translation changed fbp/release / 通用组件 — English |
|
![]() Translation changed fbp/release / 通用组件 — English |
|
![]() New contributor fbp/release / 通用组件 — English |
New contributor
2 months ago
|
![]() Resource update fbp/release / 通用组件 — English |
The "
fine-function/src/main/resources/com/fr/i18n/function/core_en.properties " file was changed.
4 months ago
|
![]() String updated in the repository fbp/release / 通用组件 — English |
|
![]() Translation changed fbp/release / 通用组件 — English |
|
![]() Source string changed fbp/release / 通用组件 — English |
|
![]() Translation uploaded fbp/release / 通用组件 — English |
|
184 | File in original format as translated in the repository | Java Properties (ISO 8859-1) | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
184 | 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_text不在within_text中,FIND函数返回值为0。如果start_num不大于0,FIND函数返回错误信息#VALUE?。如果start_num大于within_text的长度,FIND函数返回值为0。如果find_text是空白文本,FIND函数将在搜索串中匹配第一个字符(即编号为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)等于#VALUE?。
find_text: text to be found or reference to a cell containing the text.
within_text: text or reference to a cell 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.
Note:
If the text specified by find_text is not within that specified by within_text, the FIND function returns 0. If the index specified by start_num is not greater than 0, the FIND function returns the error message #VALUE?. If the index specified by start_num is greater than the length of within_text, the FIND function returns 0. If find_text is left empty, the FIND function matches the first character (namely, character numbered the index specified by start_num or 1) in the search string.
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 #VALUE?.