File tree Expand file tree Collapse file tree
packages/i18n/src/locales Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -208,6 +208,8 @@ const ar = {
208208 noDescription : 'لا يوجد وصف' ,
209209 none : 'لا شيء' ,
210210 columnsConfigured : '{{count}} أعمدة' ,
211+ save : 'حفظ' ,
212+ discard : 'تجاهل' ,
211213 } ,
212214 localeSwitcher : {
213215 label : 'اللغة' ,
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change @@ -207,6 +207,8 @@ const ja = {
207207 noDescription : '説明なし' ,
208208 none : 'なし' ,
209209 columnsConfigured : '{{count}} 列' ,
210+ save : '保存' ,
211+ discard : '破棄' ,
210212 } ,
211213 localeSwitcher : {
212214 label : '言語' ,
Original file line number Diff line number Diff line change @@ -207,6 +207,8 @@ const ko = {
207207 noDescription : '설명 없음' ,
208208 none : '없음' ,
209209 columnsConfigured : '{{count}}개 열' ,
210+ save : '저장' ,
211+ discard : '취소' ,
210212 } ,
211213 localeSwitcher : {
212214 label : '언어' ,
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change @@ -207,6 +207,8 @@ const ru = {
207207 noDescription : 'Нет описания' ,
208208 none : 'Нет' ,
209209 columnsConfigured : '{{count}} столбцов' ,
210+ save : 'Сохранить' ,
211+ discard : 'Отменить' ,
210212 } ,
211213 localeSwitcher : {
212214 label : 'Язык' ,
Original file line number Diff line number Diff line change @@ -212,6 +212,8 @@ const zh = {
212212 noDescription : '无描述' ,
213213 none : '无' ,
214214 columnsConfigured : '{{count}} 列' ,
215+ save : '保存' ,
216+ discard : '丢弃' ,
215217 } ,
216218 localeSwitcher : {
217219 label : '语言' ,
You can’t perform that action at this time.
0 commit comments