From 9a43df95b9bd4d1f699dac5233dd0351f56a20ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Vasconcellos?= Date: Mon, 13 May 2024 08:19:00 -0300 Subject: [PATCH] Revert untranslated keys added to locales (#2470) * Revert untranslated keys added to locales * Remove unused tag_* key * Revert "Remove unused tag_* key" This reverts commit cb11c95f8df0819e6918619e7696495fcf21930f. --- interface/locales/README.md | 8 +++++++- interface/locales/ar/common.json | 3 --- interface/locales/be/common.json | 6 ------ interface/locales/de/common.json | 3 --- interface/locales/es/common.json | 6 ------ interface/locales/fr/common.json | 7 ------- interface/locales/it/common.json | 7 ------- interface/locales/ja/common.json | 3 +-- interface/locales/nl/common.json | 3 --- interface/locales/ru/common.json | 6 ------ interface/locales/tr/common.json | 3 --- interface/locales/zh-CN/common.json | 3 --- interface/locales/zh-TW/common.json | 3 --- 13 files changed, 8 insertions(+), 53 deletions(-) diff --git a/interface/locales/README.md b/interface/locales/README.md index 81ba86c75..77f932ffe 100644 --- a/interface/locales/README.md +++ b/interface/locales/README.md @@ -31,6 +31,12 @@ const dayjsLocales: Record = { ## Syncing locales -This command will help you sync all locales with the source language (en) and update missing keys. +This command will help you sync locales with the source language (en) and find missing keys. + +`npx i18next-locales-sync -p en -s it -l ./interface/locales` + +replace `it` with the language you want to sync with the source language. + +If you want to sync all locales with the source language (en), run: `pnpm i18n:sync` diff --git a/interface/locales/ar/common.json b/interface/locales/ar/common.json index 7067a3c17..09070273a 100644 --- a/interface/locales/ar/common.json +++ b/interface/locales/ar/common.json @@ -53,7 +53,6 @@ "changelog": "سجل التغييرات", "changelog_page_description": "انظر إلى الميزات الجديدة الرائعة التي نقوم بإضافتها", "changelog_page_title": "سجل التغييرات", - "chapters": "Chapters", "checksum": "التحقق من الصحة", "clear_finished_jobs": "مسح الوظائف المنتهية", "client": "العميل", @@ -126,7 +125,6 @@ "debug_mode_description": "تمكين ميزات التصحيح الإضافية داخل التطبيق.", "default": "الافتراضي", "descending": "Descending", - "duration": "Duration", "random": "عشوائي", "ipv4_listeners_error": "Error creating the IPv4 listeners. Please check your firewall settings!", "ipv4_ipv6_listeners_error": "Error creating the IPv4 and IPv6 listeners. Please check your firewall settings!", @@ -579,7 +577,6 @@ "square_thumbnails": "مصغرات مربعة", "star_on_github": "ضع نجمة على GitHub", "starts_with": "starts with", - "start_time": "Start Time", "stop": "إيقاف", "success": "نجاح", "support": "الدعم", diff --git a/interface/locales/be/common.json b/interface/locales/be/common.json index 78a6d3648..184abda58 100644 --- a/interface/locales/be/common.json +++ b/interface/locales/be/common.json @@ -53,7 +53,6 @@ "changelog": "Што новага", "changelog_page_description": "Даведайцеся, якія новыя магчымасці мы дадалі", "changelog_page_title": "Спіс змен", - "chapters": "Chapters", "checksum": "Кантрольная сума", "clear_finished_jobs": "Ачысціць скончаныя заданні", "client": "Кліент", @@ -126,7 +125,6 @@ "debug_mode_description": "Уключыце дадатковыя функцыі адладкі ў дадатку.", "default": "Стандартны", "descending": "Па змяншэнні", - "duration": "Duration", "random": "Выпадковы", "ipv4_listeners_error": "Памылка пры стварэнні слухачоў IPv4. Калі ласка, праверце наладкі брандмаўэра!", "ipv4_ipv6_listeners_error": "Памылка пры стварэнні слухачоў IPv4 і IPv6. Калі ласка, праверце наладкі брандмаўэра!", @@ -337,7 +335,6 @@ "kind_one": "Тып", "kind_few": "Тыпа", "kind_many": "Тыпаў", - "kind_other": "Kinds", "label": "Ярлык", "labels": "Ярлыкі", "language": "Мова", @@ -366,7 +363,6 @@ "location_one": "Лакацыя", "location_few": "Лакацыі", "location_many": "Лакацый", - "location_other": "Locations", "location_connected_tooltip": "Лакацыя правяраецца на змены", "location_disconnected_tooltip": "Лакацыя не правяраецца на змены", "location_display_name_info": "Імя гэтага месцазнаходжання, якое будзе адлюстроўвацца на бакавой панэлі. Гэта дзеянне не пераназаве фактычнай тэчкі на дыску.", @@ -573,7 +569,6 @@ "square_thumbnails": "Квадратныя эскізы", "star_on_github": "Паставіць зорку на GitHub", "starts_with": "пачынаецца з", - "start_time": "Start Time", "stop": "Спыніць", "success": "Поспех", "support": "Падтрымка", @@ -592,7 +587,6 @@ "tag_one": "Тэг", "tag_few": "Тэга", "tag_many": "Тэгаў", - "tag_other": "Tags", "tags": "Тэгі", "tags_description": "Кіруйце сваімі тэгамі.", "tags_notice_message": "Гэтаму тэгу не прысвоена ні аднаго элемента.", diff --git a/interface/locales/de/common.json b/interface/locales/de/common.json index d64e1c9c1..786e95acf 100644 --- a/interface/locales/de/common.json +++ b/interface/locales/de/common.json @@ -53,7 +53,6 @@ "changelog": "Änderungsverlauf", "changelog_page_description": "Sehe, welche coolen neuen Funktionen wir machen", "changelog_page_title": "Änderungsprotokoll", - "chapters": "Chapters", "checksum": "Prüfsumme", "clear_finished_jobs": "Beendete Aufgaben entfernen", "client": "Client", @@ -126,7 +125,6 @@ "debug_mode_description": "Zusätzliche Debugging-Funktionen in der App aktivieren.", "default": "Standard", "descending": "Absteigend", - "duration": "Duration", "random": "Zufällig", "ipv4_listeners_error": "Error creating the IPv4 listeners. Please check your firewall settings!", "ipv4_ipv6_listeners_error": "Error creating the IPv4 and IPv6 listeners. Please check your firewall settings!", @@ -567,7 +565,6 @@ "square_thumbnails": "Quadratische Vorschaubilder", "star_on_github": "Auf GitHub als Favorit markieren", "starts_with": "beginnt mit", - "start_time": "Start Time", "stop": "Stoppen", "success": "Erfolg", "support": "Unterstützung", diff --git a/interface/locales/es/common.json b/interface/locales/es/common.json index 58a5f380c..4316272ea 100644 --- a/interface/locales/es/common.json +++ b/interface/locales/es/common.json @@ -53,7 +53,6 @@ "changelog": "Registro de cambios", "changelog_page_description": "Mira qué nuevas funciones geniales estamos creando", "changelog_page_title": "Registro de cambios", - "chapters": "Chapters", "checksum": "Suma de verificación", "clear_finished_jobs": "Eliminar trabajos finalizados", "client": "Cliente", @@ -126,7 +125,6 @@ "debug_mode_description": "Habilitar funciones de depuración adicionales dentro de la aplicación.", "default": "Predeterminado", "descending": "Descendente", - "duration": "Duration", "random": "Aleatorio", "ipv4_listeners_error": "Error creating the IPv4 listeners. Please check your firewall settings!", "ipv4_ipv6_listeners_error": "Error creating the IPv4 and IPv6 listeners. Please check your firewall settings!", @@ -334,7 +332,6 @@ "kilometers": "Kilómetros", "kind": "Tipo", "kind_one": "Tipo", - "kind_many": "Kinds", "kind_other": "Tipos", "label": "Etiqueta", "labels": "Etiquetas", @@ -362,7 +359,6 @@ "local_node": "Nodo Local", "location": "Ubicación", "location_one": "Ubicación", - "location_many": "Locations", "location_other": "Ubicaciones", "location_connected_tooltip": "La ubicación está siendo vigilada en busca de cambios", "location_disconnected_tooltip": "La ubicación no está siendo vigilada en busca de cambios", @@ -570,7 +566,6 @@ "square_thumbnails": "Miniaturas Cuadradas", "star_on_github": "Dar estrella en GitHub", "starts_with": "comienza con", - "start_time": "Start Time", "stop": "Detener", "success": "Éxito", "support": "Soporte", @@ -587,7 +582,6 @@ "system": "Sistema", "tag": "Etiqueta", "tag_one": "Etiqueta", - "tag_many": "Tags", "tag_other": "Etiquetas", "tags": "Etiquetas", "tags_description": "Administra tus etiquetas.", diff --git a/interface/locales/fr/common.json b/interface/locales/fr/common.json index 450aa2953..72a5dcf29 100644 --- a/interface/locales/fr/common.json +++ b/interface/locales/fr/common.json @@ -53,7 +53,6 @@ "changelog": "Journal des modifications", "changelog_page_description": "Découvrez les nouvelles fonctionnalités cool que nous développons", "changelog_page_title": "Changelog", - "chapters": "Chapters", "checksum": "Somme de contrôle", "clear_finished_jobs": "Effacer les travaux terminés", "client": "Client", @@ -126,7 +125,6 @@ "debug_mode_description": "Activez des fonctionnalités de débogage supplémentaires dans l'application.", "default": "Défaut", "descending": "Descente", - "duration": "Duration", "random": "Aléatoire", "ipv4_listeners_error": "Error creating the IPv4 listeners. Please check your firewall settings!", "ipv4_ipv6_listeners_error": "Error creating the IPv4 and IPv6 listeners. Please check your firewall settings!", @@ -334,7 +332,6 @@ "kilometers": "Kilomètres", "kind": "Type", "kind_one": "Type", - "kind_many": "Kinds", "kind_other": "Types", "label": "Étiquette", "labels": "Étiquettes", @@ -362,7 +359,6 @@ "local_node": "Nœud local", "location": "Localisation", "location_one": "Localisation", - "location_many": "Locations", "location_other": "Localisation", "location_connected_tooltip": "L'emplacement est surveillé pour les changements", "location_disconnected_tooltip": "L'emplacement n'est pas surveillé pour les changements", @@ -570,7 +566,6 @@ "square_thumbnails": "Vignettes carrées", "star_on_github": "Mettre une étoile sur GitHub", "starts_with": "commence par", - "start_time": "Start Time", "stop": "Arrêter", "success": "Succès", "support": "Support", @@ -587,9 +582,7 @@ "system": "Système", "tag": "Étiquette", "tag_one": "Étiquette", - "tag_many": "Tags", "tag_other": "Étiquettes", - "tags": "Tags", "tags_description": "Gérer vos étiquettes.", "tags_notice_message": "Aucun élément attribué à cette balise.", "telemetry_description": "Activez pour fournir aux développeurs des données détaillées d'utilisation et de télémesure afin d'améliorer l'application. Désactivez pour n'envoyer que les données de base : votre statut d'activité, la version de l'application, la version du noyau et la plateforme (par exemple, mobile, web ou ordinateur de bureau).", diff --git a/interface/locales/it/common.json b/interface/locales/it/common.json index d003cee87..65e365eb5 100644 --- a/interface/locales/it/common.json +++ b/interface/locales/it/common.json @@ -53,7 +53,6 @@ "changelog": "Changelog", "changelog_page_description": "Scopri quali nuove fantastiche funzionalità stiamo realizzando", "changelog_page_title": "Changelog", - "chapters": "Chapters", "checksum": "Checksum", "clear_finished_jobs": "Cancella i lavori completati", "client": "Client", @@ -126,7 +125,6 @@ "debug_mode_description": "Abilita funzionalità di debug aggiuntive all'interno dell'app.", "default": "Predefinito", "descending": "In discesa", - "duration": "Duration", "random": "Casuale", "ipv4_listeners_error": "Error creating the IPv4 listeners. Please check your firewall settings!", "ipv4_ipv6_listeners_error": "Error creating the IPv4 and IPv6 listeners. Please check your firewall settings!", @@ -334,7 +332,6 @@ "kilometers": "Kilometri", "kind": "Tipo", "kind_one": "Tipo", - "kind_many": "Kinds", "kind_other": "Tipi", "label": "Etichetta", "labels": "Etichette", @@ -362,7 +359,6 @@ "local_node": "Nodo Locale", "location": "Posizione", "location_one": "Posizione", - "location_many": "Locations", "location_other": "Luoghi", "location_connected_tooltip": "La posizione è monitorata per i cambiamenti", "location_disconnected_tooltip": "La posizione non è monitorata per i cambiamenti", @@ -570,7 +566,6 @@ "square_thumbnails": "Miniature quadrate", "star_on_github": "Aggiungi ai preferiti su GitHub", "starts_with": "inizia con", - "start_time": "Start Time", "stop": "Stop", "success": "Successo", "support": "Supporto", @@ -587,9 +582,7 @@ "system": "Sistema", "tag": "Tag", "tag_one": "Tag", - "tag_many": "Tags", "tag_other": "Tags", - "tags": "Tags", "tags_description": "Gestisci i tuoi tags.", "tags_notice_message": "Nessun elemento assegnato a questo tag.", "telemetry_description": "Attiva per fornire agli sviluppatori dati dettagliati sull'utilizzo e sulla telemetria per migliorare l'app. Disattiva per inviare solo i dati di base: stato della tua attività, versione dell'app, versione principale e piattaforma (ad esempio mobile, web o desktop).", diff --git a/interface/locales/ja/common.json b/interface/locales/ja/common.json index dfb50935c..3883f9394 100644 --- a/interface/locales/ja/common.json +++ b/interface/locales/ja/common.json @@ -53,7 +53,6 @@ "changelog": "変更履歴", "changelog_page_description": "Spacedriveの魅力ある新機能をご確認ください。", "changelog_page_title": "変更履歴", - "chapters": "Chapters", "checksum": "チェックサム", "clear_finished_jobs": "完了ジョブを削除", "client": "クライアント", @@ -644,4 +643,4 @@ "your_privacy": "あなたのプライバシー", "zoom_in": "拡大する", "zoom_out": "縮小する" -} \ No newline at end of file +} diff --git a/interface/locales/nl/common.json b/interface/locales/nl/common.json index 1bf9b950c..cf7b00035 100644 --- a/interface/locales/nl/common.json +++ b/interface/locales/nl/common.json @@ -53,7 +53,6 @@ "changelog": "Wijzigingslogboek", "changelog_page_description": "Zie welke coole nieuwe functies we aan het maken zijn", "changelog_page_title": "Wijzigingslogboek", - "chapters": "Chapters", "checksum": "Controlegetal", "clear_finished_jobs": "Ruim voltooide taken op", "client": "Client", @@ -126,7 +125,6 @@ "debug_mode_description": "Schakel extra debugging functies in de app in.", "default": "Standaard", "descending": "Aflopend", - "duration": "Duration", "random": "Willekeurig", "ipv4_listeners_error": "Error creating the IPv4 listeners. Please check your firewall settings!", "ipv4_ipv6_listeners_error": "Error creating the IPv4 and IPv6 listeners. Please check your firewall settings!", @@ -567,7 +565,6 @@ "square_thumbnails": "Vierkante Miniaturen", "star_on_github": "Ster op GitHub", "starts_with": "begint met", - "start_time": "Start Time", "stop": "Stop", "success": "Succes", "support": "Ondersteuning", diff --git a/interface/locales/ru/common.json b/interface/locales/ru/common.json index b98fb9704..7b7f0418b 100644 --- a/interface/locales/ru/common.json +++ b/interface/locales/ru/common.json @@ -53,7 +53,6 @@ "changelog": "Что нового", "changelog_page_description": "Узнайте, какие новые возможности мы добавили", "changelog_page_title": "Список изменений", - "chapters": "Chapters", "checksum": "Контрольная сумма", "clear_finished_jobs": "Очистить законченные задачи", "client": "Клиент", @@ -126,7 +125,6 @@ "debug_mode_description": "Включите дополнительные функции отладки в приложении.", "default": "Стандартный", "descending": "По убыванию", - "duration": "Duration", "random": "Случайный", "ipv4_listeners_error": "Ошибка при создании слушателей IPv4. Пожалуйста, проверьте настройки брандмауэра!", "ipv4_ipv6_listeners_error": "Ошибка при создании слушателей IPv4 и IPv6. Пожалуйста, проверьте настройки брандмауэра!", @@ -337,7 +335,6 @@ "kind_one": "Тип", "kind_few": "Типа", "kind_many": "Типов", - "kind_other": "Kinds", "label": "Ярлык", "labels": "Ярлыки", "language": "Язык", @@ -366,7 +363,6 @@ "location_one": "Локация", "location_few": "Локации", "location_many": "Локаций", - "location_other": "Locations", "location_connected_tooltip": "Локация проверяется на изменения", "location_disconnected_tooltip": "Локация не проверяется на изменения", "location_display_name_info": "Имя этого месторасположения, которое будет отображаться на боковой панели. Это действие не переименует фактическую папку на диске.", @@ -573,7 +569,6 @@ "square_thumbnails": "Квадратные эскизы", "star_on_github": "Поставить звезду на GitHub", "starts_with": "начинается с", - "start_time": "Start Time", "stop": "Остановить", "success": "Успех", "support": "Поддержка", @@ -592,7 +587,6 @@ "tag_one": "Тег", "tag_few": "Тега", "tag_many": "Тегов", - "tag_other": "Tags", "tags": "Теги", "tags_description": "Управляйте своими тегами.", "tags_notice_message": "Этому тегу не присвоено ни одного элемента.", diff --git a/interface/locales/tr/common.json b/interface/locales/tr/common.json index 8c71ebaa7..6002dfbc2 100644 --- a/interface/locales/tr/common.json +++ b/interface/locales/tr/common.json @@ -53,7 +53,6 @@ "changelog": "Değişiklikler", "changelog_page_description": "Yaptığımız havalı yeni özellikleri görün", "changelog_page_title": "Değişiklikler", - "chapters": "Chapters", "checksum": "Kontrol Toplamı", "clear_finished_jobs": "Biten işleri temizle", "client": "İstemci", @@ -126,7 +125,6 @@ "debug_mode_description": "Uygulama içinde ek hata ayıklama özelliklerini etkinleştir.", "default": "Varsayılan", "descending": "Alçalma", - "duration": "Duration", "random": "Rastgele", "ipv4_listeners_error": "Error creating the IPv4 listeners. Please check your firewall settings!", "ipv4_ipv6_listeners_error": "Error creating the IPv4 and IPv6 listeners. Please check your firewall settings!", @@ -567,7 +565,6 @@ "square_thumbnails": "Kare Küçük Resimler", "star_on_github": "GitHub'da Yıldızla", "starts_with": "ile başlar", - "start_time": "Start Time", "stop": "Durdur", "success": "Başarılı", "support": "Destek", diff --git a/interface/locales/zh-CN/common.json b/interface/locales/zh-CN/common.json index 85736044b..cec91842a 100644 --- a/interface/locales/zh-CN/common.json +++ b/interface/locales/zh-CN/common.json @@ -53,7 +53,6 @@ "changelog": "更新日志", "changelog_page_description": "看看我们在开发哪些酷炫的新功能", "changelog_page_title": "更新日志", - "chapters": "Chapters", "checksum": "校验和", "clear_finished_jobs": "清除已完成的任务", "client": "客户端", @@ -126,7 +125,6 @@ "debug_mode_description": "启用本应用额外的调试功能。", "default": "默认", "descending": "降序", - "duration": "Duration", "random": "随机的", "ipv4_listeners_error": "Error creating the IPv4 listeners. Please check your firewall settings!", "ipv4_ipv6_listeners_error": "Error creating the IPv4 and IPv6 listeners. Please check your firewall settings!", @@ -563,7 +561,6 @@ "square_thumbnails": "方形缩略图", "star_on_github": "在 GitHub 上送一个 star", "starts_with": "以。。开始", - "start_time": "Start Time", "stop": "停止", "success": "成功", "support": "支持", diff --git a/interface/locales/zh-TW/common.json b/interface/locales/zh-TW/common.json index 493e2c4ad..88b207ed9 100644 --- a/interface/locales/zh-TW/common.json +++ b/interface/locales/zh-TW/common.json @@ -53,7 +53,6 @@ "changelog": "變更日誌", "changelog_page_description": "了解我們正在創建的酷炫新功能", "changelog_page_title": "變更日誌", - "chapters": "Chapters", "checksum": "校驗和", "clear_finished_jobs": "清除已完成的工作", "client": "客戶端", @@ -126,7 +125,6 @@ "debug_mode_description": "在應用程序中啟用額外的除錯功能。", "default": "默認", "descending": "降序", - "duration": "Duration", "random": "隨機的", "ipv4_listeners_error": "Error creating the IPv4 listeners. Please check your firewall settings!", "ipv4_ipv6_listeners_error": "Error creating the IPv4 and IPv6 listeners. Please check your firewall settings!", @@ -563,7 +561,6 @@ "square_thumbnails": "方形縮略圖", "star_on_github": "在GitHub上給星", "starts_with": "以。", - "start_time": "Start Time", "stop": "停止", "success": "成功", "support": "支持",