i18ntk 4.7.0 → 4.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +34 -1
- package/README.md +15 -4
- package/main/i18ntk-ui.js +35 -30
- package/main/i18ntk-usage.js +2 -2
- package/main/i18ntk-validate.js +1 -1
- package/main/manage/commands/ValidateCommand.js +1 -1
- package/main/manage/index.js +52 -47
- package/main/manage/managers/LanguageMenu.js +3 -1
- package/main/manage/services/ConfigurationService.js +1 -1
- package/main/manage/services/FrameworkDetectionService.js +1 -1
- package/main/manage/services/UsageService.js +2 -2
- package/package.json +11 -7
- package/settings/settings-manager.js +19 -3
- package/ui-locales/ar.json +2636 -0
- package/ui-locales/cs.json +2636 -0
- package/ui-locales/de.json +17 -1
- package/ui-locales/el.json +2636 -0
- package/ui-locales/en.json +17 -1
- package/ui-locales/es.json +17 -1
- package/ui-locales/fr.json +17 -1
- package/ui-locales/he.json +2636 -0
- package/ui-locales/hi.json +2636 -0
- package/ui-locales/hu.json +2636 -0
- package/ui-locales/it.json +2636 -0
- package/ui-locales/ja.json +17 -1
- package/ui-locales/ko.json +2636 -0
- package/ui-locales/nl.json +2636 -0
- package/ui-locales/pl.json +2636 -0
- package/ui-locales/pt.json +2636 -0
- package/ui-locales/ru.json +17 -1
- package/ui-locales/sv.json +2636 -0
- package/ui-locales/th.json +2636 -0
- package/ui-locales/tr.json +2636 -0
- package/ui-locales/uk.json +2636 -0
- package/ui-locales/vi.json +2636 -0
- package/ui-locales/zh.json +17 -1
- package/utils/config-helper.js +2 -2
- package/utils/config-manager.js +3 -4
- package/utils/env-manager.js +1 -1
- package/utils/locale-optimizer.js +1 -1
package/ui-locales/ja.json
CHANGED
|
@@ -2057,7 +2057,23 @@
|
|
|
2057
2057
|
"fr": "フランス語",
|
|
2058
2058
|
"ru": "ロシア",
|
|
2059
2059
|
"ja": "日本語",
|
|
2060
|
-
"zh": "中国語"
|
|
2060
|
+
"zh": "中国語",
|
|
2061
|
+
"it": "イタリア語",
|
|
2062
|
+
"pt": "ポルトガル語",
|
|
2063
|
+
"nl": "オランダ語",
|
|
2064
|
+
"pl": "ポーランド語",
|
|
2065
|
+
"sv": "スウェーデン語",
|
|
2066
|
+
"uk": "ウクライナ語",
|
|
2067
|
+
"cs": "チェコ語",
|
|
2068
|
+
"tr": "トルコ語",
|
|
2069
|
+
"ko": "韓国語",
|
|
2070
|
+
"ar": "アラビア語",
|
|
2071
|
+
"hi": "ヒンディー語",
|
|
2072
|
+
"th": "タイ語",
|
|
2073
|
+
"vi": "ベトナム語",
|
|
2074
|
+
"he": "ヘブライ語",
|
|
2075
|
+
"el": "ギリシャ語",
|
|
2076
|
+
"hu": "ハンガリー語"
|
|
2061
2077
|
},
|
|
2062
2078
|
"viewAll": {
|
|
2063
2079
|
"title": "すべての設定を表示"
|