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": "Bitte w\u00e4hlen Sie eine Zuordnung zur Bearbeitung aus",
"settings.error.select_profile_load": "Bitte w\u00e4hlen Sie ein Profil zum Laden aus",
"settings.error.select_profile_delete": "Bitte w\u00e4hlen Sie ein Profil zum L\u00f6schen aus",
"settings.web_source.url_label": "Webanwendungs-URL:",
"settings.web_source.open_btn": "\u00d6ffnen",
"settings.web_source.url_mappings_label": "URL-Zuordnungen (Azure Blob Storage \u2192 Lokale Pfade):",
"settings.web_source.col_url_prefix": "URL-Pr\u00e4fix",
"settings.web_source.col_local_path": "Lokaler Pfad",
"settings.web_source.add_mapping_btn": "Zuordnung hinzuf\u00fcgen",
"settings.web_source.edit_mapping_btn": "Auswahl bearbeiten",
"settings.web_source.remove_mapping_btn": "Auswahl entfernen",
"settings.web_source.add_mapping_title": "URL-Zuordnung hinzuf\u00fcgen",
"settings.web_source.add_mapping_url_prompt": "Azure Blob Storage URL-Pr\u00e4fix eingeben:\n(z.B. https://myblob.blob.core.windows.net/container/)",
"settings.web_source.add_mapping_path_prompt": "Lokalen Dateisystempfad eingeben:\n(z.B. C:\\Freigabe oder /mnt/share)",
"settings.web_source.edit_mapping_title": "URL-Zuordnung bearbeiten",
"settings.web_source.edit_mapping_url_prompt": "Azure Blob Storage URL-Pr\u00e4fix eingeben:",
"settings.web_source.edit_mapping_path_prompt": "Lokalen Dateisystempfad eingeben:",
"settings.web_source.select_mapping_to_edit": "Bitte w\u00e4hlen Sie eine Zuordnung zur Bearbeitung aus",
"settings.logging.level_label": "Protokollstufe:",
"settings.logging.file_label": "Protokolldatei (optional):",
"settings.logging.browse_btn": "Durchsuchen...",
"settings.logging.select_file_title": "Protokolldatei ausw\u00e4hlen",
"settings.paths.select_dir_title": "Verzeichnis ausw\u00e4hlen",
"settings.urls.add_title": "URL hinzuf\u00fcgen",
"settings.urls.add_prompt": "URL-Muster eingeben (z.B. http://example.com oder http://*.example.com):",
"settings.profiles.save_title": "Profil speichern",
"settings.profiles.save_prompt": "Profilnamen eingeben (z.B. Arbeit, Privat):",
"settings.profiles.select_to_load": "Bitte w\u00e4hlen Sie ein Profil zum Laden aus",
"settings.profiles.select_to_delete": "Bitte w\u00e4hlen Sie ein Profil zum L\u00f6schen aus",
"settings.profiles.export_title": "Konfiguration exportieren",
"settings.profiles.import_title": "Konfiguration importieren",
"update.checking.title": "Update-Pr\u00fcfung",
"update.checking.label": "Suche nach Updates...",