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/de.json
CHANGED
|
@@ -2057,7 +2057,23 @@
|
|
|
2057
2057
|
"fr": "Französisch",
|
|
2058
2058
|
"ru": "Russisch",
|
|
2059
2059
|
"ja": "japanisch",
|
|
2060
|
-
"zh": "chinesisch"
|
|
2060
|
+
"zh": "chinesisch",
|
|
2061
|
+
"it": "Italienisch",
|
|
2062
|
+
"pt": "Portugiesisch",
|
|
2063
|
+
"nl": "Niederländisch",
|
|
2064
|
+
"pl": "Polnisch",
|
|
2065
|
+
"sv": "Schwedisch",
|
|
2066
|
+
"uk": "Ukrainisch",
|
|
2067
|
+
"cs": "Tschechisch",
|
|
2068
|
+
"tr": "Türkisch",
|
|
2069
|
+
"ko": "Koreanisch",
|
|
2070
|
+
"ar": "Arabisch",
|
|
2071
|
+
"hi": "Hindi",
|
|
2072
|
+
"th": "Thailändisch",
|
|
2073
|
+
"vi": "Vietnamesisch",
|
|
2074
|
+
"he": "Hebräisch",
|
|
2075
|
+
"el": "Griechisch",
|
|
2076
|
+
"hu": "Ungarisch"
|
|
2061
2077
|
},
|
|
2062
2078
|
"viewAll": {
|
|
2063
2079
|
"title": "Alle Einstellungen anzeigen"
|