Other components
Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
定时调度支持推送非平台 | 0% | 4 | 4 | 71 | 4 | 0 | 0 | 0 | |
|
|||||||||
Server dataset synchronization supports configuring user types | 0% | 5 | 5 | 72 | 5 | 0 | 0 | 0 | |
|
|||||||||
Glossary Add Super User_EK | 0% | 14 | 13 | 206 | 14 | 0 | 0 | 0 | |
|
|||||||||
导出到googledrive | 0% | 13 | 18 | 154 | 0 | 0 | 0 | 0 | |
|
|||||||||
自定义bi数字格式化V6 | 0% | 5 | 5 | 46 | 0 | 0 | 0 | 0 | |
|
|||||||||
定时调度多模板填报 | 0% | 1 | 1 | 6 | 0 | 0 | 0 | 0 | |
|
|||||||||
流水号函数 | 0% | 28 | 32 | 462 | 0 | 0 | 0 | 0 | |
|
|||||||||
word报告(Microsoft版) | 0% | 73 | 83 | 1,420 | 0 | 0 | 0 | 0 | |
|
|||||||||
login-auth-totp | 4% | 20 | 29 | 540 | 20 | 2 | 0 | 0 | |
|
|||||||||
Google Sheets Dataset | 11% | 8 | 17 | 98 | 8 | 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 |
Translation file |
Download
src/main/resources/com/fr/plugin/function/l10n/locale/main_ko_KR.properties
|
Last change | Jan. 21, 2025, 7:51 a.m. |
Last author | Cici.Liu |
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 | 21% | 3 | 21% | 36 | 26% | 674 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
Quick numbers
Trends of last 30 days
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
Source string changed E-国际业务-通用插件 / 本地化函数集合 — Korean |
|
Lauren.Wu
Source string changed E-国际业务-通用插件 / 本地化函数集合 — Korean |
|
Lauren.Wu
Source string changed E-国际业务-通用插件 / 本地化函数集合 — Korean |
|
Lauren.Wu
Source string changed E-国际业务-通用插件 / 本地化函数集合 — Korean |
|
Cici.Liu
New translation E-国际业务-通用插件 / 本地化函数集合 — Korean |
|
Cici.Liu
New translation E-国际业务-通用插件 / 本地化函数集合 — Korean |
|
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