From fbee4fcbb7218fcce08cb6c43b81fad8704abdaa Mon Sep 17 00:00:00 2001 From: Anton Kovalev Date: Thu, 19 Jun 2025 00:56:53 +0300 Subject: [PATCH] translations for default values have been added --- web/i18n/de-DE/app-debug.ts | 3 +++ web/i18n/en-US/app-debug.ts | 3 +++ web/i18n/es-ES/app-debug.ts | 3 +++ web/i18n/fr-FR/app-debug.ts | 3 +++ web/i18n/hi-IN/app-debug.ts | 3 +++ web/i18n/it-IT/app-debug.ts | 3 +++ web/i18n/ja-JP/app-debug.ts | 3 +++ web/i18n/ko-KR/app-debug.ts | 3 +++ web/i18n/pl-PL/app-debug.ts | 3 +++ web/i18n/pt-BR/app-debug.ts | 3 +++ web/i18n/ro-RO/app-debug.ts | 3 +++ web/i18n/tr-TR/app-debug.ts | 3 +++ web/i18n/uk-UA/app-debug.ts | 3 +++ web/i18n/vi-VN/app-debug.ts | 3 +++ web/i18n/zh-Hans/app-debug.ts | 3 +++ web/i18n/zh-Hant/app-debug.ts | 3 +++ 16 files changed, 48 insertions(+) diff --git a/web/i18n/de-DE/app-debug.ts b/web/i18n/de-DE/app-debug.ts index 4022e755e9..7e0c27c530 100644 --- a/web/i18n/de-DE/app-debug.ts +++ b/web/i18n/de-DE/app-debug.ts @@ -261,6 +261,9 @@ const translation = { options: 'Optionen', addOption: 'Option hinzufügen', apiBasedVar: 'API-basierte Variable', + defaultValue: 'Standardwert', + noDefaultValue: 'Kein Standardwert', + selectDefaultValue: 'Standardwert auswählen', }, vision: { name: 'Vision', diff --git a/web/i18n/en-US/app-debug.ts b/web/i18n/en-US/app-debug.ts index 349ff37118..b5c6df6846 100644 --- a/web/i18n/en-US/app-debug.ts +++ b/web/i18n/en-US/app-debug.ts @@ -400,6 +400,9 @@ const translation = { atLeastOneOption: 'At least one option is required', optionRepeat: 'Has repeat options', }, + 'defaultValue': 'Default value', + 'noDefaultValue': 'No default value', + 'selectDefaultValue': 'Select default value', }, vision: { name: 'Vision', diff --git a/web/i18n/es-ES/app-debug.ts b/web/i18n/es-ES/app-debug.ts index 8c986bf669..6cd2f503d4 100644 --- a/web/i18n/es-ES/app-debug.ts +++ b/web/i18n/es-ES/app-debug.ts @@ -288,6 +288,9 @@ const translation = { atLeastOneOption: 'Se requiere al menos una opción', optionRepeat: 'Hay opciones repetidas', }, + 'defaultValue': 'Valor predeterminado', + 'noDefaultValue': 'Sin valor predeterminado', + 'selectDefaultValue': 'Seleccionar valor predeterminado', }, vision: { name: 'Visión', diff --git a/web/i18n/fr-FR/app-debug.ts b/web/i18n/fr-FR/app-debug.ts index 6671092930..99aa070b8e 100644 --- a/web/i18n/fr-FR/app-debug.ts +++ b/web/i18n/fr-FR/app-debug.ts @@ -276,6 +276,9 @@ const translation = { atLeastOneOption: 'At least one option is required', optionRepeat: 'Has repeat options', }, + 'defaultValue': 'Valeur par défaut', + 'noDefaultValue': 'Aucune valeur par défaut', + 'selectDefaultValue': 'Sélectionner la valeur par défaut', }, vision: { name: 'Vision', diff --git a/web/i18n/hi-IN/app-debug.ts b/web/i18n/hi-IN/app-debug.ts index 3f4b06c08b..a7a056c148 100644 --- a/web/i18n/hi-IN/app-debug.ts +++ b/web/i18n/hi-IN/app-debug.ts @@ -320,6 +320,9 @@ const translation = { atLeastOneOption: 'कम से कम एक विकल्प आवश्यक है', optionRepeat: 'विकल्प दोहराए गए हैं', }, + 'defaultValue': 'डिफ़ॉल्ट मान', + 'noDefaultValue': 'कोई डिफ़ॉल्ट मान नहीं', + 'selectDefaultValue': 'डिफ़ॉल्ट मान चुनें', }, vision: { name: 'विजन', diff --git a/web/i18n/it-IT/app-debug.ts b/web/i18n/it-IT/app-debug.ts index c8b3c08302..2309c784f4 100644 --- a/web/i18n/it-IT/app-debug.ts +++ b/web/i18n/it-IT/app-debug.ts @@ -322,6 +322,9 @@ const translation = { atLeastOneOption: 'È richiesta almeno un\'opzione', optionRepeat: 'Ci sono opzioni ripetute', }, + 'defaultValue': 'Valore predefinito', + 'noDefaultValue': 'Nessun valore predefinito', + 'selectDefaultValue': 'Seleziona valore predefinito', }, vision: { name: 'Visione', diff --git a/web/i18n/ja-JP/app-debug.ts b/web/i18n/ja-JP/app-debug.ts index f862f3f2f7..0c25e8cb36 100644 --- a/web/i18n/ja-JP/app-debug.ts +++ b/web/i18n/ja-JP/app-debug.ts @@ -392,6 +392,9 @@ const translation = { atLeastOneOption: '少なくとも 1 つのオプションが必要です', optionRepeat: '繰り返しオプションがあります', }, + 'defaultValue': 'デフォルト値', + 'noDefaultValue': 'デフォルト値なし', + 'selectDefaultValue': 'デフォルト値を選択', }, vision: { name: 'ビジョン', diff --git a/web/i18n/ko-KR/app-debug.ts b/web/i18n/ko-KR/app-debug.ts index 3c5a3f4b1f..4d3ca7f4b0 100644 --- a/web/i18n/ko-KR/app-debug.ts +++ b/web/i18n/ko-KR/app-debug.ts @@ -287,6 +287,9 @@ const translation = { atLeastOneOption: '적어도 하나의 옵션이 필요합니다', optionRepeat: '옵션이 중복되어 있습니다', }, + 'defaultValue': '기본값', + 'noDefaultValue': '기본값 없음', + 'selectDefaultValue': '기본값 선택', }, vision: { name: '비전', diff --git a/web/i18n/pl-PL/app-debug.ts b/web/i18n/pl-PL/app-debug.ts index 48b44c0cbb..5669a4439b 100644 --- a/web/i18n/pl-PL/app-debug.ts +++ b/web/i18n/pl-PL/app-debug.ts @@ -317,6 +317,9 @@ const translation = { atLeastOneOption: 'Wymagana jest co najmniej jedna opcja', optionRepeat: 'Powtarzają się opcje', }, + 'defaultValue': 'Wartość domyślna', + 'noDefaultValue': 'Brak wartości domyślnej', + 'selectDefaultValue': 'Wybierz wartość domyślną', }, vision: { name: 'Wizja', diff --git a/web/i18n/pt-BR/app-debug.ts b/web/i18n/pt-BR/app-debug.ts index 64f7a85fe7..c6d1c8da76 100644 --- a/web/i18n/pt-BR/app-debug.ts +++ b/web/i18n/pt-BR/app-debug.ts @@ -293,6 +293,9 @@ const translation = { atLeastOneOption: 'Pelo menos uma opção é obrigatória', optionRepeat: 'Tem opções repetidas', }, + 'defaultValue': 'Valor padrão', + 'noDefaultValue': 'Nenhum valor padrão', + 'selectDefaultValue': 'Selecionar valor padrão', }, vision: { name: 'Visão', diff --git a/web/i18n/ro-RO/app-debug.ts b/web/i18n/ro-RO/app-debug.ts index f7240055e3..ad59754965 100644 --- a/web/i18n/ro-RO/app-debug.ts +++ b/web/i18n/ro-RO/app-debug.ts @@ -293,6 +293,9 @@ const translation = { atLeastOneOption: 'Este necesară cel puțin o opțiune', optionRepeat: 'Există opțiuni repetate', }, + 'defaultValue': 'Valoare implicită', + 'noDefaultValue': 'Fără valoare implicită', + 'selectDefaultValue': 'Selectați valoarea implicită', }, vision: { name: 'Viziune', diff --git a/web/i18n/tr-TR/app-debug.ts b/web/i18n/tr-TR/app-debug.ts index f08d221d45..0119366125 100644 --- a/web/i18n/tr-TR/app-debug.ts +++ b/web/i18n/tr-TR/app-debug.ts @@ -329,6 +329,9 @@ const translation = { atLeastOneOption: 'En az bir seçenek gereklidir', optionRepeat: 'Yinelenen seçenekler var', }, + defaultValue: 'Varsayılan değer', + noDefaultValue: 'Varsayılan değer yok', + selectDefaultValue: 'Varsayılan değer seç', }, vision: { name: 'Görüş', diff --git a/web/i18n/uk-UA/app-debug.ts b/web/i18n/uk-UA/app-debug.ts index 7e410ffef9..ec18e6546c 100644 --- a/web/i18n/uk-UA/app-debug.ts +++ b/web/i18n/uk-UA/app-debug.ts @@ -287,6 +287,9 @@ const translation = { atLeastOneOption: 'Потрібно щонайменше одну опцію', optionRepeat: 'Є повторні опції', }, + 'defaultValue': 'Значення за замовчуванням', + 'noDefaultValue': 'Без значення за замовчуванням', + 'selectDefaultValue': 'Обрати значення за замовчуванням', }, vision: { name: 'Зображення', // Vision diff --git a/web/i18n/vi-VN/app-debug.ts b/web/i18n/vi-VN/app-debug.ts index c091cb5abb..bbb38b30f7 100644 --- a/web/i18n/vi-VN/app-debug.ts +++ b/web/i18n/vi-VN/app-debug.ts @@ -287,6 +287,9 @@ const translation = { atLeastOneOption: 'Cần ít nhất một tùy chọn', optionRepeat: 'Có các tùy chọn trùng lặp', }, + 'defaultValue': 'Giá trị mặc định', + 'noDefaultValue': 'Không có giá trị mặc định', + 'selectDefaultValue': 'Chọn giá trị mặc định', }, vision: { name: 'Thị giác', diff --git a/web/i18n/zh-Hans/app-debug.ts b/web/i18n/zh-Hans/app-debug.ts index 4f84b396d0..78084eebfc 100644 --- a/web/i18n/zh-Hans/app-debug.ts +++ b/web/i18n/zh-Hans/app-debug.ts @@ -394,6 +394,9 @@ const translation = { atLeastOneOption: '至少需要一个选项', optionRepeat: '选项不能重复', }, + 'defaultValue': '默认值', + 'noDefaultValue': '无默认值', + 'selectDefaultValue': '选择默认值', }, vision: { name: '视觉', diff --git a/web/i18n/zh-Hant/app-debug.ts b/web/i18n/zh-Hant/app-debug.ts index 16374992b5..6439e50656 100644 --- a/web/i18n/zh-Hant/app-debug.ts +++ b/web/i18n/zh-Hant/app-debug.ts @@ -272,6 +272,9 @@ const translation = { atLeastOneOption: '至少需要一個選項', optionRepeat: '選項不能重複', }, + 'defaultValue': '預設值', + 'noDefaultValue': '無預設值', + 'selectDefaultValue': '選擇預設值', }, vision: { name: '視覺',