diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-18 00:52:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-18 00:52:55 +0000 |
commit | 3b1b9973223a85287a4f63ebbffa7331bbbbd3e9 (patch) | |
tree | f173a4506be6ef028b62556e60e8d4354f45b1d0 /core/l10n/es_DO.js | |
parent | d90de779d1ade270a2b0c14926c4949ab2e9b05d (diff) | |
download | nextcloud-server-3b1b9973223a85287a4f63ebbffa7331bbbbd3e9.tar.gz nextcloud-server-3b1b9973223a85287a4f63ebbffa7331bbbbd3e9.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/es_DO.js')
-rw-r--r-- | core/l10n/es_DO.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/l10n/es_DO.js b/core/l10n/es_DO.js index 3972165c3b5..3568f94062b 100644 --- a/core/l10n/es_DO.js +++ b/core/l10n/es_DO.js @@ -118,10 +118,6 @@ OC.L10N.register( "(all selected)" : "(todos seleccionados)", "({count} selected)" : "({count} seleccionados)", "Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ", - "Authentication required" : "Se requiere autenticación", - "This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña", - "Confirm" : "Confirmar", - "Failed to authenticate, try again" : "Falla en la autenticación, por favor reintentalo", "seconds ago" : "hace segundos", "Connection to server lost" : "Se ha perdido la conexión con el servidor", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Se presentó un error al cargar la página, recargando en %n segundo","Se presentó un error al cargar la página, recargando en %n segundos","Se presentó un error al cargar la página, recargando en %n segundos"], @@ -184,7 +180,9 @@ OC.L10N.register( "See the documentation" : "Ver la documentación", "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación requiere de JavaScript para su correcta operación. Por favor {linkstart}habilita JavaScript{linkend} y vuelve a cargar la página. ", "Go to %s" : "Ir a %s", + "This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña", "Confirm your password" : "Confirma tu contraseña", + "Confirm" : "Confirmar", "Connect to your account" : "Conectate a tu cuenta", "App token" : "Ficha de la aplicación", "Grant access" : "Conceder acceso", @@ -226,6 +224,8 @@ OC.L10N.register( "Home" : "Inicio", "Copy to {folder}" : "Copiar a {folder}", "Move to {folder}" : "Mover a {folder}", + "Authentication required" : "Se requiere autenticación", + "Failed to authenticate, try again" : "Falla en la autenticación, por favor reintentalo", "File not found" : "Archivo no encontrado", "Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php." }, |