diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-11 00:21:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-11 00:21:16 +0000 |
commit | 0c56331611c05a7ed1697f843abda54cf4ea5fe8 (patch) | |
tree | be22c3b184d7862e8b2ce45c8bf3643e95a74401 /core/l10n/ast.js | |
parent | e64214368345fd3a449f1c159dfa2747391e27e8 (diff) | |
download | nextcloud-server-0c56331611c05a7ed1697f843abda54cf4ea5fe8.tar.gz nextcloud-server-0c56331611c05a7ed1697f843abda54cf4ea5fe8.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/ast.js')
-rw-r--r-- | core/l10n/ast.js | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/core/l10n/ast.js b/core/l10n/ast.js index 7f96d9a16a8..028553cfedb 100644 --- a/core/l10n/ast.js +++ b/core/l10n/ast.js @@ -98,6 +98,8 @@ OC.L10N.register( "More apps" : "Más aplicaciones", "Currently open" : "Abierto", "_{count} notification_::_{count} notifications_" : ["{count} avisu","{count} avisos"], + "No" : "Non", + "Yes" : "Sí", "Custom date range" : "Intervalu de dates personalizáu", "Pick start date" : "Escoyer la data de comienzu", "Pick end date" : "Escoyer la data de fin", @@ -202,8 +204,6 @@ OC.L10N.register( "{name} version {version} and above" : "{name} versión {version} y superior", "Settings menu" : "Menú de configuración", "Avatar of {displayName}" : "Avatar de: {displayName}", - "No" : "Non", - "Yes" : "Sí", "Choose {file}" : "Escoyer «{filer}»", "Choose" : "Escoyer", "Copy to {target}" : "Copiar a {target}", @@ -211,7 +211,6 @@ OC.L10N.register( "Move to {target}" : "Mover a {target}", "Move" : "Mover", "OK" : "Normal", - "Error loading message template: {error}" : "Hebo un error al cargar la plantía del mensaxe: {error}", "read-only" : "de namás llectura", "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflictu con ficheros","{count} conflictos con ficheros"], "One file conflict" : "Un conflictu con ficheros", @@ -369,8 +368,12 @@ OC.L10N.register( "The user limit of this instance is reached." : "Algamóse la llende d'usuarios d'esta instancia.", "Enter your subscription key in the support app in order to increase the user limit. This does also grant you all additional benefits that Nextcloud Enterprise offers and is highly recommended for the operation in companies." : "Introduz la clave de la soscripción n'aplicación de sofitu p'aumentar la llende d'usuarios. Esta aición tamién te concede tolos beneficios que Nextcloud Enterprise ufre, que son mui aconseyables pa compañes.", "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "El sirividor web nun ta configuráu afayadizamente pa permitir la sincronización de ficheros porque la interfaz WebDAV paez tar estropiada.", - "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "El sirvidor web nun ta configuráu correutamente pa resolver «{url}». Pues atopar más información na linkstart}documentación ↗{linkend}.", + "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "El sirvidor web nun ta configuráu correutamente pa resolver «{url}». Pues atopar más información na {linkstart}documentación ↗{linkend}.", + "Account name or email" : "Nome de la cuenta o direición de corréu electrónicu", + "Wrong username or password." : "El nome d'usuariu o la contraseña son incorreutos", "User disabled" : "L'usuariu ta desactiváu", + "Username or email" : "Nome d'usuariu o direición de corréu electrónicu", + "If this account exists, a password reset message has been sent to its email address. If you do not receive it, verify your email address and/or account name, check your spam/junk folders or ask your local administration for help." : "Si esta cuenta esiste, unvióse un mensaxe pa reaniciar la contraseña a la so direición de corréu electrónicu. Si nun recibes nengún, verifica la direición y/o'l nome de la cuenta, comprueba la carpeta Spam o pidi ayuda a l'alministración.", "Start search" : "Aniciar la busca", "Open settings menu" : "Abrir el menú de configuración", "Settings" : "Configuración", @@ -388,17 +391,23 @@ OC.L10N.register( "\"{name}\" is not an allowed filetype" : "«{name}» nun ye un tipu de ficheru permitíu", "{newName} already exists" : "«{newName}» xá esiste", "Error loading file picker template: {error}" : "Hebo un error al cargar la plantía de selector de ficheros: {error}", + "Error loading message template: {error}" : "Hebo un error al cargar la plantía del mensaxe: {error}", "Show list view" : "Amosar la vista en llista", "Show grid view" : "Amosar la vista en rexáu", "Pending" : "Pendiente", "Home" : "Aniciu", + "Copy to {folder}" : "Copiar en «{folder}»", "Move to {folder}" : "Mover a «{folder}»", "Authentication required" : "L'autenticación ye obligatoria", "This action requires you to confirm your password" : "Esta aición rique que confirmes la contraseña", "Confirm" : "Confirmar", "Failed to authenticate, try again" : "Nun se pue autenticar, volvi tentalo", "Users" : "Usuarios", + "Username" : "Nome d'usuariu", "Database user" : "Usuariu de la base de datos", + "Confirm your password" : "Comfirmar la contraseña", + "App token" : "Pase de l'aplicación", + "Alternative log in using app token" : "Aniciu de la sesión alternativu col pase de l'aplicación", "Please use the command line updater because you have a big instance with more than 50 users." : "Usa l'anovador de la llinia de comandos porque tienes una instancia grande con más de 50 usuarios.", "Apps and Settings" : "Aplicaciones y configuración" }, |