aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-02-19 02:27:04 +0000
committerNextcloud bot <bot@nextcloud.com>2023-02-19 02:27:04 +0000
commitd01154d3633163f3da9979f80101d751758a5f90 (patch)
treead1406b9f168de10cac310ceb0db2685855c339e /apps/settings/l10n
parent510e090a0d0cb24c19db5a4285f0afe9b38fb558 (diff)
downloadnextcloud-server-d01154d3633163f3da9979f80101d751758a5f90.tar.gz
nextcloud-server-d01154d3633163f3da9979f80101d751758a5f90.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/es.js1
-rw-r--r--apps/settings/l10n/es.json1
-rw-r--r--apps/settings/l10n/nb.js62
-rw-r--r--apps/settings/l10n/nb.json62
-rw-r--r--apps/settings/l10n/vi.js24
-rw-r--r--apps/settings/l10n/vi.json24
6 files changed, 170 insertions, 4 deletions
diff --git a/apps/settings/l10n/es.js b/apps/settings/l10n/es.js
index a10a630cc18..298adfebf2c 100644
--- a/apps/settings/l10n/es.js
+++ b/apps/settings/l10n/es.js
@@ -70,6 +70,7 @@ OC.L10N.register(
"OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "OPcache está configurado para eliminar los comentarios del código. Con OPcache activado, se debe establecer <code>opcache.save_comments=1</code> para que Nextcloud funcione.",
"Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud no puede utilizar la API de OPcache. Con OPcache habilitado, es muy recomendable incluir todos los directorios de Nextcloud con <code>opcache.restrict_api</code> o deshabilitar este ajuste para desactivar las restricciones de la API de OPcache, para evitar errores durante las actualizaciones del núcleo o de las aplicaciones de Nextcloud.",
"Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud no puede utilizar la API de OPcache. Con OPcache habilitado, es muy recomendable incluir todos los directorios de Nextcloud con <code>opcache.restrict_api</code> o deshabilitar este ajuste para desactivar las restricciones de la API de OPcache, para evitar errores durante las actualizaciones del núcleo o de las aplicaciones de Nextcloud.",
+ "The shared memory based OPcache is disabled. For better performance, it is recommended to apply <code>opcache.file_cache_only=0</code> to your PHP configuration and use the file cache as second level cache only." : "La memoria compartida basada en OPcache está deshabilitada. Para mejor rendimiento, se recomienda añadir <code>opcache.file_cache_only=0</code> a su configuración PHP y utilizar el caché de archivo sólo como un caché de segundo nivel.",
"The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "El número máximo de claves de OPcache está casi superado. Para asegurar que todos los scripts puedan mantenerse en la caché, se recomienda aplicar <code>opcache.max_accelerated_files</code> a su configuración de PHP con un valor superior a <code>%s</code>.",
"The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "El buffer de OPcache está casi lleno. Para asegurar que todos los scripts puedan ser retenidos en la caché, se recomienda aplicar <code>opcache.memory_consumption</code> a su configuración de PHP con un valor superior a <code>%s</code>.",
"The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "El buffer de OPcache está casi lleno. Para asegurar que todos los scripts puedan ser retenidos en la caché, se recomienda aplicar <code>opcache.memory_consumption</code> a su configuración de PHP con un valor superior a <code>%s</code>.",
diff --git a/apps/settings/l10n/es.json b/apps/settings/l10n/es.json
index 0a52d342273..a296d6bd7b8 100644
--- a/apps/settings/l10n/es.json
+++ b/apps/settings/l10n/es.json
@@ -68,6 +68,7 @@
"OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "OPcache está configurado para eliminar los comentarios del código. Con OPcache activado, se debe establecer <code>opcache.save_comments=1</code> para que Nextcloud funcione.",
"Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud no puede utilizar la API de OPcache. Con OPcache habilitado, es muy recomendable incluir todos los directorios de Nextcloud con <code>opcache.restrict_api</code> o deshabilitar este ajuste para desactivar las restricciones de la API de OPcache, para evitar errores durante las actualizaciones del núcleo o de las aplicaciones de Nextcloud.",
"Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud no puede utilizar la API de OPcache. Con OPcache habilitado, es muy recomendable incluir todos los directorios de Nextcloud con <code>opcache.restrict_api</code> o deshabilitar este ajuste para desactivar las restricciones de la API de OPcache, para evitar errores durante las actualizaciones del núcleo o de las aplicaciones de Nextcloud.",
+ "The shared memory based OPcache is disabled. For better performance, it is recommended to apply <code>opcache.file_cache_only=0</code> to your PHP configuration and use the file cache as second level cache only." : "La memoria compartida basada en OPcache está deshabilitada. Para mejor rendimiento, se recomienda añadir <code>opcache.file_cache_only=0</code> a su configuración PHP y utilizar el caché de archivo sólo como un caché de segundo nivel.",
"The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "El número máximo de claves de OPcache está casi superado. Para asegurar que todos los scripts puedan mantenerse en la caché, se recomienda aplicar <code>opcache.max_accelerated_files</code> a su configuración de PHP con un valor superior a <code>%s</code>.",
"The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "El buffer de OPcache está casi lleno. Para asegurar que todos los scripts puedan ser retenidos en la caché, se recomienda aplicar <code>opcache.memory_consumption</code> a su configuración de PHP con un valor superior a <code>%s</code>.",
"The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "El buffer de OPcache está casi lleno. Para asegurar que todos los scripts puedan ser retenidos en la caché, se recomienda aplicar <code>opcache.memory_consumption</code> a su configuración de PHP con un valor superior a <code>%s</code>.",
diff --git a/apps/settings/l10n/nb.js b/apps/settings/l10n/nb.js
index 8c7d0557ccc..b582fc7d2c1 100644
--- a/apps/settings/l10n/nb.js
+++ b/apps/settings/l10n/nb.js
@@ -4,6 +4,7 @@ OC.L10N.register(
"Private" : "Privat",
"Only visible to people matched via phone number integration through Talk on mobile" : "Kun synlig for personer som matches via telefonnummerintegrasjon via Talk på mobil",
"Local" : "Lokal",
+ "Only visible to people on this instance and guests" : "Kun synlig for personer i denne installasjonen og for gjester",
"Federated" : "Sammenknyttet",
"Only synchronize to trusted servers" : "Synkroniser kun til betrodde servere",
"Published" : "Publisert",
@@ -47,6 +48,8 @@ OC.L10N.register(
"Remote wipe was started on %1$s" : "Fjernsletting ble startet på %1$s",
"Remote wipe has finished on %1$s" : "Fjernsletting er ferdig på %1$s",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Ditt <strong>passord</strong> eller din <strong>e-postadresse</strong> ble endret",
+ "Could not remove app." : "Kunne ikke fjerne appen.",
+ "Could not update app." : "Kunne ikke oppdatere appen.",
"Wrong password" : "Feil passord",
"Saved" : "Lagret",
"No user supplied" : "Ingen bruker angitt",
@@ -96,10 +99,12 @@ OC.L10N.register(
"Personal" : "Personlig",
"Administration" : "Administrasjon",
"Additional settings" : "Flere innstillinger",
+ "Administration privileges" : "Administratorrettigheter",
"Groupware" : "Gruppevare",
"Overview" : "Oversikt",
"Basic settings" : "Grunninnstillinger",
"Sharing" : "Deling",
+ "Availability" : "Tilgjengelighet",
"Calendar" : "Kalender",
"Personal info" : "Personlig informasjon",
"Mobile & desktop" : "Mobil og skrivebord",
@@ -143,12 +148,15 @@ OC.L10N.register(
"Developer documentation" : "Utviklerdokumentasjon",
"This app is supported via your current Nextcloud subscription." : "Denne appen er støttet av ditt nåværende Nextcloud abonnement.",
"Supported" : "Støttet",
+ "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Anbefalte apper er utviklet av og innenfor fellesskapet. De tilbyr sentral funksjonalitet og er klare for bruk i produksjon.",
"Featured" : "Anbefalt",
"Update to {update}" : "Oppdater til {update}",
+ "All apps are up-to-date." : "Alle apper er oppdatert.",
"Results from other categories" : "Resultater fra andre kategorier",
"No apps found for your version" : "Ingen apper funnet for din versjon",
"Disable all" : "Deaktiver alle",
"Enable all" : "Aktiver alle",
+ "_Update_::_Update all_" : ["Oppdater","Oppdater alle"],
"Marked for remote wipe" : "Markert for fjernsletting",
"Device settings" : "Enhetsinnstillinger",
"Allow filesystem access" : "Tillatt filsystemtilgang",
@@ -203,24 +211,50 @@ OC.L10N.register(
"Current password" : "Nåværende passord",
"New password" : "Nytt passord",
"Change password" : "Endre passord",
+ "Your profile picture" : "Ditt profilbilde",
"png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB",
"Picture provided by original account" : "Bilde kommer fra opprinnelig konto",
"Cancel" : "Avbryt",
+ "Choose your profile picture" : "Velg profilbildet ditt",
+ "Your biography" : "Din biografi",
"Details" : "Detaljer",
"You are a member of the following groups:" : "Du er medlem av følgende grupper:",
+ "Your full name" : "Ditt fulle navn",
+ "Email options" : "Alternativer for e-post",
+ "Primary email for password reset and notifications" : "Primær e-postadresse for tilbakestilling av passord og varsler",
+ "Remove primary email" : "Fjern primær e-post",
+ "Delete email" : "Slett e-post",
+ "Unset as primary email" : "Deaktivert som primær e-post",
+ "Set as primary email" : "Angi som primær e-post",
"Your email address" : "Din e-postadresse",
+ "Additional email address {index}" : "Ekstra e-postadresse {indeks}",
+ "Unable to delete primary email address" : "Kan ikke slette primær e-postadresse",
+ "Unable to update primary email address" : "Kan ikke oppdatere primær e-postadresse",
+ "Unable to add additional email address" : "Kan ikke legge til ytterligere e-postadresse",
+ "Unable to update additional email address" : "Kan ikke oppdatere ytterligere e-postadresse",
+ "Unable to delete additional email address" : "Kan ikke slette ytterligere e-postadresse",
"No email address set" : "E-postadresse ikke satt",
+ "Additional emails" : "Ytterligere e-poster",
+ "Your headline" : "Din overskrift",
"Language" : "Språk",
"Help translate" : "Bidra til oversettelsen",
"No language set" : "Språk ikke satt",
"Locale" : "Nasjonal innstilling",
+ "Your location" : "Lokasjonen din",
+ "Your organisation" : "Din organisasjon",
"Your phone number" : "Ditt telefonnummer",
"Edit your Profile visibility" : "Endre synlighet for din profil",
"Enable Profile" : "Aktiver profil",
+ "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Den mest restriktive innstillingen synlighet eller omfang respekteres på profilen din. For eksempel, hvis synlighet er satt til \"Vis til alle\" og omfanget er satt til \"Privat\", respekteres \"Privat\".",
+ "Your role" : "Din rolle",
"Your Twitter handle" : "Din Twitter-konto",
"Your website" : "Din nettside",
+ "Add additional email" : "Legg til ekstra e-post",
"Add" : "Legg til",
"You do not have permissions to see the details of this user" : "Du har ikke tilgang til å se detaljer om denne brukeren",
+ "Add new password" : "Legg til nytt passord",
+ "Add new email address" : "Legg til ny e-postadresse",
+ "Add user to group" : "Legg bruker til gruppe",
"Set user as admin for" : "Sett bruker som administrator for",
"Select user quota" : "Velg brukerkvote",
"Delete user" : "Slett bruker",
@@ -230,7 +264,12 @@ OC.L10N.register(
"Resend welcome email" : "Send velkomst-epost igjen",
"In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "I tilfelle man har mistet enheter eller skal ut av organisasjonen, så kan dette fjernslette Nextcloud data fra alle enheter tilknyttet bruker med {userid}. Dette fungerer kun dersom enhetene er tilkoblet internett.",
"Remote wipe of devices" : "Fjernsletting av enheter",
+ "Wipe {userid}'s devices" : "Tøm enhetene til {userid}",
+ "Fully delete {userid}'s account including all their personal files, app data, etc." : "Slett {userid} sin konto fullstendig, inkludert alle personlige filer, appdata osv.",
+ "Account deletion" : "Sletting av konto",
+ "Delete {userid}'s account" : "Slett {userid} sin konto",
"Welcome mail sent!" : "Velkomst-epost sendt!",
+ "Edit User" : "Rediger bruker",
"{size} used" : "{size} brukt",
"New user" : "Ny bruker",
"Will be autogenerated" : "Blir generert automatisk",
@@ -246,6 +285,7 @@ OC.L10N.register(
"No users in here" : "Ingen brukere her",
"Default quota" : "Standard kvote",
"Common languages" : "Vanlige språk",
+ "Other languages" : "Andre språk",
"Password change is disabled because the master key is disabled" : "Passordendring er deaktivert fordi hoved-nøkkelen er deaktivert",
"Name your device" : "Gi navn til enhet",
"Adding your device …" : "Legger til enheten...",
@@ -253,6 +293,8 @@ OC.L10N.register(
"Your apps" : "Dine apper",
"{license}-licensed" : "{license}-lisensiert",
"Changelog" : "Endringslogg",
+ "by {author}\n{license}" : "av {author}\n{license}",
+ "Enter group name" : "Skriv inn gruppenavn",
"Add group" : "Legg til gruppe",
"Active users" : "Aktive brukere",
"Admins" : "Administratorer",
@@ -271,8 +313,9 @@ OC.L10N.register(
"Profile picture" : "Profilbilde",
"About" : "Om",
"Full name" : "Fullt navn",
+ "Additional email" : "Ytterligere e-post",
"Headline" : "Overskrift",
- "Organisation" : "Organisasion",
+ "Organisation" : "Organisasjon",
"Phone number" : "Telefonnummer",
"Role" : "Rolle",
"Twitter" : "Twitter",
@@ -283,6 +326,8 @@ OC.L10N.register(
"Updates" : "Oppdateringer",
"App bundles" : "App-pakker",
"Featured apps" : "Fremhevede apper",
+ "Show to everyone" : "Vis til alle",
+ "Show to logged in users only" : "Vis kun for påloggede brukere",
"Hide" : "Skjul",
"Download and enable" : "Last ned og aktiver",
"Enable untested app" : "Aktiver utestet app",
@@ -303,6 +348,7 @@ OC.L10N.register(
"SMTP Username" : "SMTP-brukernavn",
"SMTP Password" : "SMTP-passord",
"Save" : "Lagre",
+ "Test and verify email settings" : "Test og bekreft e-postinnstillinger",
"Send email" : "Send e-post",
"It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "Det er viktig for sikkerheten og ytelsen på din installasjon at alt er satt opp rett. For å hjelpe deg er det satt i verk noen automatiske sjekker. Se vedlagt lenke for å lese mer i dokumentasjonen.",
"All checks passed." : "Alle sjekker bestått.",
@@ -314,7 +360,12 @@ OC.L10N.register(
"Version" : "Versjon",
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Som administrator kan du fininnstille delingsoppførselen. Se dokumentasjonen for mer informasjon.",
"Allow apps to use the Share API" : "Tillat apper å bruke API for deling",
+ "Set default expiration date for shares" : "Angi standard utløpsdato for delinger",
+ "Expire after" : "Utløp etter",
+ "day(s)" : "dag(er)",
"Enforce expiration date" : "Krev utløpsdato",
+ "Set default expiration date for shares to other servers" : "Angi standard utløpsdato for delinger til andre servere",
+ "Allow users to share via link and emails" : "Tillat brukere å dele via lenker og e-poster",
"Allow public uploads" : "Tillat offentlig opplasting",
"Always ask for a password" : "Alltid spør om passord",
"Enforce password protection" : "Krev passordbeskyttelse",
@@ -326,6 +377,7 @@ OC.L10N.register(
"These groups will still be able to receive shares, but not to initiate them." : "Disse gruppene vil fremdeles kunne motta delinger men ikke lage dem.",
"This text will be shown on the public link upload page when the file list is hidden." : "Denne teksten vises på den offentlig opplastingssiden når fillisten er tom.",
"Default share permissions" : "Standard delingsrettigheter",
+ "Reasons to use Nextcloud in your organization" : "Grunner til å bruke Nextcloud i organisasjonen din",
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Utviklet av {communityopen}Nextcloud-miljøet{linkclose}, {githubopen}kildekoden{linkclose} er lisensiert under {licenseopen}AGPL{linkclose}.",
"Like our Facebook page" : "Lik vår Facebook-side",
"Follow us on Twitter" : "Følg oss på Twitter",
@@ -339,9 +391,17 @@ OC.L10N.register(
"Select a profile picture" : "Velg et profilbilde",
"Week starts on {fdow}" : "Uken starter på {fdow}",
"You created app password \"{token}\"" : "Du opprettet app-passord \"{token}\"",
+ "An administrator created app password \"{token}\"" : "En administrator opprettet apppassordet \"{token}\"",
"Couldn't remove app." : "Klarte ikke å fjerne app.",
"Couldn't update app." : "Kunne ikke oppdatere appen.",
"Backend doesn't support password change, but the user's encryption key was updated." : "Serveren støtter ikke endring av passord, men brukerens krypteringsnøkkel ble oppdatert.",
+ "Admin privileges" : "Administratorrettigheter",
+ "Unable to update biography" : "Kan ikke oppdatere biografien",
+ "Unable to update full name" : "Kan ikke oppdatere fullt navn",
+ "No full name set" : "Ikke angitt fullt navn",
+ "Unable to update headline" : "Kan ikke oppdatere overskriften",
+ "Unable to update organisation" : "Kan ikke oppdatere organisasjonen",
+ "Unable to update role" : "Kan ikke oppdatere rollen",
"Migration in progress. Please wait until the migration is finished" : "Migrering utføres. Vent til den er ferdig.",
"Migration started …" : "Migrering startet…",
"Address" : "Adresse",
diff --git a/apps/settings/l10n/nb.json b/apps/settings/l10n/nb.json
index a247be67830..764826f9df3 100644
--- a/apps/settings/l10n/nb.json
+++ b/apps/settings/l10n/nb.json
@@ -2,6 +2,7 @@
"Private" : "Privat",
"Only visible to people matched via phone number integration through Talk on mobile" : "Kun synlig for personer som matches via telefonnummerintegrasjon via Talk på mobil",
"Local" : "Lokal",
+ "Only visible to people on this instance and guests" : "Kun synlig for personer i denne installasjonen og for gjester",
"Federated" : "Sammenknyttet",
"Only synchronize to trusted servers" : "Synkroniser kun til betrodde servere",
"Published" : "Publisert",
@@ -45,6 +46,8 @@
"Remote wipe was started on %1$s" : "Fjernsletting ble startet på %1$s",
"Remote wipe has finished on %1$s" : "Fjernsletting er ferdig på %1$s",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Ditt <strong>passord</strong> eller din <strong>e-postadresse</strong> ble endret",
+ "Could not remove app." : "Kunne ikke fjerne appen.",
+ "Could not update app." : "Kunne ikke oppdatere appen.",
"Wrong password" : "Feil passord",
"Saved" : "Lagret",
"No user supplied" : "Ingen bruker angitt",
@@ -94,10 +97,12 @@
"Personal" : "Personlig",
"Administration" : "Administrasjon",
"Additional settings" : "Flere innstillinger",
+ "Administration privileges" : "Administratorrettigheter",
"Groupware" : "Gruppevare",
"Overview" : "Oversikt",
"Basic settings" : "Grunninnstillinger",
"Sharing" : "Deling",
+ "Availability" : "Tilgjengelighet",
"Calendar" : "Kalender",
"Personal info" : "Personlig informasjon",
"Mobile & desktop" : "Mobil og skrivebord",
@@ -141,12 +146,15 @@
"Developer documentation" : "Utviklerdokumentasjon",
"This app is supported via your current Nextcloud subscription." : "Denne appen er støttet av ditt nåværende Nextcloud abonnement.",
"Supported" : "Støttet",
+ "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Anbefalte apper er utviklet av og innenfor fellesskapet. De tilbyr sentral funksjonalitet og er klare for bruk i produksjon.",
"Featured" : "Anbefalt",
"Update to {update}" : "Oppdater til {update}",
+ "All apps are up-to-date." : "Alle apper er oppdatert.",
"Results from other categories" : "Resultater fra andre kategorier",
"No apps found for your version" : "Ingen apper funnet for din versjon",
"Disable all" : "Deaktiver alle",
"Enable all" : "Aktiver alle",
+ "_Update_::_Update all_" : ["Oppdater","Oppdater alle"],
"Marked for remote wipe" : "Markert for fjernsletting",
"Device settings" : "Enhetsinnstillinger",
"Allow filesystem access" : "Tillatt filsystemtilgang",
@@ -201,24 +209,50 @@
"Current password" : "Nåværende passord",
"New password" : "Nytt passord",
"Change password" : "Endre passord",
+ "Your profile picture" : "Ditt profilbilde",
"png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB",
"Picture provided by original account" : "Bilde kommer fra opprinnelig konto",
"Cancel" : "Avbryt",
+ "Choose your profile picture" : "Velg profilbildet ditt",
+ "Your biography" : "Din biografi",
"Details" : "Detaljer",
"You are a member of the following groups:" : "Du er medlem av følgende grupper:",
+ "Your full name" : "Ditt fulle navn",
+ "Email options" : "Alternativer for e-post",
+ "Primary email for password reset and notifications" : "Primær e-postadresse for tilbakestilling av passord og varsler",
+ "Remove primary email" : "Fjern primær e-post",
+ "Delete email" : "Slett e-post",
+ "Unset as primary email" : "Deaktivert som primær e-post",
+ "Set as primary email" : "Angi som primær e-post",
"Your email address" : "Din e-postadresse",
+ "Additional email address {index}" : "Ekstra e-postadresse {indeks}",
+ "Unable to delete primary email address" : "Kan ikke slette primær e-postadresse",
+ "Unable to update primary email address" : "Kan ikke oppdatere primær e-postadresse",
+ "Unable to add additional email address" : "Kan ikke legge til ytterligere e-postadresse",
+ "Unable to update additional email address" : "Kan ikke oppdatere ytterligere e-postadresse",
+ "Unable to delete additional email address" : "Kan ikke slette ytterligere e-postadresse",
"No email address set" : "E-postadresse ikke satt",
+ "Additional emails" : "Ytterligere e-poster",
+ "Your headline" : "Din overskrift",
"Language" : "Språk",
"Help translate" : "Bidra til oversettelsen",
"No language set" : "Språk ikke satt",
"Locale" : "Nasjonal innstilling",
+ "Your location" : "Lokasjonen din",
+ "Your organisation" : "Din organisasjon",
"Your phone number" : "Ditt telefonnummer",
"Edit your Profile visibility" : "Endre synlighet for din profil",
"Enable Profile" : "Aktiver profil",
+ "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Den mest restriktive innstillingen synlighet eller omfang respekteres på profilen din. For eksempel, hvis synlighet er satt til \"Vis til alle\" og omfanget er satt til \"Privat\", respekteres \"Privat\".",
+ "Your role" : "Din rolle",
"Your Twitter handle" : "Din Twitter-konto",
"Your website" : "Din nettside",
+ "Add additional email" : "Legg til ekstra e-post",
"Add" : "Legg til",
"You do not have permissions to see the details of this user" : "Du har ikke tilgang til å se detaljer om denne brukeren",
+ "Add new password" : "Legg til nytt passord",
+ "Add new email address" : "Legg til ny e-postadresse",
+ "Add user to group" : "Legg bruker til gruppe",
"Set user as admin for" : "Sett bruker som administrator for",
"Select user quota" : "Velg brukerkvote",
"Delete user" : "Slett bruker",
@@ -228,7 +262,12 @@
"Resend welcome email" : "Send velkomst-epost igjen",
"In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "I tilfelle man har mistet enheter eller skal ut av organisasjonen, så kan dette fjernslette Nextcloud data fra alle enheter tilknyttet bruker med {userid}. Dette fungerer kun dersom enhetene er tilkoblet internett.",
"Remote wipe of devices" : "Fjernsletting av enheter",
+ "Wipe {userid}'s devices" : "Tøm enhetene til {userid}",
+ "Fully delete {userid}'s account including all their personal files, app data, etc." : "Slett {userid} sin konto fullstendig, inkludert alle personlige filer, appdata osv.",
+ "Account deletion" : "Sletting av konto",
+ "Delete {userid}'s account" : "Slett {userid} sin konto",
"Welcome mail sent!" : "Velkomst-epost sendt!",
+ "Edit User" : "Rediger bruker",
"{size} used" : "{size} brukt",
"New user" : "Ny bruker",
"Will be autogenerated" : "Blir generert automatisk",
@@ -244,6 +283,7 @@
"No users in here" : "Ingen brukere her",
"Default quota" : "Standard kvote",
"Common languages" : "Vanlige språk",
+ "Other languages" : "Andre språk",
"Password change is disabled because the master key is disabled" : "Passordendring er deaktivert fordi hoved-nøkkelen er deaktivert",
"Name your device" : "Gi navn til enhet",
"Adding your device …" : "Legger til enheten...",
@@ -251,6 +291,8 @@
"Your apps" : "Dine apper",
"{license}-licensed" : "{license}-lisensiert",
"Changelog" : "Endringslogg",
+ "by {author}\n{license}" : "av {author}\n{license}",
+ "Enter group name" : "Skriv inn gruppenavn",
"Add group" : "Legg til gruppe",
"Active users" : "Aktive brukere",
"Admins" : "Administratorer",
@@ -269,8 +311,9 @@
"Profile picture" : "Profilbilde",
"About" : "Om",
"Full name" : "Fullt navn",
+ "Additional email" : "Ytterligere e-post",
"Headline" : "Overskrift",
- "Organisation" : "Organisasion",
+ "Organisation" : "Organisasjon",
"Phone number" : "Telefonnummer",
"Role" : "Rolle",
"Twitter" : "Twitter",
@@ -281,6 +324,8 @@
"Updates" : "Oppdateringer",
"App bundles" : "App-pakker",
"Featured apps" : "Fremhevede apper",
+ "Show to everyone" : "Vis til alle",
+ "Show to logged in users only" : "Vis kun for påloggede brukere",
"Hide" : "Skjul",
"Download and enable" : "Last ned og aktiver",
"Enable untested app" : "Aktiver utestet app",
@@ -301,6 +346,7 @@
"SMTP Username" : "SMTP-brukernavn",
"SMTP Password" : "SMTP-passord",
"Save" : "Lagre",
+ "Test and verify email settings" : "Test og bekreft e-postinnstillinger",
"Send email" : "Send e-post",
"It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "Det er viktig for sikkerheten og ytelsen på din installasjon at alt er satt opp rett. For å hjelpe deg er det satt i verk noen automatiske sjekker. Se vedlagt lenke for å lese mer i dokumentasjonen.",
"All checks passed." : "Alle sjekker bestått.",
@@ -312,7 +358,12 @@
"Version" : "Versjon",
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Som administrator kan du fininnstille delingsoppførselen. Se dokumentasjonen for mer informasjon.",
"Allow apps to use the Share API" : "Tillat apper å bruke API for deling",
+ "Set default expiration date for shares" : "Angi standard utløpsdato for delinger",
+ "Expire after" : "Utløp etter",
+ "day(s)" : "dag(er)",
"Enforce expiration date" : "Krev utløpsdato",
+ "Set default expiration date for shares to other servers" : "Angi standard utløpsdato for delinger til andre servere",
+ "Allow users to share via link and emails" : "Tillat brukere å dele via lenker og e-poster",
"Allow public uploads" : "Tillat offentlig opplasting",
"Always ask for a password" : "Alltid spør om passord",
"Enforce password protection" : "Krev passordbeskyttelse",
@@ -324,6 +375,7 @@
"These groups will still be able to receive shares, but not to initiate them." : "Disse gruppene vil fremdeles kunne motta delinger men ikke lage dem.",
"This text will be shown on the public link upload page when the file list is hidden." : "Denne teksten vises på den offentlig opplastingssiden når fillisten er tom.",
"Default share permissions" : "Standard delingsrettigheter",
+ "Reasons to use Nextcloud in your organization" : "Grunner til å bruke Nextcloud i organisasjonen din",
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Utviklet av {communityopen}Nextcloud-miljøet{linkclose}, {githubopen}kildekoden{linkclose} er lisensiert under {licenseopen}AGPL{linkclose}.",
"Like our Facebook page" : "Lik vår Facebook-side",
"Follow us on Twitter" : "Følg oss på Twitter",
@@ -337,9 +389,17 @@
"Select a profile picture" : "Velg et profilbilde",
"Week starts on {fdow}" : "Uken starter på {fdow}",
"You created app password \"{token}\"" : "Du opprettet app-passord \"{token}\"",
+ "An administrator created app password \"{token}\"" : "En administrator opprettet apppassordet \"{token}\"",
"Couldn't remove app." : "Klarte ikke å fjerne app.",
"Couldn't update app." : "Kunne ikke oppdatere appen.",
"Backend doesn't support password change, but the user's encryption key was updated." : "Serveren støtter ikke endring av passord, men brukerens krypteringsnøkkel ble oppdatert.",
+ "Admin privileges" : "Administratorrettigheter",
+ "Unable to update biography" : "Kan ikke oppdatere biografien",
+ "Unable to update full name" : "Kan ikke oppdatere fullt navn",
+ "No full name set" : "Ikke angitt fullt navn",
+ "Unable to update headline" : "Kan ikke oppdatere overskriften",
+ "Unable to update organisation" : "Kan ikke oppdatere organisasjonen",
+ "Unable to update role" : "Kan ikke oppdatere rollen",
"Migration in progress. Please wait until the migration is finished" : "Migrering utføres. Vent til den er ferdig.",
"Migration started …" : "Migrering startet…",
"Address" : "Adresse",
diff --git a/apps/settings/l10n/vi.js b/apps/settings/l10n/vi.js
index 18a060f358f..0a28889558b 100644
--- a/apps/settings/l10n/vi.js
+++ b/apps/settings/l10n/vi.js
@@ -86,8 +86,12 @@ OC.L10N.register(
"Apps" : "Ứng dụng",
"Settings" : "Cài đặt",
"Personal" : "Cá nhân",
+ "Additional settings" : "Cài đặt bổ sung",
+ "Overview" : "Tổng quan",
+ "Basic settings" : "Thiết lập cơ bản",
"Sharing" : "Chia sẻ",
"Calendar" : "Lịch",
+ "Email server" : "Máy chủ mail",
"Security & setup warnings" : "Bảo mật và thiết lập cảnh báo",
"Background jobs" : "Các công việc trong nền",
"Create" : "Tạo mới",
@@ -131,6 +135,12 @@ OC.L10N.register(
"Rename" : "Đổi tên",
"Revoke" : "Thu hồi",
"Wipe device" : "Xóa thiết bị",
+ "Internet Explorer" : "Internet Explorer",
+ "Edge" : "Edge",
+ "Firefox" : "Firefox",
+ "Google Chrome" : "Google Chrome",
+ "Safari" : "Safari",
+ "Google Chrome for Android" : "Google Chrome cho Android",
"This session" : "Phiên này",
"Device" : "Thiết bị",
"Last activity" : "Hoạt động cuối",
@@ -155,15 +165,20 @@ OC.L10N.register(
"Copy" : "Sao chép",
"Could not copy app password. Please copy it manually." : "Không thể sao chép ứng dụng mật khẩu. Vui lòng sao chép thủ công.",
"Enable" : "Bật",
+ "Server-side encryption" : "Mã hoá phía máy chủ",
+ "Enable server-side encryption" : "Kích hoạt mã hoá phía máy chủ",
+ "This is the final warning: Do you really want to enable encryption?" : "Cảnh báo lần cuối: Bạn có thực sự muốn kích hoạt tính năng mã hoá?",
"Remove group" : "Xóa nhóm",
"You are about to remove the group {group}. The users will NOT be deleted." : "Bạn sắp xóa nhóm {group}. Người dùng sẽ KHÔNG bị xóa.",
"Please confirm the group removal " : "Vui lòng xác nhận xóa nhóm",
"Current password" : "Mật khẩu cũ",
"New password" : "Mật khẩu mới",
"Change password" : "Đổi mật khẩu",
+ "png or jpg, max. 20 MB" : "png hoặc jpg, tối đa 20 MB",
"Cancel" : "Hủy",
"Details" : "Thông tin",
"Your email address" : "Email của bạn",
+ "No email address set" : "Chưa thiết lập địa chỉ email",
"Language" : "Ngôn ngữ",
"Help translate" : "Hỗ trợ dịch thuật",
"No language set" : "Không có ngôn ngữ",
@@ -208,6 +223,7 @@ OC.L10N.register(
"Sending…" : "Đang gửi...",
"Email sent" : "Email đã được gửi",
"Location" : "Vị trí",
+ "Profile picture" : "Ảnh đại diện",
"About" : "Giới thiệu",
"Full name" : "Tên đầy đủ",
"Phone number" : "Số điện thoại",
@@ -228,17 +244,20 @@ OC.L10N.register(
"Forum" : "Diễn đàn",
"Open documentation" : "Mở tài liệu",
"Encryption" : "Mã hóa",
+ "From address" : "Từ địa chỉ",
"Server address" : "Địa chỉ máy chủ",
"Port" : "Cổng",
"Credentials" : "Giấy chứng nhận",
"SMTP Password" : "Mật khẩu SMTP",
"Save" : "Lưu",
"Send email" : "Gửi email",
+ "All checks passed." : "Tất cả các kiểm tra đã thoả điều kiện",
"Version" : "Phiên bản",
"Allow apps to use the Share API" : "Cho phép các ứng dụng sử dụng chia sẻ API",
"Enforce expiration date" : "Buộc có ngày hết hạn",
"Allow public uploads" : "Cho phép upload công cộng",
"Allow resharing" : "Cho phép chia sẻ lại",
+ "Allow sharing with groups" : "Cho phép chia sẻ với các nhóm",
"An error occurred while changing your language. Please reload the page and try again." : "Đã xảy ra lỗi trong khi thay đổi ngôn ngữ của bạn. Hãy tải lại trang và thử lại.",
"An error occurred while changing your locale. Please reload the page and try again." : "Đã xảy ra lỗi trong khi thay đổi ngôn ngữ của bạn. Hãy tải lại trang và thử lại.",
"Select a profile picture" : "Chọn một hình ảnh đại diện",
@@ -253,9 +272,12 @@ OC.L10N.register(
"Avatar" : "Hình đại diện",
"An error occured during the request. Unable to proceed." : "Đã xảy ra lỗi trong khi yêu cầu. Không thể tiến hành.",
"Login" : "Đăng nhập",
+ "Authentication method" : "Phương thức xác thực",
"Authentication required" : "Cần phải được xác thực",
"Enable encryption" : "Bật mã hóa",
"Upload new" : "Tải lên",
- "Remove image" : "Xóa "
+ "Select from Files" : "Chọn từ tập tin",
+ "Remove image" : "Xóa ",
+ "Choose as profile picture" : "Chọn làm ảnh đại diện"
},
"nplurals=1; plural=0;");
diff --git a/apps/settings/l10n/vi.json b/apps/settings/l10n/vi.json
index ab5c3aad9f6..571074ceb57 100644
--- a/apps/settings/l10n/vi.json
+++ b/apps/settings/l10n/vi.json
@@ -84,8 +84,12 @@
"Apps" : "Ứng dụng",
"Settings" : "Cài đặt",
"Personal" : "Cá nhân",
+ "Additional settings" : "Cài đặt bổ sung",
+ "Overview" : "Tổng quan",
+ "Basic settings" : "Thiết lập cơ bản",
"Sharing" : "Chia sẻ",
"Calendar" : "Lịch",
+ "Email server" : "Máy chủ mail",
"Security & setup warnings" : "Bảo mật và thiết lập cảnh báo",
"Background jobs" : "Các công việc trong nền",
"Create" : "Tạo mới",
@@ -129,6 +133,12 @@
"Rename" : "Đổi tên",
"Revoke" : "Thu hồi",
"Wipe device" : "Xóa thiết bị",
+ "Internet Explorer" : "Internet Explorer",
+ "Edge" : "Edge",
+ "Firefox" : "Firefox",
+ "Google Chrome" : "Google Chrome",
+ "Safari" : "Safari",
+ "Google Chrome for Android" : "Google Chrome cho Android",
"This session" : "Phiên này",
"Device" : "Thiết bị",
"Last activity" : "Hoạt động cuối",
@@ -153,15 +163,20 @@
"Copy" : "Sao chép",
"Could not copy app password. Please copy it manually." : "Không thể sao chép ứng dụng mật khẩu. Vui lòng sao chép thủ công.",
"Enable" : "Bật",
+ "Server-side encryption" : "Mã hoá phía máy chủ",
+ "Enable server-side encryption" : "Kích hoạt mã hoá phía máy chủ",
+ "This is the final warning: Do you really want to enable encryption?" : "Cảnh báo lần cuối: Bạn có thực sự muốn kích hoạt tính năng mã hoá?",
"Remove group" : "Xóa nhóm",
"You are about to remove the group {group}. The users will NOT be deleted." : "Bạn sắp xóa nhóm {group}. Người dùng sẽ KHÔNG bị xóa.",
"Please confirm the group removal " : "Vui lòng xác nhận xóa nhóm",
"Current password" : "Mật khẩu cũ",
"New password" : "Mật khẩu mới",
"Change password" : "Đổi mật khẩu",
+ "png or jpg, max. 20 MB" : "png hoặc jpg, tối đa 20 MB",
"Cancel" : "Hủy",
"Details" : "Thông tin",
"Your email address" : "Email của bạn",
+ "No email address set" : "Chưa thiết lập địa chỉ email",
"Language" : "Ngôn ngữ",
"Help translate" : "Hỗ trợ dịch thuật",
"No language set" : "Không có ngôn ngữ",
@@ -206,6 +221,7 @@
"Sending…" : "Đang gửi...",
"Email sent" : "Email đã được gửi",
"Location" : "Vị trí",
+ "Profile picture" : "Ảnh đại diện",
"About" : "Giới thiệu",
"Full name" : "Tên đầy đủ",
"Phone number" : "Số điện thoại",
@@ -226,17 +242,20 @@
"Forum" : "Diễn đàn",
"Open documentation" : "Mở tài liệu",
"Encryption" : "Mã hóa",
+ "From address" : "Từ địa chỉ",
"Server address" : "Địa chỉ máy chủ",
"Port" : "Cổng",
"Credentials" : "Giấy chứng nhận",
"SMTP Password" : "Mật khẩu SMTP",
"Save" : "Lưu",
"Send email" : "Gửi email",
+ "All checks passed." : "Tất cả các kiểm tra đã thoả điều kiện",
"Version" : "Phiên bản",
"Allow apps to use the Share API" : "Cho phép các ứng dụng sử dụng chia sẻ API",
"Enforce expiration date" : "Buộc có ngày hết hạn",
"Allow public uploads" : "Cho phép upload công cộng",
"Allow resharing" : "Cho phép chia sẻ lại",
+ "Allow sharing with groups" : "Cho phép chia sẻ với các nhóm",
"An error occurred while changing your language. Please reload the page and try again." : "Đã xảy ra lỗi trong khi thay đổi ngôn ngữ của bạn. Hãy tải lại trang và thử lại.",
"An error occurred while changing your locale. Please reload the page and try again." : "Đã xảy ra lỗi trong khi thay đổi ngôn ngữ của bạn. Hãy tải lại trang và thử lại.",
"Select a profile picture" : "Chọn một hình ảnh đại diện",
@@ -251,9 +270,12 @@
"Avatar" : "Hình đại diện",
"An error occured during the request. Unable to proceed." : "Đã xảy ra lỗi trong khi yêu cầu. Không thể tiến hành.",
"Login" : "Đăng nhập",
+ "Authentication method" : "Phương thức xác thực",
"Authentication required" : "Cần phải được xác thực",
"Enable encryption" : "Bật mã hóa",
"Upload new" : "Tải lên",
- "Remove image" : "Xóa "
+ "Select from Files" : "Chọn từ tập tin",
+ "Remove image" : "Xóa ",
+ "Choose as profile picture" : "Chọn làm ảnh đại diện"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file