From 9bed3c9a1064fb41ce25f1229137fd6f978f100e Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 20 Jan 2024 07:59:26 -0800 Subject: Fix typo --- modern/src/common/attributes/useCommonUserAttributes.js | 4 ++-- modern/src/common/util/useFeatures.js | 6 +++--- modern/src/resources/l10n/af.json | 2 +- modern/src/resources/l10n/ar.json | 2 +- modern/src/resources/l10n/az.json | 2 +- modern/src/resources/l10n/bg.json | 2 +- modern/src/resources/l10n/bn.json | 2 +- modern/src/resources/l10n/ca.json | 2 +- modern/src/resources/l10n/cs.json | 2 +- modern/src/resources/l10n/da.json | 2 +- modern/src/resources/l10n/de.json | 2 +- modern/src/resources/l10n/el.json | 2 +- modern/src/resources/l10n/en.json | 2 +- modern/src/resources/l10n/es.json | 2 +- modern/src/resources/l10n/fa.json | 2 +- modern/src/resources/l10n/fi.json | 2 +- modern/src/resources/l10n/fr.json | 2 +- modern/src/resources/l10n/gl.json | 2 +- modern/src/resources/l10n/he.json | 2 +- modern/src/resources/l10n/hi.json | 2 +- modern/src/resources/l10n/hr.json | 2 +- modern/src/resources/l10n/hu.json | 2 +- modern/src/resources/l10n/id.json | 2 +- modern/src/resources/l10n/it.json | 2 +- modern/src/resources/l10n/ja.json | 2 +- modern/src/resources/l10n/ka.json | 2 +- modern/src/resources/l10n/kk.json | 2 +- modern/src/resources/l10n/km.json | 2 +- modern/src/resources/l10n/ko.json | 2 +- modern/src/resources/l10n/lo.json | 2 +- modern/src/resources/l10n/lt.json | 2 +- modern/src/resources/l10n/lv.json | 2 +- modern/src/resources/l10n/ml.json | 2 +- modern/src/resources/l10n/mn.json | 2 +- modern/src/resources/l10n/ms.json | 2 +- modern/src/resources/l10n/nb.json | 2 +- modern/src/resources/l10n/ne.json | 2 +- modern/src/resources/l10n/nl.json | 2 +- modern/src/resources/l10n/nn.json | 2 +- modern/src/resources/l10n/pl.json | 2 +- modern/src/resources/l10n/pt.json | 2 +- modern/src/resources/l10n/pt_BR.json | 2 +- modern/src/resources/l10n/ro.json | 2 +- modern/src/resources/l10n/ru.json | 2 +- modern/src/resources/l10n/si.json | 2 +- modern/src/resources/l10n/sk.json | 2 +- modern/src/resources/l10n/sl.json | 2 +- modern/src/resources/l10n/sq.json | 2 +- modern/src/resources/l10n/sr.json | 2 +- modern/src/resources/l10n/sv.json | 2 +- modern/src/resources/l10n/ta.json | 2 +- modern/src/resources/l10n/th.json | 2 +- modern/src/resources/l10n/tr.json | 2 +- modern/src/resources/l10n/uk.json | 2 +- modern/src/resources/l10n/uz.json | 2 +- modern/src/resources/l10n/vi.json | 2 +- modern/src/resources/l10n/zh.json | 2 +- modern/src/resources/l10n/zh_TW.json | 2 +- 58 files changed, 61 insertions(+), 61 deletions(-) (limited to 'modern') diff --git a/modern/src/common/attributes/useCommonUserAttributes.js b/modern/src/common/attributes/useCommonUserAttributes.js index bd88d1e8..1f811e56 100644 --- a/modern/src/common/attributes/useCommonUserAttributes.js +++ b/modern/src/common/attributes/useCommonUserAttributes.js @@ -93,8 +93,8 @@ export default (t) => useMemo(() => ({ name: t('attributeUiDisableEvents'), type: 'boolean', }, - 'ui.disableVehicleFetures': { - name: t('attributeUiDisableVehicleFetures'), + 'ui.disableVehicleFeatures': { + name: t('attributeUiDisableVehicleFeatures'), type: 'boolean', }, 'ui.disableDrivers': { diff --git a/modern/src/common/util/useFeatures.js b/modern/src/common/util/useFeatures.js index 08499e54..cafb2c7c 100644 --- a/modern/src/common/util/useFeatures.js +++ b/modern/src/common/util/useFeatures.js @@ -19,9 +19,9 @@ const featureSelector = createSelector( (state) => state.session.user, (server, user) => { const disableAttributes = get(server, user, 'ui.disableAttributes'); - const disableVehicleFetures = get(server, user, 'ui.disableVehicleFetures'); - const disableDrivers = disableVehicleFetures || get(server, user, 'ui.disableDrivers'); - const disableMaintenance = disableVehicleFetures || get(server, user, 'ui.disableMaintenance'); + const disableVehicleFeatures = get(server, user, 'ui.disableVehicleFeatures'); + const disableDrivers = disableVehicleFeatures || get(server, user, 'ui.disableDrivers'); + const disableMaintenance = disableVehicleFeatures || get(server, user, 'ui.disableMaintenance'); const disableGroups = get(server, user, 'ui.disableGroups'); const disableEvents = get(server, user, 'ui.disableEvents'); const disableComputedAttributes = get(server, user, 'ui.disableComputedAttributes'); diff --git a/modern/src/resources/l10n/af.json b/modern/src/resources/l10n/af.json index a8ac759d..a067c3bc 100644 --- a/modern/src/resources/l10n/af.json +++ b/modern/src/resources/l10n/af.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: deaktiveer gebeure", - "attributeUiDisableVehicleFetures": "UI: deaktiveer voertuig eienskappe", + "attributeUiDisableVehicleFeatures": "UI: deaktiveer voertuig eienskappe", "attributeUiDisableDrivers": "UI: deaktiveer bestuurders", "attributeUiDisableComputedAttributes": "UI: deaktiveer berekende attribute", "attributeUiDisableCalendars": "UI: deaktiveer kalenders", diff --git a/modern/src/resources/l10n/ar.json b/modern/src/resources/l10n/ar.json index 6a270749..a445a99e 100644 --- a/modern/src/resources/l10n/ar.json +++ b/modern/src/resources/l10n/ar.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "واجهة المستخدم: تعطيل الأحداث", - "attributeUiDisableVehicleFetures": "واجهة المستخدم: تعطيل مزايا المركبات", + "attributeUiDisableVehicleFeatures": "واجهة المستخدم: تعطيل مزايا المركبات", "attributeUiDisableDrivers": "واجهة المستخدم: تعطيل السائقين", "attributeUiDisableComputedAttributes": "واجهة المستخدم: تعطيل السمات المحصاة", "attributeUiDisableCalendars": "واجهة المستخدم: تعطيل التقويمات", diff --git a/modern/src/resources/l10n/az.json b/modern/src/resources/l10n/az.json index e2cf9c46..d6e9e2d3 100644 --- a/modern/src/resources/l10n/az.json +++ b/modern/src/resources/l10n/az.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: şikəst vaqiəler", - "attributeUiDisableVehicleFetures": "UI: Avtomobil funksiyalarını deaktiv etmək", + "attributeUiDisableVehicleFeatures": "UI: Avtomobil funksiyalarını deaktiv etmək", "attributeUiDisableDrivers": "UI: Sürücüləri deaktiv etmək", "attributeUiDisableComputedAttributes": "UI: Hesablanılan atributları deaktiv etmək", "attributeUiDisableCalendars": "UI: Təqvimləri deaktiv etmək", diff --git a/modern/src/resources/l10n/bg.json b/modern/src/resources/l10n/bg.json index e2b537e2..1d587ebc 100644 --- a/modern/src/resources/l10n/bg.json +++ b/modern/src/resources/l10n/bg.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "Деактивирай Събития", - "attributeUiDisableVehicleFetures": "Деактивирай МПС параметрите", + "attributeUiDisableVehicleFeatures": "Деактивирай МПС параметрите", "attributeUiDisableDrivers": "Деактивирай Шофьори", "attributeUiDisableComputedAttributes": "Деактивирай изчислените параметри", "attributeUiDisableCalendars": "Деактивирай Календара", diff --git a/modern/src/resources/l10n/bn.json b/modern/src/resources/l10n/bn.json index 6f4f1d0e..7cdc7dc7 100644 --- a/modern/src/resources/l10n/bn.json +++ b/modern/src/resources/l10n/bn.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Disable Events", - "attributeUiDisableVehicleFetures": "UI: Disable Vehicle Fetures", + "attributeUiDisableVehicleFeatures": "UI: Disable Vehicle Features", "attributeUiDisableDrivers": "UI: Disable Drivers", "attributeUiDisableComputedAttributes": "UI: Disable Computed Attributes", "attributeUiDisableCalendars": "UI: Disable Calendars", diff --git a/modern/src/resources/l10n/ca.json b/modern/src/resources/l10n/ca.json index 9e1dacb4..8c799fdf 100644 --- a/modern/src/resources/l10n/ca.json +++ b/modern/src/resources/l10n/ca.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Deshabilitar Grups", "attributeUiDisableEvents": "UI: Deshabilitar esdeveniments", - "attributeUiDisableVehicleFetures": "UI: Deshabilitar característiques del vehicle", + "attributeUiDisableVehicleFeatures": "UI: Deshabilitar característiques del vehicle", "attributeUiDisableDrivers": "UI: Deshabilitar Conductors", "attributeUiDisableComputedAttributes": "UI: Deshabilitar Atributs calculats", "attributeUiDisableCalendars": "UI: Deshabilitar Calendari", diff --git a/modern/src/resources/l10n/cs.json b/modern/src/resources/l10n/cs.json index b148315a..26998a44 100644 --- a/modern/src/resources/l10n/cs.json +++ b/modern/src/resources/l10n/cs.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Zakázat události", - "attributeUiDisableVehicleFetures": "UI: Zakázat funkce vozidel", + "attributeUiDisableVehicleFeatures": "UI: Zakázat funkce vozidel", "attributeUiDisableDrivers": "UI: Zakázat řidiče", "attributeUiDisableComputedAttributes": "UI: Zakázat vypočítané vlastnosti", "attributeUiDisableCalendars": "UI: Zakázat kalendáře", diff --git a/modern/src/resources/l10n/da.json b/modern/src/resources/l10n/da.json index 0a9ec911..b3d84267 100644 --- a/modern/src/resources/l10n/da.json +++ b/modern/src/resources/l10n/da.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "Deaktiver begivenheder", - "attributeUiDisableVehicleFetures": "Deaktiver køretøjets funktioner", + "attributeUiDisableVehicleFeatures": "Deaktiver køretøjets funktioner", "attributeUiDisableDrivers": "Deaktiver chauffører", "attributeUiDisableComputedAttributes": "Deaktiver beregnede attributter", "attributeUiDisableCalendars": "Deaktiver kalendere", diff --git a/modern/src/resources/l10n/de.json b/modern/src/resources/l10n/de.json index a631111f..2684bbb0 100644 --- a/modern/src/resources/l10n/de.json +++ b/modern/src/resources/l10n/de.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Attribute deaktivieren", "attributeUiDisableGroups": "UI: Gruppen deaktivieren", "attributeUiDisableEvents": "Oberfläche: Ereignisse deaktivieren", - "attributeUiDisableVehicleFetures": "Oberfläche: Fahrzeugfunktionen deaktivieren", + "attributeUiDisableVehicleFeatures": "Oberfläche: Fahrzeugfunktionen deaktivieren", "attributeUiDisableDrivers": "Oberfläche: Fahrer deaktivieren", "attributeUiDisableComputedAttributes": "Oberfläche: Berechnete Werte deaktivieren", "attributeUiDisableCalendars": "Oberfläche: Kalender deaktivieren", diff --git a/modern/src/resources/l10n/el.json b/modern/src/resources/l10n/el.json index 048f5977..52c346e6 100644 --- a/modern/src/resources/l10n/el.json +++ b/modern/src/resources/l10n/el.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "Διεπαφή: Απενεργοποίηση χαρακτηριστικών", "attributeUiDisableGroups": "Διεπαφή: Απενεργοποίηση ομάδων", "attributeUiDisableEvents": "Διεπαφή: Απενεργοποίηση Γεγονότων", - "attributeUiDisableVehicleFetures": "Διεπαφή: Απενεργοποίηση Χαρακτηριστικών Οχήματος", + "attributeUiDisableVehicleFeatures": "Διεπαφή: Απενεργοποίηση Χαρακτηριστικών Οχήματος", "attributeUiDisableDrivers": "Διεπαφή: Απενεργοποίηση Οδηγών", "attributeUiDisableComputedAttributes": "Διεπαφή: Απενεργοποίηση Υπολογισμένων Ιδιοτήτων", "attributeUiDisableCalendars": "Διεπαφή: Απενεργοποίηση Ημερολογίων", diff --git a/modern/src/resources/l10n/en.json b/modern/src/resources/l10n/en.json index fec79807..66d15d4e 100644 --- a/modern/src/resources/l10n/en.json +++ b/modern/src/resources/l10n/en.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Disable Events", - "attributeUiDisableVehicleFetures": "UI: Disable Vehicle Fetures", + "attributeUiDisableVehicleFeatures": "UI: Disable Vehicle Features", "attributeUiDisableDrivers": "UI: Disable Drivers", "attributeUiDisableComputedAttributes": "UI: Disable Computed Attributes", "attributeUiDisableCalendars": "UI: Disable Calendars", diff --git a/modern/src/resources/l10n/es.json b/modern/src/resources/l10n/es.json index fdeafce2..cc445728 100644 --- a/modern/src/resources/l10n/es.json +++ b/modern/src/resources/l10n/es.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Deshabilitar Atributos", "attributeUiDisableGroups": "UI: Deshabilitar Grupos", "attributeUiDisableEvents": "UI: Deshabilitar panel Eventos", - "attributeUiDisableVehicleFetures": "UI: Desactivar características del vehículo", + "attributeUiDisableVehicleFeatures": "UI: Desactivar características del vehículo", "attributeUiDisableDrivers": "UI: Desactivar Conductores", "attributeUiDisableComputedAttributes": "UI: Desactivar Atributos calculados", "attributeUiDisableCalendars": "UI: Desactivar Calendario", diff --git a/modern/src/resources/l10n/fa.json b/modern/src/resources/l10n/fa.json index 441fbace..051a69ae 100644 --- a/modern/src/resources/l10n/fa.json +++ b/modern/src/resources/l10n/fa.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: ویژگی ها را غیرفعال کنید", "attributeUiDisableGroups": "UI: غیر فعال کردن گروه ها", "attributeUiDisableEvents": "UI: غیر فعال کردن رویدادها", - "attributeUiDisableVehicleFetures": "غیرفعال کردن ویژگی های خودرو", + "attributeUiDisableVehicleFeatures": "غیرفعال کردن ویژگی های خودرو", "attributeUiDisableDrivers": "غیرفعالسازی رانندگان", "attributeUiDisableComputedAttributes": "غیرفعالسازی محاسبات", "attributeUiDisableCalendars": "غیرفعالسازی تقویم", diff --git a/modern/src/resources/l10n/fi.json b/modern/src/resources/l10n/fi.json index 49811a62..e9dc2651 100644 --- a/modern/src/resources/l10n/fi.json +++ b/modern/src/resources/l10n/fi.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Piilota ominaisuudet", "attributeUiDisableGroups": "UI: Piilota ryhmät", "attributeUiDisableEvents": "UI: Piilota tapahtumat", - "attributeUiDisableVehicleFetures": "UI: Piilota ajoneuvojen ominaisuudet", + "attributeUiDisableVehicleFeatures": "UI: Piilota ajoneuvojen ominaisuudet", "attributeUiDisableDrivers": "UI: Piilota kuljettajat", "attributeUiDisableComputedAttributes": "UI: Piilota lasketut ominaisuudet", "attributeUiDisableCalendars": "UI: Piilota kalenterit", diff --git a/modern/src/resources/l10n/fr.json b/modern/src/resources/l10n/fr.json index faad67cd..8fbc4e79 100644 --- a/modern/src/resources/l10n/fr.json +++ b/modern/src/resources/l10n/fr.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Désactiver les attributs", "attributeUiDisableGroups": "UI: Désactiver groupes", "attributeUiDisableEvents": "UI: Désactiver évènements", - "attributeUiDisableVehicleFetures": "UI: Désactiver les fonctionalités véhicule", + "attributeUiDisableVehicleFeatures": "UI: Désactiver les fonctionalités véhicule", "attributeUiDisableDrivers": "UI: Désactiver les conducteurs", "attributeUiDisableComputedAttributes": "UI: Désactiver les attributs calculés", "attributeUiDisableCalendars": "UI: Désactiver les calendiers", diff --git a/modern/src/resources/l10n/gl.json b/modern/src/resources/l10n/gl.json index cbc16a2a..726edb32 100644 --- a/modern/src/resources/l10n/gl.json +++ b/modern/src/resources/l10n/gl.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "IU: Desactivar atributos", "attributeUiDisableGroups": "IU: Desactivar grupos", "attributeUiDisableEvents": "IU: Desactivar eventos", - "attributeUiDisableVehicleFetures": "IU: Desactivar as características do vehículo", + "attributeUiDisableVehicleFeatures": "IU: Desactivar as características do vehículo", "attributeUiDisableDrivers": "IU: Desactivar condutores", "attributeUiDisableComputedAttributes": "IU: Desactivar atributos calculados", "attributeUiDisableCalendars": "IU: desactivar os calendarios", diff --git a/modern/src/resources/l10n/he.json b/modern/src/resources/l10n/he.json index 95fd268d..0b0a43d2 100644 --- a/modern/src/resources/l10n/he.json +++ b/modern/src/resources/l10n/he.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "ממשק: בטל ארועים", - "attributeUiDisableVehicleFetures": "ממשק: בטל תכונות רכב", + "attributeUiDisableVehicleFeatures": "ממשק: בטל תכונות רכב", "attributeUiDisableDrivers": "ממשק : בטל נהגים ", "attributeUiDisableComputedAttributes": "ממשק : בטל תכונה ממוחשבת", "attributeUiDisableCalendars": "ממשק : בטל יומנים", diff --git a/modern/src/resources/l10n/hi.json b/modern/src/resources/l10n/hi.json index 6189e2b6..f6b22022 100644 --- a/modern/src/resources/l10n/hi.json +++ b/modern/src/resources/l10n/hi.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "यूआई: घटनाओं को अक्षम करें", - "attributeUiDisableVehicleFetures": "यूआई: वाहन विशेषताएं अक्षम करें", + "attributeUiDisableVehicleFeatures": "यूआई: वाहन विशेषताएं अक्षम करें", "attributeUiDisableDrivers": "यूआई: ड्राइवर्स को अक्षम करें", "attributeUiDisableComputedAttributes": "यूआई: गणना गुणों को अक्षम करें", "attributeUiDisableCalendars": "यूआई: कैलेंडर अक्षम करें", diff --git a/modern/src/resources/l10n/hr.json b/modern/src/resources/l10n/hr.json index 910557eb..85b796a1 100644 --- a/modern/src/resources/l10n/hr.json +++ b/modern/src/resources/l10n/hr.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Onemogući atribute", "attributeUiDisableGroups": "UI: Onemogući grupe", "attributeUiDisableEvents": "UI: Isključi događaje", - "attributeUiDisableVehicleFetures": "UI: Isključi značajke vozila", + "attributeUiDisableVehicleFeatures": "UI: Isključi značajke vozila", "attributeUiDisableDrivers": "UI: Isključi vozače", "attributeUiDisableComputedAttributes": "UI: Isključi izračunate atribute", "attributeUiDisableCalendars": "UI: Isključi kalendare", diff --git a/modern/src/resources/l10n/hu.json b/modern/src/resources/l10n/hu.json index 71d3f8ad..7fe473c1 100644 --- a/modern/src/resources/l10n/hu.json +++ b/modern/src/resources/l10n/hu.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Csoportok letiltása", "attributeUiDisableEvents": "UI: Események letiltása", - "attributeUiDisableVehicleFetures": "UI: Eszköz képességeinek leállítása", + "attributeUiDisableVehicleFeatures": "UI: Eszköz képességeinek leállítása", "attributeUiDisableDrivers": "UI: Sofőrök letiltása", "attributeUiDisableComputedAttributes": "UI: Számított attribútumok letiltása", "attributeUiDisableCalendars": "UI: Naptárak letiltása", diff --git a/modern/src/resources/l10n/id.json b/modern/src/resources/l10n/id.json index b10be72f..10587d30 100644 --- a/modern/src/resources/l10n/id.json +++ b/modern/src/resources/l10n/id.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Disable Events", - "attributeUiDisableVehicleFetures": "UI : Nonaktifkan Fitur Kendaraan", + "attributeUiDisableVehicleFeatures": "UI : Nonaktifkan Fitur Kendaraan", "attributeUiDisableDrivers": "UI : Nonaktifkan Antarmuka", "attributeUiDisableComputedAttributes": "UI : Nonaktifkan Computed Attributes", "attributeUiDisableCalendars": "UI : Nonaktifkan Kalender", diff --git a/modern/src/resources/l10n/it.json b/modern/src/resources/l10n/it.json index c0a2ab43..2b970161 100644 --- a/modern/src/resources/l10n/it.json +++ b/modern/src/resources/l10n/it.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disattiva Attributi", "attributeUiDisableGroups": "UI: Disattiva Gruppi", "attributeUiDisableEvents": "UI: Disattiva Eventi", - "attributeUiDisableVehicleFetures": "UI: Disattiva Caratteristiche Veicolo", + "attributeUiDisableVehicleFeatures": "UI: Disattiva Caratteristiche Veicolo", "attributeUiDisableDrivers": "UI: Disattiva Autisti", "attributeUiDisableComputedAttributes": "UI: Disattiva Attributi Calcolati", "attributeUiDisableCalendars": "UI: Disattiva Calendari", diff --git a/modern/src/resources/l10n/ja.json b/modern/src/resources/l10n/ja.json index 82845694..58d062ae 100644 --- a/modern/src/resources/l10n/ja.json +++ b/modern/src/resources/l10n/ja.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI:属性を無効にする", "attributeUiDisableGroups": "UI:グループを無効にする", "attributeUiDisableEvents": "UI: イベントを無効にする", - "attributeUiDisableVehicleFetures": "UI: 車両の機能を無効にする", + "attributeUiDisableVehicleFeatures": "UI: 車両の機能を無効にする", "attributeUiDisableDrivers": "UI: ドライバーを無効にする", "attributeUiDisableComputedAttributes": "UI: 計算された属性を無効にする", "attributeUiDisableCalendars": "UI: カレンダーを無効にする", diff --git a/modern/src/resources/l10n/ka.json b/modern/src/resources/l10n/ka.json index ed77fda8..3d0c131c 100644 --- a/modern/src/resources/l10n/ka.json +++ b/modern/src/resources/l10n/ka.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "მომსხმარებლის ინტერფეისი: გამორთეთ ატრიბუტები", "attributeUiDisableGroups": "მომსხმარებლის ინტერფეისი: ჯგუფების გამორთვა", "attributeUiDisableEvents": "UI: მოვლენების გამორთვა", - "attributeUiDisableVehicleFetures": "UI: ავტომობილის მახასიათებლების გამორთვა", + "attributeUiDisableVehicleFeatures": "UI: ავტომობილის მახასიათებლების გამორთვა", "attributeUiDisableDrivers": "UI: მძღოლების გამორთვა", "attributeUiDisableComputedAttributes": "UI: გამოთვლითი ატრიბუტების გამორთვა", "attributeUiDisableCalendars": "UI: კალენდრის გამორთვა", diff --git a/modern/src/resources/l10n/kk.json b/modern/src/resources/l10n/kk.json index faa8dd15..162be041 100644 --- a/modern/src/resources/l10n/kk.json +++ b/modern/src/resources/l10n/kk.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Disable Events", - "attributeUiDisableVehicleFetures": "UI: Disable Vehicle Fetures", + "attributeUiDisableVehicleFeatures": "UI: Disable Vehicle Features", "attributeUiDisableDrivers": "UI: Disable Drivers", "attributeUiDisableComputedAttributes": "UI: Disable Computed Attributes", "attributeUiDisableCalendars": "UI: Disable Calendars", diff --git a/modern/src/resources/l10n/km.json b/modern/src/resources/l10n/km.json index ac7fae46..bce1b2a0 100644 --- a/modern/src/resources/l10n/km.json +++ b/modern/src/resources/l10n/km.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Disable Events", - "attributeUiDisableVehicleFetures": "UI: Disable Vehicle Fetures", + "attributeUiDisableVehicleFeatures": "UI: Disable Vehicle Features", "attributeUiDisableDrivers": "UI: Disable Drivers", "attributeUiDisableComputedAttributes": "UI: Disable Computed Attributes", "attributeUiDisableCalendars": "UI: Disable Calendars", diff --git a/modern/src/resources/l10n/ko.json b/modern/src/resources/l10n/ko.json index 9db6e1b4..fbc1d57d 100644 --- a/modern/src/resources/l10n/ko.json +++ b/modern/src/resources/l10n/ko.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: 속성 비활성화", "attributeUiDisableGroups": "UI: 그룹 비활성화", "attributeUiDisableEvents": "UI: 이벤트 비활성화", - "attributeUiDisableVehicleFetures": "UI: 기기 Fetures 비활성화", + "attributeUiDisableVehicleFeatures": "UI: 기기 Features 비활성화", "attributeUiDisableDrivers": "UI: 운전자 비활성화", "attributeUiDisableComputedAttributes": "UI: 자동화 속성 비활성화", "attributeUiDisableCalendars": "UI: 달력 비활성화", diff --git a/modern/src/resources/l10n/lo.json b/modern/src/resources/l10n/lo.json index deedec13..a9d85aa4 100644 --- a/modern/src/resources/l10n/lo.json +++ b/modern/src/resources/l10n/lo.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Disable Events", - "attributeUiDisableVehicleFetures": "UI: Disable Vehicle Fetures", + "attributeUiDisableVehicleFeatures": "UI: Disable Vehicle Features", "attributeUiDisableDrivers": "UI: Disable Drivers", "attributeUiDisableComputedAttributes": "UI: Disable Computed Attributes", "attributeUiDisableCalendars": "UI: Disable Calendars", diff --git a/modern/src/resources/l10n/lt.json b/modern/src/resources/l10n/lt.json index f4d0c6f3..91d8c672 100644 --- a/modern/src/resources/l10n/lt.json +++ b/modern/src/resources/l10n/lt.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: išjungti atributus", "attributeUiDisableGroups": "UI: išjungti grupes", "attributeUiDisableEvents": "UI: Išjungti įvykius", - "attributeUiDisableVehicleFetures": "UI: Išjungti mašinos funkcijas", + "attributeUiDisableVehicleFeatures": "UI: Išjungti mašinos funkcijas", "attributeUiDisableDrivers": "UI: Išjungti vairuotojus", "attributeUiDisableComputedAttributes": "UI: Išjungti apskaičiuotus parametrus", "attributeUiDisableCalendars": "UI: Išjungti kalendorius", diff --git a/modern/src/resources/l10n/lv.json b/modern/src/resources/l10n/lv.json index 3743b1be..52be63d6 100644 --- a/modern/src/resources/l10n/lv.json +++ b/modern/src/resources/l10n/lv.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Atslēgt notikumus", - "attributeUiDisableVehicleFetures": "UI: Atslēgt transporta iespējas", + "attributeUiDisableVehicleFeatures": "UI: Atslēgt transporta iespējas", "attributeUiDisableDrivers": "UI: Atslēgt vadītājus", "attributeUiDisableComputedAttributes": "UI: Atslēgt aprēķinātos atribūtus", "attributeUiDisableCalendars": "UI: Atslēgt kalendārus", diff --git a/modern/src/resources/l10n/ml.json b/modern/src/resources/l10n/ml.json index 7a5b1e5f..d6ce5b0c 100644 --- a/modern/src/resources/l10n/ml.json +++ b/modern/src/resources/l10n/ml.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Disable Events", - "attributeUiDisableVehicleFetures": "UI: Disable Vehicle Fetures", + "attributeUiDisableVehicleFeatures": "UI: Disable Vehicle Features", "attributeUiDisableDrivers": "UI: Disable Drivers", "attributeUiDisableComputedAttributes": "UI: Disable Computed Attributes", "attributeUiDisableCalendars": "UI: Disable Calendars", diff --git a/modern/src/resources/l10n/mn.json b/modern/src/resources/l10n/mn.json index 77534a07..fe75a3bc 100644 --- a/modern/src/resources/l10n/mn.json +++ b/modern/src/resources/l10n/mn.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Disable Events", - "attributeUiDisableVehicleFetures": "UI: Disable Vehicle Fetures", + "attributeUiDisableVehicleFeatures": "UI: Disable Vehicle Features", "attributeUiDisableDrivers": "UI: Disable Drivers", "attributeUiDisableComputedAttributes": "UI: Disable Computed Attributes", "attributeUiDisableCalendars": "UI: Disable Calendars", diff --git a/modern/src/resources/l10n/ms.json b/modern/src/resources/l10n/ms.json index ca93e1bd..7e5e1de9 100644 --- a/modern/src/resources/l10n/ms.json +++ b/modern/src/resources/l10n/ms.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Disable Events", - "attributeUiDisableVehicleFetures": "UI: Disable Vehicle Fetures", + "attributeUiDisableVehicleFeatures": "UI: Disable Vehicle Features", "attributeUiDisableDrivers": "UI: Disable Drivers", "attributeUiDisableComputedAttributes": "UI: Disable Computed Attributes", "attributeUiDisableCalendars": "UI: Disable Calendars", diff --git a/modern/src/resources/l10n/nb.json b/modern/src/resources/l10n/nb.json index 5ee7f4c5..d7b0ec13 100644 --- a/modern/src/resources/l10n/nb.json +++ b/modern/src/resources/l10n/nb.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Deaktiver hendelser", - "attributeUiDisableVehicleFetures": "UI: Deaktiver kjøretøysfunksjoner", + "attributeUiDisableVehicleFeatures": "UI: Deaktiver kjøretøysfunksjoner", "attributeUiDisableDrivers": "UI: Deaktiver sjåfører", "attributeUiDisableComputedAttributes": "UI: Deaktiver utregnede egenskaper", "attributeUiDisableCalendars": "UI: Deaktiver kalendere", diff --git a/modern/src/resources/l10n/ne.json b/modern/src/resources/l10n/ne.json index e74c0e9e..0f33b5ed 100644 --- a/modern/src/resources/l10n/ne.json +++ b/modern/src/resources/l10n/ne.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: विशेषताहरू असक्षम गर्नुहोस्", "attributeUiDisableGroups": "UI: समूहहरू असक्षम पार्नुहोस्", "attributeUiDisableEvents": "UI: अक्षम घटनाहरू", - "attributeUiDisableVehicleFetures": "UI: अक्षम सवारी बिशेषताहरू", + "attributeUiDisableVehicleFeatures": "UI: अक्षम सवारी बिशेषताहरू", "attributeUiDisableDrivers": "UI: अक्षम ड्राईभरहरू", "attributeUiDisableComputedAttributes": "UI: गणना गरिएका विशेषताहरू असक्षम पार्नुहोस्", "attributeUiDisableCalendars": "UI: अक्षम पात्रो", diff --git a/modern/src/resources/l10n/nl.json b/modern/src/resources/l10n/nl.json index 70215452..64b18f51 100644 --- a/modern/src/resources/l10n/nl.json +++ b/modern/src/resources/l10n/nl.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: attributen uitschakelen", "attributeUiDisableGroups": "UI: groepen uitschakelen", "attributeUiDisableEvents": "UI: Gebeurtenissen uitschakelen", - "attributeUiDisableVehicleFetures": "UI: voertuigfuncties uitschakelen", + "attributeUiDisableVehicleFeatures": "UI: voertuigfuncties uitschakelen", "attributeUiDisableDrivers": "UI: bestuurders uitschakelen", "attributeUiDisableComputedAttributes": "UI: berekende attributen uitschakelen", "attributeUiDisableCalendars": "UI: kalenders uitschakelen", diff --git a/modern/src/resources/l10n/nn.json b/modern/src/resources/l10n/nn.json index 7c0932c8..90f9748c 100644 --- a/modern/src/resources/l10n/nn.json +++ b/modern/src/resources/l10n/nn.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Deaktiver hendingar", - "attributeUiDisableVehicleFetures": "UI: Deaktiver køyretøy-funksjonar", + "attributeUiDisableVehicleFeatures": "UI: Deaktiver køyretøy-funksjonar", "attributeUiDisableDrivers": "UI: Deaktiver Sjåførar", "attributeUiDisableComputedAttributes": "UI: Deaktiver Berekna eigenskaper", "attributeUiDisableCalendars": "UI: Deaktiver kalendrar", diff --git a/modern/src/resources/l10n/pl.json b/modern/src/resources/l10n/pl.json index d0fda5d5..149269c3 100644 --- a/modern/src/resources/l10n/pl.json +++ b/modern/src/resources/l10n/pl.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Wyłącz atrybuty", "attributeUiDisableGroups": "UI: Wyłącz grupy", "attributeUiDisableEvents": "UI: Wyłącz zdarzenia", - "attributeUiDisableVehicleFetures": "UI: Wyłącz funkcje pojazdu", + "attributeUiDisableVehicleFeatures": "UI: Wyłącz funkcje pojazdu", "attributeUiDisableDrivers": "UI: Wyłącz kierowców", "attributeUiDisableComputedAttributes": "UI: Wyłącz obliczone atrybuty", "attributeUiDisableCalendars": "UI: Wyłącz kalendarze", diff --git a/modern/src/resources/l10n/pt.json b/modern/src/resources/l10n/pt.json index 0f0eb294..feba10be 100644 --- a/modern/src/resources/l10n/pt.json +++ b/modern/src/resources/l10n/pt.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Desativar Eventos", - "attributeUiDisableVehicleFetures": "UI: Desativar Caracteristicas", + "attributeUiDisableVehicleFeatures": "UI: Desativar Caracteristicas", "attributeUiDisableDrivers": "UI: Desativar Condutores", "attributeUiDisableComputedAttributes": "UI: Desativar Atributos", "attributeUiDisableCalendars": "UI: Desativar Calendários", diff --git a/modern/src/resources/l10n/pt_BR.json b/modern/src/resources/l10n/pt_BR.json index 989ba10b..a5403f09 100644 --- a/modern/src/resources/l10n/pt_BR.json +++ b/modern/src/resources/l10n/pt_BR.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Desativar atributos", "attributeUiDisableGroups": "UI: Desabilitar Grupos", "attributeUiDisableEvents": "UI: Eventos Desativados", - "attributeUiDisableVehicleFetures": "UI: Desativar Características do Veículo", + "attributeUiDisableVehicleFeatures": "UI: Desativar Características do Veículo", "attributeUiDisableDrivers": "UI: Desativar Motoristas", "attributeUiDisableComputedAttributes": "UI: Desativar Atributos Calculados", "attributeUiDisableCalendars": "UI: Desativar Calendários", diff --git a/modern/src/resources/l10n/ro.json b/modern/src/resources/l10n/ro.json index eba9f118..caf18b85 100644 --- a/modern/src/resources/l10n/ro.json +++ b/modern/src/resources/l10n/ro.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Dezactivare Atribute", "attributeUiDisableGroups": "UI: Dezactivare Grupuri", "attributeUiDisableEvents": "UI: Dezactivare Evenimente", - "attributeUiDisableVehicleFetures": "UI: Dezactivare Detalii Vehicul", + "attributeUiDisableVehicleFeatures": "UI: Dezactivare Detalii Vehicul", "attributeUiDisableDrivers": "UI: Dezactivare Șoferi", "attributeUiDisableComputedAttributes": "UI: Dezactivare Atribute Calculate", "attributeUiDisableCalendars": "UI: Dezactivare Calendar", diff --git a/modern/src/resources/l10n/ru.json b/modern/src/resources/l10n/ru.json index 90362a7b..00e603b6 100644 --- a/modern/src/resources/l10n/ru.json +++ b/modern/src/resources/l10n/ru.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Выключить атрибуты", "attributeUiDisableGroups": "UI: Выключить группы", "attributeUiDisableEvents": "UI: Отключить события", - "attributeUiDisableVehicleFetures": "UI: Отключить автомобильные функции", + "attributeUiDisableVehicleFeatures": "UI: Отключить автомобильные функции", "attributeUiDisableDrivers": "UI: Отключить водителей", "attributeUiDisableComputedAttributes": "UI: Отключить вычисляемые атрибуты", "attributeUiDisableCalendars": "UI: Отключить календари", diff --git a/modern/src/resources/l10n/si.json b/modern/src/resources/l10n/si.json index 08b35bd7..580f4c23 100644 --- a/modern/src/resources/l10n/si.json +++ b/modern/src/resources/l10n/si.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: කණ්ඩායම් අබල කරන්න", "attributeUiDisableEvents": "අ.මු.: සිදුවීම් අබල කරන්න", - "attributeUiDisableVehicleFetures": "අ.මු.: වාහනයේ විශේෂාංග අබල කරන්න", + "attributeUiDisableVehicleFeatures": "අ.මු.: වාහනයේ විශේෂාංග අබල කරන්න", "attributeUiDisableDrivers": "UI: ධාවක අක්‍රීය කරන්න", "attributeUiDisableComputedAttributes": "UI: ගණනය කළ ගුණාංග අක්‍රීය කරන්න", "attributeUiDisableCalendars": "අ.මු.: දින දසුන අබල කරන්න", diff --git a/modern/src/resources/l10n/sk.json b/modern/src/resources/l10n/sk.json index 381677bc..14ac0791 100644 --- a/modern/src/resources/l10n/sk.json +++ b/modern/src/resources/l10n/sk.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Zakázať udalosti", - "attributeUiDisableVehicleFetures": "UI: Disable Vehicle Fetures", + "attributeUiDisableVehicleFeatures": "UI: Disable Vehicle Features", "attributeUiDisableDrivers": "UI: Zakázať vodičov", "attributeUiDisableComputedAttributes": "UI: Disable Computed Attributes", "attributeUiDisableCalendars": "UI: Zakázať kalendáre", diff --git a/modern/src/resources/l10n/sl.json b/modern/src/resources/l10n/sl.json index 58e67e57..e6247c38 100644 --- a/modern/src/resources/l10n/sl.json +++ b/modern/src/resources/l10n/sl.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Disable Events", - "attributeUiDisableVehicleFetures": "UI: Disable Vehicle Fetures", + "attributeUiDisableVehicleFeatures": "UI: Disable Vehicle Features", "attributeUiDisableDrivers": "UI: Disable Drivers", "attributeUiDisableComputedAttributes": "UI: Disable Computed Attributes", "attributeUiDisableCalendars": "UI: Disable Calendars", diff --git a/modern/src/resources/l10n/sq.json b/modern/src/resources/l10n/sq.json index 05f24ad9..65420afb 100644 --- a/modern/src/resources/l10n/sq.json +++ b/modern/src/resources/l10n/sq.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Disable Events", - "attributeUiDisableVehicleFetures": "UI: Disable Vehicle Fetures", + "attributeUiDisableVehicleFeatures": "UI: Disable Vehicle Features", "attributeUiDisableDrivers": "UI: Disable Drivers", "attributeUiDisableComputedAttributes": "UI: Disable Computed Attributes", "attributeUiDisableCalendars": "UI: Disable Calendars", diff --git a/modern/src/resources/l10n/sr.json b/modern/src/resources/l10n/sr.json index 3430308d..12e83d0b 100644 --- a/modern/src/resources/l10n/sr.json +++ b/modern/src/resources/l10n/sr.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "Kor.Int.: Onemogući atribute", "attributeUiDisableGroups": "UI: Onemogući grupe", "attributeUiDisableEvents": "UI:Onemogući Dogadjaje", - "attributeUiDisableVehicleFetures": "KI: Onemogući Karakteristike vozila", + "attributeUiDisableVehicleFeatures": "KI: Onemogući Karakteristike vozila", "attributeUiDisableDrivers": "UI: Onemogući Vozače", "attributeUiDisableComputedAttributes": "Kor.Int. : Onemogući Izračunate atribute", "attributeUiDisableCalendars": "UI: Onemogući Kalendare", diff --git a/modern/src/resources/l10n/sv.json b/modern/src/resources/l10n/sv.json index be77c2c0..b9e6e55a 100644 --- a/modern/src/resources/l10n/sv.json +++ b/modern/src/resources/l10n/sv.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Inaktivera attribut", "attributeUiDisableGroups": "UI: Inaktivera Grupper", "attributeUiDisableEvents": "UI: Inaktivera Händelser", - "attributeUiDisableVehicleFetures": "UI: Inaktivera Fordonsfunktioner", + "attributeUiDisableVehicleFeatures": "UI: Inaktivera Fordonsfunktioner", "attributeUiDisableDrivers": "UI: Inaktivera Förare", "attributeUiDisableComputedAttributes": "UI: Inaktivera Beräknade Attribut", "attributeUiDisableCalendars": "UI: Inaktivera Kalendrar", diff --git a/modern/src/resources/l10n/ta.json b/modern/src/resources/l10n/ta.json index afb58d4e..9c23c10d 100644 --- a/modern/src/resources/l10n/ta.json +++ b/modern/src/resources/l10n/ta.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: முடக்கு நிகழ்வுகள்", - "attributeUiDisableVehicleFetures": "UI: வாகன அம்சங்களை முடக்கு", + "attributeUiDisableVehicleFeatures": "UI: வாகன அம்சங்களை முடக்கு", "attributeUiDisableDrivers": "UI: முடக்கு இயக்கிகள்", "attributeUiDisableComputedAttributes": "UI: கணக்கிடப்பட்ட பண்புக்கூறுகளை முடக்கு", "attributeUiDisableCalendars": "UI: நாட்காட்டியை முடக்கு ", diff --git a/modern/src/resources/l10n/th.json b/modern/src/resources/l10n/th.json index c3ebbd27..e344e0de 100644 --- a/modern/src/resources/l10n/th.json +++ b/modern/src/resources/l10n/th.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: ปิดใช้งานแอตทริบิวต์", "attributeUiDisableGroups": "UI: ปิดการใช้งานกลุ่ม", "attributeUiDisableEvents": "UI: ปิดการใช้งานเหตุการณ์", - "attributeUiDisableVehicleFetures": "UI: ปิดการใช้งาน Fetures ยานพาหนะ", + "attributeUiDisableVehicleFeatures": "UI: ปิดการใช้งาน Features ยานพาหนะ", "attributeUiDisableDrivers": "UI: ปิดการใช้งานไดร์เวอร์", "attributeUiDisableComputedAttributes": "UI: ปิดใช้งานแอ็ตทริบิวต์ที่คำนวณ", "attributeUiDisableCalendars": "UI: ปิดปฏิทิน", diff --git a/modern/src/resources/l10n/tr.json b/modern/src/resources/l10n/tr.json index b6b2c373..af5dc541 100644 --- a/modern/src/resources/l10n/tr.json +++ b/modern/src/resources/l10n/tr.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "Etkinlikler Devredışı", - "attributeUiDisableVehicleFetures": "Görünüm: Araç Özellikleri Devredışı", + "attributeUiDisableVehicleFeatures": "Görünüm: Araç Özellikleri Devredışı", "attributeUiDisableDrivers": "Görünüm: Sürücüler Devredışı", "attributeUiDisableComputedAttributes": "Görünüm: Hesaplanmış Öznitelikler Devredışı", "attributeUiDisableCalendars": "Görünüm: Takvim Devredışı", diff --git a/modern/src/resources/l10n/uk.json b/modern/src/resources/l10n/uk.json index 686e8670..2c1fe72d 100644 --- a/modern/src/resources/l10n/uk.json +++ b/modern/src/resources/l10n/uk.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Вимкнути події", - "attributeUiDisableVehicleFetures": "UI: Вимкнути автомобільні функції", + "attributeUiDisableVehicleFeatures": "UI: Вимкнути автомобільні функції", "attributeUiDisableDrivers": "UI: Вимкнути водіїв", "attributeUiDisableComputedAttributes": "UI: Вимкнути обчислювані атрибути", "attributeUiDisableCalendars": "UI: Вимкнути календарі", diff --git a/modern/src/resources/l10n/uz.json b/modern/src/resources/l10n/uz.json index 0ad2c11c..0b6dcca5 100644 --- a/modern/src/resources/l10n/uz.json +++ b/modern/src/resources/l10n/uz.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Disable Events", - "attributeUiDisableVehicleFetures": "UI: Disable Vehicle Fetures", + "attributeUiDisableVehicleFeatures": "UI: Disable Vehicle Features", "attributeUiDisableDrivers": "UI: Disable Drivers", "attributeUiDisableComputedAttributes": "UI: Disable Computed Attributes", "attributeUiDisableCalendars": "UI: Disable Calendars", diff --git a/modern/src/resources/l10n/vi.json b/modern/src/resources/l10n/vi.json index 3513c3b0..0a89cbbf 100644 --- a/modern/src/resources/l10n/vi.json +++ b/modern/src/resources/l10n/vi.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", "attributeUiDisableEvents": "UI: Disable Events", - "attributeUiDisableVehicleFetures": "UI: Disable Vehicle Fetures", + "attributeUiDisableVehicleFeatures": "UI: Disable Vehicle Features", "attributeUiDisableDrivers": "UI: Disable Drivers", "attributeUiDisableComputedAttributes": "UI: Disable Computed Attributes", "attributeUiDisableCalendars": "UI: Disable Calendars", diff --git a/modern/src/resources/l10n/zh.json b/modern/src/resources/l10n/zh.json index 178b9c42..b196ca63 100644 --- a/modern/src/resources/l10n/zh.json +++ b/modern/src/resources/l10n/zh.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "用户界面:禁用属性", "attributeUiDisableGroups": "用户界面:禁用分组", "attributeUiDisableEvents": "用户界面:禁用事件", - "attributeUiDisableVehicleFetures": "用户界面:禁用车辆特性", + "attributeUiDisableVehicleFeatures": "用户界面:禁用车辆特性", "attributeUiDisableDrivers": "用户界面:禁用驾驶员", "attributeUiDisableComputedAttributes": "用户界面:禁用计算属性", "attributeUiDisableCalendars": "用户界面:禁用日历", diff --git a/modern/src/resources/l10n/zh_TW.json b/modern/src/resources/l10n/zh_TW.json index 6a34ba23..ec17138c 100644 --- a/modern/src/resources/l10n/zh_TW.json +++ b/modern/src/resources/l10n/zh_TW.json @@ -148,7 +148,7 @@ "attributeUiDisableAttributes": "用戶界面:禁用屬性", "attributeUiDisableGroups": "用戶界面:禁用分組", "attributeUiDisableEvents": "用戶界面:禁用事件", - "attributeUiDisableVehicleFetures": "用戶界面:禁用車輛特性", + "attributeUiDisableVehicleFeatures": "用戶界面:禁用車輛特性", "attributeUiDisableDrivers": "用戶界面:禁用駕駛員", "attributeUiDisableComputedAttributes": "用戶界面:禁用計算屬性", "attributeUiDisableCalendars": "用戶界面:禁用日曆", -- cgit v1.2.3