Skip to content

Commit f66ccdf

Browse files
CopilotCopilot
andcommitted
feat(i18n): add configPanel translations to all non-English locales
Add configPanel section with translations for save, discard, close, layout, columns, gap, rowHeight, data, refreshInterval, appearance, title, showDescription, theme, configuration, general, and advanced keys to zh, de, ru, ja, fr, ar, pt, es, and ko locale files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 158f92e commit f66ccdf

9 files changed

Lines changed: 162 additions & 0 deletions

File tree

packages/i18n/src/locales/ar.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,24 @@ const ar = {
120120
saveLayout: 'حفظ التخطيط',
121121
resetLayout: 'إعادة تعيين التخطيط',
122122
},
123+
configPanel: {
124+
save: 'حفظ',
125+
discard: 'تجاهل',
126+
close: 'إغلاق',
127+
layout: 'التخطيط',
128+
columns: 'الأعمدة',
129+
gap: 'المسافة',
130+
rowHeight: 'ارتفاع الصف',
131+
data: 'البيانات',
132+
refreshInterval: 'فترة التحديث',
133+
appearance: 'المظهر',
134+
title: 'العنوان',
135+
showDescription: 'إظهار الوصف',
136+
theme: 'السمة',
137+
configuration: 'الإعداد',
138+
general: 'عام',
139+
advanced: 'متقدم',
140+
},
123141
console: {
124142
title: 'وحدة تحكم ObjectStack',
125143
initializing: 'جاري تهيئة التطبيق...',

packages/i18n/src/locales/de.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,24 @@ const de = {
119119
saveLayout: 'Layout speichern',
120120
resetLayout: 'Layout zurücksetzen',
121121
},
122+
configPanel: {
123+
save: 'Speichern',
124+
discard: 'Verwerfen',
125+
close: 'Schließen',
126+
layout: 'Layout',
127+
columns: 'Spalten',
128+
gap: 'Abstand',
129+
rowHeight: 'Zeilenhöhe',
130+
data: 'Daten',
131+
refreshInterval: 'Aktualisierungsintervall',
132+
appearance: 'Darstellung',
133+
title: 'Titel',
134+
showDescription: 'Beschreibung anzeigen',
135+
theme: 'Design',
136+
configuration: 'Konfiguration',
137+
general: 'Allgemein',
138+
advanced: 'Erweitert',
139+
},
122140
console: {
123141
title: 'ObjectStack Konsole',
124142
initializing: 'Anwendung wird initialisiert...',

packages/i18n/src/locales/es.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,24 @@ const es = {
119119
saveLayout: 'Guardar diseño',
120120
resetLayout: 'Restablecer diseño',
121121
},
122+
configPanel: {
123+
save: 'Guardar',
124+
discard: 'Descartar',
125+
close: 'Cerrar',
126+
layout: 'Diseño',
127+
columns: 'Columnas',
128+
gap: 'Espaciado',
129+
rowHeight: 'Altura de fila',
130+
data: 'Datos',
131+
refreshInterval: 'Intervalo de actualización',
132+
appearance: 'Apariencia',
133+
title: 'Título',
134+
showDescription: 'Mostrar descripción',
135+
theme: 'Tema',
136+
configuration: 'Configuración',
137+
general: 'General',
138+
advanced: 'Avanzado',
139+
},
122140
console: {
123141
title: 'Consola ObjectStack',
124142
initializing: 'Inicializando aplicación...',

packages/i18n/src/locales/fr.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,24 @@ const fr = {
119119
saveLayout: 'Enregistrer la mise en page',
120120
resetLayout: 'Réinitialiser la mise en page',
121121
},
122+
configPanel: {
123+
save: 'Enregistrer',
124+
discard: 'Annuler',
125+
close: 'Fermer',
126+
layout: 'Disposition',
127+
columns: 'Colonnes',
128+
gap: 'Espacement',
129+
rowHeight: 'Hauteur de ligne',
130+
data: 'Données',
131+
refreshInterval: 'Intervalle de rafraîchissement',
132+
appearance: 'Apparence',
133+
title: 'Titre',
134+
showDescription: 'Afficher la description',
135+
theme: 'Thème',
136+
configuration: 'Configuration',
137+
general: 'Général',
138+
advanced: 'Avancé',
139+
},
122140
console: {
123141
title: 'Console ObjectStack',
124142
initializing: "Initialisation de l'application...",

packages/i18n/src/locales/ja.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,24 @@ const ja = {
119119
saveLayout: 'レイアウトを保存',
120120
resetLayout: 'レイアウトをリセット',
121121
},
122+
configPanel: {
123+
save: '保存',
124+
discard: '破棄',
125+
close: '閉じる',
126+
layout: 'レイアウト',
127+
columns: '列数',
128+
gap: '間隔',
129+
rowHeight: '行の高さ',
130+
data: 'データ',
131+
refreshInterval: '更新間隔',
132+
appearance: '外観',
133+
title: 'タイトル',
134+
showDescription: '説明を表示',
135+
theme: 'テーマ',
136+
configuration: '設定',
137+
general: '基本',
138+
advanced: '詳細',
139+
},
122140
console: {
123141
title: 'ObjectStack コンソール',
124142
initializing: 'アプリケーションを初期化中...',

packages/i18n/src/locales/ko.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,24 @@ const ko = {
119119
saveLayout: '레이아웃 저장',
120120
resetLayout: '레이아웃 초기화',
121121
},
122+
configPanel: {
123+
save: '저장',
124+
discard: '취소',
125+
close: '닫기',
126+
layout: '레이아웃',
127+
columns: '열',
128+
gap: '간격',
129+
rowHeight: '행 높이',
130+
data: '데이터',
131+
refreshInterval: '새로고침 간격',
132+
appearance: '모양',
133+
title: '제목',
134+
showDescription: '설명 표시',
135+
theme: '테마',
136+
configuration: '구성',
137+
general: '일반',
138+
advanced: '고급',
139+
},
122140
console: {
123141
title: 'ObjectStack 콘솔',
124142
initializing: '애플리케이션 초기화 중...',

packages/i18n/src/locales/pt.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,24 @@ const pt = {
119119
saveLayout: 'Salvar layout',
120120
resetLayout: 'Redefinir layout',
121121
},
122+
configPanel: {
123+
save: 'Salvar',
124+
discard: 'Descartar',
125+
close: 'Fechar',
126+
layout: 'Layout',
127+
columns: 'Colunas',
128+
gap: 'Espaçamento',
129+
rowHeight: 'Altura da linha',
130+
data: 'Dados',
131+
refreshInterval: 'Intervalo de atualização',
132+
appearance: 'Aparência',
133+
title: 'Título',
134+
showDescription: 'Mostrar descrição',
135+
theme: 'Tema',
136+
configuration: 'Configuração',
137+
general: 'Geral',
138+
advanced: 'Avançado',
139+
},
122140
console: {
123141
title: 'Console ObjectStack',
124142
initializing: 'Inicializando aplicação...',

packages/i18n/src/locales/ru.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,24 @@ const ru = {
119119
saveLayout: 'Сохранить макет',
120120
resetLayout: 'Сбросить макет',
121121
},
122+
configPanel: {
123+
save: 'Сохранить',
124+
discard: 'Отменить',
125+
close: 'Закрыть',
126+
layout: 'Макет',
127+
columns: 'Столбцы',
128+
gap: 'Отступ',
129+
rowHeight: 'Высота строки',
130+
data: 'Данные',
131+
refreshInterval: 'Интервал обновления',
132+
appearance: 'Внешний вид',
133+
title: 'Заголовок',
134+
showDescription: 'Показать описание',
135+
theme: 'Тема',
136+
configuration: 'Конфигурация',
137+
general: 'Основные',
138+
advanced: 'Дополнительно',
139+
},
122140
console: {
123141
title: 'Консоль ObjectStack',
124142
initializing: 'Инициализация приложения...',

packages/i18n/src/locales/zh.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,24 @@ const zh = {
119119
saveLayout: '保存布局',
120120
resetLayout: '重置布局',
121121
},
122+
configPanel: {
123+
save: '保存',
124+
discard: '丢弃',
125+
close: '关闭',
126+
layout: '布局',
127+
columns: '列数',
128+
gap: '间距',
129+
rowHeight: '行高',
130+
data: '数据',
131+
refreshInterval: '刷新间隔',
132+
appearance: '外观',
133+
title: '标题',
134+
showDescription: '显示描述',
135+
theme: '主题',
136+
configuration: '配置',
137+
general: '基本',
138+
advanced: '高级',
139+
},
122140
console: {
123141
title: 'ObjectStack 控制台',
124142
initializing: '正在初始化应用程序...',

0 commit comments

Comments
 (0)