es.toml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. [Test]
  2. description = "test"
  3. one = "prueba1"
  4. other = "Prueba2 {{.P0}}"
  5. [ParamsError]
  6. description = "Params validation failed."
  7. one = "La validación de los parámetros falló."
  8. other = "La validación de los parámetros falló."
  9. [OperationFailed]
  10. description = "OperationFailed."
  11. one = "La operación falló."
  12. other = "La operación falló."
  13. [OperationSuccess]
  14. description = "OperationSuccess."
  15. one = "La operación fue exitosa."
  16. other = "La operación fue exitosa."
  17. [ItemExists]
  18. description = "Item already exists."
  19. one = "El elemento ya existe."
  20. other = "El elemento ya existe."
  21. [ItemNotFound]
  22. description = "Item not found."
  23. one = "El elemento no fue encontrado."
  24. other = "El elemento no fue encontrado."
  25. [NoAccess]
  26. description = "No access."
  27. one = "Sin acceso."
  28. other = "Sin acceso."
  29. [NeedLogin]
  30. description = "Need login."
  31. one = "Por favor inicie sesión primero."
  32. other = "Por favor inicie sesión primero."
  33. [UsernameOrPasswordError]
  34. description = "Username or password error."
  35. one = "Error de usuario o contraseña."
  36. other = "Error de usuario o contraseña."
  37. [SystemError]
  38. description = "System error."
  39. one = "Error del sistema."
  40. other = "Error del sistema."
  41. [ConfigNotFound]
  42. description = "Config not found."
  43. one = "Configuración no encontrada."
  44. other = "Configuración no encontrada."
  45. [OauthExpired]
  46. description = "Oauth expired."
  47. one = "Oauth expirado, por favor intente nuevamente."
  48. other = "Oauth expirado, por favor intente nuevamente."
  49. [OauthFailed]
  50. description = "Oauth failed."
  51. one = "Oauth falló."
  52. other = "Oauth falló."
  53. [OauthHasBindOtherUser]
  54. description = "Oauth has bind other user."
  55. one = "Oauth está vinculado a otro usuario."
  56. other = "Oauth está vinculado a otro usuario."
  57. [ParamIsEmpty]
  58. description = "Param is empty."
  59. one = "{{.P0}} está vacío."
  60. other = "{{.P0}} está vacío."
  61. [BindFail]
  62. description = "Bind fail."
  63. one = "Fallo al vincular."
  64. other = "Fallo al vincular."
  65. [BindSuccess]
  66. description = "Bind success."
  67. one = "Vinculación exitosa."
  68. other = "Vinculación exitosa."
  69. [OauthHasBeenSuccess]
  70. description = "Oauth has been success."
  71. one = "Oauth fue exitoso."
  72. other = "Oauth fue exitoso."
  73. [OauthSuccess]
  74. description = "Oauth success."
  75. one = "Oauth exitoso."
  76. other = "Oauth exitoso."
  77. [OauthRegisterSuccess]
  78. description = "Oauth register success."
  79. one = "Registro de Oauth exitoso."
  80. other = "Registro de Oauth exitoso."
  81. [OauthRegisterFailed]
  82. description = "Oauth register failed."
  83. one = "Registro de Oauth falló."
  84. other = "Registro de Oauth falló."
  85. [GetOauthTokenError]
  86. description = "Get oauth token error."
  87. one = "Error al obtener el token de Oauth."
  88. other = "Error al obtener el token de Oauth."
  89. [GetOauthUserInfoError]
  90. description = "Get oauth user info error."
  91. one = "Error al obtener la información del usuario de Oauth."
  92. other = "Error al obtener la información del usuario de Oauth."
  93. [DecodeOauthUserInfoError]
  94. description = "Decode oauth user info error."
  95. one = "Error al decodificar la información del usuario de Oauth."
  96. other = "Error al decodificar la información del usuario de Oauth."
  97. [OldPasswordError]
  98. description = "Old password error."
  99. one = "Error con la contraseña anterior."
  100. other = "Error con la contraseña anterior."
  101. [DefaultGroup]
  102. description = "Default group"
  103. one = "Grupo predeterminado"
  104. other = "Grupo predeterminado"
  105. [ShareGroup]
  106. description = "Share group"
  107. one = "Grupo compartido"
  108. other = "Grupo compartido"
  109. [RegisterClosed]
  110. description = "Register closed."
  111. one = "Registro cerrado."
  112. other = "Registro cerrado."
  113. [CaptchaRequired]
  114. description = "Captcha required."
  115. one = "Captcha requerido."
  116. other = "Captcha requerido."
  117. [CaptchaError]
  118. description = "Captcha error."
  119. one = "Error de captcha."
  120. other = "Error de captcha."
  121. [PwdLoginDisabled]
  122. description = "Password login disabled."
  123. one = "Inicio de sesión con contraseña deshabilitado."
  124. other = "Inicio de sesión con contraseña deshabilitado."
  125. [CannotShareToSelf]
  126. description = "Cannot share to self."
  127. one = "No se puede compartir con uno mismo."
  128. other = "No se puede compartir con uno mismo."
  129. [Banned]
  130. description = "Banned."
  131. one = "Prohibido."
  132. other = "Prohibido."
  133. [RegisterSuccessWaitAdminConfirm]
  134. description = "Register success, wait admin confirm."
  135. one = "Registro exitoso, espere la confirmación del administrador."
  136. other = "Registro exitoso, espere la confirmación del administrador."