fix: missing entry in translation files for "Upload not available"

Massimo Melina committed Dec 13, 2023 at 11:41 UTC b500325d149e48ae6aff5bad6b21a442196c9697
3 files changed +6 -3
src/langs/hfs-lang-en.json
+3 -2
@@ -1,7 +1,7 @@
1 {
2 "author": "YOUR NAME HERE",
3 "version": 1.0,
4 - "hfs_version": "0.49.0",
4 + "hfs_version": "0.50.0",
5 "translate": {
6 "Select": "Select",
7 "n_files": "{n,plural,one{# file} other{# files}}",
@@ -139,6 +139,7 @@
139 "in_queue": "{n} in queue",
140 "enter_comment": "Comment for this file",
141 "Comment": "Comment",
142 - "upload_dd_hint": "You can upload files doing drag&drop on the files list"
142 + "upload_dd_hint": "You can upload files doing drag&drop on the files list",
143 + "Upload not available": "Upload not available"
144 }
145 }
src/langs/hfs-lang-it.json
+2 -1
@@ -1,7 +1,7 @@
1 {
2 "author": "Massimo Melina",
3 "version": 1.8,
4 - "hfs_version": "0.49.0",
4 + "hfs_version": "0.50.0",
5 "translate": {
6 "Select": "Seleziona",
7 "n_files": "{n} file",
@@ -132,6 +132,7 @@
132 "enter_comment": "Comment for this file",
133 "Comment": "Comment",
134 "upload_dd_hint": "Puoi uploadare file trascinandoli sulla lista principale",
135 + "Upload not available": "Upload non disponibile",
136
137 "_PLUGINS SECTION": "",
138 "_PLUGIN thumbnails": "",
src/langs/hfs-lang-ru.json
+1
@@ -140,6 +140,7 @@
140 "enter_comment": "Комментарий для файла",
141 "Comment": "Комментировать",
142 "upload_dd_hint": "Вы можете загрузить файлы перетащив их в список файлов",
143 + "Upload not available": "Загрузка недоступна",
144
145 "_PLUGINS SECTION": "",
146 "_PLUGIN thumbnails": "",