Add translations for client outdated in browser extension and mobile app (#1271)

This commit is contained in:
Leendert de Borst
2025-09-25 17:37:46 +02:00
parent 60371796f3
commit c88b0d1d8a
2 changed files with 2 additions and 0 deletions

View File

@@ -92,6 +92,7 @@
"VaultOutdated": "Your vault is outdated. Please login on the AliasVault website and follow the steps.",
"serverNotAvailable": "The AliasVault server is not available. Please try again later or contact support if the problem persists.",
"clientVersionNotSupported": "This version of the AliasVault browser extension is not supported by the server anymore. Please update your browser extension to the latest version.",
"browserExtensionOutdated": "This browser extension is outdated and cannot be used to access this vault. Please update this browser extension to continue.",
"serverVersionNotSupported": "The AliasVault server needs to be updated to a newer version in order to use this browser extension. Please contact support if you need help.",
"unknownError": "An unknown error occurred",
"failedToStoreVault": "Failed to store vault",

View File

@@ -80,6 +80,7 @@
"operationFailed": "Operation failed",
"versionNotSupported": "This version of the AliasVault mobile app is not supported by the server anymore. Please update your app to the latest version.",
"serverNeedsUpdate": "The AliasVault server needs to be updated to a newer version in order to use this mobile app. Please contact support if you need help.",
"appOutdated": "This app is outdated and cannot be used to access this vault. Please update this app to continue.",
"vaultDecryptFailed": "Vault could not be decrypted, if the problem persists please logout and login again.",
"passwordChanged": "Your password has changed since the last time you logged in. Please login again for security reasons."
}