feat: Update terminology from "Profiles" to "Setups" across translations and UI for clarity
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
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:
parent
8ba38c14ac
commit
f022d984b6
8 changed files with 221 additions and 134 deletions
|
|
@ -84,7 +84,7 @@
|
|||
"settings.tab.urls": "URLs",
|
||||
"settings.tab.logging": "Logging",
|
||||
"settings.tab.window": "Window",
|
||||
"settings.tab.profiles": "Profiles",
|
||||
"settings.tab.profiles": "Setups",
|
||||
"settings.tab.general": "General",
|
||||
"settings.web_url.label": "Web Application URL:",
|
||||
"settings.web_url.placeholder": "e.g., http://localhost:8080 or file:///./webapp/index.html",
|
||||
|
|
@ -106,12 +106,22 @@
|
|||
"settings.log_file.browse_btn": "Browse...",
|
||||
"settings.window.width_label": "Window Width:",
|
||||
"settings.window.height_label": "Window Height:",
|
||||
"settings.profiles.label": "Saved Configuration Profiles:",
|
||||
"settings.profiles.save_btn": "Save as Profile",
|
||||
"settings.profiles.load_btn": "Load Profile",
|
||||
"settings.profiles.delete_btn": "Delete Profile",
|
||||
"settings.profiles.export_btn": "Export Configuration",
|
||||
"settings.profiles.import_btn": "Import Configuration",
|
||||
"settings.profiles.label": "Saved setups on this device:",
|
||||
"settings.profiles.label_tooltip": "Saved setups are named snapshots of your current settings kept on this device for quick switching.",
|
||||
"settings.profiles.help_text": "Save the current settings as a named setup for quick switching on this device. Use export/import when you want to back up or share a configuration file.",
|
||||
"settings.profiles.list_tooltip": "Shows the saved setups available on this device.",
|
||||
"settings.profiles.save_btn": "Save Setup",
|
||||
"settings.profiles.save_tooltip": "Save the current settings as a named setup on this device.",
|
||||
"settings.profiles.load_btn": "Load Setup",
|
||||
"settings.profiles.load_tooltip": "Load the selected saved setup into the dialog.",
|
||||
"settings.profiles.delete_btn": "Delete Setup",
|
||||
"settings.profiles.delete_tooltip": "Delete the selected saved setup from this device.",
|
||||
"settings.profiles.transfer_label": "Backup or share the current settings:",
|
||||
"settings.profiles.transfer_tooltip": "Export creates a JSON file for backup or sharing. Import reads such a file and applies it here.",
|
||||
"settings.profiles.export_btn": "Export to File",
|
||||
"settings.profiles.export_tooltip": "Export the current settings to a JSON file for backup or sharing.",
|
||||
"settings.profiles.import_btn": "Import from File",
|
||||
"settings.profiles.import_tooltip": "Import settings from a JSON file and apply them here.",
|
||||
"settings.general.language_label": "Language:",
|
||||
"settings.general.language_auto": "System Default (Auto)",
|
||||
"settings.general.language_restart_note": "Language change takes effect after restart.",
|
||||
|
|
@ -123,15 +133,15 @@
|
|||
"settings.edit_mapping.path_prompt": "Enter local file system path:",
|
||||
"settings.add_url.title": "Add URL",
|
||||
"settings.add_url.prompt": "Enter URL pattern (e.g., http://example.com or http://*.example.com):",
|
||||
"settings.profile.save.title": "Save Profile",
|
||||
"settings.profile.save.prompt": "Enter profile name (e.g., work, personal):",
|
||||
"settings.profile.save.title": "Save Setup",
|
||||
"settings.profile.save.prompt": "Enter a setup name (e.g., Work, Customer A):",
|
||||
"settings.select_directory.title": "Select Directory to Allow",
|
||||
"settings.select_log_file.title": "Select Log File",
|
||||
"settings.export_config.title": "Export Configuration",
|
||||
"settings.import_config.title": "Import Configuration",
|
||||
"settings.export_config.title": "Export Settings",
|
||||
"settings.import_config.title": "Import Settings",
|
||||
"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.error.select_profile_load": "Please select a setup to load",
|
||||
"settings.error.select_profile_delete": "Please select a setup 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):",
|
||||
|
|
@ -154,12 +164,12 @@
|
|||
"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",
|
||||
"settings.profiles.save_title": "Save Setup",
|
||||
"settings.profiles.save_prompt": "Enter a setup name (e.g., Work, Customer A):",
|
||||
"settings.profiles.select_to_load": "Please select a setup to load",
|
||||
"settings.profiles.select_to_delete": "Please select a setup to delete",
|
||||
"settings.profiles.export_title": "Export Settings",
|
||||
"settings.profiles.import_title": "Import Settings",
|
||||
|
||||
"update.checking.title": "Checking for Updates",
|
||||
"update.checking.label": "Checking for updates...",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue