diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-25 00:20:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-25 00:20:44 +0000 |
commit | 1f2ad209b35f669b530d2c6cb604414aef599c1c (patch) | |
tree | 4fbf17ebc8948b5f6d708857642286b735429db1 /apps/settings/l10n | |
parent | 153705d17ca1425400df3328cfb8f3e8c1b2d6de (diff) | |
download | nextcloud-server-1f2ad209b35f669b530d2c6cb604414aef599c1c.tar.gz nextcloud-server-1f2ad209b35f669b530d2c6cb604414aef599c1c.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n')
-rw-r--r-- | apps/settings/l10n/ar.js | 1 | ||||
-rw-r--r-- | apps/settings/l10n/ar.json | 1 | ||||
-rw-r--r-- | apps/settings/l10n/ast.js | 118 | ||||
-rw-r--r-- | apps/settings/l10n/ast.json | 118 | ||||
-rw-r--r-- | apps/settings/l10n/de.js | 2 | ||||
-rw-r--r-- | apps/settings/l10n/de.json | 2 | ||||
-rw-r--r-- | apps/settings/l10n/de_DE.js | 3 | ||||
-rw-r--r-- | apps/settings/l10n/de_DE.json | 3 | ||||
-rw-r--r-- | apps/settings/l10n/en_GB.js | 1 | ||||
-rw-r--r-- | apps/settings/l10n/en_GB.json | 1 | ||||
-rw-r--r-- | apps/settings/l10n/fr.js | 3 | ||||
-rw-r--r-- | apps/settings/l10n/fr.json | 3 | ||||
-rw-r--r-- | apps/settings/l10n/sr.js | 1 | ||||
-rw-r--r-- | apps/settings/l10n/sr.json | 1 | ||||
-rw-r--r-- | apps/settings/l10n/zh_HK.js | 1 | ||||
-rw-r--r-- | apps/settings/l10n/zh_HK.json | 1 | ||||
-rw-r--r-- | apps/settings/l10n/zh_TW.js | 1 | ||||
-rw-r--r-- | apps/settings/l10n/zh_TW.json | 1 |
18 files changed, 256 insertions, 6 deletions
diff --git a/apps/settings/l10n/ar.js b/apps/settings/l10n/ar.js index 8542906fe3e..d9491769a46 100644 --- a/apps/settings/l10n/ar.js +++ b/apps/settings/l10n/ar.js @@ -739,6 +739,7 @@ OC.L10N.register( "Account documentation" : "وثائق الحساب", "Administration documentation" : "وثائق الإشراف", "Forum" : "المُنتَدَى", + "Nextcloud help & privacy resources" : "مصادر للمساعدة و الخصوصية حول نكست كلاود", "General documentation" : "وثائق عامة", "Legal notice" : "ملاحظة قانونية", "Privacy policy" : "سياسة الخصوصية", diff --git a/apps/settings/l10n/ar.json b/apps/settings/l10n/ar.json index 601f5d58f6a..6e70ef4e972 100644 --- a/apps/settings/l10n/ar.json +++ b/apps/settings/l10n/ar.json @@ -737,6 +737,7 @@ "Account documentation" : "وثائق الحساب", "Administration documentation" : "وثائق الإشراف", "Forum" : "المُنتَدَى", + "Nextcloud help & privacy resources" : "مصادر للمساعدة و الخصوصية حول نكست كلاود", "General documentation" : "وثائق عامة", "Legal notice" : "ملاحظة قانونية", "Privacy policy" : "سياسة الخصوصية", diff --git a/apps/settings/l10n/ast.js b/apps/settings/l10n/ast.js index aa0458b3047..48e92892622 100644 --- a/apps/settings/l10n/ast.js +++ b/apps/settings/l10n/ast.js @@ -147,10 +147,35 @@ OC.L10N.register( "Data directory protected" : "Direutoriu de datos protexíu", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Ye probable que'l to direutoriu de datos y los ficheros seyan accesibles dende internet. El ficheru .httaccess nun funciona. Ye mui aconseyable que configures el sirvidor web pa que yá nun se pueda acceder al direutoriu de datos o movi los datos del direutoriu fuera del raigañu de documentos del sirvidor web.", "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Nun se pudo comprobar que'l direutoriu de datos tea protexíu. Comprueba manualmente que'l sirvidor nun permite l'accesu al direutoriu de datos.", + "Database missing columns" : "Columnes faltantes de la base de datos", + "Missing optional column \"%s\" in table \"%s\"." : "Falta la columna opciones «%s» de la tabla «%s.»", + "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "A la base de datos fálten-y columnes opcionales. Como amestar columnes a table grandes pue tardar tiempu y son opcionales, nun s'amestaron automáticamente. Pues executar «occ db:add-missing-columns» p'amestar les columnes que falten manualmente cola instancia en funcionamientu. Dempués d'amestar la columnes, ye posible qu'ameyora'l tiempu de rempuesta o la usabilidá de dalgunes funciones.", + "Database missing indices" : "Índices faltantes na base de datos", + "Missing optional index \"%s\" in table \"%s\"." : "Falta l'índiz opcional «%s» de la tabla «%s».", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos fálten-y dalgunos índices. Como amestar índices a tables grandes pue tardar tiempu, nun s'amestaron automáticamente. Pues executar «occ db:add-missing-columns» p'amestar los índices que falten manualmente cola instancia en funcionamientu. Dempués d'amestar los índices, les consultes que se faigan a eses tables van ser, polo xeneral, muncho más rápides.", + "Database missing primary keys" : "Claves primaries faltantes na base de datos", + "Missing primary key on table \"%s\"." : "Falta la clave primaria na tabal «%s».", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "A la base de datos fálten-y dalgunes claves primaries. Pola mor de qu'amestar claves primaries en tables grandes pue tardar tiempu, nun s'amestaron automáticamente. Al executar «occ db:add-missing-primary-keys» eses claves primaries que falten podríen amestase manualmente mentanto la instancia sigue n'execución.", + "Database pending bigint migrations" : "Base de datos pendientes de migraciones biginit", + "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "A dalgunes columnes de la base de datos fálta-yos una conversión a bigint. Como'l cambéu de tipos de columna sobre tables grandes pue tardar tiempu, nun camudaron automáticamente. Al executar «occ db:convert-filecache-bigint» esos cambeos pendientes podríen aplicase manualmente. Esta operación tien de facese mentanto la instancia ta nel mou desconectáu", "Debug mode" : "Mou de depuración", + "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Esta instancia execútase nel mou depuración. Activa esta opción namás pa desendolcar y non pa entornos de desendolcu.", "Debug mode is disabled." : "El mou de puración ta desactiváu.", + "Default phone region" : "Rexón telefónica predeterminada", + "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "La instalación nun tien nenguna rexón telefónica por defeutu configurada. Ye obligatorio pa validar númberos de teléfonu ensin un códigu de país na configuración de los perfiles. Pa permitir los númberos ensin códigu de país, amiesta la opción «default_phone_region» col códigu ISO 3166-1 respeutivu de la rexón nel ficheru de configuración.", + "Email test" : "Unviar un corréu electrónicu de prueba", + "Email test was successfully sent" : "El corréu de prueba unvióse correutamente", + "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Nun afitesti o verifiquesti la configuración del sirvidor de corréu electrónicu. Vete a la «Basic settings» p'afitala. Dempués, usa'l botón «Unviar un corréu electrónicul» d'embaxo'l formulariu pa verificar la configuración", "File locking" : "Bloquéu de ficheros", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "El bloquéu de ficheros transaicional ta desactiváu y esto quiciabes produza problemes con condiciones de carrera. Activa «filelocking.enabled» nel ficheru config.php pa evitar estos problemes.", + "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "La base de datos úsase pal bloquéu de ficheros transaicional. P'ameyorar el rindimientu, configura la memoria caché, si ta disponible.", + "Forwarded for headers" : "Reunvióse pa les testeres", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "La opciòn «trusted_proxies» nun s'afitó correutamente, habría ser una matriz.", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "La opciòn «trusted_proxies» nun s'afitó correutamente, habría ser una matriz de direiciones IP (opcionalmente, con rangu n'anotación CIDR).", + "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "La configuración de la testera del proxy inversu ye incorreuta. Esto ye un problema de seguranza y pue permitir qu'un atacador falsie la direición IP como visible pa Nexrcloud.", + "Your IP address was resolved as %s" : "La to direición IP resolvióse como %s", + "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "La configuración de la testera del proxy inversu ye incorreuta o tás accediendo a Nextcloud dende un proxy d'enfotu. Si non, esto ye un problema de seguranza y pue permitir qu'un atacador falsie la so direición IP como visible a Nextlcloud.", + "HTTPS access and URLs" : "Acceus de HTTPS y URLs", "Internet connectivity" : "Conectividá a internet", "Internet connectivity is disabled in configuration file." : "La conectividá a internet ta desactivada nel ficheru de configuración.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Esti sirvidor nun tien una conexón a internet que funcione. Nun se pudieron algamar múltiples estremos. Esto significa que dalgunes funciones como'l montase d'almacenamientos esternos, los avisos tocante a anovamientos o la instalación d'aplicaciones de terceros nun van funcionar. L'accesu remotu a los ficheros y l'unviu de mensaxe d'avisu per corréu electrónicu puen nun funcionar tampoco. Afita una conexón d'esti sirvidor a internet pa esfrutar de toles funciones.", @@ -161,6 +186,7 @@ OC.L10N.register( "PHP default charset" : "Conxuntu de carátueres predetermináu de PHP", "PHP configuration option \"default_charset\" should be UTF-8" : "La opción de configuración PHP «default_charset» habría ser UTF-8", "The function is available." : "La función ta disponible.", + "Supported" : "Compatible", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Paez que PHP nun ta configuráu afayadizamente pa solicitar les variables d'entornu del sistema. La prueba con getenv(\"PATH\") namás devuelve una rempuesta balera.", "PHP memory limit" : "Llende de memoria de PHP", "The PHP memory limit is below the recommended value of %s." : "La llende de memoria de PHP ye inferior al valor aconseyáu de %s.", @@ -192,14 +218,17 @@ OC.L10N.register( "Image generation" : "Xeneración d'imáxenes", "Text processing" : "Procesamientu de testos", "Task:" : "Xera:", + "Here you can decide which group can access certain sections of the administration settings." : "Equí pues decidir qué grupu pue acceder a ciertes seiciones de la configuración d'alministración.", "None" : "Nada", "Unable to modify setting" : "Nun ye posible modificar la opción", "Allow apps to use the Share API" : "Permitir que les aplicaciones usen l'API de compartición", "Allow sharing with groups" : "Permitir la compartición colos grupos", "Allow users to share via link and emails" : "Permitir que los usuarios compartan per enllaz y correos electrónicos", "Allow public uploads" : "Permitir les xubes públiques", + "Enforce password protection" : "Obligar la proteición de les contraseñes", "Two-Factor Authentication" : "Autenticación en dos pasos", "Enforced groups" : "Grupos obligatorios", + "Two-factor authentication is not enforced for members of the following groups." : "L'autenticación en dos pasos nun ye obligatoria pa los miembros de los grupos siguientes.", "Excluded groups" : "Grupos escluyíos", "Save changes" : "Guardar los cambeos", "Remove" : "Quitar", @@ -216,6 +245,11 @@ OC.L10N.register( "Disable all" : "Desactivar too", "_Update_::_Update all_" : ["Anovar","Anovar too"], "Loading" : "Cargando", + "Could not load app discover section" : "Nun se pudo cargar la seición de descubrimientu d'aplicaciones", + "Could not render element" : "Nun se pudo dibuxar l'elementu", + "Carousel" : "Carrusel", + "Previous slide" : "Diapositiva anterior", + "Next slide" : "Diapositiva siguiente", "{index} of {total}" : "{index} de {total}", "Description" : "Descripción", "Details" : "Detalles", @@ -237,26 +271,58 @@ OC.L10N.register( "Admin documentation" : "Documentación p'alministradores", "Developer documentation" : "Documentación pa desendolcadores", "Changelog" : "Rexistru de cambeos", + "Device name" : "Nome del preséu", + "Cancel renaming" : "Anular el cambéu de nome", + "Save new name" : "Guardar el nome nuevu", + "Device settings" : "Configuración del preséu", + "Allow filesystem access" : "Permitir l'accesu al sistema de ficheros", "Rename" : "Renomar", "Revoke" : "Revocar", + "Wipe device" : "Borrar el preséu", "Google Chrome for Android" : "Google Chrome p'Android", + "{productName} iOS app" : "Aplicación de {productName} pa iOS", + "{productName} Android app" : "Aplicación de {productName} p'Android", + "{productName} Talk for iOS" : "{productName} Talk pa iOS", + "{productName} Talk for Android" : "{productName} Talk p'Android", + "Sync client" : "Sincronizar el veceru", "This session" : "Esta sesión", "{client} - {version} ({system})" : "{client} - {version} ({system})", "{client} - {version}" : "{client} - {version}", "Device" : "Preséu", + "Last activity" : "Última actividá", "Devices & sessions" : "Preseos y sesiones", "Web, desktop and mobile clients currently logged in to your account." : "Los veceros que tienen la sesión aniciada na cuenta.", "App name" : "Nome de l'aplicación", + "Create new app password" : "Crear una contraseña d'aplicación", + "Error while creating device token" : "Hebo error mentanto se creaba'l pase del preséu", + "New app password" : "Contraseña d'aplicación nueva", + "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Usa les credenciales d'abaxo pa configurar l'aplicación o preséu. Por motivos de seguranza, namás va amosase una vegada.", "Login" : "Aniciar la sesión", "Password" : "Contraseña", + "Show QR code for mobile apps" : "Amosar el códigu QR pa les aplicaciones pa móviles", + "App password copied!" : "¡Copióse la contraseña d'aplicación!", + "Copy app password" : "Copiar la contraseña d'aplicación", + "Login name copied!" : "¡Copióse'l nome p'aniciar la sesión!", + "Copy login name" : "Copiar el nome p'aniciar la sesión", + "Could not copy app password. Please copy it manually." : "Nun se pudo copiar la contraseña d'aplicación. Cópiala manualmente.", + "Could not copy login name. Please copy it manually." : "Nun se pudo copiar el nome p'aniciar la sesión. Cópialu manualmente.", + "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Pa que'l sirvidor funcione afayadizamente, ye importante configurar correutamente los trabayos en segundu planu. Cron ye la opción aconseyada. Mira la documentación pa consiguir más información.", + "Last job execution ran {time}. Something seems wrong." : "La última execución del trabayu executó {time}. Paez qu'hai daqué mal.", + "Last job ran {relativeTime}." : "L'últimu trabayu executó {relativeTime}.", + "Background job did not run yet!" : "¡El trabayu en segundu planu nun s'executó!", "AJAX" : "AJAX", "Webcron" : "Webcron", "Cron (Recommended)" : "Cron (aconséyase)", + "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "La estensión POSIX de PHP ye obligatoria. Mira la {linkstart}documentación de PHP{linkend} pa más información.", "Unable to update background job mode" : "Nun ye posible anovar el mou del trabayu en segundu planu", "Profile" : "Perfil", + "Enable or disable profile by default for new accounts." : "Des/activa'l perfil predetermináu pa les cuentes nueves.", "Enable" : "Activar", "Unable to update profile default setting" : "Nun ye posible anovar la opción predeterminada del sirvidor", + "Failed to save setting" : "Nun se pue guardar la opción", "Server-side encryption" : "Cifráu de llau del sirvidor", + "Enable server-side encryption" : "Activar el cifráu del sirvidor", + "Please read carefully before activating server-side encryption:" : "Llei con procuru enantes d'activar el cifráu nel sirvidor:", "No encryption module loaded, please enable an encryption module in the app menu." : "Nun se cargó nengún módulu de cifráu, activa unu nel menú d'aplicaciones.", "Unable to update server side encryption config" : "Nun ye posible anovar la configuración del cifráu del sirvidor", "Please confirm the group removal" : "Confirma'l desaniciu del grupu", @@ -269,27 +335,43 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Contraseña nueva", "Change password" : "Camudar la contraseña", + "Upload profile picture" : "Xubir una semeya del perfil", + "Choose profile picture from Files" : "Escoyer una semeya de Ficheros", "Remove profile picture" : "Quitar la semeya del perfil", "The file must be a PNG or JPG" : "El ficheru a ser PNG o JPG", + "Picture provided by original account" : "La cuenta orixinal fornió la imaxe", + "Set as profile picture" : "Afitar como semeya del perfil", "Please select a valid png or jpg file" : "Seleiciona un ficheru PNG o JPEG válidu", "Error setting profile picture" : "Hebo un error al afitar la semeya del perfil", "Error cropping profile picture" : "Hebo un error al recortar la semeya del perfil", "Error saving profile picture" : "Hebo un error al guardar la semeya del perfil", "Error removing profile picture" : "Hebo un error al quitar la semeya del perfil", + "Your biography" : "Biografía", "You are a member of the following groups:" : "Yes miembru de los grupos siguientes:", "You are using <strong>{usage}</strong>" : "Tas usando <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Tas usando <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", + "Your full name" : "Nome completu", + "Remove primary email" : "Quitar la direición de corréu electrónicu", + "Delete email" : "Desaniciar la direición de corréu electrónicu", + "This address is not confirmed" : "Esta direición nun ta confirmada", + "Set as primary email" : "Afitar como direición de corréu electrónicu primaria", "Unable to delete primary email address" : "Nun ye posible desaniciar la direición de corréu electrónicu primaria", "Unable to update primary email address" : "Nun ye posible desaniciar la direición de corréu electrónicu primaria", "Unable to add additional email address" : "Nun ye posible amestar la direición de corréu electrónicu adicional", "Unable to update additional email address" : "Nun ye posible amestar la direición de corréu electrónicu adicional", "Unable to delete additional email address" : "Nun ye posible desaniciar la direición de corréu electrónicu adicional", + "No email address set" : "Nun s'afitó nenguna direición de corréu electrónicu", "Languages" : "Llingües", "Help translate" : "Ayudar a traducir", "Unable to update language" : "Nun ye posible anovar la llingua", "No language set" : "Nun s'afitó nenguna llingua", "Locales" : "Locales", "Unable to update locale" : "Nun ye posible anovar la locale", + "No locale set" : "Nun s'afitó nenguna locale", + "Your city" : "Ciudá", + "Your organisation" : "Organización", + "Your phone number" : "Númberu de teléfonu", + "Edit your Profile visibility" : "Editar la visibilidá del perfil", "Enable profile" : "Activar el perfil", "Unable to update profile enabled state" : "Nun ye posible anovar l'estáu d'activación del perfil", "Unable to update visibility of {displayId}" : "Nun ye posible anovar la visibilidá de: {displayId}", @@ -300,6 +382,7 @@ OC.L10N.register( "Unable to update {property}" : "Nun ye posible anovar «{property}»", "Unable to update federation scope of the primary {property}" : "Nun ye posible anovar l'ámbitu de federación de la propiedá «{property}»", "Unable to update federation scope of additional {property}" : "Nun ye posible anovar l'ámbitu de federación de la propiedá adicional «{property}»", + "Add additional email" : "Direición de corréu electrónicu adicional", "Add" : "Amestar", "Create" : "Crear", "Change" : "Camudar", @@ -318,10 +401,15 @@ OC.L10N.register( "Email" : "Corréu electrónicu", "Groups (required)" : "Grupos (obligatorios)", "Administered groups" : "Grupos alministraos", + "Quota" : "Cuota", + "Set user quota" : "Afitar la cuota d'usuariu", "Language" : "Llingua", "Set default language" : "Predeterminar la llingua", + "Manager" : "Xestor", "Add new user" : "Amestar un usuariu nuevu", + "Set user manager" : "Afitar el xestor d'usuarios", "Username will be autogenerated" : "El nome d'usuariu va xenerase automáticamente", + "Username (required)" : "Nome d'usuariu (obligatoriu)", "Total rows summary" : "Resume total de fieleres", "Loading users …" : "Cargando los usuarios…", "Scroll to load more rows" : "Desplaza pa cargar fileres", @@ -329,12 +417,26 @@ OC.L10N.register( "_{userCount} user_::_{userCount} users_" : ["{userCount} usuariu","{userCount} usuarios"], "Avatar" : "Avatar", "Username" : "Nome d'usuariu", + "User backend" : "Backend d'usuarios", + "Storage location" : "Llocalización del almacenamientu", + "Last login" : "Últimu aniciu de la sesión", + "User actions" : "Aiciones del ususariu", "Loading account …" : "Cargando la cuenta…", + "Change display name" : "Camudar el nome visible", + "Set new password" : "Afitar una contraseña nueva", + "You do not have permissions to see the details of this account" : "Nun tienes permisu pa ver los detalles d'esta cuenta", + "Set new email address" : "Afitar una direición de corréu electrónicu nueva", + "Add user to group" : "Amestar l'usuariu al grupu", + "Add account to group" : "Amestar la cuenta al grupu", + "Set the language" : "Afitar la llingua", + "Set line manager" : "Afitar el xestor de llinies", "{size} used" : "{size} n'usu", "Delete account" : "Dersaniciar la cuenta", + "Disconnect all devices and delete local data" : "Desconectar tolos preseos y desaniciar los datos llocales", "Disable account" : "Desactivar la cuenta", "Enable account" : "Activar la cuenta", "Resend welcome email" : "Volver unviar el mensaxe d'acoyida", + "Remote wipe of devices" : "Borráu remotu de los preseos", "Failed to update line manager" : "Nun se pue anovar el xestor de llinies", "Account deletion" : "Desaniciu de la cuenta", "Delete {userid}'s account" : "Desaniciar la cuenta de: {userid}", @@ -353,11 +455,20 @@ OC.L10N.register( "By name" : "Pol nome", "Send email" : "Unviar un corréu electrónicu", "Send welcome email to new accounts" : "Unviar el mensaxe d'acoyida a les cuentes nueves", + "Defaults" : "Valores predeterminaos", + "Default quota" : "Cuota predeterminada", + "Passwordless authentication requires a secure connection." : "L'autenticación ensin contraseña rique una conexón segura.", + "Add WebAuthn device" : "Amestar preséu WebAuthn", + "Please authorize your WebAuthn device." : "Autoriza'l preséu WebAuthn.", "Adding your device …" : "Amestando'l preséu…", + "Server error while trying to complete WebAuthn device registration" : "Error del sirvidor mentanto se completaba'l rexistru del preséu WebAuthn.", "Unnamed device" : "Preséu ensin nome", "Passwordless Authentication" : "Autenticación ensin contraseña", + "Set up your account for passwordless authentication following the FIDO2 standard." : "Configura una cuenta pa l'autenticación ensin contraseña siguiendo l'estándar FIDO2.", "No devices configured." : "Nun se configuró nengún preséu.", + "The following devices are configured for your account:" : "Configuráronse los preseos siguientes pa la cuenta:", "Your browser does not support WebAuthn." : "El restolador nun ye compatible con WebAuthn.", + "You need to enable the File sharing App." : "Tienes d'activar l'aplicación de compartir ficheros.", "Loading app list" : "Cargando la llista d'aplicaciones", "App Store" : "Tienda d'aplicaciones", "Loading categories" : "Cargando les categoríes", @@ -380,6 +491,7 @@ OC.L10N.register( "Profile picture" : "Semeya del perfil", "About" : "Tocante a", "Full name" : "Nome completu", + "Additional email" : "Direición de corréu electrónicu adicional", "Headline" : "Titular", "Organisation" : "Organización", "Phone number" : "Númberu de teléfonu", @@ -405,17 +517,21 @@ OC.L10N.register( "An error occurred during the request. Unable to proceed." : "Prodúxose un error demientres la solicitú. Nun ye posible siguir.", "Error: This app cannot be enabled because it makes the server unstable" : "Error: nun se pue activar esta aplicación porque fai que'l sirvidor seya inestable", "Do you really want to wipe your data from this device?" : "¿De xuru que quies borrar los datos d'esti preséu?", + "Confirm wipe" : "Confirmar el borráu", "Could not delete the app token" : "Nun se pudo desaniciar el pase de l'aplicación", "Error while wiping the device with the token" : "Hebo un error mentanto se llimpiaba'l preséu col pase", "Error while updating device token name" : "Hebo un error mentanto s'anovaba'l nome'l pase'l preséu", "Error while updating device token scope" : "Hebo un error mentanto s'anovaba l'ámbitu'l pase'l preséu", + "Could not set group sorting" : "Nun se pudo afitar l'orde de los grupos", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Ficiéronse milenta solicitúes dende la to rede. Volvi tentalo dempués o ponte en contautu cola alministración si esti mensaxe ye un error.", "Account documentation" : "Documentación de la cuenta", "Administration documentation" : "Documentación de l'alministración", "Forum" : "Foru", + "Nextcloud help & privacy resources" : "Ayuda de Nextcloud y recursos de privacidá", "General documentation" : "Documentación xeneral", "Legal notice" : "Avisu llegal", "Privacy policy" : "Política de privacidá", + "None/STARTTLS" : "Nada/STARTTLS", "SSL" : "SSL", "Open documentation" : "Abrir la documentación", "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Ye importante configurar esti sirvidor pa que seya a unviar correos electrónicos de, por exemplu, avisos o solicitúes pa reafitar contraseñes", @@ -426,6 +542,7 @@ OC.L10N.register( "Port" : "Puertu", "Authentication" : "Autenticación", "Authentication required" : "L'autenticación ye obligatoria", + "SMTP Password" : "Contraseña de SMTP", "Save" : "Guardar", "There are some errors regarding your setup." : "Hai dalgunos errores en rellación a la configuración.", "There are some warnings regarding your setup." : "Hai dalgunes alvertencies en rellación a la configuración.", @@ -463,6 +580,7 @@ OC.L10N.register( "User's table" : "Tabla d'usuarios", "Will be autogenerated" : "Va xenerase automáticamente", "No users in here" : "Nun hai nengún usuariu", + "Server error while trying to add WebAuthn device" : "Error del sirvidor mentanto s'amestaba'l preséu WebAuthn", "{license}-licensed" : "Con llicencia {license}", "by {author}\n{license}" : "por {author}\n{license}", "Add group" : "Amestar un grupu", diff --git a/apps/settings/l10n/ast.json b/apps/settings/l10n/ast.json index 8dc1e34bdff..e9db37aeb18 100644 --- a/apps/settings/l10n/ast.json +++ b/apps/settings/l10n/ast.json @@ -145,10 +145,35 @@ "Data directory protected" : "Direutoriu de datos protexíu", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Ye probable que'l to direutoriu de datos y los ficheros seyan accesibles dende internet. El ficheru .httaccess nun funciona. Ye mui aconseyable que configures el sirvidor web pa que yá nun se pueda acceder al direutoriu de datos o movi los datos del direutoriu fuera del raigañu de documentos del sirvidor web.", "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Nun se pudo comprobar que'l direutoriu de datos tea protexíu. Comprueba manualmente que'l sirvidor nun permite l'accesu al direutoriu de datos.", + "Database missing columns" : "Columnes faltantes de la base de datos", + "Missing optional column \"%s\" in table \"%s\"." : "Falta la columna opciones «%s» de la tabla «%s.»", + "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "A la base de datos fálten-y columnes opcionales. Como amestar columnes a table grandes pue tardar tiempu y son opcionales, nun s'amestaron automáticamente. Pues executar «occ db:add-missing-columns» p'amestar les columnes que falten manualmente cola instancia en funcionamientu. Dempués d'amestar la columnes, ye posible qu'ameyora'l tiempu de rempuesta o la usabilidá de dalgunes funciones.", + "Database missing indices" : "Índices faltantes na base de datos", + "Missing optional index \"%s\" in table \"%s\"." : "Falta l'índiz opcional «%s» de la tabla «%s».", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos fálten-y dalgunos índices. Como amestar índices a tables grandes pue tardar tiempu, nun s'amestaron automáticamente. Pues executar «occ db:add-missing-columns» p'amestar los índices que falten manualmente cola instancia en funcionamientu. Dempués d'amestar los índices, les consultes que se faigan a eses tables van ser, polo xeneral, muncho más rápides.", + "Database missing primary keys" : "Claves primaries faltantes na base de datos", + "Missing primary key on table \"%s\"." : "Falta la clave primaria na tabal «%s».", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "A la base de datos fálten-y dalgunes claves primaries. Pola mor de qu'amestar claves primaries en tables grandes pue tardar tiempu, nun s'amestaron automáticamente. Al executar «occ db:add-missing-primary-keys» eses claves primaries que falten podríen amestase manualmente mentanto la instancia sigue n'execución.", + "Database pending bigint migrations" : "Base de datos pendientes de migraciones biginit", + "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "A dalgunes columnes de la base de datos fálta-yos una conversión a bigint. Como'l cambéu de tipos de columna sobre tables grandes pue tardar tiempu, nun camudaron automáticamente. Al executar «occ db:convert-filecache-bigint» esos cambeos pendientes podríen aplicase manualmente. Esta operación tien de facese mentanto la instancia ta nel mou desconectáu", "Debug mode" : "Mou de depuración", + "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Esta instancia execútase nel mou depuración. Activa esta opción namás pa desendolcar y non pa entornos de desendolcu.", "Debug mode is disabled." : "El mou de puración ta desactiváu.", + "Default phone region" : "Rexón telefónica predeterminada", + "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "La instalación nun tien nenguna rexón telefónica por defeutu configurada. Ye obligatorio pa validar númberos de teléfonu ensin un códigu de país na configuración de los perfiles. Pa permitir los númberos ensin códigu de país, amiesta la opción «default_phone_region» col códigu ISO 3166-1 respeutivu de la rexón nel ficheru de configuración.", + "Email test" : "Unviar un corréu electrónicu de prueba", + "Email test was successfully sent" : "El corréu de prueba unvióse correutamente", + "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Nun afitesti o verifiquesti la configuración del sirvidor de corréu electrónicu. Vete a la «Basic settings» p'afitala. Dempués, usa'l botón «Unviar un corréu electrónicul» d'embaxo'l formulariu pa verificar la configuración", "File locking" : "Bloquéu de ficheros", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "El bloquéu de ficheros transaicional ta desactiváu y esto quiciabes produza problemes con condiciones de carrera. Activa «filelocking.enabled» nel ficheru config.php pa evitar estos problemes.", + "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "La base de datos úsase pal bloquéu de ficheros transaicional. P'ameyorar el rindimientu, configura la memoria caché, si ta disponible.", + "Forwarded for headers" : "Reunvióse pa les testeres", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "La opciòn «trusted_proxies» nun s'afitó correutamente, habría ser una matriz.", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "La opciòn «trusted_proxies» nun s'afitó correutamente, habría ser una matriz de direiciones IP (opcionalmente, con rangu n'anotación CIDR).", + "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "La configuración de la testera del proxy inversu ye incorreuta. Esto ye un problema de seguranza y pue permitir qu'un atacador falsie la direición IP como visible pa Nexrcloud.", + "Your IP address was resolved as %s" : "La to direición IP resolvióse como %s", + "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "La configuración de la testera del proxy inversu ye incorreuta o tás accediendo a Nextcloud dende un proxy d'enfotu. Si non, esto ye un problema de seguranza y pue permitir qu'un atacador falsie la so direición IP como visible a Nextlcloud.", + "HTTPS access and URLs" : "Acceus de HTTPS y URLs", "Internet connectivity" : "Conectividá a internet", "Internet connectivity is disabled in configuration file." : "La conectividá a internet ta desactivada nel ficheru de configuración.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Esti sirvidor nun tien una conexón a internet que funcione. Nun se pudieron algamar múltiples estremos. Esto significa que dalgunes funciones como'l montase d'almacenamientos esternos, los avisos tocante a anovamientos o la instalación d'aplicaciones de terceros nun van funcionar. L'accesu remotu a los ficheros y l'unviu de mensaxe d'avisu per corréu electrónicu puen nun funcionar tampoco. Afita una conexón d'esti sirvidor a internet pa esfrutar de toles funciones.", @@ -159,6 +184,7 @@ "PHP default charset" : "Conxuntu de carátueres predetermináu de PHP", "PHP configuration option \"default_charset\" should be UTF-8" : "La opción de configuración PHP «default_charset» habría ser UTF-8", "The function is available." : "La función ta disponible.", + "Supported" : "Compatible", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Paez que PHP nun ta configuráu afayadizamente pa solicitar les variables d'entornu del sistema. La prueba con getenv(\"PATH\") namás devuelve una rempuesta balera.", "PHP memory limit" : "Llende de memoria de PHP", "The PHP memory limit is below the recommended value of %s." : "La llende de memoria de PHP ye inferior al valor aconseyáu de %s.", @@ -190,14 +216,17 @@ "Image generation" : "Xeneración d'imáxenes", "Text processing" : "Procesamientu de testos", "Task:" : "Xera:", + "Here you can decide which group can access certain sections of the administration settings." : "Equí pues decidir qué grupu pue acceder a ciertes seiciones de la configuración d'alministración.", "None" : "Nada", "Unable to modify setting" : "Nun ye posible modificar la opción", "Allow apps to use the Share API" : "Permitir que les aplicaciones usen l'API de compartición", "Allow sharing with groups" : "Permitir la compartición colos grupos", "Allow users to share via link and emails" : "Permitir que los usuarios compartan per enllaz y correos electrónicos", "Allow public uploads" : "Permitir les xubes públiques", + "Enforce password protection" : "Obligar la proteición de les contraseñes", "Two-Factor Authentication" : "Autenticación en dos pasos", "Enforced groups" : "Grupos obligatorios", + "Two-factor authentication is not enforced for members of the following groups." : "L'autenticación en dos pasos nun ye obligatoria pa los miembros de los grupos siguientes.", "Excluded groups" : "Grupos escluyíos", "Save changes" : "Guardar los cambeos", "Remove" : "Quitar", @@ -214,6 +243,11 @@ "Disable all" : "Desactivar too", "_Update_::_Update all_" : ["Anovar","Anovar too"], "Loading" : "Cargando", + "Could not load app discover section" : "Nun se pudo cargar la seición de descubrimientu d'aplicaciones", + "Could not render element" : "Nun se pudo dibuxar l'elementu", + "Carousel" : "Carrusel", + "Previous slide" : "Diapositiva anterior", + "Next slide" : "Diapositiva siguiente", "{index} of {total}" : "{index} de {total}", "Description" : "Descripción", "Details" : "Detalles", @@ -235,26 +269,58 @@ "Admin documentation" : "Documentación p'alministradores", "Developer documentation" : "Documentación pa desendolcadores", "Changelog" : "Rexistru de cambeos", + "Device name" : "Nome del preséu", + "Cancel renaming" : "Anular el cambéu de nome", + "Save new name" : "Guardar el nome nuevu", + "Device settings" : "Configuración del preséu", + "Allow filesystem access" : "Permitir l'accesu al sistema de ficheros", "Rename" : "Renomar", "Revoke" : "Revocar", + "Wipe device" : "Borrar el preséu", "Google Chrome for Android" : "Google Chrome p'Android", + "{productName} iOS app" : "Aplicación de {productName} pa iOS", + "{productName} Android app" : "Aplicación de {productName} p'Android", + "{productName} Talk for iOS" : "{productName} Talk pa iOS", + "{productName} Talk for Android" : "{productName} Talk p'Android", + "Sync client" : "Sincronizar el veceru", "This session" : "Esta sesión", "{client} - {version} ({system})" : "{client} - {version} ({system})", "{client} - {version}" : "{client} - {version}", "Device" : "Preséu", + "Last activity" : "Última actividá", "Devices & sessions" : "Preseos y sesiones", "Web, desktop and mobile clients currently logged in to your account." : "Los veceros que tienen la sesión aniciada na cuenta.", "App name" : "Nome de l'aplicación", + "Create new app password" : "Crear una contraseña d'aplicación", + "Error while creating device token" : "Hebo error mentanto se creaba'l pase del preséu", + "New app password" : "Contraseña d'aplicación nueva", + "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Usa les credenciales d'abaxo pa configurar l'aplicación o preséu. Por motivos de seguranza, namás va amosase una vegada.", "Login" : "Aniciar la sesión", "Password" : "Contraseña", + "Show QR code for mobile apps" : "Amosar el códigu QR pa les aplicaciones pa móviles", + "App password copied!" : "¡Copióse la contraseña d'aplicación!", + "Copy app password" : "Copiar la contraseña d'aplicación", + "Login name copied!" : "¡Copióse'l nome p'aniciar la sesión!", + "Copy login name" : "Copiar el nome p'aniciar la sesión", + "Could not copy app password. Please copy it manually." : "Nun se pudo copiar la contraseña d'aplicación. Cópiala manualmente.", + "Could not copy login name. Please copy it manually." : "Nun se pudo copiar el nome p'aniciar la sesión. Cópialu manualmente.", + "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Pa que'l sirvidor funcione afayadizamente, ye importante configurar correutamente los trabayos en segundu planu. Cron ye la opción aconseyada. Mira la documentación pa consiguir más información.", + "Last job execution ran {time}. Something seems wrong." : "La última execución del trabayu executó {time}. Paez qu'hai daqué mal.", + "Last job ran {relativeTime}." : "L'últimu trabayu executó {relativeTime}.", + "Background job did not run yet!" : "¡El trabayu en segundu planu nun s'executó!", "AJAX" : "AJAX", "Webcron" : "Webcron", "Cron (Recommended)" : "Cron (aconséyase)", + "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "La estensión POSIX de PHP ye obligatoria. Mira la {linkstart}documentación de PHP{linkend} pa más información.", "Unable to update background job mode" : "Nun ye posible anovar el mou del trabayu en segundu planu", "Profile" : "Perfil", + "Enable or disable profile by default for new accounts." : "Des/activa'l perfil predetermináu pa les cuentes nueves.", "Enable" : "Activar", "Unable to update profile default setting" : "Nun ye posible anovar la opción predeterminada del sirvidor", + "Failed to save setting" : "Nun se pue guardar la opción", "Server-side encryption" : "Cifráu de llau del sirvidor", + "Enable server-side encryption" : "Activar el cifráu del sirvidor", + "Please read carefully before activating server-side encryption:" : "Llei con procuru enantes d'activar el cifráu nel sirvidor:", "No encryption module loaded, please enable an encryption module in the app menu." : "Nun se cargó nengún módulu de cifráu, activa unu nel menú d'aplicaciones.", "Unable to update server side encryption config" : "Nun ye posible anovar la configuración del cifráu del sirvidor", "Please confirm the group removal" : "Confirma'l desaniciu del grupu", @@ -267,27 +333,43 @@ "Current password" : "Contraseña actual", "New password" : "Contraseña nueva", "Change password" : "Camudar la contraseña", + "Upload profile picture" : "Xubir una semeya del perfil", + "Choose profile picture from Files" : "Escoyer una semeya de Ficheros", "Remove profile picture" : "Quitar la semeya del perfil", "The file must be a PNG or JPG" : "El ficheru a ser PNG o JPG", + "Picture provided by original account" : "La cuenta orixinal fornió la imaxe", + "Set as profile picture" : "Afitar como semeya del perfil", "Please select a valid png or jpg file" : "Seleiciona un ficheru PNG o JPEG válidu", "Error setting profile picture" : "Hebo un error al afitar la semeya del perfil", "Error cropping profile picture" : "Hebo un error al recortar la semeya del perfil", "Error saving profile picture" : "Hebo un error al guardar la semeya del perfil", "Error removing profile picture" : "Hebo un error al quitar la semeya del perfil", + "Your biography" : "Biografía", "You are a member of the following groups:" : "Yes miembru de los grupos siguientes:", "You are using <strong>{usage}</strong>" : "Tas usando <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Tas usando <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", + "Your full name" : "Nome completu", + "Remove primary email" : "Quitar la direición de corréu electrónicu", + "Delete email" : "Desaniciar la direición de corréu electrónicu", + "This address is not confirmed" : "Esta direición nun ta confirmada", + "Set as primary email" : "Afitar como direición de corréu electrónicu primaria", "Unable to delete primary email address" : "Nun ye posible desaniciar la direición de corréu electrónicu primaria", "Unable to update primary email address" : "Nun ye posible desaniciar la direición de corréu electrónicu primaria", "Unable to add additional email address" : "Nun ye posible amestar la direición de corréu electrónicu adicional", "Unable to update additional email address" : "Nun ye posible amestar la direición de corréu electrónicu adicional", "Unable to delete additional email address" : "Nun ye posible desaniciar la direición de corréu electrónicu adicional", + "No email address set" : "Nun s'afitó nenguna direición de corréu electrónicu", "Languages" : "Llingües", "Help translate" : "Ayudar a traducir", "Unable to update language" : "Nun ye posible anovar la llingua", "No language set" : "Nun s'afitó nenguna llingua", "Locales" : "Locales", "Unable to update locale" : "Nun ye posible anovar la locale", + "No locale set" : "Nun s'afitó nenguna locale", + "Your city" : "Ciudá", + "Your organisation" : "Organización", + "Your phone number" : "Númberu de teléfonu", + "Edit your Profile visibility" : "Editar la visibilidá del perfil", "Enable profile" : "Activar el perfil", "Unable to update profile enabled state" : "Nun ye posible anovar l'estáu d'activación del perfil", "Unable to update visibility of {displayId}" : "Nun ye posible anovar la visibilidá de: {displayId}", @@ -298,6 +380,7 @@ "Unable to update {property}" : "Nun ye posible anovar «{property}»", "Unable to update federation scope of the primary {property}" : "Nun ye posible anovar l'ámbitu de federación de la propiedá «{property}»", "Unable to update federation scope of additional {property}" : "Nun ye posible anovar l'ámbitu de federación de la propiedá adicional «{property}»", + "Add additional email" : "Direición de corréu electrónicu adicional", "Add" : "Amestar", "Create" : "Crear", "Change" : "Camudar", @@ -316,10 +399,15 @@ "Email" : "Corréu electrónicu", "Groups (required)" : "Grupos (obligatorios)", "Administered groups" : "Grupos alministraos", + "Quota" : "Cuota", + "Set user quota" : "Afitar la cuota d'usuariu", "Language" : "Llingua", "Set default language" : "Predeterminar la llingua", + "Manager" : "Xestor", "Add new user" : "Amestar un usuariu nuevu", + "Set user manager" : "Afitar el xestor d'usuarios", "Username will be autogenerated" : "El nome d'usuariu va xenerase automáticamente", + "Username (required)" : "Nome d'usuariu (obligatoriu)", "Total rows summary" : "Resume total de fieleres", "Loading users …" : "Cargando los usuarios…", "Scroll to load more rows" : "Desplaza pa cargar fileres", @@ -327,12 +415,26 @@ "_{userCount} user_::_{userCount} users_" : ["{userCount} usuariu","{userCount} usuarios"], "Avatar" : "Avatar", "Username" : "Nome d'usuariu", + "User backend" : "Backend d'usuarios", + "Storage location" : "Llocalización del almacenamientu", + "Last login" : "Últimu aniciu de la sesión", + "User actions" : "Aiciones del ususariu", "Loading account …" : "Cargando la cuenta…", + "Change display name" : "Camudar el nome visible", + "Set new password" : "Afitar una contraseña nueva", + "You do not have permissions to see the details of this account" : "Nun tienes permisu pa ver los detalles d'esta cuenta", + "Set new email address" : "Afitar una direición de corréu electrónicu nueva", + "Add user to group" : "Amestar l'usuariu al grupu", + "Add account to group" : "Amestar la cuenta al grupu", + "Set the language" : "Afitar la llingua", + "Set line manager" : "Afitar el xestor de llinies", "{size} used" : "{size} n'usu", "Delete account" : "Dersaniciar la cuenta", + "Disconnect all devices and delete local data" : "Desconectar tolos preseos y desaniciar los datos llocales", "Disable account" : "Desactivar la cuenta", "Enable account" : "Activar la cuenta", "Resend welcome email" : "Volver unviar el mensaxe d'acoyida", + "Remote wipe of devices" : "Borráu remotu de los preseos", "Failed to update line manager" : "Nun se pue anovar el xestor de llinies", "Account deletion" : "Desaniciu de la cuenta", "Delete {userid}'s account" : "Desaniciar la cuenta de: {userid}", @@ -351,11 +453,20 @@ "By name" : "Pol nome", "Send email" : "Unviar un corréu electrónicu", "Send welcome email to new accounts" : "Unviar el mensaxe d'acoyida a les cuentes nueves", + "Defaults" : "Valores predeterminaos", + "Default quota" : "Cuota predeterminada", + "Passwordless authentication requires a secure connection." : "L'autenticación ensin contraseña rique una conexón segura.", + "Add WebAuthn device" : "Amestar preséu WebAuthn", + "Please authorize your WebAuthn device." : "Autoriza'l preséu WebAuthn.", "Adding your device …" : "Amestando'l preséu…", + "Server error while trying to complete WebAuthn device registration" : "Error del sirvidor mentanto se completaba'l rexistru del preséu WebAuthn.", "Unnamed device" : "Preséu ensin nome", "Passwordless Authentication" : "Autenticación ensin contraseña", + "Set up your account for passwordless authentication following the FIDO2 standard." : "Configura una cuenta pa l'autenticación ensin contraseña siguiendo l'estándar FIDO2.", "No devices configured." : "Nun se configuró nengún preséu.", + "The following devices are configured for your account:" : "Configuráronse los preseos siguientes pa la cuenta:", "Your browser does not support WebAuthn." : "El restolador nun ye compatible con WebAuthn.", + "You need to enable the File sharing App." : "Tienes d'activar l'aplicación de compartir ficheros.", "Loading app list" : "Cargando la llista d'aplicaciones", "App Store" : "Tienda d'aplicaciones", "Loading categories" : "Cargando les categoríes", @@ -378,6 +489,7 @@ "Profile picture" : "Semeya del perfil", "About" : "Tocante a", "Full name" : "Nome completu", + "Additional email" : "Direición de corréu electrónicu adicional", "Headline" : "Titular", "Organisation" : "Organización", "Phone number" : "Númberu de teléfonu", @@ -403,17 +515,21 @@ "An error occurred during the request. Unable to proceed." : "Prodúxose un error demientres la solicitú. Nun ye posible siguir.", "Error: This app cannot be enabled because it makes the server unstable" : "Error: nun se pue activar esta aplicación porque fai que'l sirvidor seya inestable", "Do you really want to wipe your data from this device?" : "¿De xuru que quies borrar los datos d'esti preséu?", + "Confirm wipe" : "Confirmar el borráu", "Could not delete the app token" : "Nun se pudo desaniciar el pase de l'aplicación", "Error while wiping the device with the token" : "Hebo un error mentanto se llimpiaba'l preséu col pase", "Error while updating device token name" : "Hebo un error mentanto s'anovaba'l nome'l pase'l preséu", "Error while updating device token scope" : "Hebo un error mentanto s'anovaba l'ámbitu'l pase'l preséu", + "Could not set group sorting" : "Nun se pudo afitar l'orde de los grupos", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Ficiéronse milenta solicitúes dende la to rede. Volvi tentalo dempués o ponte en contautu cola alministración si esti mensaxe ye un error.", "Account documentation" : "Documentación de la cuenta", "Administration documentation" : "Documentación de l'alministración", "Forum" : "Foru", + "Nextcloud help & privacy resources" : "Ayuda de Nextcloud y recursos de privacidá", "General documentation" : "Documentación xeneral", "Legal notice" : "Avisu llegal", "Privacy policy" : "Política de privacidá", + "None/STARTTLS" : "Nada/STARTTLS", "SSL" : "SSL", "Open documentation" : "Abrir la documentación", "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Ye importante configurar esti sirvidor pa que seya a unviar correos electrónicos de, por exemplu, avisos o solicitúes pa reafitar contraseñes", @@ -424,6 +540,7 @@ "Port" : "Puertu", "Authentication" : "Autenticación", "Authentication required" : "L'autenticación ye obligatoria", + "SMTP Password" : "Contraseña de SMTP", "Save" : "Guardar", "There are some errors regarding your setup." : "Hai dalgunos errores en rellación a la configuración.", "There are some warnings regarding your setup." : "Hai dalgunes alvertencies en rellación a la configuración.", @@ -461,6 +578,7 @@ "User's table" : "Tabla d'usuarios", "Will be autogenerated" : "Va xenerase automáticamente", "No users in here" : "Nun hai nengún usuariu", + "Server error while trying to add WebAuthn device" : "Error del sirvidor mentanto s'amestaba'l preséu WebAuthn", "{license}-licensed" : "Con llicencia {license}", "by {author}\n{license}" : "por {author}\n{license}", "Add group" : "Amestar un grupu", diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index 09eeb8cb741..445b231e40d 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -554,7 +554,7 @@ OC.L10N.register( "Forum" : "Forum", "General documentation" : "Allgemeine Dokumentation", "Legal notice" : "Impressum", - "Privacy policy" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Privacy policy" : "Datenschutzerklärung ", "None/STARTTLS" : "Keine/STARTTLS", "SSL" : "SSL", "Open documentation" : "Dokumentation öffnen", diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json index 048bdceda1e..d9a63c1fc72 100644 --- a/apps/settings/l10n/de.json +++ b/apps/settings/l10n/de.json @@ -552,7 +552,7 @@ "Forum" : "Forum", "General documentation" : "Allgemeine Dokumentation", "Legal notice" : "Impressum", - "Privacy policy" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Privacy policy" : "Datenschutzerklärung ", "None/STARTTLS" : "Keine/STARTTLS", "SSL" : "SSL", "Open documentation" : "Dokumentation öffnen", diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index ca4daf0b290..2df46ec367e 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -739,9 +739,10 @@ OC.L10N.register( "Account documentation" : "Kontodokumentation", "Administration documentation" : "Administrationsdokumentation", "Forum" : "Forum", + "Nextcloud help & privacy resources" : "Nextcloud-Hilfe & Datenschutz-Ressourcen", "General documentation" : "Allgemeine Dokumentation", "Legal notice" : "Impressum", - "Privacy policy" : "Datenschutz", + "Privacy policy" : "Datenschutzerklärung", "None/STARTTLS" : "Keine/STARTTLS", "SSL" : "SSL", "Open documentation" : "Dokumentation öffnen", diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json index f9b8ac7c3fc..3a42854f046 100644 --- a/apps/settings/l10n/de_DE.json +++ b/apps/settings/l10n/de_DE.json @@ -737,9 +737,10 @@ "Account documentation" : "Kontodokumentation", "Administration documentation" : "Administrationsdokumentation", "Forum" : "Forum", + "Nextcloud help & privacy resources" : "Nextcloud-Hilfe & Datenschutz-Ressourcen", "General documentation" : "Allgemeine Dokumentation", "Legal notice" : "Impressum", - "Privacy policy" : "Datenschutz", + "Privacy policy" : "Datenschutzerklärung", "None/STARTTLS" : "Keine/STARTTLS", "SSL" : "SSL", "Open documentation" : "Dokumentation öffnen", diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index 1af7c04c36b..d45f45c55d6 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -739,6 +739,7 @@ OC.L10N.register( "Account documentation" : "Account documentation", "Administration documentation" : "Administration documentation", "Forum" : "Forum", + "Nextcloud help & privacy resources" : "Nextcloud help & privacy resources", "General documentation" : "General documentation", "Legal notice" : "Legal notice", "Privacy policy" : "Privacy policy", diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json index 360155287d7..832098eb901 100644 --- a/apps/settings/l10n/en_GB.json +++ b/apps/settings/l10n/en_GB.json @@ -737,6 +737,7 @@ "Account documentation" : "Account documentation", "Administration documentation" : "Administration documentation", "Forum" : "Forum", + "Nextcloud help & privacy resources" : "Nextcloud help & privacy resources", "General documentation" : "General documentation", "Legal notice" : "Legal notice", "Privacy policy" : "Privacy policy", diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js index 0b4b1c6a5bf..be1d2eb9208 100644 --- a/apps/settings/l10n/fr.js +++ b/apps/settings/l10n/fr.js @@ -326,7 +326,7 @@ OC.L10N.register( "Exclude groups from creating link shares" : "Interdire à des groupes de créer liens de partage", "Limit sharing based on groups" : "Limiter le partage selon les groupes", "Allow sharing for everyone (default)" : "Permettre le partage pour tout le monde (par défaut)", - "Exclude some groups from sharing" : "Exclure certains groupes de partager", + "Exclude some groups from sharing" : "Empêcher certains groupes de partager", "Limit sharing to some groups" : "Limiter le partage à certains groupes", "Groups allowed to share" : "Groupes autorisés à partager", "Groups excluded from sharing" : "Groupes non autorisés à partager", @@ -734,6 +734,7 @@ OC.L10N.register( "Account documentation" : "Documentation utilisateur", "Administration documentation" : "Documentation de l'administration", "Forum" : "Forum", + "Nextcloud help & privacy resources" : "Ressources d’aide Nextcloud & de confidentialité", "General documentation" : "Documentation générale", "Legal notice" : "Notice légale", "Privacy policy" : "Politique de confidentialité", diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json index 16e99902de9..aafb720a8c9 100644 --- a/apps/settings/l10n/fr.json +++ b/apps/settings/l10n/fr.json @@ -324,7 +324,7 @@ "Exclude groups from creating link shares" : "Interdire à des groupes de créer liens de partage", "Limit sharing based on groups" : "Limiter le partage selon les groupes", "Allow sharing for everyone (default)" : "Permettre le partage pour tout le monde (par défaut)", - "Exclude some groups from sharing" : "Exclure certains groupes de partager", + "Exclude some groups from sharing" : "Empêcher certains groupes de partager", "Limit sharing to some groups" : "Limiter le partage à certains groupes", "Groups allowed to share" : "Groupes autorisés à partager", "Groups excluded from sharing" : "Groupes non autorisés à partager", @@ -732,6 +732,7 @@ "Account documentation" : "Documentation utilisateur", "Administration documentation" : "Documentation de l'administration", "Forum" : "Forum", + "Nextcloud help & privacy resources" : "Ressources d’aide Nextcloud & de confidentialité", "General documentation" : "Documentation générale", "Legal notice" : "Notice légale", "Privacy policy" : "Politique de confidentialité", diff --git a/apps/settings/l10n/sr.js b/apps/settings/l10n/sr.js index 863e66355b5..f686ef0de58 100644 --- a/apps/settings/l10n/sr.js +++ b/apps/settings/l10n/sr.js @@ -739,6 +739,7 @@ OC.L10N.register( "Account documentation" : "Документација налога", "Administration documentation" : "Администраторска документација", "Forum" : "Форум", + "Nextcloud help & privacy resources" : "Nextcloud ресурси помоћи и приватности", "General documentation" : "Општа документација", "Legal notice" : "Правно обавештење", "Privacy policy" : "Смернице приватности", diff --git a/apps/settings/l10n/sr.json b/apps/settings/l10n/sr.json index bcbf882a954..f552dd3402a 100644 --- a/apps/settings/l10n/sr.json +++ b/apps/settings/l10n/sr.json @@ -737,6 +737,7 @@ "Account documentation" : "Документација налога", "Administration documentation" : "Администраторска документација", "Forum" : "Форум", + "Nextcloud help & privacy resources" : "Nextcloud ресурси помоћи и приватности", "General documentation" : "Општа документација", "Legal notice" : "Правно обавештење", "Privacy policy" : "Смернице приватности", diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js index f78f3f070c5..e022efcc7cc 100644 --- a/apps/settings/l10n/zh_HK.js +++ b/apps/settings/l10n/zh_HK.js @@ -739,6 +739,7 @@ OC.L10N.register( "Account documentation" : "帳戶使用手冊", "Administration documentation" : "管理使用手冊", "Forum" : "論壇", + "Nextcloud help & privacy resources" : "Nextcloud 說明與隱私資源", "General documentation" : "一般使用手冊", "Legal notice" : "法律聲明", "Privacy policy" : "私隱政策", diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json index ef24e18ace8..0434cd9ef09 100644 --- a/apps/settings/l10n/zh_HK.json +++ b/apps/settings/l10n/zh_HK.json @@ -737,6 +737,7 @@ "Account documentation" : "帳戶使用手冊", "Administration documentation" : "管理使用手冊", "Forum" : "論壇", + "Nextcloud help & privacy resources" : "Nextcloud 說明與隱私資源", "General documentation" : "一般使用手冊", "Legal notice" : "法律聲明", "Privacy policy" : "私隱政策", diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index b895ad10ac5..727e158385c 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -739,6 +739,7 @@ OC.L10N.register( "Account documentation" : "帳號文件", "Administration documentation" : "管理文件", "Forum" : "論壇", + "Nextcloud help & privacy resources" : "Nextcloud 說明與隱私資源", "General documentation" : "一般文件", "Legal notice" : "法律聲明", "Privacy policy" : "隱私權政策", diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index 5f373167de4..76057d81a20 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.json @@ -737,6 +737,7 @@ "Account documentation" : "帳號文件", "Administration documentation" : "管理文件", "Forum" : "論壇", + "Nextcloud help & privacy resources" : "Nextcloud 說明與隱私資源", "General documentation" : "一般文件", "Legal notice" : "法律聲明", "Privacy policy" : "隱私權政策", |