Other components
Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
word报告(Microsoft版)
|
0% | 73 | 83 | 1,420 | 0 | 0 | 0 | 0 | |
|
|||||||||
定时调度多模板填报
|
0% | 1 | 1 | 6 | 0 | 0 | 0 | 0 | |
|
|||||||||
流水号函数
|
0% | 28 | 32 | 462 | 0 | 0 | 0 | 0 | |
|
|||||||||
系统并发查看
|
0% | 4 | 3 | 56 | 0 | 0 | 0 | 0 | |
|
|||||||||
自定义bi数字格式化V6
|
0% | 5 | 5 | 46 | 0 | 0 | 0 | 0 | |
|
|||||||||
多语言(plugin-i18n-bundle) | 98% | 2 | 2 | 34 | 2 | 8 | 0 | 0 | |
|
|||||||||
增强版多ldap认证插件 | 98% | 1 | 1 | 58 | 0 | 5 | 0 | 0 | |
|
|||||||||
平台字体可配置
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
Glossary E-国际业务-通用插件 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
文本控件校验国际化 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
Overview
Project website | code.fineres.com/projects/I18N |
---|---|
Project maintainers |
![]() |
Translation process |
|
Source code repository |
ssh://code.fineres.com:7999/~okcean/plugin-function-l10n.git
|
Repository branch | release/10.0 |
Last remote commit |
Translated using Weblate (English)
c9534d4
![]() |
Last commit in Weblate |
Translated using Weblate (English)
c9534d4
![]() |
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_ja_JP.properties
|
Last change | Jan. 21, 2025, 9:08 a.m. |
Last author | Colette.Li |
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 | 7% | 1 | 1% | 1 | 1% | 18 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
![]() Translation changed |
|
![]() Translation changed |
|
![]() Translation changed |
|
![]() Translation changed |
|
![]() Translation changed |
|
![]() Source string changed |
|
![]() Source string changed |
|
![]() Source string changed |
|
![]() Source string changed |
|
![]() New translation |
|
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
このISHOLIDAY(date, locale) 関数は、指定された日付が法定の祝休日かどうかを返します。第二引数にはdate:判定する必要がある日付
locale:地域
との言語を指定できますが、省略した場合はプロジェクトのデフォルト言語が使用されします。現在、zh_CN(中国本土)とzh_TW(中国台湾)のみがをサポートされしています。空の場合、プロジェクトの言語設定(zh_CNまたはzh_TWのみ)を使用します。例:
ISHOLIDAY("2024-04-03", "zh_TW")
の結果は計算結果:true
です