| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- [Test]
- description = "test"
- one = "prueba1"
- other = "Prueba2 {{.P0}}"
- [ParamsError]
- description = "Params validation failed."
- one = "La validación de los parámetros falló."
- other = "La validación de los parámetros falló."
- [OperationFailed]
- description = "OperationFailed."
- one = "La operación falló."
- other = "La operación falló."
- [OperationSuccess]
- description = "OperationSuccess."
- one = "La operación fue exitosa."
- other = "La operación fue exitosa."
- [ItemExists]
- description = "Item already exists."
- one = "El elemento ya existe."
- other = "El elemento ya existe."
- [ItemNotFound]
- description = "Item not found."
- one = "El elemento no fue encontrado."
- other = "El elemento no fue encontrado."
- [NoAccess]
- 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."
- other = "Error de usuario o contraseña."
- [SystemError]
- description = "System error."
- one = "Error del sistema."
- other = "Error del sistema."
- [ConfigNotFound]
- description = "Config not found."
- one = "Configuración no encontrada."
- other = "Configuración no encontrada."
- [OauthExpired]
- description = "Oauth expired."
- one = "Oauth expirado, por favor intente nuevamente."
- other = "Oauth expirado, por favor intente nuevamente."
- [OauthFailed]
- description = "Oauth failed."
- one = "Oauth falló."
- other = "Oauth falló."
- [OauthHasBindOtherUser]
- description = "Oauth has bind other user."
- one = "Oauth está vinculado a otro usuario."
- other = "Oauth está vinculado a otro usuario."
- [ParamIsEmpty]
- description = "Param is empty."
- one = "{{.P0}} está vacío."
- other = "{{.P0}} está vacío."
- [BindFail]
- description = "Bind fail."
- one = "Fallo al vincular."
- other = "Fallo al vincular."
- [BindSuccess]
- description = "Bind success."
- one = "Vinculación exitosa."
- other = "Vinculación exitosa."
- [OauthHasBeenSuccess]
- description = "Oauth has been success."
- one = "Oauth fue exitoso."
- other = "Oauth fue exitoso."
- [OauthSuccess]
- description = "Oauth success."
- one = "Oauth exitoso."
- other = "Oauth exitoso."
- [OauthRegisterSuccess]
- description = "Oauth register success."
- one = "Registro de Oauth exitoso."
- other = "Registro de Oauth exitoso."
- [OauthRegisterFailed]
- description = "Oauth register failed."
- one = "Registro de Oauth falló."
- other = "Registro de Oauth falló."
- [GetOauthTokenError]
- description = "Get oauth token error."
- one = "Error al obtener el token de Oauth."
- other = "Error al obtener el token de Oauth."
- [GetOauthUserInfoError]
- description = "Get oauth user info error."
- one = "Error al obtener la información del usuario de Oauth."
- other = "Error al obtener la información del usuario de Oauth."
- [DecodeOauthUserInfoError]
- description = "Decode oauth user info error."
- one = "Error al decodificar la información del usuario de Oauth."
- other = "Error al decodificar la información del usuario de Oauth."
- [OldPasswordError]
- description = "Old password error."
- one = "Error con la contraseña anterior."
- other = "Error con la contraseña anterior."
- [DefaultGroup]
- description = "Default group"
- one = "Grupo predeterminado"
- other = "Grupo predeterminado"
- [ShareGroup]
- description = "Share group"
- one = "Grupo compartido"
- other = "Grupo compartido"
- [RegisterClosed]
- description = "Register closed."
- one = "Registro cerrado."
- other = "Registro cerrado."
- [CaptchaRequired]
- description = "Captcha required."
- one = "Captcha requerido."
- other = "Captcha requerido."
- [CaptchaError]
- description = "Captcha error."
- one = "Error de captcha."
- other = "Error de captcha."
- [PwdLoginDisabled]
- description = "Password login disabled."
- one = "Inicio de sesión con contraseña deshabilitado."
- other = "Inicio de sesión con contraseña deshabilitado."
- [CannotShareToSelf]
- description = "Cannot share to self."
- one = "No se puede compartir con uno mismo."
- other = "No se puede compartir con uno mismo."
- [Banned]
- description = "Banned."
- one = "Prohibido."
- other = "Prohibido."
- [RegisterSuccessWaitAdminConfirm]
- description = "Register success, wait admin confirm."
- one = "Registro exitoso, espere la confirmación del administrador."
- other = "Registro exitoso, espere la confirmación del administrador."
|