From 5a034d390e263d1255ffd60902928454375e93c1 Mon Sep 17 00:00:00 2001 From: Edouard Vanbelle Date: Sun, 26 Jul 2026 16:42:36 +0200 Subject: [PATCH] i18n: apply missing translation on context menu --- frontend/static/locales/ar.json | 8 +++++++- frontend/static/locales/de.json | 8 +++++++- frontend/static/locales/es.json | 8 +++++++- frontend/static/locales/fa.json | 8 +++++++- frontend/static/locales/fr.json | 8 +++++++- frontend/static/locales/hi.json | 8 +++++++- frontend/static/locales/it.json | 8 +++++++- frontend/static/locales/ja.json | 8 +++++++- frontend/static/locales/nl.json | 8 +++++++- frontend/static/locales/pl.json | 8 +++++++- frontend/static/locales/pt.json | 8 +++++++- frontend/static/locales/ru.json | 8 +++++++- frontend/static/locales/zh-TW.json | 8 +++++++- frontend/static/locales/zh.json | 8 +++++++- 14 files changed, 98 insertions(+), 14 deletions(-) diff --git a/frontend/static/locales/ar.json b/frontend/static/locales/ar.json index 659741cf..0b839276 100644 --- a/frontend/static/locales/ar.json +++ b/frontend/static/locales/ar.json @@ -384,7 +384,13 @@ "col_created_by": "أنشئ بواسطة", "col_opened": "افتُح", "col_path": "الموقع", - "new_elements": "عناصر جديدة" + "new_elements": "عناصر جديدة", + "open_parent": "فتح المجلد الأصلي", + "move": "نقل", + "favorite": "إضافة إلى المفضلة", + "unfavorite": "إزالة من المفضلة", + "open": "فتح", + "download_zip": "تنزيل كملف مضغوط" }, "dialogs": { "rename_folder": "إعادة تسمية المجلد", diff --git a/frontend/static/locales/de.json b/frontend/static/locales/de.json index d77c7dd1..0578e5dc 100644 --- a/frontend/static/locales/de.json +++ b/frontend/static/locales/de.json @@ -384,7 +384,13 @@ "col_created_by": "Erstellt von", "col_opened": "Geöffnet", "col_path": "Speicherort", - "new_elements": "Neue Elemente" + "new_elements": "Neue Elemente", + "open_parent": "Übergeordneten Ordner öffnen", + "move": "Verschieben", + "favorite": "Zu Favoriten hinzufügen", + "unfavorite": "Aus Favoriten entfernen", + "open": "Öffnen", + "download_zip": "Als ZIP herunterladen" }, "dialogs": { "rename_folder": "Ordner umbenennen", diff --git a/frontend/static/locales/es.json b/frontend/static/locales/es.json index 79bb91a7..ae85a787 100644 --- a/frontend/static/locales/es.json +++ b/frontend/static/locales/es.json @@ -389,7 +389,13 @@ "col_created_by": "Creado por", "col_opened": "Abierto", "col_path": "Ubicación", - "new_elements": "Nuevos elementos" + "new_elements": "Nuevos elementos", + "open_parent": "Abrir carpeta principal", + "move": "Mover", + "favorite": "Añadir a favoritos", + "unfavorite": "Quitar de favoritos", + "open": "Abrir", + "download_zip": "Descargar como ZIP" }, "dialogs": { "rename_folder": "Renombrar carpeta", diff --git a/frontend/static/locales/fa.json b/frontend/static/locales/fa.json index e6fb2d2b..3d7676d4 100644 --- a/frontend/static/locales/fa.json +++ b/frontend/static/locales/fa.json @@ -384,7 +384,13 @@ "col_created_by": "ایجاد شده توسط", "col_opened": "باز شده", "col_path": "مکان", - "new_elements": "موارد جدید" + "new_elements": "موارد جدید", + "open_parent": "باز کردن پوشه والد", + "move": "انتقال", + "favorite": "افزودن به علاقه‌مندی‌ها", + "unfavorite": "حذف از علاقه‌مندی‌ها", + "open": "باز کردن", + "download_zip": "دانلود به صورت ZIP" }, "dialogs": { "rename_folder": "تغییر نام پوشه", diff --git a/frontend/static/locales/fr.json b/frontend/static/locales/fr.json index eda28200..2c2e5084 100644 --- a/frontend/static/locales/fr.json +++ b/frontend/static/locales/fr.json @@ -384,7 +384,13 @@ "col_created_by": "Créé par", "col_opened": "Ouvert", "col_path": "Emplacement", - "new_elements": "Nouveaux éléments" + "new_elements": "Nouveaux éléments", + "open_parent": "Ouvrir le dossier parent", + "move": "Déplacer", + "favorite": "Ajouter aux favoris", + "unfavorite": "Retirer des favoris", + "open": "Ouvrir", + "download_zip": "Télécharger en ZIP" }, "dialogs": { "rename_folder": "Renommer le dossier", diff --git a/frontend/static/locales/hi.json b/frontend/static/locales/hi.json index 6823c303..7d7a56c8 100644 --- a/frontend/static/locales/hi.json +++ b/frontend/static/locales/hi.json @@ -384,7 +384,13 @@ "col_created_by": "द्वारा बनाया गया", "col_opened": "खोला गया", "col_path": "स्थान", - "new_elements": "नए तत्व" + "new_elements": "नए तत्व", + "open_parent": "मूल फ़ोल्डर खोलें", + "move": "स्थानांतरित करें", + "favorite": "पसंदीदा में जोड़ें", + "unfavorite": "पसंदीदा से हटाएं", + "open": "खोलें", + "download_zip": "ZIP के रूप में डाउनलोड करें" }, "dialogs": { "rename_folder": "फ़ोल्डर का नाम बदलें", diff --git a/frontend/static/locales/it.json b/frontend/static/locales/it.json index 3c6c1e78..046845f2 100644 --- a/frontend/static/locales/it.json +++ b/frontend/static/locales/it.json @@ -384,7 +384,13 @@ "col_created_by": "Creato da", "col_opened": "Aperto", "col_path": "Posizione", - "new_elements": "Nuovi elementi" + "new_elements": "Nuovi elementi", + "open_parent": "Apri cartella principale", + "move": "Sposta", + "favorite": "Aggiungi ai preferiti", + "unfavorite": "Rimuovi dai preferiti", + "open": "Apri", + "download_zip": "Scarica come ZIP" }, "dialogs": { "rename_folder": "Rinomina cartella", diff --git a/frontend/static/locales/ja.json b/frontend/static/locales/ja.json index 20347146..a338ee32 100644 --- a/frontend/static/locales/ja.json +++ b/frontend/static/locales/ja.json @@ -384,7 +384,13 @@ "col_created_by": "作成者", "col_opened": "アクセス日時", "col_path": "場所", - "new_elements": "新しいアイテム" + "new_elements": "新しいアイテム", + "open_parent": "親フォルダーを開く", + "move": "移動", + "favorite": "お気に入りに追加", + "unfavorite": "お気に入りから削除", + "open": "開く", + "download_zip": "ZIP形式でダウンロード" }, "dialogs": { "rename_folder": "フォルダ名を変更", diff --git a/frontend/static/locales/nl.json b/frontend/static/locales/nl.json index 3f64e86f..98dec141 100644 --- a/frontend/static/locales/nl.json +++ b/frontend/static/locales/nl.json @@ -384,7 +384,13 @@ "col_created_by": "Gemaakt door", "col_opened": "Geopend", "col_path": "Locatie", - "new_elements": "Nieuwe items" + "new_elements": "Nieuwe items", + "open_parent": "Bovenliggende map openen", + "move": "Verplaatsen", + "favorite": "Toevoegen aan favorieten", + "unfavorite": "Verwijderen uit favorieten", + "open": "Openen", + "download_zip": "Downloaden als ZIP" }, "dialogs": { "rename_folder": "Map hernoemen", diff --git a/frontend/static/locales/pl.json b/frontend/static/locales/pl.json index 02e8fada..754da1fc 100644 --- a/frontend/static/locales/pl.json +++ b/frontend/static/locales/pl.json @@ -384,7 +384,13 @@ "col_created_by": "Utworzone przez", "col_opened": "Otwarte", "col_path": "Lokalizacja", - "new_elements": "Nowe elementy" + "new_elements": "Nowe elementy", + "open_parent": "Otwórz folder nadrzędny", + "move": "Przenieś", + "favorite": "Dodaj do ulubionych", + "unfavorite": "Usuń z ulubionych", + "open": "Otwórz", + "download_zip": "Pobierz jako ZIP" }, "dialogs": { "rename_folder": "Zmień nazwę folderu", diff --git a/frontend/static/locales/pt.json b/frontend/static/locales/pt.json index 0daf90ca..187075ae 100644 --- a/frontend/static/locales/pt.json +++ b/frontend/static/locales/pt.json @@ -384,7 +384,13 @@ "col_created_by": "Criado por", "col_opened": "Aberto", "col_path": "Localização", - "new_elements": "Novos itens" + "new_elements": "Novos itens", + "open_parent": "Abrir pasta pai", + "move": "Mover", + "favorite": "Adicionar aos favoritos", + "unfavorite": "Remover dos favoritos", + "open": "Abrir", + "download_zip": "Baixar como ZIP" }, "dialogs": { "rename_folder": "Renomear pasta", diff --git a/frontend/static/locales/ru.json b/frontend/static/locales/ru.json index 6921f2fd..d4c48562 100644 --- a/frontend/static/locales/ru.json +++ b/frontend/static/locales/ru.json @@ -384,7 +384,13 @@ "col_created_by": "Создано", "col_opened": "Открыт", "col_path": "Расположение", - "new_elements": "Новые элементы" + "new_elements": "Новые элементы", + "open_parent": "Открыть родительскую папку", + "move": "Переместить", + "favorite": "Добавить в избранное", + "unfavorite": "Удалить из избранного", + "open": "Открыть", + "download_zip": "Скачать как ZIP" }, "dialogs": { "rename_folder": "Переименовать папку", diff --git a/frontend/static/locales/zh-TW.json b/frontend/static/locales/zh-TW.json index 59e0cb1f..566c1c31 100644 --- a/frontend/static/locales/zh-TW.json +++ b/frontend/static/locales/zh-TW.json @@ -384,7 +384,13 @@ "col_created_by": "建立者", "col_opened": "開啟日期", "col_path": "位置", - "new_elements": "新項目" + "new_elements": "新項目", + "open_parent": "開啟上層資料夾", + "move": "移動", + "favorite": "加入我的最愛", + "unfavorite": "從我的最愛移除", + "open": "開啟", + "download_zip": "下載為 ZIP" }, "dialogs": { "rename_folder": "重新命名資料夾", diff --git a/frontend/static/locales/zh.json b/frontend/static/locales/zh.json index 014c83e9..ee62682e 100644 --- a/frontend/static/locales/zh.json +++ b/frontend/static/locales/zh.json @@ -384,7 +384,13 @@ "col_created_by": "创建者", "col_opened": "打开日期", "col_path": "位置", - "new_elements": "新元素" + "new_elements": "新元素", + "open_parent": "打开父文件夹", + "move": "移动", + "favorite": "添加到收藏", + "unfavorite": "从收藏中移除", + "open": "打开", + "download_zip": "下载为 ZIP" }, "dialogs": { "rename_folder": "重命名文件夹",