Files
huly-platform/packages/platform/lang/en.json
T
Anton AlexeyevandGitHub cfbe03bf99 Readonly ux improvements (#9573)
* 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>
2025-07-21 18:23:10 +07:00

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"
}
}