More translation fixes

This commit is contained in:
Girish Ramakrishnan
2025-11-07 10:45:21 +01:00
parent 232bce0a2d
commit 9ed5f43ea1
17 changed files with 73 additions and 60 deletions

View File

@@ -152,7 +152,7 @@
},
"addUserDialog": {
"title": "Add User",
"sendInviteCheckbox": "Send Invitation Email",
"sendInviteCheckbox": "Send invitation email",
"addUserAction": "Add"
},
"user": {
@@ -165,13 +165,13 @@
"displayName": "Display Name",
"primaryEmail": "Primary Email",
"recoveryEmail": "Password Recovery Email",
"activeCheckbox": "Active User",
"activeCheckbox": "User is active",
"displayNamePlaceholder": "Optional. If not provided, user can provide during sign up",
"fallbackEmailPlaceholder": "If not specified, primary email will be used"
},
"deleteUserDialog": {
"title": "Delete User {{ username }}",
"description": "After deletion, the user will not be able to access the dashboard or login to any of the apps. Note that any user data inside the apps is not removed.",
"title": "Delete User",
"description": "After deletion, the user will not be able to access the dashboard or login to any of the apps. Note that any user data inside the apps is not removed.<br/><br/>Delete user \"{{ username }}\" ?",
"deleteAction": "Delete"
},
"editUserDialog": {
@@ -192,8 +192,8 @@
"externalLdapWarning": "This group is synced from the external LDAP directory."
},
"deleteGroupDialog": {
"title": "Delete Group {{ name }}",
"description": "This group has {{ memberCount }} member(s). Really remove this group?",
"title": "Delete Group",
"description": "This group has {{ memberCount }} member(s). <br/><br/>Delete group \"{{ name }}\"?",
"deleteAction": "Delete"
},
"passwordResetDialog": {
@@ -284,7 +284,7 @@
"apiTokens": {
"title": "API Tokens",
"name": "Name",
"description": "Use these personal access tokens to authenticate to the <a target=\"_blank\" href=\"{{ apiDocsLink }}\">Cloudron API</a>.",
"description": "Use these personal access tokens to authenticate with the <a target=\"_blank\" href=\"{{ apiDocsLink }}\">Cloudron API</a>.",
"noTokensPlaceholder": "No API tokens",
"lastUsed": "Last Used",
"neverUsed": "never",
@@ -418,7 +418,7 @@
"user": "User",
"privateKey": "Private Key",
"diskPath": "Disk Path",
"cifsSealSupport": "Use seal encryption. Requires at least SMB v3",
"cifsSealSupport": "Use seal encryption (requires at least SMB v3)",
"chown": "Remote file system supports chown",
"encryptFilenames": "Encrypt Filenames",
"preserveAttributesLabel": "Preserve file attributes",
@@ -746,18 +746,17 @@
"provider": "Provider",
"renewCerts": {
"title": "Renew Certificates",
"description": "Let's Encrypt certificates are renewed automatically. Use this option to trigger a renewal immediately.",
"description": "Lets Encrypt certificates renew automatically. You can renew them manually if needed.",
"renewAllAction": "Renew all certs"
},
"changeDashboardDomain": {
"title": "Dashboard Domain",
"description": "This will move the dashboard to the <code>my</code>subdomain of the selected domain.",
"description": "Moves the dashboard to the “my” subdomain of the selected domain.",
"changeAction": "Change domain"
},
"domainDialog": {
"addTitle": "Add Domain",
"editTitle": "Configure {{ domain }}",
"addDescription": "Adding a domain lets you install apps on subdomains of this domain. Email settings can be configured in the Email view.",
"domain": "Domain",
"provider": "DNS Provider",
"route53AccessKeyId": "Access Key Id",
@@ -820,7 +819,7 @@
},
"syncDns": {
"title": "Sync DNS",
"description": "This will reprovision the app and email DNS records across all domains.",
"description": "Updates app and email DNS records for all domains.",
"syncAction": "Sync DNS"
},
"domainWellKnown": {
@@ -828,7 +827,8 @@
},
"tooltipWellKnown": "Well-Known locations",
"emptyPlaceholder": "No Domains",
"noMatchesPlaceholder": "No matching domain"
"noMatchesPlaceholder": "No matching domain",
"description": "Adding a domain allows you to install apps on its subdomains."
},
"notifications": {
"dismissTooltip": "Dismiss",
@@ -1515,7 +1515,7 @@
"removeVolumeDialog": {
"removeAction": "Remove"
},
"description": "Volumes are local or remote file systems. They can be used as an app's main data storage or as a shared storage location between apps.",
"description": "Volumes are local or remote file systems. They can be used for an apps primary data storage or shared between apps.",
"mountType": "Mount Type",
"localDirectory": "Local Directory",
"remountActionTooltip": "Remount",
@@ -1546,15 +1546,16 @@
"id": "Client ID",
"secret": "Client Secret",
"signingAlgorithm": "Signing Algorithm",
"loginRedirectUri": "Login Callback URLs (comma separated)"
"loginRedirectUri": "Login Callback URLs",
"loginRedirectUriPlaceholder": "Comma separated URLs"
},
"description": "The OpenID provider can be used by external applications for single sign-on.",
"description": "Cloudrons OpenID provider can be used for single sign-on with external applications.",
"editClientDialog": {
"title": "Edit Client {{ client }}"
"title": "Edit Client"
},
"deleteClientDialog": {
"title": "Really delete client {{ client }}?",
"description": "Deleting this OIDC Client will invalidate any access tokens. Apps using this OIDC Client will not be able to authenticate anymore."
"title": "Delete Client",
"description": "After deletion, any access tokens issued by this client will be invalidated. Apps using it will no longer be able to authenticate.<br/><br/>Delete client \"{{ clientName }}\"?"
},
"env": {
"discoveryUrl": "Discovery URL"
@@ -1562,6 +1563,10 @@
"clients": {
"title": "OpenID Clients",
"empty": "No OpenID clients"
},
"clientCredentials": {
"title": "Client Credentials",
"description": "Copy the credentials for client \"{{ clientName }}\"."
}
},
"userdirectory": {