Language | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
Chinese (Simplified) | 0 | 0 | 0 | 0 | 7 | 0 | 0 | ||
|
|||||||||
Chinese (Traditional) | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
English | 71% | 4 | 71 | 1,178 | 0 | 7 | 0 | 0 | |
|
|||||||||
Japanese | 0 | 0 | 0 | 0 | 1 | 0 | 0 | ||
|
|||||||||
Korean | 0 | 0 | 0 | 0 | 3 | 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 |
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 70 | 820 | 12,675 | |||
Source | 14 | 164 | 2,535 | |||
Translated | 94% | 66 | 91% | 749 | 90% | 11,497 |
Needs editing | 5% | 4 | 8% | 71 | 9% | 1,178 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
Failing checks | 25% | 18 | 24% | 201 | 28% | 3,578 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
Quick numbers
Trends of last 30 days
Colette.Li
Translation changed |
|
Colette.Li
Translation changed |
|
Colette.Li
Translation changed |
|
Colette.Li
Translation changed |
|
Colette.Li
Translation changed |
|
Cici.Liu
Translation changed E-国际业务-通用插件 / 本地化函数集合 — Korean |
|
Cici.Liu
Translation changed E-国际业务-通用插件 / 本地化函数集合 — Korean |
|
Cici.Liu
Translation changed E-国际业务-通用插件 / 本地化函数集合 — Korean |
|
Cici.Liu
Translation changed E-国际业务-通用插件 / 本地化函数集合 — Korean |
|
Lauren.Wu
Translation changed |
|
date:需进行判断的日期
locale:地区语言,目前仅支持zh_CN(中国大陆)和zh_TW(中国台湾),为空时默认取工程语言(仅针对zh_CN和zh_TW)
示例:
ISHOLIDAY("2024-04-03","zh_TW")
计算结果为:true
このISHOLIDAY(date, locale) 関数は、指定された日付が法定の祝休日かどうかを返します。第二引数にはdate:判定する必要がある日付
locale:地域
との言語を指定できますが、省略した場合はプロジェクトのデフォルト言語が使用されします。現在、zh_CN(中国本土)とzh_TW(中国台湾)のみがをサポートされしています。空の場合、プロジェクトの言語設定(zh_CNまたはzh_TWのみ)を使用します。例:
ISHOLIDAY("2024-04-03", "zh_TW")
の結果は計算結果:true
です