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 <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Jul 19, 2023
1 parent afa2426 commit c8eef7e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
15 changes: 15 additions & 0 deletions l10n/es_EC.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
OC.L10N.register(
"recommendations",
{
"Recommended files" : "Archivos recomendados",
"Recently commented" : "Recientemente comentados",
"Recently edited" : "Recientemente editados",
"Recently shared" : "Recientemente compartidos",
"Recommendations" : "Recomendaciones",
"Shows recommended files" : "Muestra archivos recomendados",
"Shows recommended files for quick access of files and folders with recent activity" : "Muestra archivos recomendados para acceder rápidamente a archivos y carpetas con actividad reciente.",
"No recommendations yet" : "Todavía no hay recomendaciones disponibles.",
"Path name {path}" : "Nombre de la ruta: {path}",
"Show recommendations" : "Mostrar recomendaciones"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
13 changes: 13 additions & 0 deletions l10n/es_EC.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{ "translations": {
"Recommended files" : "Archivos recomendados",
"Recently commented" : "Recientemente comentados",
"Recently edited" : "Recientemente editados",
"Recently shared" : "Recientemente compartidos",
"Recommendations" : "Recomendaciones",
"Shows recommended files" : "Muestra archivos recomendados",
"Shows recommended files for quick access of files and folders with recent activity" : "Muestra archivos recomendados para acceder rápidamente a archivos y carpetas con actividad reciente.",
"No recommendations yet" : "Todavía no hay recomendaciones disponibles.",
"Path name {path}" : "Nombre de la ruta: {path}",
"Show recommendations" : "Mostrar recomendaciones"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

0 comments on commit c8eef7e

Please sign in to comment.