You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: l10n/es.js
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ OC.L10N.register(
153
153
"Column type" : "Tipo de columna",
154
154
"Move" : "Mover",
155
155
"Metadata" : "Metadatos",
156
-
"Read only" : "Solo lectura",
156
+
"Read only" : "Sólo lectura",
157
157
"JJJJ-MM-DD hh:mm" : "JJJJ-MM-DD hh:mm",
158
158
"JJJJ-MM-DD" : "JJJJ-MM-DD",
159
159
"hh:mm" : "hh:mm",
@@ -203,6 +203,7 @@ OC.L10N.register(
203
203
"The view is empty. Edit which columns should be displayed." : "La vista está vacía. Edite las columnas que deben ser mostradas.",
204
204
"Manage view" : "Gestionar vista",
205
205
"Please insert a title for the new column." : "Por favor, inserte un título para la columna nueva.",
206
+
"Cannot save column. Column width must be between {min} and {max}." : "No se puede guardar la columna. El ancho de la columna debe estar entre {min} y {max}.",
206
207
"You need to select a type for the new column." : "Necesita seleccionar un tipo para la columna nueva.",
207
208
"The column \"{column}\" was created." : "Se ha creado la columna \"{column}\".",
208
209
"Sorry, something went wrong." : "Lo sentimos, algo ha salido mal.",
@@ -470,6 +471,8 @@ OC.L10N.register(
470
471
"Set now as default" : "Establecer ahora como por defecto",
471
472
"Enter a column title" : "Introduzca un título para la columna",
472
473
"Mandatory" : "Obligatorio",
474
+
"Column width" : "Ancho de la columna",
475
+
"Enter a column width between {min} and {max}" : "Ingrese un ancho de columna entre {min} y {max}",
473
476
"Add column to other views" : "Añadir columna a otras vistas",
474
477
"The default value is lower than the minimum allowed value." : "El valor predeterminado es inferior al valor mínimo permitido.",
475
478
"The default value is greater than the maximum allowed value." : "El valor predeterminado es mayor que el valor máximo permitido.",
Copy file name to clipboardExpand all lines: l10n/es.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@
151
151
"Column type" : "Tipo de columna",
152
152
"Move" : "Mover",
153
153
"Metadata" : "Metadatos",
154
-
"Read only" : "Solo lectura",
154
+
"Read only" : "Sólo lectura",
155
155
"JJJJ-MM-DD hh:mm" : "JJJJ-MM-DD hh:mm",
156
156
"JJJJ-MM-DD" : "JJJJ-MM-DD",
157
157
"hh:mm" : "hh:mm",
@@ -201,6 +201,7 @@
201
201
"The view is empty. Edit which columns should be displayed." : "La vista está vacía. Edite las columnas que deben ser mostradas.",
202
202
"Manage view" : "Gestionar vista",
203
203
"Please insert a title for the new column." : "Por favor, inserte un título para la columna nueva.",
204
+
"Cannot save column. Column width must be between {min} and {max}." : "No se puede guardar la columna. El ancho de la columna debe estar entre {min} y {max}.",
204
205
"You need to select a type for the new column." : "Necesita seleccionar un tipo para la columna nueva.",
205
206
"The column \"{column}\" was created." : "Se ha creado la columna \"{column}\".",
206
207
"Sorry, something went wrong." : "Lo sentimos, algo ha salido mal.",
@@ -468,6 +469,8 @@
468
469
"Set now as default" : "Establecer ahora como por defecto",
469
470
"Enter a column title" : "Introduzca un título para la columna",
470
471
"Mandatory" : "Obligatorio",
472
+
"Column width" : "Ancho de la columna",
473
+
"Enter a column width between {min} and {max}" : "Ingrese un ancho de columna entre {min} y {max}",
471
474
"Add column to other views" : "Añadir columna a otras vistas",
472
475
"The default value is lower than the minimum allowed value." : "El valor predeterminado es inferior al valor mínimo permitido.",
473
476
"The default value is greater than the maximum allowed value." : "El valor predeterminado es mayor que el valor máximo permitido.",
0 commit comments