Skip to content

Commit bf77914

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 61afecd commit bf77914

6 files changed

Lines changed: 12 additions & 2 deletions

File tree

l10n/be.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ OC.L10N.register(
129129
"Select" : "Выбраць",
130130
"Insert" : "Уставіць",
131131
"Me (name)" : "Я (імя)",
132+
"Now" : "Зараз",
132133
"Clipboard is not available" : "Буфер абмену недаступны",
133134
"Unknown error." : "Невядомая памылка."
134135
},

l10n/be.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
"Select" : "Выбраць",
128128
"Insert" : "Уставіць",
129129
"Me (name)" : "Я (імя)",
130+
"Now" : "Зараз",
130131
"Clipboard is not available" : "Буфер абмену недаступны",
131132
"Unknown error." : "Невядомая памылка."
132133
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"

l10n/cs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ OC.L10N.register(
466466
"Set now as default" : "Nastavit nyní jako výchozí",
467467
"Enter a column title" : "Zadejte název sloupce",
468468
"Mandatory" : "Povinné",
469+
"Column width" : "Šířka sloupce",
469470
"Add column to other views" : "Přidat sloupec do ostatních pohledů",
470471
"The default value is lower than the minimum allowed value." : "Výchozí hodnota je nižší než minimální povolená.",
471472
"The default value is greater than the maximum allowed value." : "Výchozí hodnota je vyšší než maximálně povolená.",

l10n/cs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@
464464
"Set now as default" : "Nastavit nyní jako výchozí",
465465
"Enter a column title" : "Zadejte název sloupce",
466466
"Mandatory" : "Povinné",
467+
"Column width" : "Šířka sloupce",
467468
"Add column to other views" : "Přidat sloupec do ostatních pohledů",
468469
"The default value is lower than the minimum allowed value." : "Výchozí hodnota je nižší než minimální povolená.",
469470
"The default value is greater than the maximum allowed value." : "Výchozí hodnota je vyšší než maximálně povolená.",

l10n/es.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ OC.L10N.register(
153153
"Column type" : "Tipo de columna",
154154
"Move" : "Mover",
155155
"Metadata" : "Metadatos",
156-
"Read only" : "Solo lectura",
156+
"Read only" : "Sólo lectura",
157157
"JJJJ-MM-DD hh:mm" : "JJJJ-MM-DD hh:mm",
158158
"JJJJ-MM-DD" : "JJJJ-MM-DD",
159159
"hh:mm" : "hh:mm",
@@ -203,6 +203,7 @@ OC.L10N.register(
203203
"The view is empty. Edit which columns should be displayed." : "La vista está vacía. Edite las columnas que deben ser mostradas.",
204204
"Manage view" : "Gestionar vista",
205205
"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}.",
206207
"You need to select a type for the new column." : "Necesita seleccionar un tipo para la columna nueva.",
207208
"The column \"{column}\" was created." : "Se ha creado la columna \"{column}\".",
208209
"Sorry, something went wrong." : "Lo sentimos, algo ha salido mal.",
@@ -470,6 +471,8 @@ OC.L10N.register(
470471
"Set now as default" : "Establecer ahora como por defecto",
471472
"Enter a column title" : "Introduzca un título para la columna",
472473
"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}",
473476
"Add column to other views" : "Añadir columna a otras vistas",
474477
"The default value is lower than the minimum allowed value." : "El valor predeterminado es inferior al valor mínimo permitido.",
475478
"The default value is greater than the maximum allowed value." : "El valor predeterminado es mayor que el valor máximo permitido.",

l10n/es.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"Column type" : "Tipo de columna",
152152
"Move" : "Mover",
153153
"Metadata" : "Metadatos",
154-
"Read only" : "Solo lectura",
154+
"Read only" : "Sólo lectura",
155155
"JJJJ-MM-DD hh:mm" : "JJJJ-MM-DD hh:mm",
156156
"JJJJ-MM-DD" : "JJJJ-MM-DD",
157157
"hh:mm" : "hh:mm",
@@ -201,6 +201,7 @@
201201
"The view is empty. Edit which columns should be displayed." : "La vista está vacía. Edite las columnas que deben ser mostradas.",
202202
"Manage view" : "Gestionar vista",
203203
"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}.",
204205
"You need to select a type for the new column." : "Necesita seleccionar un tipo para la columna nueva.",
205206
"The column \"{column}\" was created." : "Se ha creado la columna \"{column}\".",
206207
"Sorry, something went wrong." : "Lo sentimos, algo ha salido mal.",
@@ -468,6 +469,8 @@
468469
"Set now as default" : "Establecer ahora como por defecto",
469470
"Enter a column title" : "Introduzca un título para la columna",
470471
"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}",
471474
"Add column to other views" : "Añadir columna a otras vistas",
472475
"The default value is lower than the minimum allowed value." : "El valor predeterminado es inferior al valor mínimo permitido.",
473476
"The default value is greater than the maximum allowed value." : "El valor predeterminado es mayor que el valor máximo permitido.",

0 commit comments

Comments
 (0)