From 3f3bb0196a9b9a4d9f4f0ee7d0882d34c31ce8bc Mon Sep 17 00:00:00 2001 From: ArielLeyva Date: Tue, 26 Aug 2025 07:55:47 -0400 Subject: [PATCH] feat: Translate invalid directory name message --- frontend/src/i18n/ca.json | 3 ++- frontend/src/i18n/cs.json | 3 ++- frontend/src/i18n/de.json | 3 ++- frontend/src/i18n/el.json | 3 ++- frontend/src/i18n/en.json | 3 ++- frontend/src/i18n/es.json | 3 ++- frontend/src/i18n/fa.json | 3 ++- frontend/src/i18n/fr.json | 3 ++- frontend/src/i18n/he.json | 3 ++- frontend/src/i18n/hu.json | 3 ++- frontend/src/i18n/is.json | 3 ++- frontend/src/i18n/it.json | 3 ++- frontend/src/i18n/ja.json | 3 ++- frontend/src/i18n/ko.json | 3 ++- frontend/src/i18n/nl-be.json | 3 ++- frontend/src/i18n/no.json | 3 ++- frontend/src/i18n/pl.json | 3 ++- frontend/src/i18n/pt-br.json | 3 ++- frontend/src/i18n/pt.json | 3 ++- frontend/src/i18n/ro.json | 3 ++- frontend/src/i18n/ru.json | 3 ++- frontend/src/i18n/sk.json | 3 ++- frontend/src/i18n/sv-se.json | 3 ++- frontend/src/i18n/tr.json | 3 ++- frontend/src/i18n/uk.json | 3 ++- frontend/src/i18n/vi.json | 3 ++- frontend/src/i18n/zh-cn.json | 3 ++- frontend/src/i18n/zh-tw.json | 3 ++- 28 files changed, 56 insertions(+), 28 deletions(-) diff --git a/frontend/src/i18n/ca.json b/frontend/src/i18n/ca.json index 77e32e47..90805436 100644 --- a/frontend/src/i18n/ca.json +++ b/frontend/src/i18n/ca.json @@ -56,7 +56,8 @@ "forbidden": "No tens els permisos necessaris per accedir.", "internal": "La veritat és que alguna cosa ha anat malament.", "notFound": "No es pot accedir a aquest lloc.", - "connection": "No es pot accedir al servidor." + "connection": "No es pot accedir al servidor.", + "invalidName": "Nom no vàlid per a fitxer o directori" }, "files": { "body": "Cos", diff --git a/frontend/src/i18n/cs.json b/frontend/src/i18n/cs.json index 1c1077c8..2ee604f1 100644 --- a/frontend/src/i18n/cs.json +++ b/frontend/src/i18n/cs.json @@ -56,7 +56,8 @@ "forbidden": "Nemáte oprávnění k přístupu.", "internal": "Nastala vážná chyba.", "notFound": "Tuto lokaci nelze najít.", - "connection": "Server nelze dosáhnout." + "connection": "Server nelze dosáhnout.", + "invalidName": "Neplatný název souboru nebo adresáře." }, "files": { "body": "Tělo", diff --git a/frontend/src/i18n/de.json b/frontend/src/i18n/de.json index 0a307f64..c8e4ad55 100644 --- a/frontend/src/i18n/de.json +++ b/frontend/src/i18n/de.json @@ -56,7 +56,8 @@ "forbidden": "Sie haben keine Berechtigung dies abzurufen.", "internal": "Etwas ist schiefgelaufen.", "notFound": "Dieser Ort kann nicht angezeigt werden.", - "connection": "Der Server ist nicht erreichbar." + "connection": "Der Server ist nicht erreichbar.", + "invalidName": "Ungültiger Name für Datei oder Verzeichnis." }, "files": { "body": "Body", diff --git a/frontend/src/i18n/el.json b/frontend/src/i18n/el.json index 9b021b80..6cff6e5e 100644 --- a/frontend/src/i18n/el.json +++ b/frontend/src/i18n/el.json @@ -56,7 +56,8 @@ "forbidden": "Δεν έχετε άδεια πρόσβασης σε αυτό.", "internal": "Προέκυψε εσωτερικό σφάλμα.", "notFound": "Αυτή η τοποθεσία δεν μπορεί να βρεθεί.", - "connection": "Ο διακομιστής δεν είναι διαθέσιμος." + "connection": "Ο διακομιστής δεν είναι διαθέσιμος.", + "invalidName": "Μη έγκυρο όνομα για αρχείο ή κατάλογο." }, "files": { "body": "Περιεχόμενο", diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 7de128ed..fd2d6d69 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -56,7 +56,8 @@ "forbidden": "You don't have permissions to access this.", "internal": "Something really went wrong.", "notFound": "This location can't be reached.", - "connection": "The server can't be reached." + "connection": "The server can't be reached.", + "invalidName": "Invalid name for file or directory." }, "files": { "body": "Body", diff --git a/frontend/src/i18n/es.json b/frontend/src/i18n/es.json index babfd3eb..8d84d4df 100644 --- a/frontend/src/i18n/es.json +++ b/frontend/src/i18n/es.json @@ -56,7 +56,8 @@ "forbidden": "No tienes los permisos necesarios para acceder.", "internal": "La verdad es que algo ha ido mal.", "notFound": "No se puede acceder a este lugar.", - "connection": "No se puede acceder al servidor." + "connection": "No se puede acceder al servidor.", + "invalidName": "Nombre de archivo o directorio incorrecto." }, "files": { "body": "Cuerpo", diff --git a/frontend/src/i18n/fa.json b/frontend/src/i18n/fa.json index 478e8148..e2904991 100644 --- a/frontend/src/i18n/fa.json +++ b/frontend/src/i18n/fa.json @@ -56,7 +56,8 @@ "forbidden": "شما مجوز دسترسی به این را ندارید.", "internal": "اشتباهی اتفاق افتاده است", "notFound": "این محل قابل دسترسی نیست", - "connection": "سرور قابل دسترسی نیست" + "connection": "سرور قابل دسترسی نیست", + "invalidName": "نام نامعتبر برای فایل یا دایرکتوری" }, "files": { "body": "بدنه", diff --git a/frontend/src/i18n/fr.json b/frontend/src/i18n/fr.json index c9110f66..45508702 100644 --- a/frontend/src/i18n/fr.json +++ b/frontend/src/i18n/fr.json @@ -56,7 +56,8 @@ "forbidden": "Vous n'avez pas la permission d'accéder à cela.", "internal": "Aïe ! Quelque chose s'est mal passé.", "notFound": "Impossible d'accéder à cet emplacement.", - "connection": "Le serveur est injoignable." + "connection": "Le serveur est injoignable.", + "invalidName": "Nom invalide pour le fichier ou le répertoire." }, "files": { "body": "Corps", diff --git a/frontend/src/i18n/he.json b/frontend/src/i18n/he.json index 009f07b7..40ce764b 100644 --- a/frontend/src/i18n/he.json +++ b/frontend/src/i18n/he.json @@ -56,7 +56,8 @@ "forbidden": "אין לך הרשאות גישה", "internal": "משהו השתבש", "notFound": "לא ניתן להגיע למיקום זה", - "connection": "לא ניתן להגיע לשרת" + "connection": "לא ניתן להגיע לשרת", + "invalidName": "שם לא חוקי לקובץ או לספרייה" }, "files": { "body": "גוף", diff --git a/frontend/src/i18n/hu.json b/frontend/src/i18n/hu.json index 507f08da..e0e11812 100644 --- a/frontend/src/i18n/hu.json +++ b/frontend/src/i18n/hu.json @@ -56,7 +56,8 @@ "forbidden": "Nincs jogosultsága a hozzáféréshez.", "internal": "Valami nagyon elromlott.", "notFound": "Ez a hely nem érhető el.", - "connection": "A kiszolgáló nem érhető el." + "connection": "A kiszolgáló nem érhető el.", + "invalidName": "Érvénytelen fájl- vagy könyvtárnév." }, "files": { "body": "Törzs", diff --git a/frontend/src/i18n/is.json b/frontend/src/i18n/is.json index 54eeb727..4b72160b 100644 --- a/frontend/src/i18n/is.json +++ b/frontend/src/i18n/is.json @@ -56,7 +56,8 @@ "forbidden": "Þú hefur ekki aðgang að þessari síðu.", "internal": "Eitthvað fór úrskeiðis.", "notFound": "Ekki er hægt að opna þessa síðu.", - "connection": "The server can't be reached." + "connection": "The server can't be reached.", + "invalidName": "Ógilt nafn fyrir skrá eða möppu" }, "files": { "body": "Meginmál", diff --git a/frontend/src/i18n/it.json b/frontend/src/i18n/it.json index bf09156d..8d6eb4fc 100644 --- a/frontend/src/i18n/it.json +++ b/frontend/src/i18n/it.json @@ -56,7 +56,8 @@ "forbidden": "Non hai i permessi per accedere a questo file.", "internal": "Qualcosa è andato veramente male.", "notFound": "Questo percorso non può essere raggiunto.", - "connection": "The server can't be reached." + "connection": "The server can't be reached.", + "invalidName": "Nome non valido per il file o la directory" }, "files": { "body": "Contenuto", diff --git a/frontend/src/i18n/ja.json b/frontend/src/i18n/ja.json index cd380304..e0c752eb 100644 --- a/frontend/src/i18n/ja.json +++ b/frontend/src/i18n/ja.json @@ -56,7 +56,8 @@ "forbidden": "これにアクセスする権限がありません。", "internal": "内部エラーが発生しました。", "notFound": "リソースが見つかりませんでした。", - "connection": "サーバーに接続できませんでした。" + "connection": "サーバーに接続できませんでした。", + "invalidName": "ファイルまたはディレクトリの名前が無効です。" }, "files": { "body": "本文", diff --git a/frontend/src/i18n/ko.json b/frontend/src/i18n/ko.json index 11fe3aac..3fba2efa 100644 --- a/frontend/src/i18n/ko.json +++ b/frontend/src/i18n/ko.json @@ -56,7 +56,8 @@ "forbidden": "접근 권한이 없습니다.", "internal": "오류가 발생하였습니다.", "notFound": "해당 경로를 찾을 수 없습니다.", - "connection": "The server can't be reached." + "connection": "The server can't be reached.", + "invalidName": "파일 또는 디렉토리 이름이 잘못되었습니다." }, "files": { "body": "본문", diff --git a/frontend/src/i18n/nl-be.json b/frontend/src/i18n/nl-be.json index 9bf3b1fa..be94fcc4 100644 --- a/frontend/src/i18n/nl-be.json +++ b/frontend/src/i18n/nl-be.json @@ -56,7 +56,8 @@ "forbidden": "U hebt geen rechten om hier toegang toe te krijgen.", "internal": "Er ging iets mis.", "notFound": "Deze locatie kan niet worden bereikt.", - "connection": "The server can't be reached." + "connection": "The server can't be reached.", + "invalidName": "Ongeldige naam voor bestand of map" }, "files": { "body": "Body", diff --git a/frontend/src/i18n/no.json b/frontend/src/i18n/no.json index d077e96f..d3251f27 100644 --- a/frontend/src/i18n/no.json +++ b/frontend/src/i18n/no.json @@ -56,7 +56,8 @@ "forbidden": "Du har ikkje tilgang til denne filen.", "internal": "Noko gikk virkelig galt.", "notFound": "Denne lokasjonen kan ikkje bli nådd.", - "connection": "Denne serveren kan ikkje nås." + "connection": "Denne serveren kan ikkje nås.", + "invalidName": "Ugyldig navn for fil eller katalog." }, "files": { "body": "Kropp", diff --git a/frontend/src/i18n/pl.json b/frontend/src/i18n/pl.json index 3d7835cc..00999a0c 100644 --- a/frontend/src/i18n/pl.json +++ b/frontend/src/i18n/pl.json @@ -56,7 +56,8 @@ "forbidden": "Nie masz zezwolenia na dostęp do tego.", "internal": "Pojawił się poważny problem.", "notFound": "Ta lokalizacja jest nieosiągalna.", - "connection": "Serwer jest nieosiągalny." + "connection": "Serwer jest nieosiągalny.", + "invalidName": "Nieprawidłowa nazwa pliku lub katalogu." }, "files": { "body": "Zawartość", diff --git a/frontend/src/i18n/pt-br.json b/frontend/src/i18n/pt-br.json index e0f04b66..6179ef87 100644 --- a/frontend/src/i18n/pt-br.json +++ b/frontend/src/i18n/pt-br.json @@ -56,7 +56,8 @@ "forbidden": "Você não tem permissões para acessar isto.", "internal": "Ops! Algum erro ocorreu.", "notFound": "Ops! Nada foi encontrado.", - "connection": "O servidor não pode ser alcançado." + "connection": "O servidor não pode ser alcançado.", + "invalidName": "Nome inválido para arquivo ou diretório." }, "files": { "body": "Corpo", diff --git a/frontend/src/i18n/pt.json b/frontend/src/i18n/pt.json index 6041ddd2..0a16346f 100644 --- a/frontend/src/i18n/pt.json +++ b/frontend/src/i18n/pt.json @@ -56,7 +56,8 @@ "forbidden": "Não tem permissões para aceder a isto", "internal": "Algo correu bastante mal.", "notFound": "Esta localização não é alcançável.", - "connection": "The server can't be reached." + "connection": "The server can't be reached.", + "invalidName": "Nome inválido para ficheiro ou diretório." }, "files": { "body": "Corpo", diff --git a/frontend/src/i18n/ro.json b/frontend/src/i18n/ro.json index 8063e655..f18e61f1 100644 --- a/frontend/src/i18n/ro.json +++ b/frontend/src/i18n/ro.json @@ -56,7 +56,8 @@ "forbidden": "Nu ai permisiuni sa accesezi asta.", "internal": "Ceva nu a funcționat corect.", "notFound": "Aceasta locație nu poate fi accesată.", - "connection": "The server can't be reached." + "connection": "The server can't be reached.", + "invalidName": "Nume nevalid pentru fișier sau director." }, "files": { "body": "Corp", diff --git a/frontend/src/i18n/ru.json b/frontend/src/i18n/ru.json index 6d8d8059..651a2acc 100644 --- a/frontend/src/i18n/ru.json +++ b/frontend/src/i18n/ru.json @@ -56,7 +56,8 @@ "forbidden": "У вас нет прав доступа к этому.", "internal": "Что-то пошло не так.", "notFound": "Неправильная ссылка.", - "connection": "Нет подключения к серверу." + "connection": "Нет подключения к серверу.", + "invalidName": "Недопустимое имя файла или каталога." }, "files": { "body": "Тело", diff --git a/frontend/src/i18n/sk.json b/frontend/src/i18n/sk.json index a8e957de..6d76db32 100644 --- a/frontend/src/i18n/sk.json +++ b/frontend/src/i18n/sk.json @@ -56,7 +56,8 @@ "forbidden": "You don't have permissions to access this.", "internal": "Something really went wrong.", "notFound": "This location can't be reached.", - "connection": "The server can't be reached." + "connection": "The server can't be reached.", + "invalidName": "Neplatný názov súboru alebo adresára." }, "files": { "body": "Telo", diff --git a/frontend/src/i18n/sv-se.json b/frontend/src/i18n/sv-se.json index 015c106b..d9eb6b07 100644 --- a/frontend/src/i18n/sv-se.json +++ b/frontend/src/i18n/sv-se.json @@ -56,7 +56,8 @@ "forbidden": "Du saknar rättigheter till detta", "internal": "Något gick fel", "notFound": "Det går inte att nå den här platsen.", - "connection": "The server can't be reached." + "connection": "The server can't be reached.", + "invalidName": "Ogiltigt namn för fil eller katalog." }, "files": { "body": "Huvud", diff --git a/frontend/src/i18n/tr.json b/frontend/src/i18n/tr.json index 1c4572c0..feb80d3a 100644 --- a/frontend/src/i18n/tr.json +++ b/frontend/src/i18n/tr.json @@ -56,7 +56,8 @@ "forbidden": "Buna erişim izniniz yok.", "internal": "Bir şeyler ters gitti.", "notFound": "Bu konuma ulaşılamıyor.", - "connection": "Sunucuya ulaşılamıyor." + "connection": "Sunucuya ulaşılamıyor.", + "invalidName": "Dosya veya dizin için geçersiz ad." }, "files": { "body": "Sayfa", diff --git a/frontend/src/i18n/uk.json b/frontend/src/i18n/uk.json index aa4080df..c28bf43b 100644 --- a/frontend/src/i18n/uk.json +++ b/frontend/src/i18n/uk.json @@ -56,7 +56,8 @@ "forbidden": "У вас немає прав доступу до цього.", "internal": "Щось пішло не так.", "notFound": "Неправильне посилання.", - "connection": "Немає підключення до сервера." + "connection": "Немає підключення до сервера.", + "invalidName": "Недійсне ім'я файлу або каталогу." }, "files": { "body": "Тіло", diff --git a/frontend/src/i18n/vi.json b/frontend/src/i18n/vi.json index e47e73c1..753aabea 100644 --- a/frontend/src/i18n/vi.json +++ b/frontend/src/i18n/vi.json @@ -56,7 +56,8 @@ "forbidden": "Bạn không có quyền truy cập vào nội dung này.", "internal": "Đã xảy ra lỗi nghiêm trọng.", "notFound": "Không thể truy cập vị trí này.", - "connection": "Không thể kết nối đến máy chủ." + "connection": "Không thể kết nối đến máy chủ.", + "invalidName": "Tên tệp hoặc thư mục không hợp lệ." }, "files": { "body": "Nội dung", diff --git a/frontend/src/i18n/zh-cn.json b/frontend/src/i18n/zh-cn.json index fac470e8..ce2a059c 100644 --- a/frontend/src/i18n/zh-cn.json +++ b/frontend/src/i18n/zh-cn.json @@ -56,7 +56,8 @@ "forbidden": "你无权限访问", "internal": "服务器出了点问题。", "notFound": "找不到文件。", - "connection": "无法连接到服务器。" + "connection": "无法连接到服务器。", + "invalidName": "文件或目录的名称无效。" }, "files": { "body": "内容", diff --git a/frontend/src/i18n/zh-tw.json b/frontend/src/i18n/zh-tw.json index 966cb14e..a10f5b11 100644 --- a/frontend/src/i18n/zh-tw.json +++ b/frontend/src/i18n/zh-tw.json @@ -56,7 +56,8 @@ "forbidden": "您無權訪問。", "internal": "伺服器出了點問題。", "notFound": "找不到檔案。", - "connection": "無法連接到伺服器。" + "connection": "無法連接到伺服器。", + "invalidName": "檔案或目錄的名稱無效。" }, "files": { "body": "内容",