Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Feb 17, 2024
1 parent 24cc1ec commit a686dbe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions l10n/es_MX.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ OC.L10N.register(
"Submit" : "Enviar",
"Description" : "Descripción",
"No results" : "Sin resultados",
"Select file or folder to link to" : "Seleccionar archivo o carpeta para enlazar.",
"Insert image" : "Añadir imagen",
"Close" : "Cerrar",
"Error" : "Error",
Expand Down
1 change: 1 addition & 0 deletions l10n/es_MX.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"Submit" : "Enviar",
"Description" : "Descripción",
"No results" : "Sin resultados",
"Select file or folder to link to" : "Seleccionar archivo o carpeta para enlazar.",
"Insert image" : "Añadir imagen",
"Close" : "Cerrar",
"Error" : "Error",
Expand Down
2 changes: 1 addition & 1 deletion l10n/he.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ OC.L10N.register(
"Document already exists" : "המסמך כבר קיים",
"Templates inside of this directory will be added to the template selector of Collabora Online." : "תבניות בתוך התיקייה הזאת יתווספו לבורר התבניות של Collabora Online."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
2 changes: 1 addition & 1 deletion l10n/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@
"Collabora Online" : "Collabora Online",
"Document already exists" : "המסמך כבר קיים",
"Templates inside of this directory will be added to the template selector of Collabora Online." : "תבניות בתוך התיקייה הזאת יתווספו לבורר התבניות של Collabora Online."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
}

0 comments on commit a686dbe

Please sign in to comment.