Skip to content

Commit 55abddc

Browse files
authored
✨ feat: add platform-aware download client menu option (#11676)
* ✨ feat: add platform-aware download client menu option * update test Signed-off-by: Innei <tukon479@gmail.com> --------- Signed-off-by: Innei <tukon479@gmail.com>
1 parent bae270e commit 55abddc

File tree

25 files changed

+65
-22
lines changed

25 files changed

+65
-22
lines changed

locales/ar/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"delete": "حذف",
180180
"document": "دليل المستخدم",
181181
"download": "تنزيل",
182+
"downloadClient": "تنزيل العميل",
182183
"duplicate": "تكرار",
183184
"edit": "تعديل",
184185
"errors.invalidFileFormat": "تنسيق الملف غير صالح",

locales/bg-BG/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"delete": "Изтрий",
180180
"document": "Ръководство за потребителя",
181181
"download": "Изтегли",
182+
"downloadClient": "Изтегли клиент",
182183
"duplicate": "Дублирай",
183184
"edit": "Редактирай",
184185
"errors.invalidFileFormat": "Невалиден файлов формат",

locales/de-DE/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"delete": "Löschen",
180180
"document": "Benutzerhandbuch",
181181
"download": "Herunterladen",
182+
"downloadClient": "Client herunterladen",
182183
"duplicate": "Duplizieren",
183184
"edit": "Bearbeiten",
184185
"errors.invalidFileFormat": "Ungültiges Dateiformat",

locales/en-US/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"delete": "Delete",
180180
"document": "User Manual",
181181
"download": "Download",
182+
"downloadClient": "Download Client",
182183
"duplicate": "Duplicate",
183184
"edit": "Edit",
184185
"errors.invalidFileFormat": "Invalid file format",

locales/es-ES/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"delete": "Eliminar",
180180
"document": "Manual de usuario",
181181
"download": "Descargar",
182+
"downloadClient": "Descargar cliente",
182183
"duplicate": "Duplicar",
183184
"edit": "Editar",
184185
"errors.invalidFileFormat": "Formato de archivo no válido",

locales/fa-IR/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"delete": "حذف",
180180
"document": "راهنمای کاربر",
181181
"download": "دانلود",
182+
"downloadClient": "دانلود کلاینت",
182183
"duplicate": "تکراری",
183184
"edit": "ویرایش",
184185
"errors.invalidFileFormat": "فرمت فایل نامعتبر است",

locales/fr-FR/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"delete": "Supprimer",
180180
"document": "Manuel utilisateur",
181181
"download": "Télécharger",
182+
"downloadClient": "Télécharger le client",
182183
"duplicate": "Dupliquer",
183184
"edit": "Modifier",
184185
"errors.invalidFileFormat": "Format de fichier invalide",

locales/it-IT/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"delete": "Elimina",
180180
"document": "Manuale utente",
181181
"download": "Scarica",
182+
"downloadClient": "Scarica client",
182183
"duplicate": "Duplica",
183184
"edit": "Modifica",
184185
"errors.invalidFileFormat": "Formato file non valido",

locales/ja-JP/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"delete": "削除",
180180
"document": "ドキュメント",
181181
"download": "ダウンロード",
182+
"downloadClient": "クライアントをダウンロード",
182183
"duplicate": "コピーを作成",
183184
"edit": "編集",
184185
"errors.invalidFileFormat": "ファイルフォーマットエラー",

locales/ko-KR/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"delete": "삭제",
180180
"document": "사용 설명서",
181181
"download": "다운로드",
182+
"downloadClient": "클라이언트 다운로드",
182183
"duplicate": "복사본 만들기",
183184
"edit": "편집",
184185
"errors.invalidFileFormat": "파일 형식 오류",

0 commit comments

Comments
 (0)