Skip to content

Commit

Permalink
fix: missing entry in translation files for "Upload not available"
Browse files Browse the repository at this point in the history
  • Loading branch information
rejetto committed Dec 13, 2023
1 parent dab5088 commit b500325
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/langs/hfs-lang-en.json
Original file line number Diff line number Diff line change
@@ -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}}",
Expand Down Expand Up @@ -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"
}
}
3 changes: 2 additions & 1 deletion src/langs/hfs-lang-it.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": "",
Expand Down
1 change: 1 addition & 0 deletions src/langs/hfs-lang-ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"enter_comment": "Комментарий для файла",
"Comment": "Комментировать",
"upload_dd_hint": "Вы можете загрузить файлы перетащив их в список файлов",
"Upload not available": "Загрузка недоступна",

"_PLUGINS SECTION": "",
"_PLUGIN thumbnails": "",
Expand Down

0 comments on commit b500325

Please sign in to comment.