fix: the i18n key upload_starting was badly named, and now is download_starting

Massimo Melina committed Jun 4, 2024 at 10:07 UTC cddbbea1587080d423d01cbb0cd823862d44cd85
19 files changed +19 -19
frontend/src/useFetchList.ts
+1 -1
@@ -83,7 +83,7 @@ export default function useFetchList() {
83 const [op, par] = entry
84 const error = op === LIST.error && par
85 if (error === HTTP_METHOD_NOT_ALLOWED) { // "method not allowed" happens when we try to directly access an unauthorized file, and we get a login prompt, and then get_file_list the file (because we didn't know it was file or folder)
86 - state.messageOnly = t('upload_starting', "Your download should now start")
86 + state.messageOnly = t('download_starting', "Your download should now start")
87 window.location.reload() // reload will start the download, because now we got authenticated
88 continue
89 }
src/langs/hfs-lang-de.json
+1 -1
@@ -53,7 +53,7 @@
53 "Search was interrupted": "Suche wurde abgebrochen",
54 "Stop list": "Suche abbrechen",
55
56 - "upload_starting": "Ihr Download sollte jetzt starten",
56 + "download_starting": "Ihr Download sollte jetzt starten",
57 "wrong_account": "Account {u} hat keinen Zugriff, versuchen Sie einen anderen",
58 "no_upload_here": "Keine Uploadberechtigung für den momentanen Ordner",
59 "Create folder": "Ordner erstellen",
src/langs/hfs-lang-el.json
+1 -1
@@ -53,7 +53,7 @@
53 "Search was interrupted": "Η αναζήτηση διακόπηκε",
54 "Stop list": "Λίστα διακοπής",
55
56 - "upload_starting": "Η λήψη σας ξεκίνησε",
56 + "download_starting": "Η λήψη σας ξεκίνησε",
57 "wrong_account": "Ο λογαριασμός {u} δεν έχει πρόσβαση, δοκιμάστε άλλον",
58 "no_upload_here": "Δεν υπάρχει άδεια μεταφόρτωσης για τον τρέχοντα φάκελο",
59 "Create folder": "Δημιουργία φακέλου",
src/langs/hfs-lang-en.json
+1 -1
@@ -53,7 +53,7 @@
53 "Search was interrupted": "Search was interrupted",
54 "Stop list": "Stop list",
55
56 - "upload_starting": "Your download should now start",
56 + "download_starting": "Your download should now start",
57 "wrong_account": "Account {u} has no access, try another",
58 "no_upload_here": "No upload permission for the current folder",
59 "Create folder": "Create folder",
src/langs/hfs-lang-es.json
+1 -1
@@ -53,7 +53,7 @@
53 "Search was interrupted": "La búsqueda fue interrumpida",
54 "Stop list": "Detener Lista",
55
56 - "upload_starting": "Su descarga debería iniciarse ahora",
56 + "download_starting": "Su descarga debería iniciarse ahora",
57 "wrong_account": "La cuenta {u} no tiene acceso.",
58 "no_upload_here": "No tiene permisos para subir a la carpeta actual",
59 "Create folder": "Crear carpeta",
src/langs/hfs-lang-fi.json
+1 -1
@@ -53,7 +53,7 @@
53 "Search was interrupted": "Haku keskeytetty",
54 "Stop list": "Pysäytä listaus",
55
56 - "upload_starting": "Aloitetaan lataaminen",
56 + "download_starting": "Aloitetaan lataaminen",
57 "wrong_account": "Tilillä {u} ei ole pääsyä, kokeile toista",
58 "no_upload_here": "Ei lähetysoikeutta tähän kansioon",
59 "Create folder": "Tee uusi kansio",
src/langs/hfs-lang-fr.json
+1 -1
@@ -53,7 +53,7 @@
53 "Search was interrupted": "Recherche interrompue",
54 "Stop list": "Arrêter le chargement de la liste",
55
56 - "upload_starting": "Votre télé-chargement devrait commencer maintenant",
56 + "download_starting": "Votre télé-chargement devrait commencer maintenant",
57 "wrong_account": "Aucun accès défini pour ce compte, essayez avec un autre compte",
58 "no_upload_here": "Pas de permission de télé-versement pour ce dossier",
59 "Create folder": "Créez un dossier",
src/langs/hfs-lang-hu.json
+1 -1
@@ -53,7 +53,7 @@
53 "Search was interrupted": "A keresés megszakadt",
54 "Stop list": "Stop lista",
55
56 - "upload_starting": "A letöltésnek hamarosan elkezdődik",
56 + "download_starting": "A letöltésnek hamarosan elkezdődik",
57 "wrong_account": "A(z) {u} fióknak nincs hozzáférése, próbálkozzon egy másikkal",
58 "no_upload_here": "Nincs feltöltési engedély az aktuális mappához",
59 "Create folder": "Mappa létrehozása",
src/langs/hfs-lang-it.json
+1 -1
@@ -51,7 +51,7 @@
51 "Search was interrupted": "Ricerca interrotta",
52 "Stop list": "Interrompi",
53
54 - "upload_starting": "Ora dovrebbe iniziare il download",
54 + "download_starting": "Ora dovrebbe iniziare il download",
55 "wrong_account": "L'account {u} non ha accesso a questa cartella, prova con un altro",
56 "no_upload_here": "Non hai il permesso di uplodare in questa cartella",
57 "Create folder": "Crea cartella",
src/langs/hfs-lang-ja.json
+1 -1
@@ -53,7 +53,7 @@
53 "Search was interrupted": "検索は中断されました",
54 "Stop list": "リストを停止",
55
56 - "upload_starting": "ダウンロードはまもなく開始します",
56 + "download_starting": "ダウンロードはまもなく開始します",
57 "wrong_account": "アカウント {u}はアクセスできません 他のアカウントで試してください",
58 "no_upload_here": "このフォルダにアップロードは許可されていません",
59 "Create folder": "新しいフォルダ",
src/langs/hfs-lang-ko.json
+1 -1
@@ -53,7 +53,7 @@
53 "Search was interrupted": "검색이 중단되었습니다.",
54 "Stop list": "중지 목록",
55
56 - "upload_starting": "이제 다운로드가 시작됩니다.",
56 + "download_starting": "이제 다운로드가 시작됩니다.",
57 "wrong_account": "계정 {u}은(는) 접근 권한이 없습니다. 다른 계정을 시도해보십시오.",
58 "no_upload_here": "현재 폴더에 대한 업로드 권한이 없습니다.",
59 "Create folder": "폴더 생성",
src/langs/hfs-lang-nl.json
+1 -1
@@ -53,7 +53,7 @@
53 "Search was interrupted": "Zoeken is onderbroken",
54 "Stop list": "Stop lijst",
55
56 - "upload_starting": "Uw download zou nu moeten starten",
56 + "download_starting": "Uw download zou nu moeten starten",
57 "wrong_account": "Account {u} heeft geen toegang, probeer een andere",
58 "no_upload_here": "Geen upload toestemming voor de huidige map",
59 "Create folder": "Creeer map",
src/langs/hfs-lang-pl.json
+1 -1
@@ -53,7 +53,7 @@
53 "Search was interrupted": "Wyszukiwanie zostało przerwane",
54 "Stop list": "Lista zatrzymań",
55
56 - "upload_starting": "Twój pobieranie powinno teraz rozpocząć się",
56 + "download_starting": "Twój pobieranie powinno teraz rozpocząć się",
57 "wrong_account": "Konto {u} nie ma dostępu, spróbuj inne",
58 "no_upload_here": "Brak uprawnień do przesyłania w bieżącym folderze",
59 "Create folder": "Utwórz folder",
src/langs/hfs-lang-pt-br.json
+1 -1
@@ -53,7 +53,7 @@
53 "Search was interrupted": "Pesquisa foi interrompida",
54 "Stop list": "Lista parada",
55
56 - "upload_starting": "Seu download deve começar agora",
56 + "download_starting": "Seu download deve começar agora",
57 "wrong_account": "A conta {u} não tem acesso, tente outra.",
58 "no_upload_here": "Você não possui permissão para enviar arquivos na pasta atual",
59 "Create folder": "Criar pasta",
src/langs/hfs-lang-ru.json
+1 -1
@@ -53,7 +53,7 @@
53 "Search was interrupted": "Поиск прерван",
54 "Stop list": "Остановить",
55
56 - "upload_starting": "Загрузка началась",
56 + "download_starting": "Загрузка началась",
57 "wrong_account": "Пользователь {u} не имеет доступа к этой папке",
58 "no_upload_here": "Нет доступа к загрузке файлов в эту папку",
59 "Create folder": "Создать папку",
src/langs/hfs-lang-sr.json
+1 -1
@@ -54,7 +54,7 @@
54 "Search was interrupted": "Претрага је прекинута",
55 "Stop list": "Заустави",
56 "Upload": "Отпреми",
57 - "upload_starting": "Отпремање је почело",
57 + "download_starting": "Отпремање је почело",
58 "wrong_account": "Корисник {u} нема приступ овом директоријуму",
59 "no_upload_here": "Немогуће отпремање овде",
60 "Create folder": "Креирај фолдер",
src/langs/hfs-lang-vi.json
+1 -1
@@ -53,7 +53,7 @@
53 "Search was interrupted": "Tìm kiếm bị gián đoạn!",
54 "Stop list": "DỪNG",
55
56 - "upload_starting": "Tải lên bây giờ sẽ bắt đầu",
56 + "download_starting": "Tải lên bây giờ sẽ bắt đầu",
57 "wrong_account": "Tài khoản {u} ko có quyền, chọn tk khác đi:)",
58 "no_upload_here": "Không có quyền tải lên cho thư mục hiện tại",
59 "Create folder": "Tạo thư mục",
src/langs/hfs-lang-zh-tw.json
+1 -1
@@ -53,7 +53,7 @@
53 "Search was interrupted": "搜尋已中止",
54 "Stop list": "停止",
55
56 - "upload_starting": "開始下載",
56 + "download_starting": "開始下載",
57 "wrong_account": "使用者 {u} 沒有存取權限,請更換使用者",
58 "no_upload_here": "沒有上傳權限",
59 "Create folder": "建立資料夾",
src/langs/hfs-lang-zh.json
+1 -1
@@ -53,7 +53,7 @@
53 "Search was interrupted": "搜索已中断",
54 "Stop list": "停止",
55
56 - "upload_starting": "开始下载",
56 + "download_starting": "开始下载",
57 "wrong_account": "用户 {u} 没有访问权限,请更换用户",
58 "no_upload_here": "没有上传权限",
59 "Create folder": "创建文件夹",