Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 43da0b4

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 6307cce commit 43da0b4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

l10n/es_CL.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ OC.L10N.register(
55
"Tasks" : "Tareas",
66
"Settings" : "Configuraciones ",
77
"Export" : "Exportar",
8+
"Select file" : "Seleccione archivo",
89
"Deselect all" : "Deseleccionar todo",
910
"Select all" : "Seleccionar todo",
1011
"Remove" : "Eliminar",
@@ -18,6 +19,7 @@ OC.L10N.register(
1819
"Videos" : "Videos",
1920
"Start" : "Iniciar",
2021
"Delete" : "Borrar",
21-
"Edit" : "Editar"
22+
"Edit" : "Editar",
23+
"Task successfully deleted" : "Tarea eliminada con éxito"
2224
},
2325
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

l10n/es_CL.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"Tasks" : "Tareas",
44
"Settings" : "Configuraciones ",
55
"Export" : "Exportar",
6+
"Select file" : "Seleccione archivo",
67
"Deselect all" : "Deseleccionar todo",
78
"Select all" : "Seleccionar todo",
89
"Remove" : "Eliminar",
@@ -16,6 +17,7 @@
1617
"Videos" : "Videos",
1718
"Start" : "Iniciar",
1819
"Delete" : "Borrar",
19-
"Edit" : "Editar"
20+
"Edit" : "Editar",
21+
"Task successfully deleted" : "Tarea eliminada con éxito"
2022
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
2123
}

0 commit comments

Comments
 (0)