Skip to content

Commit 21be7d5

Browse files
CopilotCopilot
andcommitted
feat(i18n): add save and discard translations to all locale files
Add 'save' and 'discard' i18n keys to de, es, fr, ja, ko, pt, ru, zh, and ar locale files in the objectView section. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3143edf commit 21be7d5

9 files changed

Lines changed: 18 additions & 0 deletions

File tree

packages/i18n/src/locales/ar.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ const ar = {
208208
noDescription: 'لا يوجد وصف',
209209
none: 'لا شيء',
210210
columnsConfigured: '{{count}} أعمدة',
211+
save: 'حفظ',
212+
discard: 'تجاهل',
211213
},
212214
localeSwitcher: {
213215
label: 'اللغة',

packages/i18n/src/locales/de.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ const de = {
212212
noDescription: 'Keine Beschreibung',
213213
none: 'Keine',
214214
columnsConfigured: '{{count}} Spalten',
215+
save: 'Speichern',
216+
discard: 'Verwerfen',
215217
},
216218
localeSwitcher: {
217219
label: 'Sprache',

packages/i18n/src/locales/es.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ const es = {
207207
noDescription: 'Sin descripción',
208208
none: 'Ninguno',
209209
columnsConfigured: '{{count}} columnas',
210+
save: 'Guardar',
211+
discard: 'Descartar',
210212
},
211213
localeSwitcher: {
212214
label: 'Idioma',

packages/i18n/src/locales/fr.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ const fr = {
212212
noDescription: 'Aucune description',
213213
none: 'Aucun',
214214
columnsConfigured: '{{count}} colonnes',
215+
save: 'Enregistrer',
216+
discard: 'Annuler',
215217
},
216218
localeSwitcher: {
217219
label: 'Langue',

packages/i18n/src/locales/ja.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ const ja = {
207207
noDescription: '説明なし',
208208
none: 'なし',
209209
columnsConfigured: '{{count}} 列',
210+
save: '保存',
211+
discard: '破棄',
210212
},
211213
localeSwitcher: {
212214
label: '言語',

packages/i18n/src/locales/ko.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ const ko = {
207207
noDescription: '설명 없음',
208208
none: '없음',
209209
columnsConfigured: '{{count}}개 열',
210+
save: '저장',
211+
discard: '취소',
210212
},
211213
localeSwitcher: {
212214
label: '언어',

packages/i18n/src/locales/pt.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ const pt = {
207207
noDescription: 'Sem descrição',
208208
none: 'Nenhum',
209209
columnsConfigured: '{{count}} colunas',
210+
save: 'Salvar',
211+
discard: 'Descartar',
210212
},
211213
localeSwitcher: {
212214
label: 'Idioma',

packages/i18n/src/locales/ru.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ const ru = {
207207
noDescription: 'Нет описания',
208208
none: 'Нет',
209209
columnsConfigured: '{{count}} столбцов',
210+
save: 'Сохранить',
211+
discard: 'Отменить',
210212
},
211213
localeSwitcher: {
212214
label: 'Язык',

packages/i18n/src/locales/zh.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ const zh = {
212212
noDescription: '无描述',
213213
none: '无',
214214
columnsConfigured: '{{count}} 列',
215+
save: '保存',
216+
discard: '丢弃',
215217
},
216218
localeSwitcher: {
217219
label: '语言',

0 commit comments

Comments
 (0)