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