mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-26 06:12:23 +02:00
* Add Join WS button to the AccountPopup Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com> * Add ReadOnly notification to the Recorder Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com> * Add ReadOnly notification to the file uploader Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com> * Fix formatting Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com> * Tune locales Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com> --------- Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>
31 lines
1.4 KiB
JSON
31 lines
1.4 KiB
JSON
{
|
|
"status": {
|
|
"LoadingPlugin": "Chargement du plugin {plugin}...",
|
|
"UnknownError": "Erreur inconnue : {message}",
|
|
"InvalidId": "Id invalide : {id}",
|
|
"BadRequest": "Mauvaise requête",
|
|
"Forbidden": "Interdit",
|
|
"Conflict": "Conflit",
|
|
"ExpiredLink": "Ce lien d'invitation est expiré",
|
|
"Unauthorized": "Non autorisé",
|
|
"UnknownMethod": "Méthode inconnue : {method}",
|
|
"InternalServerError": "Erreur interne du serveur",
|
|
"MaintenanceWarning": "Maintenance prévue dans",
|
|
"MaintenanceWarningTime": "{time, plural, =1 {moins d'une minute} other {# minutes}}",
|
|
"AccountNotFound": "Compte non trouvé",
|
|
"AccountNotConfirmed": "Compte non confirmé",
|
|
"WorkspaceNotFound": "Espace de travail non trouvé",
|
|
"InvalidPassword": "Mot de passe invalide",
|
|
"AccountAlreadyExists": "Le compte existe déjà",
|
|
"WorkspaceRateLimit": "Le serveur est occupé, veuillez patienter un moment et réessayer",
|
|
"AccountAlreadyConfirmed": "Compte déjà confirmé",
|
|
"WorkspaceAlreadyExists": "L'espace de travail existe déjà",
|
|
"InvalidOtp": "Code invalide",
|
|
"InviteNotFound": "Invitation avec l'email:{email} introuvable.",
|
|
"WorkspaceLimitReached": "Vous avez atteint la limite d'espace de travail. Veuillez contacter nous...",
|
|
"ReadOnlyAccount": "Démo invité anonyme",
|
|
"SystemAccount": "Compte système",
|
|
"SocialIdAlreadyExists": "L'ID social existe déjà"
|
|
}
|
|
}
|