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/ru.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": "Просмотреть все настройки"
|