mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-24 05:12:24 +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.5 KiB
JSON
31 lines
1.5 KiB
JSON
{
|
|
"status": {
|
|
"LoadingPlugin": "Plugin {plugin} wird geladen...",
|
|
"UnknownError": "Unbekannter Fehler: {message}",
|
|
"InvalidId": "Ungültige ID: {id}",
|
|
"BadRequest": "Fehlerhafte Anfrage",
|
|
"Forbidden": "Zugriff verweigert",
|
|
"Conflict": "Konflikt",
|
|
"ExpiredLink": "Dieser Einladungslink ist abgelaufen",
|
|
"Unauthorized": "Nicht autorisiert",
|
|
"UnknownMethod": "Unbekannte Methode: {method}",
|
|
"InternalServerError": "Interner Serverfehler",
|
|
"MaintenanceWarning": "Wartung geplant in",
|
|
"MaintenanceWarningTime": "{time, plural, =1 {weniger als einer Minute} other {# Minuten}}",
|
|
"AccountNotFound": "Konto nicht gefunden",
|
|
"AccountNotConfirmed": "Konto nicht bestätigt",
|
|
"WorkspaceNotFound": "Arbeitsbereich nicht gefunden",
|
|
"InvalidPassword": "Ungültiges Passwort",
|
|
"AccountAlreadyExists": "Konto existiert bereits",
|
|
"WorkspaceRateLimit": "Server ist ausgelastet, bitte warten Sie einen Moment und versuchen Sie es erneut",
|
|
"AccountAlreadyConfirmed": "Konto wurde bereits bestätigt",
|
|
"WorkspaceAlreadyExists": "Arbeitsbereich existiert bereits",
|
|
"InvalidOtp": "Ungültiger Code",
|
|
"InviteNotFound": "Einladung mit E-Mail: {email} nicht gefunden.",
|
|
"WorkspaceLimitReached": "Sie haben das Arbeitsbereichslimit erreicht. Bitte kontaktieren Sie uns...",
|
|
"ReadOnlyAccount": "Anonymer Gast-Demo",
|
|
"SystemAccount": "Systemkonto",
|
|
"SocialIdAlreadyExists": "Social ID existiert bereits"
|
|
}
|
|
}
|