fix(i18n): add missing dialogs.share_folder translation key

The share dialog for folders was failing because dialogs.share_folder
key was missing from all locale files. The contextMenus.js code
references this key when opening the share dialog for folders:

  window.i18n.t('dialogs.share_folder')

Added the missing key to all 14 locale files with appropriate
translations for each language.

Fixes #189
This commit is contained in:
BillionClaw
2026-03-17 10:51:10 +08:00
parent f6a2985dbc
commit 2288daedec
14 changed files with 14 additions and 0 deletions
+1
View File
@@ -229,6 +229,7 @@
"confirm_delete_share": "Delete share link",
"confirm_delete_share_msg": "Are you sure you want to delete this shared link?",
"share_file": "Share File",
"share_folder": "Share Folder",
"existing_shares": "Existing Shares",
"share_options": "Share Options",
"password": "Password",