diff --git a/l10n/es_EC.js b/l10n/es_EC.js index 4667df3..afa75fe 100644 --- a/l10n/es_EC.js +++ b/l10n/es_EC.js @@ -3,6 +3,11 @@ OC.L10N.register( { "Unselect all" : "Desmarcar todo.", "Share folder" : "Compartir carpeta", - "Select" : "Seleccionar" + "Share file" : "Compartir archivo ", + "Select" : "Seleccionar", + "Copied !" : "¡Copiado! ", + "Right click" : "Clic derecho ", + "Right click menu for Nextcloud" : "Menú clic derecho para Nextcloud ", + "This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Esta aplicación permite a los usuarios y desarrolladores tener un menú de clic derecho. Simplemente utiliza el objeto RightClick para crear rápidamente menús contextuales. La aplicación Files ya muestra el menú de acciones al hacer clic derecho en archivos y carpetas." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_EC.json b/l10n/es_EC.json index 2a90969..256e68e 100644 --- a/l10n/es_EC.json +++ b/l10n/es_EC.json @@ -1,6 +1,11 @@ { "translations": { "Unselect all" : "Desmarcar todo.", "Share folder" : "Compartir carpeta", - "Select" : "Seleccionar" + "Share file" : "Compartir archivo ", + "Select" : "Seleccionar", + "Copied !" : "¡Copiado! ", + "Right click" : "Clic derecho ", + "Right click menu for Nextcloud" : "Menú clic derecho para Nextcloud ", + "This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Esta aplicación permite a los usuarios y desarrolladores tener un menú de clic derecho. Simplemente utiliza el objeto RightClick para crear rápidamente menús contextuales. La aplicación Files ya muestra el menú de acciones al hacer clic derecho en archivos y carpetas." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file