mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-31 12:19: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.2 KiB
JSON
30 lines
1.2 KiB
JSON
{
|
|
"status": {
|
|
"LoadingPlugin": "正在加载插件 {plugin}...",
|
|
"UnknownError": "未知错误: {message}",
|
|
"InvalidId": "无效的 Id: {id}",
|
|
"BadRequest": "错误的请求",
|
|
"Forbidden": "禁止访问",
|
|
"Conflict": "冲突",
|
|
"ExpiredLink": "此邀请链接已过期",
|
|
"Unauthorized": "未授权",
|
|
"UnknownMethod": "未知方法: {method}",
|
|
"InternalServerError": "内部服务器错误",
|
|
"MaintenanceWarning": "计划在 内进行维护 ",
|
|
"MaintenanceWarningTime": "{time, plural, =1 {不到一分钟} other {# 分钟}}",
|
|
"AccountNotFound": "账户未找到",
|
|
"AccountNotConfirmed": "账户未确认",
|
|
"WorkspaceNotFound": "工作区未找到",
|
|
"InvalidPassword": "无效的密码",
|
|
"AccountAlreadyExists": "账户已存在",
|
|
"WorkspaceRateLimit": "服务器繁忙,请稍后再试",
|
|
"AccountAlreadyConfirmed": "账户已确认",
|
|
"WorkspaceAlreadyExists": "工作区已存在",
|
|
"InvalidOtp": "无效的代码",
|
|
"InviteNotFound": "未找到 id 为 {email} 的邀请。",
|
|
"WorkspaceLimitReached": "您已达到工作区限制。请联系我们...",
|
|
"ReadOnlyAccount": "匿名访客演示",
|
|
"SocialIdAlreadyExists": "社交ID已存在"
|
|
}
|
|
}
|