Other components
Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
系统检查插件V11
|
0% | 291 | 301 | 3,096 | 0 | 0 | 0 | 0 | |
|
|||||||||
模板助手插件v11
|
0% | 247 | 270 | 3,414 | 0 | 0 | 0 | 0 | |
|
|||||||||
扩展图表v10
|
0% | 290 | 292 | 1,870 | 0 | 0 | 0 | 0 | |
|
|||||||||
扩展图表v11
|
0% | 293 | 294 | 1,879 | 0 | 0 | 0 | 0 | |
|
|||||||||
系统检查插件V10
|
0% | 320 | 367 | 3,581 | 0 | 0 | 0 | 0 | |
|
|||||||||
定时调度V10(schedule-main-web-v10)
|
0% | 6 | 6 | 55 | 0 | 0 | 0 | 0 | |
|
|||||||||
定时调度V11(schedule-main-web-v11)
|
0% | 6 | 6 | 55 | 0 | 0 | 0 | 0 | |
|
|||||||||
定时调度V10(schedule-main-server-v10)
|
0% | 59 | 99 | 745 | 0 | 0 | 0 | 0 | |
|
|||||||||
定时调度V11(schedule-main-server-v11)
|
0% | 68 | 110 | 876 | 0 | 0 | 0 | 0 | |
|
|||||||||
定时调度V10(schedule-report-v10)
|
0% | 1 | 1 | 5 | 0 | 0 | 0 | 0 | |
|
Overview
Project website | code.fineres.com/projects/REPORT |
---|---|
Project maintainers |
![]() ![]() |
Translation process |
|
Source code repository |
ssh://code.fineres.com:7999/~okcean/fine-universal-skeleton.git
|
Repository branch | master |
Last remote commit |
Translated using Weblate (English)
071b3198e
![]() |
Last commit in Weblate |
Translated using Weblate (English)
071b3198e
![]() |
Weblate repository |
http://124.71.185.90:8080/git/FR/fine-universal-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,085 | |||
Translated | 100% | 184 | 100% | 1,437 | 100% | 40,085 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
Failing checks | 61% | 114 | 68% | 983 | 69% | 28,008 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
![]() Translation changed FR-RELEASE / 4.CBBV10/V11共用(fine-universal-skeleton) — English |
|
![]() New translation FR-RELEASE / 4.CBBV10/V11共用(fine-universal-skeleton) — English |
|
![]() New string to translate FR-RELEASE / 4.CBBV10/V11共用(fine-universal-skeleton) — English |
1 new string to translate appeared in the translation.
3 weeks ago
|
![]() Resource update FR-RELEASE / 4.CBBV10/V11共用(fine-universal-skeleton) — English |
The "
fine-function/src/main/resources/com/fr/i18n/function/core_en.properties " file was changed.
3 weeks ago
|
![]() String updated in the repository FR-RELEASE / 4.CBBV10/V11共用(fine-universal-skeleton) — English |
|
![]() Translation changed FR-RELEASE / 4.CBBV10/V11共用(fine-universal-skeleton) — English |
|
![]() Translation changed FR-RELEASE / 4.CBBV10/V11共用(fine-universal-skeleton) — English |
|
![]() Translation changed FR-RELEASE / 4.CBBV10/V11共用(fine-universal-skeleton) — English |
|
![]() Resource update FR-RELEASE / 4.CBBV10/V11共用(fine-universal-skeleton) — English |
Parsing of the "
fine-function/src/main/resources/com/fr/i18n/function/core_en.properties " file was enforced.
3 months ago
|
![]() Resource update FR-RELEASE / 4.CBBV10/V11共用(fine-universal-skeleton) — English |
Parsing of the "
fine-function/src/main/resources/com/fr/i18n/function/core_en.properties " file was enforced.
3 months ago
|
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?.