Other components
Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
teams集成插件(plugin-mobile-teams) | 78% | 60 | 0 | 0 | 60 | 36 | 0 | 0 | |
|
|||||||||
word报告(Microsoft版) | 98% | 1 | 0 | 0 | 1 | 19 | 0 | 0 | |
|
|||||||||
平台字体可配置 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | ||
|
|||||||||
Glossary E-国际业务-通用插件 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
saml单点登录插件 | 0 | 0 | 0 | 0 | 14 | 0 | 0 | ||
|
|||||||||
定时调度多模板填报 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
增强版多ldap认证插件 | 0 | 0 | 0 | 0 | 26 | 0 | 0 | ||
|
|||||||||
导出到googledrive | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
平台语言切换 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
英文插件管理V11 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | ||
|
Overview
Project website | code.fineres.com/projects/I18N |
---|---|
Project maintainers | Heedong.Yeo |
Translation process |
|
Source code repository |
ssh://code.fineres.com:7999/~okcean/plugin-function-l10n.git
|
Repository branch | release/10.0 |
Last remote commit |
Pull request #17: 无jira任务 国际化更新
213a333
inter authored 2 weeks ago |
Last commit in Weblate |
Translated using Weblate (Chinese (Traditional))
e8ff46f
Griffin authored 2 weeks ago |
Weblate repository |
http://124.71.185.90:8080/git/I18N/plugin-function-l10n/
|
File mask | src/main/resources/com/fr/plugin/function/l10n/locale/main_*.properties |
Monolingual base language file | src/main/resources/com/fr/plugin/function/l10n/locale/main_zh.properties |
Translation file |
Download
src/main/resources/com/fr/plugin/function/l10n/locale/main_zh.properties
|
Last change | Jan. 20, 2025, 10:12 a.m. |
Last author | Lauren.Wu |
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 14 | 164 | 2,535 | |||
Translated | 100% | 14 | 100% | 164 | 100% | 2,535 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
Failing checks | 50% | 7 | 50% | 82 | 56% | 1,443 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
Quick numbers
164
Hosted words
14
Hosted strings
100%
Translated
3
Contributors
and previous 30 days
Trends of last 30 days
+49%
Hosted words
+2%
+42%
Hosted strings
+37%
—
Translated
—
+66%
Contributors
+100%
Lauren.Wu
Translation changed |
|
Lauren.Wu
Translation changed |
|
Lauren.Wu
Translation changed |
|
Lauren.Wu
Translation changed |
|
Lauren.Wu
New contributor |
New contributor
yesterday
|
okcean
Resource update |
The "
src/main/resources/com/fr/plugin/function/l10n/locale/main_zh.properties " file was changed.
2 weeks ago
|
None
String updated in the repository |
|
None
String updated in the repository |
|
None
String updated in the repository |
|
None
String updated in the repository |
|
14 | File in original format as translated in the repository | Java Properties (ISO 8859-1) | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
14 | 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 |
date:需进行判断的日期
locale:地区语言,目前仅支持zh_CN(中国大陆)和zh_TW(中国台湾),为空时默认取工程语言(仅针对zh_CN和zh_TW)
示例:
ISHOLIDAY("2024-04-03","zh_TW")
计算结果为:true
该函数返回传参的日期是否是法定节假日,第二个参数表示地区语言,可以不传,默认取工程语言,目前仅支持zh_CN和zh_TW分别代表中国大陆和台湾。ISHOLIDAY(date,locale) 该函数返回传参的日期是否是法定节假日date:需进行判断的日期
locale:地区语言,目前仅支持zh_CN(中国大陆)和zh_TW(中国台湾),为空时默认取工程语言(仅针对zh_CN和zh_TW)
示例:
ISHOLIDAY("2024-04-03","zh_TW")
,输出计算结果为:true