mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-30 19:59:47 +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>
30 lines
1.3 KiB
JSON
30 lines
1.3 KiB
JSON
{
|
|
"status": {
|
|
"LoadingPlugin": "Loading plugin {plugin}...",
|
|
"UnknownError": "Unknown error: {message}",
|
|
"InvalidId": "Invalid Id: {id}",
|
|
"BadRequest": "Bad request",
|
|
"Forbidden": "Forbidden",
|
|
"Conflict": "Conflict",
|
|
"ExpiredLink": "This invite link is expired",
|
|
"Unauthorized": "Unauthorized",
|
|
"UnknownMethod": "Unknown method: {method}",
|
|
"InternalServerError": "Internal server error",
|
|
"MaintenanceWarning": "Maintenance Scheduled in",
|
|
"MaintenanceWarningTime": "{time, plural, =1 {less than a minute} other {# minutes}}",
|
|
"AccountNotFound": "Account not found or the provided credentials are incorrect",
|
|
"AccountNotConfirmed": "Account not confirmed",
|
|
"WorkspaceNotFound": "Workspace not found",
|
|
"AccountAlreadyExists": "Account already exists",
|
|
"WorkspaceRateLimit": "Server is busy, Please wait a bit and try again",
|
|
"AccountAlreadyConfirmed": "Account already confirmed",
|
|
"WorkspaceAlreadyExists": "Workspace already exists",
|
|
"InvalidOtp": "Invalid code",
|
|
"InviteNotFound": "Invitation with email:{email} not found.",
|
|
"WorkspaceLimitReached": "You have reached the workspace limit. Please contact us...",
|
|
"ReadOnlyAccount": "Anonymous Guest Demo",
|
|
"SystemAccount": "System account",
|
|
"SocialIdAlreadyExists": "Social ID already exists"
|
|
}
|
|
}
|