Skip to content

Commit 9f22b27

Browse files
chore: translate i18n files and update type definitions (#27141)
Co-authored-by: crazywoola <[email protected]>
1 parent f28b519 commit 9f22b27

File tree

19 files changed

+76
-0
lines changed

19 files changed

+76
-0
lines changed

web/i18n/de-DE/tools.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ const translation = {
243243
},
244244
publishTip: 'App nicht veröffentlicht. Bitte zuerst die App veröffentlichen.',
245245
},
246+
toolItem: {
247+
parameters: 'Parameter',
248+
noDescription: 'Keine Beschreibung',
249+
},
246250
},
247251
allTools: 'Alle Werkzeuge',
248252
}

web/i18n/es-ES/tools.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ const translation = {
243243
},
244244
publishTip: 'App no publicada. Publícala primero.',
245245
},
246+
toolItem: {
247+
noDescription: 'Sin descripción',
248+
parameters: 'Parámetros',
249+
},
246250
},
247251
allTools: 'Todas las herramientas',
248252
}

web/i18n/fa-IR/tools.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ const translation = {
243243
},
244244
publishTip: 'برنامه منتشر نشده است. لطفاً ابتدا برنامه را منتشر کنید.',
245245
},
246+
toolItem: {
247+
parameters: 'پارامترها',
248+
noDescription: 'بدون توضیح',
249+
},
246250
},
247251
allTools: 'همه ابزارها',
248252
}

web/i18n/fr-FR/tools.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ const translation = {
243243
},
244244
publishTip: 'Application non publiée. Merci de publier l\'application en premier.',
245245
},
246+
toolItem: {
247+
parameters: 'Paramètres',
248+
noDescription: 'Aucune description',
249+
},
246250
},
247251
allTools: 'Tous les outils',
248252
}

web/i18n/hi-IN/tools.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,10 @@ const translation = {
248248
},
249249
publishTip: 'ऐप प्रकाशित नहीं हुआ। कृपया पहले ऐप प्रकाशित करें।',
250250
},
251+
toolItem: {
252+
parameters: 'पैरामीटर',
253+
noDescription: 'कोई वर्णन नहीं',
254+
},
251255
},
252256
allTools: 'सभी उपकरण',
253257
}

web/i18n/id-ID/tools.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ const translation = {
226226
toolUpdateConfirmContent: 'Memperbarui daftar alat dapat memengaruhi aplikasi yang ada. Apakah Anda ingin melanjutkan?',
227227
update: 'Pemutakhiran',
228228
identifier: 'Pengenal Server (Klik untuk Menyalin)',
229+
toolItem: {
230+
parameters: 'Parameter',
231+
noDescription: 'Tanpa deskripsi',
232+
},
229233
},
230234
title: 'Perkakas',
231235
createCustomTool: 'Buat Alat Kustom',

web/i18n/it-IT/tools.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,10 @@ const translation = {
253253
},
254254
publishTip: 'App non pubblicata. Pubblica l\'app prima.',
255255
},
256+
toolItem: {
257+
parameters: 'Parametri',
258+
noDescription: 'Nessuna descrizione',
259+
},
256260
},
257261
allTools: 'Tutti gli strumenti',
258262
}

web/i18n/ja-JP/tools.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ const translation = {
243243
},
244244
publishTip: 'アプリが公開されていません。まずアプリを公開してください。',
245245
},
246+
toolItem: {
247+
parameters: 'パラメータ',
248+
noDescription: '説明なし',
249+
},
246250
},
247251
allTools: 'すべての道具',
248252
}

web/i18n/ko-KR/tools.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ const translation = {
243243
},
244244
publishTip: '앱이 게시되지 않았습니다. 먼저 앱을 게시하십시오.',
245245
},
246+
toolItem: {
247+
noDescription: '설명 없음',
248+
parameters: '매개변수',
249+
},
246250
},
247251
allTools: '모든 도구',
248252
}

web/i18n/pl-PL/tools.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,10 @@ const translation = {
247247
},
248248
publishTip: 'Aplikacja nieopublikowana. Najpierw opublikuj aplikację.',
249249
},
250+
toolItem: {
251+
parameters: 'Parametry',
252+
noDescription: 'Brak opisu',
253+
},
250254
},
251255
allTools: 'Wszystkie narzędzia',
252256
}

0 commit comments

Comments
 (0)