mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
Chore/v2/translation fixes (#5011)
# 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:
@@ -4059,7 +4059,8 @@
|
||||
},
|
||||
"languages": {
|
||||
"label": "Available Languages",
|
||||
"description": "Languages that users can select from (leave empty to enable all languages)"
|
||||
"description": "Languages that users can select from (leave empty to enable all languages)",
|
||||
"placeholder": "Select languages"
|
||||
},
|
||||
"customMetadata": {
|
||||
"label": "Custom Metadata",
|
||||
@@ -4084,7 +4085,9 @@
|
||||
"label": "Logo Style",
|
||||
"description": "Set the default logo style for all users on this server. Users can override this setting in their personal preferences.",
|
||||
"classic": "Classic",
|
||||
"modern": "Modern"
|
||||
"classicAlt": "Classic logo",
|
||||
"modern": "Modern",
|
||||
"modernAlt": "Modern logo"
|
||||
},
|
||||
"customPaths": {
|
||||
"label": "Custom Paths",
|
||||
@@ -4992,7 +4995,16 @@
|
||||
"config": {
|
||||
"overview": {
|
||||
"title": "Application Configuration",
|
||||
"description": "Current application settings and configuration details."
|
||||
"description": "Current application settings and configuration details.",
|
||||
"loading": "Loading configuration...",
|
||||
"error": "Error",
|
||||
"warning": "Configuration Warning",
|
||||
"sections": {
|
||||
"basic": "Basic Configuration",
|
||||
"security": "Security Configuration",
|
||||
"system": "System Configuration",
|
||||
"integration": "Integration Configuration"
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"overview": {
|
||||
@@ -5367,6 +5379,7 @@
|
||||
"description": "Manage teams and organize workspace members",
|
||||
"loading": "Loading teams...",
|
||||
"loadingDetails": "Loading team details...",
|
||||
"loadError": "Failed to load team details",
|
||||
"createNewTeam": "Create New Team",
|
||||
"teamName": "Team Name",
|
||||
"totalMembers": "Total Members",
|
||||
@@ -5896,6 +5909,46 @@
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"preferences": {
|
||||
"title": "Preferences"
|
||||
},
|
||||
"workspace": {
|
||||
"title": "Workspace",
|
||||
"people": "People",
|
||||
"teams": "Teams"
|
||||
},
|
||||
"configuration": {
|
||||
"title": "Configuration",
|
||||
"systemSettings": "System Settings",
|
||||
"features": "Features",
|
||||
"endpoints": "Endpoints",
|
||||
"database": "Database",
|
||||
"advanced": "Advanced"
|
||||
},
|
||||
"securityAuth": {
|
||||
"title": "Security & Authentication",
|
||||
"security": "Security",
|
||||
"connections": "Connections"
|
||||
},
|
||||
"licensingAnalytics": {
|
||||
"title": "Licensing & Analytics",
|
||||
"plan": "Plan",
|
||||
"audit": "Audit",
|
||||
"usageAnalytics": "Usage Analytics"
|
||||
},
|
||||
"policiesPrivacy": {
|
||||
"title": "Policies & Privacy",
|
||||
"legal": "Legal",
|
||||
"privacy": "Privacy"
|
||||
},
|
||||
"developer": {
|
||||
"title": "Developer",
|
||||
"apiKeys": "API Keys"
|
||||
},
|
||||
"tooltips": {
|
||||
"enableLoginFirst": "Enable login mode first",
|
||||
"requiresEnterprise": "Requires Enterprise license"
|
||||
},
|
||||
"connection": {
|
||||
"title": "Connection Mode",
|
||||
"mode": {
|
||||
@@ -5952,7 +6005,13 @@
|
||||
"hideUnavailableConversionsDescription": "Remove disabled conversion options in the Convert tool instead of showing them greyed out."
|
||||
},
|
||||
"hotkeys": {
|
||||
"title": "Keyboard Shortcuts",
|
||||
"description": "Customize keyboard shortcuts for quick tool access. Click \"Change shortcut\" and press a new key combination. Press Esc to cancel.",
|
||||
"errorConflict": "Shortcut already used by {{tool}}.",
|
||||
"errorModifier": {
|
||||
"mac": "Include ⌘ (Command), ⌥ (Option), or another modifier in your shortcut.",
|
||||
"windows": "Include Ctrl, Alt, or another modifier in your shortcut."
|
||||
},
|
||||
"searchPlaceholder": "Search tools...",
|
||||
"none": "Not assigned",
|
||||
"customBadge": "Custom",
|
||||
|
||||
Reference in New Issue
Block a user