From b500325d149e48ae6aff5bad6b21a442196c9697 Mon Sep 17 00:00:00 2001 From: Massimo Melina Date: Wed, 13 Dec 2023 11:41:36 +0100 Subject: [PATCH] fix: missing entry in translation files for "Upload not available" --- src/langs/hfs-lang-en.json | 5 +++-- src/langs/hfs-lang-it.json | 3 ++- src/langs/hfs-lang-ru.json | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/langs/hfs-lang-en.json b/src/langs/hfs-lang-en.json index e44f35372..c062436cd 100644 --- a/src/langs/hfs-lang-en.json +++ b/src/langs/hfs-lang-en.json @@ -1,7 +1,7 @@ { "author": "YOUR NAME HERE", "version": 1.0, - "hfs_version": "0.49.0", + "hfs_version": "0.50.0", "translate": { "Select": "Select", "n_files": "{n,plural,one{# file} other{# files}}", @@ -139,6 +139,7 @@ "in_queue": "{n} in queue", "enter_comment": "Comment for this file", "Comment": "Comment", - "upload_dd_hint": "You can upload files doing drag&drop on the files list" + "upload_dd_hint": "You can upload files doing drag&drop on the files list", + "Upload not available": "Upload not available" } } diff --git a/src/langs/hfs-lang-it.json b/src/langs/hfs-lang-it.json index 70e9aef8b..89cae5eb6 100644 --- a/src/langs/hfs-lang-it.json +++ b/src/langs/hfs-lang-it.json @@ -1,7 +1,7 @@ { "author": "Massimo Melina", "version": 1.8, - "hfs_version": "0.49.0", + "hfs_version": "0.50.0", "translate": { "Select": "Seleziona", "n_files": "{n} file", @@ -132,6 +132,7 @@ "enter_comment": "Comment for this file", "Comment": "Comment", "upload_dd_hint": "Puoi uploadare file trascinandoli sulla lista principale", + "Upload not available": "Upload non disponibile", "_PLUGINS SECTION": "", "_PLUGIN thumbnails": "", diff --git a/src/langs/hfs-lang-ru.json b/src/langs/hfs-lang-ru.json index 5fe17de69..70710d9c4 100644 --- a/src/langs/hfs-lang-ru.json +++ b/src/langs/hfs-lang-ru.json @@ -140,6 +140,7 @@ "enter_comment": "Комментарий для файла", "Comment": "Комментировать", "upload_dd_hint": "Вы можете загрузить файлы перетащив их в список файлов", + "Upload not available": "Загрузка недоступна", "_PLUGINS SECTION": "", "_PLUGIN thumbnails": "",