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

Commit 53093ff

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent a67de2e commit 53093ff

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

l10n/es_AR.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ OC.L10N.register(
1919
"Videos" : "Videos",
2020
"Start" : "Inicio",
2121
"Delete" : "Eliminar",
22-
"Edit" : "Editar"
22+
"Edit" : "Editar",
23+
"Task successfully deleted" : "Tarea eliminada exitosamente"
2324
},
2425
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

l10n/es_AR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"Videos" : "Videos",
1818
"Start" : "Inicio",
1919
"Delete" : "Eliminar",
20-
"Edit" : "Editar"
20+
"Edit" : "Editar",
21+
"Task successfully deleted" : "Tarea eliminada exitosamente"
2122
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
2223
}

0 commit comments

Comments
 (0)