feat: Add new translation keys and backward-compatible aliases for web source settings
Some checks are pending
Tests & Quality Checks / Test on Python 3.11 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.11-1 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12-1 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.10 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.11-2 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12-2 (push) Waiting to run
Tests & Quality Checks / Build Artifacts (push) Blocked by required conditions
Tests & Quality Checks / Build Artifacts-1 (push) Blocked by required conditions

This commit is contained in:
claudi 2026-04-15 08:03:48 +02:00
parent 3f9fa06fbd
commit bc6c08b6ea
8 changed files with 238 additions and 1 deletions

View file

@ -132,6 +132,34 @@
"settings.error.select_mapping": "Please select a mapping to edit",
"settings.error.select_profile_load": "Please select a profile to load",
"settings.error.select_profile_delete": "Please select a profile to delete",
"settings.web_source.url_label": "Web Application URL:",
"settings.web_source.open_btn": "Open",
"settings.web_source.url_mappings_label": "URL Mappings (Azure Blob Storage \u2192 Local Paths):",
"settings.web_source.col_url_prefix": "URL Prefix",
"settings.web_source.col_local_path": "Local Path",
"settings.web_source.add_mapping_btn": "Add Mapping",
"settings.web_source.edit_mapping_btn": "Edit Selected",
"settings.web_source.remove_mapping_btn": "Remove Selected",
"settings.web_source.add_mapping_title": "Add URL Mapping",
"settings.web_source.add_mapping_url_prompt": "Enter Azure Blob Storage URL prefix:\n(e.g., https://myblob.blob.core.windows.net/container/)",
"settings.web_source.add_mapping_path_prompt": "Enter local file system path:\n(e.g., C:\\Share or /mnt/share)",
"settings.web_source.edit_mapping_title": "Edit URL Mapping",
"settings.web_source.edit_mapping_url_prompt": "Enter Azure Blob Storage URL prefix:",
"settings.web_source.edit_mapping_path_prompt": "Enter local file system path:",
"settings.web_source.select_mapping_to_edit": "Please select a mapping to edit",
"settings.logging.level_label": "Log Level:",
"settings.logging.file_label": "Log File (optional):",
"settings.logging.browse_btn": "Browse...",
"settings.logging.select_file_title": "Select Log File",
"settings.paths.select_dir_title": "Select Directory to Allow",
"settings.urls.add_title": "Add URL",
"settings.urls.add_prompt": "Enter URL pattern (e.g., http://example.com or http://*.example.com):",
"settings.profiles.save_title": "Save Profile",
"settings.profiles.save_prompt": "Enter profile name (e.g., work, personal):",
"settings.profiles.select_to_load": "Please select a profile to load",
"settings.profiles.select_to_delete": "Please select a profile to delete",
"settings.profiles.export_title": "Export Configuration",
"settings.profiles.import_title": "Import Configuration",
"update.checking.title": "Checking for Updates",
"update.checking.label": "Checking for updates...",