mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2026-02-16 03:00:55 +00:00
feat(i18n): replace hardcoded messages with translated strings (#289)
This commit is contained in:
@@ -33,6 +33,11 @@ description = "No access."
|
||||
one = "No access."
|
||||
other = "No access."
|
||||
|
||||
[NeedLogin]
|
||||
description = "Need login."
|
||||
one = "Please log in first."
|
||||
other = "Please log in first."
|
||||
|
||||
[UsernameOrPasswordError]
|
||||
description = "Username or password error."
|
||||
one = "Username or password error."
|
||||
|
||||
@@ -33,6 +33,11 @@ description = "No access."
|
||||
one = "Sin acceso."
|
||||
other = "Sin acceso."
|
||||
|
||||
[NeedLogin]
|
||||
description = "Need login."
|
||||
one = "Por favor inicie sesión primero."
|
||||
other = "Por favor inicie sesión primero."
|
||||
|
||||
[UsernameOrPasswordError]
|
||||
description = "Username or password error."
|
||||
one = "Error de usuario o contraseña."
|
||||
|
||||
@@ -33,6 +33,11 @@ description = "No access."
|
||||
one = "Aucun d'access."
|
||||
other = "Aucun d'access."
|
||||
|
||||
[NeedLogin]
|
||||
description = "Need login."
|
||||
one = "Veuillez d'abord vous connecter."
|
||||
other = "Veuillez d'abord vous connecter."
|
||||
|
||||
[UsernameOrPasswordError]
|
||||
description = "Username or password error."
|
||||
one = "Nom d'utilisateur ou de mot de passe incorrect."
|
||||
@@ -161,4 +166,4 @@ other = "Banni."
|
||||
[RegisterSuccessWaitAdminConfirm]
|
||||
description = "Register success wait admin confirm."
|
||||
one = "Inscription réussie, veuillez attendre la confirmation de l'administrateur."
|
||||
other = "Inscription réussie, veuillez attendre la confirmation de l'administrateur."
|
||||
other = "Inscription réussie, veuillez attendre la confirmation de l'administrateur."
|
||||
|
||||
@@ -33,6 +33,11 @@ description = "No access."
|
||||
one = "접근할 수 없습니다."
|
||||
other = "접근할 수 없습니다."
|
||||
|
||||
[NeedLogin]
|
||||
description = "Need login."
|
||||
one = "먼저 로그인해주세요."
|
||||
other = "먼저 로그인해주세요."
|
||||
|
||||
[UsernameOrPasswordError]
|
||||
description = "Username or password error."
|
||||
one = "사용자 이름이나 비밀번호가 올바르지 않습니다."
|
||||
|
||||
@@ -33,6 +33,11 @@ description = "No access."
|
||||
one = "Нет доступа."
|
||||
other = "Нет доступа."
|
||||
|
||||
[NeedLogin]
|
||||
description = "Need login."
|
||||
one = "Пожалуйста, войдите в систему."
|
||||
other = "Пожалуйста, войдите в систему."
|
||||
|
||||
[UsernameOrPasswordError]
|
||||
description = "Username or password error."
|
||||
one = "Неправильное имя пользователя или пароль."
|
||||
@@ -161,4 +166,4 @@ other = "Заблокировано."
|
||||
[RegisterSuccessWaitAdminConfirm]
|
||||
description = "Register success wait admin confirm."
|
||||
one = "Регистрация прошла успешно, ожидайте подтверждения администратора."
|
||||
other = "Регистрация прошла успешно, ожидайте подтверждения администратора."
|
||||
other = "Регистрация прошла успешно, ожидайте подтверждения администратора."
|
||||
|
||||
@@ -33,6 +33,11 @@ description = "No access."
|
||||
one = "无权限。"
|
||||
other = "无权限。"
|
||||
|
||||
[NeedLogin]
|
||||
description = "Need login."
|
||||
one = "请先登录。"
|
||||
other = "请先登录。"
|
||||
|
||||
[UsernameOrPasswordError]
|
||||
description = "Username or password error."
|
||||
one = "用户名或密码错误。"
|
||||
|
||||
@@ -33,6 +33,11 @@ description = "No access."
|
||||
one = "無許可權。"
|
||||
other = "無許可權。"
|
||||
|
||||
[NeedLogin]
|
||||
description = "Need login."
|
||||
one = "請先登入。"
|
||||
other = "請先登入。"
|
||||
|
||||
[UsernameOrPasswordError]
|
||||
description = "Username or password error."
|
||||
one = "使用者名稱或密碼錯誤。"
|
||||
|
||||
Reference in New Issue
Block a user