diff options
Diffstat (limited to 'core/l10n/es_UY.js')
-rw-r--r-- | core/l10n/es_UY.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/es_UY.js b/core/l10n/es_UY.js index 2909ef7cdf7..b68a3a46c92 100644 --- a/core/l10n/es_UY.js +++ b/core/l10n/es_UY.js @@ -81,9 +81,6 @@ OC.L10N.register( "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.", "Continue to Nextcloud" : "Continuar a Nextcloud", "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."], - "Searching other places" : "Buscando en otras ubicaciones", - "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas", - "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"], "Log in" : "Ingresar", "Logging in …" : "Iniciando sesión ...", "Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!", @@ -292,6 +289,9 @@ OC.L10N.register( "Name..." : "Nombre...", "Error removing share" : "Se presentó un error al dejar de compartir", "({scope})" : "({scope})", + "Searching other places" : "Buscando en otras ubicaciones", + "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas", + "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"], "Saving..." : "Guardando...", "Search" : "Buscar", "Reset search" : "Reestablecer búsqueda", |