mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-09-14 20:52:08 +02:00
translationsNew (#5015)
# Description of Changes <!-- Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --> --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### Translations (if applicable) - [ ] I ran [`scripts/counter_translation.py`](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/docs/counter_translation.md) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md#6-testing) for more details.
This commit is contained in:
@@ -317,6 +317,46 @@
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"preferences": {
|
||||
"title": "Einstellungen"
|
||||
},
|
||||
"workspace": {
|
||||
"title": "Arbeitsbereich",
|
||||
"people": "Personen",
|
||||
"teams": "Teams"
|
||||
},
|
||||
"configuration": {
|
||||
"title": "Konfiguration",
|
||||
"systemSettings": "Systemeinstellungen",
|
||||
"features": "Funktionen",
|
||||
"endpoints": "Endpoints",
|
||||
"database": "Datenbank",
|
||||
"advanced": "Erweitert"
|
||||
},
|
||||
"securityAuth": {
|
||||
"title": "Sicherheit & Authentifizierung",
|
||||
"security": "Sicherheit",
|
||||
"connections": "Verbindungen"
|
||||
},
|
||||
"licensingAnalytics": {
|
||||
"title": "Lizenzierung & Analytics",
|
||||
"plan": "Plan",
|
||||
"audit": "Audit",
|
||||
"usageAnalytics": "Nutzungsanalyse"
|
||||
},
|
||||
"policiesPrivacy": {
|
||||
"title": "Richtlinien & Datenschutz",
|
||||
"legal": "Rechtliches",
|
||||
"privacy": "Datenschutz"
|
||||
},
|
||||
"developer": {
|
||||
"title": "Entwickler",
|
||||
"apiKeys": "API-Schlüssel"
|
||||
},
|
||||
"tooltips": {
|
||||
"enableLoginFirst": "Login-Modus zuerst aktivieren",
|
||||
"requiresEnterprise": "Erfordert Enterprise-Lizenz"
|
||||
},
|
||||
"connection": {
|
||||
"title": "Verbindungsmodus",
|
||||
"mode": {
|
||||
@@ -373,7 +413,13 @@
|
||||
"hideUnavailableConversionsDescription": "Deaktivierte Konvertierungsoptionen im Konvertieren-Tool ausblenden statt ausgegraut anzuzeigen."
|
||||
},
|
||||
"hotkeys": {
|
||||
"title": "Tastenkürzel",
|
||||
"description": "Tastenkürzel für schnellen Tool-Zugriff anpassen. Klicken Sie auf \"Shortcut ändern\" und drücken Sie eine neue Tastenkombination. Drücken Sie Esc, um abzubrechen.",
|
||||
"errorConflict": "Kürzel wird bereits von {{tool}} verwendet.",
|
||||
"errorModifier": {
|
||||
"mac": "Fügen Sie ⌘ (Command), ⌥ (Option) oder einen anderen Modifikator in Ihr Kürzel ein.",
|
||||
"windows": "Fügen Sie Strg, Alt oder einen anderen Modifikator in Ihr Kürzel ein."
|
||||
},
|
||||
"searchPlaceholder": "Tools durchsuchen...",
|
||||
"none": "Nicht zugewiesen",
|
||||
"customBadge": "Benutzerdefiniert",
|
||||
@@ -4036,7 +4082,8 @@
|
||||
},
|
||||
"languages": {
|
||||
"label": "Verfügbare Sprachen",
|
||||
"description": "Sprachen, aus denen Benutzer auswählen können (leer lassen, um alle Sprachen zu aktivieren)"
|
||||
"description": "Sprachen, aus denen Benutzer auswählen können (leer lassen, um alle Sprachen zu aktivieren)",
|
||||
"placeholder": "Sprachen auswählen"
|
||||
},
|
||||
"customMetadata": {
|
||||
"label": "Benutzerdefinierte Metadaten",
|
||||
@@ -4061,7 +4108,9 @@
|
||||
"label": "Logo-Stil",
|
||||
"description": "Zwischen modernem, minimalistischem Logo und klassischem S-Symbol wählen",
|
||||
"classic": "Klassisch",
|
||||
"modern": "Modern"
|
||||
"classicAlt": "Klassisches Logo",
|
||||
"modern": "Modern",
|
||||
"modernAlt": "Modernes Logo"
|
||||
},
|
||||
"customPaths": {
|
||||
"label": "Benutzerdefinierte Pfade",
|
||||
@@ -4968,7 +5017,16 @@
|
||||
"config": {
|
||||
"overview": {
|
||||
"title": "Anwendungskonfiguration",
|
||||
"description": "Aktuelle Anwendungseinstellungen und Konfigurationsdetails."
|
||||
"description": "Aktuelle Anwendungseinstellungen und Konfigurationsdetails.",
|
||||
"loading": "Konfiguration wird geladen...",
|
||||
"error": "Fehler",
|
||||
"warning": "Konfigurationswarnung",
|
||||
"sections": {
|
||||
"basic": "Grundkonfiguration",
|
||||
"security": "Sicherheitskonfiguration",
|
||||
"system": "Systemkonfiguration",
|
||||
"integration": "Integrationskonfiguration"
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"overview": {
|
||||
@@ -5342,6 +5400,7 @@
|
||||
"description": "Teams verwalten und Mitglieder des Arbeitsbereichs organisieren",
|
||||
"loading": "Teams werden geladen...",
|
||||
"loadingDetails": "Teamdetails werden geladen...",
|
||||
"loadError": "Teamdetails konnten nicht geladen werden",
|
||||
"createNewTeam": "Neues Team erstellen",
|
||||
"teamName": "Teamname",
|
||||
"totalMembers": "Mitglieder insgesamt",
|
||||
@@ -5544,6 +5603,7 @@
|
||||
},
|
||||
"payment": {
|
||||
"preparing": "Checkout wird vorbereitet...",
|
||||
"redirecting": "Weiterleitung zum sicheren Checkout...",
|
||||
"upgradeTitle": "Upgrade auf {{planName}}",
|
||||
"success": "Zahlung erfolgreich!",
|
||||
"successMessage": "Ihr Abonnement wurde erfolgreich aktiviert. Sie erhalten in Kürze eine Bestätigungs-E-Mail.",
|
||||
|
||||
Reference in New Issue
Block a user