Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-09-19 05:32:20 +0300
committerNextcloud bot <bot@nextcloud.com>2022-09-19 05:32:20 +0300
commitc3a87e8c4880c7a248c539b771759076d1f22f1c (patch)
tree272eea265e4bc30c02bdc7093474dedb0063becd /apps
parent061d621a1f50b8dbe93effe2524ed20cdac69744 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files/l10n/en_GB.js2
-rw-r--r--apps/files/l10n/en_GB.json2
-rw-r--r--apps/files_sharing/l10n/en_GB.js3
-rw-r--r--apps/files_sharing/l10n/en_GB.json3
-rw-r--r--apps/settings/l10n/cs.js5
-rw-r--r--apps/settings/l10n/cs.json5
-rw-r--r--apps/settings/l10n/de.js5
-rw-r--r--apps/settings/l10n/de.json5
-rw-r--r--apps/settings/l10n/fr.js5
-rw-r--r--apps/settings/l10n/fr.json5
-rw-r--r--apps/settings/l10n/nb.js6
-rw-r--r--apps/settings/l10n/nb.json6
-rw-r--r--apps/settings/l10n/zh_HK.js4
-rw-r--r--apps/settings/l10n/zh_HK.json4
-rw-r--r--apps/settings/l10n/zh_TW.js5
-rw-r--r--apps/settings/l10n/zh_TW.json5
-rw-r--r--apps/theming/l10n/cs.js2
-rw-r--r--apps/theming/l10n/cs.json2
-rw-r--r--apps/theming/l10n/zh_TW.js2
-rw-r--r--apps/theming/l10n/zh_TW.json2
-rw-r--r--apps/updatenotification/l10n/en_GB.js2
-rw-r--r--apps/updatenotification/l10n/en_GB.json2
-rw-r--r--apps/user_ldap/l10n/eu.js2
-rw-r--r--apps/user_ldap/l10n/eu.json2
24 files changed, 80 insertions, 6 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js
index 40e75dfce8b..084928a8364 100644
--- a/apps/files/l10n/en_GB.js
+++ b/apps/files/l10n/en_GB.js
@@ -74,6 +74,7 @@ OC.L10N.register(
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Favorited" : "Favourited",
"Favorite" : "Favourite",
+ "You can only favorite a single file or folder at a time" : "You can only favourite a single file or folder at a time",
"New folder" : "New folder",
"Upload file" : "Upload file",
"Recent" : "Recent",
@@ -114,6 +115,7 @@ OC.L10N.register(
"{user} moved {oldfile} to {newfile}" : "{user} moved {oldfile} to {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "A file has been added to or removed from your <strong>favourites</strong>",
"A file or folder has been <strong>changed</strong>" : "A file or folder has been <strong>changed</strong>",
+ "A favorite file or folder has been <strong>changed</strong>" : "A favourite file or folder has been <strong>changed</strong>",
"All files" : "All files",
"Unlimited" : "Unlimited",
"Upload (max. %s)" : "Upload (max. %s)",
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json
index 9a76a89ca95..a1a83a42cb0 100644
--- a/apps/files/l10n/en_GB.json
+++ b/apps/files/l10n/en_GB.json
@@ -72,6 +72,7 @@
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Favorited" : "Favourited",
"Favorite" : "Favourite",
+ "You can only favorite a single file or folder at a time" : "You can only favourite a single file or folder at a time",
"New folder" : "New folder",
"Upload file" : "Upload file",
"Recent" : "Recent",
@@ -112,6 +113,7 @@
"{user} moved {oldfile} to {newfile}" : "{user} moved {oldfile} to {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "A file has been added to or removed from your <strong>favourites</strong>",
"A file or folder has been <strong>changed</strong>" : "A file or folder has been <strong>changed</strong>",
+ "A favorite file or folder has been <strong>changed</strong>" : "A favourite file or folder has been <strong>changed</strong>",
"All files" : "All files",
"Unlimited" : "Unlimited",
"Upload (max. %s)" : "Upload (max. %s)",
diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js
index 419007e6677..e511085f308 100644
--- a/apps/files_sharing/l10n/en_GB.js
+++ b/apps/files_sharing/l10n/en_GB.js
@@ -132,6 +132,7 @@ OC.L10N.register(
"Name" : "Name",
"Share time" : "Share time",
"Expiration date" : "Expiration date",
+ "Sorry, this link does not seem to work anymore." : "Sorry, this link does not seem to work any more.",
"Reasons might be:" : "Reasons might be:",
"the item was removed" : "the item was removed",
"the link expired" : "the link expired",
@@ -145,6 +146,6 @@ OC.L10N.register(
"Add to your Nextcloud" : "Add to your Nextcloud",
"Wrong share ID, share doesn't exist" : "Wrong share ID, share doesn't exist",
"Wrong path, file/folder doesn't exist" : "Wrong path, file/folder doesn't exist",
- "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work anymore."
+ "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work any more."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/files_sharing/l10n/en_GB.json b/apps/files_sharing/l10n/en_GB.json
index af8f9e6d5af..0b6f59617b2 100644
--- a/apps/files_sharing/l10n/en_GB.json
+++ b/apps/files_sharing/l10n/en_GB.json
@@ -130,6 +130,7 @@
"Name" : "Name",
"Share time" : "Share time",
"Expiration date" : "Expiration date",
+ "Sorry, this link does not seem to work anymore." : "Sorry, this link does not seem to work any more.",
"Reasons might be:" : "Reasons might be:",
"the item was removed" : "the item was removed",
"the link expired" : "the link expired",
@@ -143,6 +144,6 @@
"Add to your Nextcloud" : "Add to your Nextcloud",
"Wrong share ID, share doesn't exist" : "Wrong share ID, share doesn't exist",
"Wrong path, file/folder doesn't exist" : "Wrong path, file/folder doesn't exist",
- "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work anymore."
+ "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work any more."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/settings/l10n/cs.js b/apps/settings/l10n/cs.js
index de992e3b6dd..d7d06b1d10d 100644
--- a/apps/settings/l10n/cs.js
+++ b/apps/settings/l10n/cs.js
@@ -281,6 +281,8 @@ OC.L10N.register(
"Your biography" : "Váš životopis",
"Details" : "Podrobnosti",
"You are a member of the following groups:" : "Jste členy následujících skupin:",
+ "You are using <strong>{usage}</strong>" : "Využíváte <strong>{usage}</strong>",
+ "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Využíváte <strong>{usage}</strong> z <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)",
"Your full name" : "Vaše celé jméno",
"Email options" : "Předvolby e-mailu",
"Primary email for password reset and notifications" : "Hlavní e-mail pro resetování hesla a oznamování",
@@ -304,6 +306,9 @@ OC.L10N.register(
"Unable to update language" : "Jazyk se nedaří aktualizovat",
"No language set" : "Není nastaven jazyk",
"Locale" : "Místní a jazyková nastavení",
+ "Week starts on {firstDayOfWeek}" : "Týden začíná {firstDayOfWeek}",
+ "Unable to update locale" : "Nedaří se aktualizovat místní a jazyková nastavení",
+ "No locale set" : "Nenastaveno žádné místní a jazykové nastavení",
"Your location" : "Kde se nacházíte",
"Your organisation" : "Vaše organizace",
"Your phone number" : "Vaše telefonní číslo",
diff --git a/apps/settings/l10n/cs.json b/apps/settings/l10n/cs.json
index a050a2cd3b3..839bd50c784 100644
--- a/apps/settings/l10n/cs.json
+++ b/apps/settings/l10n/cs.json
@@ -279,6 +279,8 @@
"Your biography" : "Váš životopis",
"Details" : "Podrobnosti",
"You are a member of the following groups:" : "Jste členy následujících skupin:",
+ "You are using <strong>{usage}</strong>" : "Využíváte <strong>{usage}</strong>",
+ "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Využíváte <strong>{usage}</strong> z <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)",
"Your full name" : "Vaše celé jméno",
"Email options" : "Předvolby e-mailu",
"Primary email for password reset and notifications" : "Hlavní e-mail pro resetování hesla a oznamování",
@@ -302,6 +304,9 @@
"Unable to update language" : "Jazyk se nedaří aktualizovat",
"No language set" : "Není nastaven jazyk",
"Locale" : "Místní a jazyková nastavení",
+ "Week starts on {firstDayOfWeek}" : "Týden začíná {firstDayOfWeek}",
+ "Unable to update locale" : "Nedaří se aktualizovat místní a jazyková nastavení",
+ "No locale set" : "Nenastaveno žádné místní a jazykové nastavení",
"Your location" : "Kde se nacházíte",
"Your organisation" : "Vaše organizace",
"Your phone number" : "Vaše telefonní číslo",
diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js
index f4572ac873b..d26ecaf785e 100644
--- a/apps/settings/l10n/de.js
+++ b/apps/settings/l10n/de.js
@@ -277,6 +277,8 @@ OC.L10N.register(
"Your biography" : "Deine Biografie",
"Details" : "Details",
"You are a member of the following groups:" : "Du bist Mitglied folgender Gruppen:",
+ "You are using <strong>{usage}</strong>" : "Du benutzt <strong>{usage}</strong>.",
+ "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Du benutzt <strong>{usage}</strong> von <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>).",
"Your full name" : "Dein vollständiger Name",
"Email options" : "E-Mail-Optionen",
"Primary email for password reset and notifications" : "Primäre E-Mail-Adresse für Benachrichtigungen und zum Zurücksetzen des Passworts",
@@ -300,6 +302,9 @@ OC.L10N.register(
"Unable to update language" : "Sprache konnte nicht aktualisiert werden",
"No language set" : "Keine Sprache eingestellt.",
"Locale" : "Gebietsschema",
+ "Week starts on {firstDayOfWeek}" : "Woche beginnt am {firstDayOfWeek}",
+ "Unable to update locale" : "Gebietsschema konnte nicht aktualisiert werden.",
+ "No locale set" : "Kein Gebietsschema festgelegt",
"Your location" : "Dein Ort",
"Your organisation" : "Deine Organisation",
"Your phone number" : "Deine Telefonnummer",
diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json
index e8030558eb5..934f0784373 100644
--- a/apps/settings/l10n/de.json
+++ b/apps/settings/l10n/de.json
@@ -275,6 +275,8 @@
"Your biography" : "Deine Biografie",
"Details" : "Details",
"You are a member of the following groups:" : "Du bist Mitglied folgender Gruppen:",
+ "You are using <strong>{usage}</strong>" : "Du benutzt <strong>{usage}</strong>.",
+ "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Du benutzt <strong>{usage}</strong> von <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>).",
"Your full name" : "Dein vollständiger Name",
"Email options" : "E-Mail-Optionen",
"Primary email for password reset and notifications" : "Primäre E-Mail-Adresse für Benachrichtigungen und zum Zurücksetzen des Passworts",
@@ -298,6 +300,9 @@
"Unable to update language" : "Sprache konnte nicht aktualisiert werden",
"No language set" : "Keine Sprache eingestellt.",
"Locale" : "Gebietsschema",
+ "Week starts on {firstDayOfWeek}" : "Woche beginnt am {firstDayOfWeek}",
+ "Unable to update locale" : "Gebietsschema konnte nicht aktualisiert werden.",
+ "No locale set" : "Kein Gebietsschema festgelegt",
"Your location" : "Dein Ort",
"Your organisation" : "Deine Organisation",
"Your phone number" : "Deine Telefonnummer",
diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js
index eb8d3fd3216..22e0fce5bed 100644
--- a/apps/settings/l10n/fr.js
+++ b/apps/settings/l10n/fr.js
@@ -247,6 +247,7 @@ OC.L10N.register(
"png or jpg, max. 20 MB" : "png ou jpg, max. 20 Mo",
"Picture provided by original account" : "Photo fournie par le compte original",
"Cancel" : "Annuler",
+ "Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "Veuillez noter que cela peut prendre jusqu'à 24 heures pour que votre image de profil soit mise à jour partout.",
"Your biography" : "Votre biographie",
"Details" : "Détails",
"You are a member of the following groups:" : "Vous êtes membre des groupes suivants :",
@@ -300,7 +301,7 @@ OC.L10N.register(
"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." : "En cas de perte d'appareil ou si vous quittez un groupe ou une organisation, cette appli supprimera les données de tous les appareils associés à {userid}. Ne fonctionne que si les appareils associés sont connecté à internet.",
"Remote wipe of devices" : "Effacer les appareils à distance",
"Wipe {userid}'s devices" : "Effacer les appareils de {userid}",
- "Fully delete {userid}'s account including all their personal files, app data, etc." : "Supprime totalement le compte de {userid} et toutes les données associées (fichiers personnels, données de l'application, etc.)",
+ "Fully delete {userid}'s account including all their personal files, app data, etc." : "Supprime totalement le compte de {userid} et toutes ses données associées (fichiers personnels, données des applications, etc.)",
"Account deletion" : "Suppression de compte",
"Delete {userid}'s account" : "Supprimer le compte {userid}",
"Welcome mail sent!" : "E-mail de bienvenue envoyé !",
@@ -382,6 +383,7 @@ OC.L10N.register(
"The app will be downloaded from the App Store" : "L'application sera téléchargée depuis le magasin d'applications",
"This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Cette application n'est pas indiquée comme étant compatible avec votre version de Nextcloud. Si vous continuez vous pourrez toujours installer l'app. Notez cependant qu'elle pourrait ne pas fonctionner comme prévu.",
"Never" : "Jamais",
+ "An error occurred during the request. Unable to proceed." : "Une erreur s'est produite pendant la demande. Impossible de poursuivre.",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "L'application a été activée mais doit être mise à jour. Vous allez être redirigé vers la page des mises à jour dans 5 secondes.",
"Error: This app cannot be enabled because it makes the server unstable" : "Erreur : cette application ne peut être activée car elle rend le serveur instable",
"Administrator documentation" : "Documentation administrateur",
@@ -491,6 +493,7 @@ OC.L10N.register(
"Upload new" : "Nouvelle depuis votre ordinateur",
"Select from Files" : "Sélectionner depuis les Fichiers",
"Remove image" : "Supprimer l'image",
+ "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Veuillez noter que cela peut prendre jusqu'à 24 heures pour que l'avatar soit mis à jour partout.",
"Choose as profile picture" : "Définir comme image de profil",
"You are using <strong>%s</strong>" : "Vous utilisez <strong>%s</strong>",
"You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Vous utilisez <strong>%1$s</strong> sur <strong>%2$s</strong> (<strong>%3$s%% </strong>)",
diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json
index 08a201f37af..baa48ae7a35 100644
--- a/apps/settings/l10n/fr.json
+++ b/apps/settings/l10n/fr.json
@@ -245,6 +245,7 @@
"png or jpg, max. 20 MB" : "png ou jpg, max. 20 Mo",
"Picture provided by original account" : "Photo fournie par le compte original",
"Cancel" : "Annuler",
+ "Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "Veuillez noter que cela peut prendre jusqu'à 24 heures pour que votre image de profil soit mise à jour partout.",
"Your biography" : "Votre biographie",
"Details" : "Détails",
"You are a member of the following groups:" : "Vous êtes membre des groupes suivants :",
@@ -298,7 +299,7 @@
"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." : "En cas de perte d'appareil ou si vous quittez un groupe ou une organisation, cette appli supprimera les données de tous les appareils associés à {userid}. Ne fonctionne que si les appareils associés sont connecté à internet.",
"Remote wipe of devices" : "Effacer les appareils à distance",
"Wipe {userid}'s devices" : "Effacer les appareils de {userid}",
- "Fully delete {userid}'s account including all their personal files, app data, etc." : "Supprime totalement le compte de {userid} et toutes les données associées (fichiers personnels, données de l'application, etc.)",
+ "Fully delete {userid}'s account including all their personal files, app data, etc." : "Supprime totalement le compte de {userid} et toutes ses données associées (fichiers personnels, données des applications, etc.)",
"Account deletion" : "Suppression de compte",
"Delete {userid}'s account" : "Supprimer le compte {userid}",
"Welcome mail sent!" : "E-mail de bienvenue envoyé !",
@@ -380,6 +381,7 @@
"The app will be downloaded from the App Store" : "L'application sera téléchargée depuis le magasin d'applications",
"This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Cette application n'est pas indiquée comme étant compatible avec votre version de Nextcloud. Si vous continuez vous pourrez toujours installer l'app. Notez cependant qu'elle pourrait ne pas fonctionner comme prévu.",
"Never" : "Jamais",
+ "An error occurred during the request. Unable to proceed." : "Une erreur s'est produite pendant la demande. Impossible de poursuivre.",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "L'application a été activée mais doit être mise à jour. Vous allez être redirigé vers la page des mises à jour dans 5 secondes.",
"Error: This app cannot be enabled because it makes the server unstable" : "Erreur : cette application ne peut être activée car elle rend le serveur instable",
"Administrator documentation" : "Documentation administrateur",
@@ -489,6 +491,7 @@
"Upload new" : "Nouvelle depuis votre ordinateur",
"Select from Files" : "Sélectionner depuis les Fichiers",
"Remove image" : "Supprimer l'image",
+ "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Veuillez noter que cela peut prendre jusqu'à 24 heures pour que l'avatar soit mis à jour partout.",
"Choose as profile picture" : "Définir comme image de profil",
"You are using <strong>%s</strong>" : "Vous utilisez <strong>%s</strong>",
"You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Vous utilisez <strong>%1$s</strong> sur <strong>%2$s</strong> (<strong>%3$s%% </strong>)",
diff --git a/apps/settings/l10n/nb.js b/apps/settings/l10n/nb.js
index b5cce839077..4fa0d0c918b 100644
--- a/apps/settings/l10n/nb.js
+++ b/apps/settings/l10n/nb.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"Local" : "Lokal",
"Federated" : "Sammenknyttet",
"Only synchronize to trusted servers" : "Synkroniser kun til betrodde servere",
+ "Published" : "Publisert",
"Synchronize to trusted servers and the global and public address book" : "Synkroniser til betrodde servere og den globale og offentlige adresseboken",
"Verify" : "Bekreft",
"Verifying …" : "Bekrefter…",
@@ -109,6 +110,7 @@ OC.L10N.register(
"Unlimited" : "Ubegrenset",
"Verifying" : "Verifiserer",
"The old server-side-encryption format is enabled. We recommend disabling this." : "Den gamle krypteringen på serversiden er aktivert. Vi anbefaler å deaktivere dette.",
+ "Profile information" : "Profil-informasjon",
"Nextcloud settings" : "Nextcloud innstillinger",
"None" : "Ingen",
"Two-Factor Authentication" : "Tofaktor-autentisering",
@@ -181,6 +183,7 @@ OC.L10N.register(
"Copy" : "Kopier",
"Could not copy app password. Please copy it manually." : "Kunne ikke kopiere passord. Venligst kopier manuelt.",
"To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "For å kjøre denne trenger du PHP POSIX utvidelse. Se {linkstart}PHP-dokumentasjonen{linkend} for flere detaljer.",
+ "Profile" : "Profil",
"Enable" : "Aktiver",
"Server-side encryption" : "Kryptering på serversiden",
"Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Kryptering på serverdelen gjør det mulig å kryptere files som er lastet opp til denne serveren. Dette har begrensninger som ytelsesforverring, så bare skru på dette hvis det trengs.",
@@ -210,6 +213,8 @@ OC.L10N.register(
"No language set" : "Språk ikke satt",
"Locale" : "Nasjonal innstilling",
"Your phone number" : "Ditt telefonnummer",
+ "Edit your Profile visibility" : "Endre synlighet for din profil",
+ "Enable Profile" : "Aktiver profil",
"Your Twitter handle" : "Din Twitter-konto",
"Your website" : "Din nettside",
"Add" : "Legg til",
@@ -275,6 +280,7 @@ OC.L10N.register(
"Role" : "Rolle",
"Twitter" : "Twitter",
"Website" : "Nettsted",
+ "Profile visibility" : "Profil-synlighet",
"Hide" : "Skjul",
"Download and enable" : "Last ned og aktiver",
"Enable untested app" : "Aktiver utestet app",
diff --git a/apps/settings/l10n/nb.json b/apps/settings/l10n/nb.json
index 6b912125431..38548ff3747 100644
--- a/apps/settings/l10n/nb.json
+++ b/apps/settings/l10n/nb.json
@@ -3,6 +3,7 @@
"Local" : "Lokal",
"Federated" : "Sammenknyttet",
"Only synchronize to trusted servers" : "Synkroniser kun til betrodde servere",
+ "Published" : "Publisert",
"Synchronize to trusted servers and the global and public address book" : "Synkroniser til betrodde servere og den globale og offentlige adresseboken",
"Verify" : "Bekreft",
"Verifying …" : "Bekrefter…",
@@ -107,6 +108,7 @@
"Unlimited" : "Ubegrenset",
"Verifying" : "Verifiserer",
"The old server-side-encryption format is enabled. We recommend disabling this." : "Den gamle krypteringen på serversiden er aktivert. Vi anbefaler å deaktivere dette.",
+ "Profile information" : "Profil-informasjon",
"Nextcloud settings" : "Nextcloud innstillinger",
"None" : "Ingen",
"Two-Factor Authentication" : "Tofaktor-autentisering",
@@ -179,6 +181,7 @@
"Copy" : "Kopier",
"Could not copy app password. Please copy it manually." : "Kunne ikke kopiere passord. Venligst kopier manuelt.",
"To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "For å kjøre denne trenger du PHP POSIX utvidelse. Se {linkstart}PHP-dokumentasjonen{linkend} for flere detaljer.",
+ "Profile" : "Profil",
"Enable" : "Aktiver",
"Server-side encryption" : "Kryptering på serversiden",
"Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Kryptering på serverdelen gjør det mulig å kryptere files som er lastet opp til denne serveren. Dette har begrensninger som ytelsesforverring, så bare skru på dette hvis det trengs.",
@@ -208,6 +211,8 @@
"No language set" : "Språk ikke satt",
"Locale" : "Nasjonal innstilling",
"Your phone number" : "Ditt telefonnummer",
+ "Edit your Profile visibility" : "Endre synlighet for din profil",
+ "Enable Profile" : "Aktiver profil",
"Your Twitter handle" : "Din Twitter-konto",
"Your website" : "Din nettside",
"Add" : "Legg til",
@@ -273,6 +278,7 @@
"Role" : "Rolle",
"Twitter" : "Twitter",
"Website" : "Nettsted",
+ "Profile visibility" : "Profil-synlighet",
"Hide" : "Skjul",
"Download and enable" : "Last ned og aktiver",
"Enable untested app" : "Aktiver utestet app",
diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js
index 6c826392f3d..68abb11d1aa 100644
--- a/apps/settings/l10n/zh_HK.js
+++ b/apps/settings/l10n/zh_HK.js
@@ -282,6 +282,7 @@ OC.L10N.register(
"Details" : "詳細資訊",
"You are a member of the following groups:" : "你是下列群組的成員︰",
"You are using <strong>{usage}</strong>" : "您已使用了 <strong>{usage}</strong> 的存儲空間",
+ "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "您已使用了 <strong>{totalSpace}</strong> 中的 <strong>{usage}</strong>(<strong>{usageRelative} %</strong>)",
"Your full name" : "您的全名",
"Email options" : "電子郵件通知選項",
"Primary email for password reset and notifications" : "用於密碼重設和通告信件的主要電郵地址",
@@ -305,6 +306,9 @@ OC.L10N.register(
"Unable to update language" : "無法更新語言",
"No language set" : "未設定語言",
"Locale" : "地區設定",
+ "Week starts on {firstDayOfWeek}" : "一星期從 {firstDayOfWeek} 開始",
+ "Unable to update locale" : "無法更新語言場景",
+ "No locale set" : "沒有設置語言場景",
"Your location" : "您的位置",
"Your organisation" : "您的機構",
"Your phone number" : "您的電話號碼",
diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json
index fb05bf65897..1622a50ad5d 100644
--- a/apps/settings/l10n/zh_HK.json
+++ b/apps/settings/l10n/zh_HK.json
@@ -280,6 +280,7 @@
"Details" : "詳細資訊",
"You are a member of the following groups:" : "你是下列群組的成員︰",
"You are using <strong>{usage}</strong>" : "您已使用了 <strong>{usage}</strong> 的存儲空間",
+ "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "您已使用了 <strong>{totalSpace}</strong> 中的 <strong>{usage}</strong>(<strong>{usageRelative} %</strong>)",
"Your full name" : "您的全名",
"Email options" : "電子郵件通知選項",
"Primary email for password reset and notifications" : "用於密碼重設和通告信件的主要電郵地址",
@@ -303,6 +304,9 @@
"Unable to update language" : "無法更新語言",
"No language set" : "未設定語言",
"Locale" : "地區設定",
+ "Week starts on {firstDayOfWeek}" : "一星期從 {firstDayOfWeek} 開始",
+ "Unable to update locale" : "無法更新語言場景",
+ "No locale set" : "沒有設置語言場景",
"Your location" : "您的位置",
"Your organisation" : "您的機構",
"Your phone number" : "您的電話號碼",
diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js
index 98f8518944c..dc4416b4172 100644
--- a/apps/settings/l10n/zh_TW.js
+++ b/apps/settings/l10n/zh_TW.js
@@ -281,6 +281,8 @@ OC.L10N.register(
"Your biography" : "您的自傳",
"Details" : "詳細資料",
"You are a member of the following groups:" : "你是下列群組的成員︰",
+ "You are using <strong>{usage}</strong>" : "您已使用 <strong>{usage}</strong>",
+ "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "您已使用 <strong>{totalSpace}</strong> 中的 <strong>{usage}</strong> (<strong>{usageRelative}%</strong>)",
"Your full name" : "您的全名",
"Email options" : "電子郵件選項",
"Primary email for password reset and notifications" : "用於密碼重設與通知的主要電子郵件地址",
@@ -304,6 +306,9 @@ OC.L10N.register(
"Unable to update language" : "無法更新語言",
"No language set" : "未設定語言",
"Locale" : "地區設定",
+ "Week starts on {firstDayOfWeek}" : "一週從 {firstDayOfWeek} 開始",
+ "Unable to update locale" : "無法更新語系",
+ "No locale set" : "未設定語系",
"Your location" : "您的位置",
"Your organisation" : "您的組織",
"Your phone number" : "您的電話號碼",
diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json
index 4a1073063eb..654c8b27fcf 100644
--- a/apps/settings/l10n/zh_TW.json
+++ b/apps/settings/l10n/zh_TW.json
@@ -279,6 +279,8 @@
"Your biography" : "您的自傳",
"Details" : "詳細資料",
"You are a member of the following groups:" : "你是下列群組的成員︰",
+ "You are using <strong>{usage}</strong>" : "您已使用 <strong>{usage}</strong>",
+ "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "您已使用 <strong>{totalSpace}</strong> 中的 <strong>{usage}</strong> (<strong>{usageRelative}%</strong>)",
"Your full name" : "您的全名",
"Email options" : "電子郵件選項",
"Primary email for password reset and notifications" : "用於密碼重設與通知的主要電子郵件地址",
@@ -302,6 +304,9 @@
"Unable to update language" : "無法更新語言",
"No language set" : "未設定語言",
"Locale" : "地區設定",
+ "Week starts on {firstDayOfWeek}" : "一週從 {firstDayOfWeek} 開始",
+ "Unable to update locale" : "無法更新語系",
+ "No locale set" : "未設定語系",
"Your location" : "您的位置",
"Your organisation" : "您的組織",
"Your phone number" : "您的電話號碼",
diff --git a/apps/theming/l10n/cs.js b/apps/theming/l10n/cs.js
index 706929fd081..d78364b164f 100644
--- a/apps/theming/l10n/cs.js
+++ b/apps/theming/l10n/cs.js
@@ -50,6 +50,8 @@ OC.L10N.register(
"Privacy policy" : "Zásady ochrany soukromí",
"Adjust the Nextcloud theme" : "Upravit motiv vzhledu Nextcloud",
"Keyboard shortcuts" : "Klávesové zkratky",
+ "In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "V některých případech klávesové zkratky kolidují s nástroji pro zpřístupnění. Aby bylo zajištěno správné zaměřování vámi využívaného nástroje, je zde možné vypnout veškeré klávesové zkratky pro Nextcloud. Toto také vypne veškeré zkratky, které jsou k dispozici v aplikacích.",
+ "Disable all keyboard shortcuts" : "Vypnout veškeré klávesové zkratky",
"Background" : "Pozadí",
"Set a custom background" : "Nastavit uživatelsky určené pozadí",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Přístupnost pro všechny je pro nás velmi důležitá. Splňujeme webové standardy a zajišťujeme, aby všechno bylo použitelné i bez myši a s asistenčním software, jako například čtečkami obrazovky. Máme za cíl být v souladu s doporučeními {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 na úrovni AA, při použití motivu vzhledu s vysokým kontrastem dokonce na úrovni AAA.",
diff --git a/apps/theming/l10n/cs.json b/apps/theming/l10n/cs.json
index 572133dce69..0897e303642 100644
--- a/apps/theming/l10n/cs.json
+++ b/apps/theming/l10n/cs.json
@@ -48,6 +48,8 @@
"Privacy policy" : "Zásady ochrany soukromí",
"Adjust the Nextcloud theme" : "Upravit motiv vzhledu Nextcloud",
"Keyboard shortcuts" : "Klávesové zkratky",
+ "In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "V některých případech klávesové zkratky kolidují s nástroji pro zpřístupnění. Aby bylo zajištěno správné zaměřování vámi využívaného nástroje, je zde možné vypnout veškeré klávesové zkratky pro Nextcloud. Toto také vypne veškeré zkratky, které jsou k dispozici v aplikacích.",
+ "Disable all keyboard shortcuts" : "Vypnout veškeré klávesové zkratky",
"Background" : "Pozadí",
"Set a custom background" : "Nastavit uživatelsky určené pozadí",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Přístupnost pro všechny je pro nás velmi důležitá. Splňujeme webové standardy a zajišťujeme, aby všechno bylo použitelné i bez myši a s asistenčním software, jako například čtečkami obrazovky. Máme za cíl být v souladu s doporučeními {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 na úrovni AA, při použití motivu vzhledu s vysokým kontrastem dokonce na úrovni AAA.",
diff --git a/apps/theming/l10n/zh_TW.js b/apps/theming/l10n/zh_TW.js
index 4db6071e020..195de768b13 100644
--- a/apps/theming/l10n/zh_TW.js
+++ b/apps/theming/l10n/zh_TW.js
@@ -50,6 +50,8 @@ OC.L10N.register(
"Privacy policy" : "隱私權政策",
"Adjust the Nextcloud theme" : "調整 Nextcloud 佈景主題",
"Keyboard shortcuts" : "鍵盤快捷鍵",
+ "In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "在某些情況下,鍵盤快捷鍵可能會干擾無障礙工具。為了可以正確地將焦點置於您的工具,您可以在此處停用所有鍵盤快捷鍵。這也會停用應用程式中的所有可用的快捷鍵。",
+ "Disable all keyboard shortcuts" : "停用所有鍵盤快捷鍵",
"Background" : "背景圖片",
"Set a custom background" : "設定自訂背景",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "我們非常重視無障礙存取。我們遵循網路標準,並透過檢查來確保所有內容皆可在沒有滑鼠或輔助軟體(例如螢幕閱讀器)的情況下使用。我們目標是能達到{guidelines}網頁內容可及性指引{linkend} 2.1 版的 AA 等級,加上高對比度主題甚至還能到 AAA 等級。",
diff --git a/apps/theming/l10n/zh_TW.json b/apps/theming/l10n/zh_TW.json
index 3988f59e053..f35cb70dd28 100644
--- a/apps/theming/l10n/zh_TW.json
+++ b/apps/theming/l10n/zh_TW.json
@@ -48,6 +48,8 @@
"Privacy policy" : "隱私權政策",
"Adjust the Nextcloud theme" : "調整 Nextcloud 佈景主題",
"Keyboard shortcuts" : "鍵盤快捷鍵",
+ "In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "在某些情況下,鍵盤快捷鍵可能會干擾無障礙工具。為了可以正確地將焦點置於您的工具,您可以在此處停用所有鍵盤快捷鍵。這也會停用應用程式中的所有可用的快捷鍵。",
+ "Disable all keyboard shortcuts" : "停用所有鍵盤快捷鍵",
"Background" : "背景圖片",
"Set a custom background" : "設定自訂背景",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "我們非常重視無障礙存取。我們遵循網路標準,並透過檢查來確保所有內容皆可在沒有滑鼠或輔助軟體(例如螢幕閱讀器)的情況下使用。我們目標是能達到{guidelines}網頁內容可及性指引{linkend} 2.1 版的 AA 等級,加上高對比度主題甚至還能到 AAA 等級。",
diff --git a/apps/updatenotification/l10n/en_GB.js b/apps/updatenotification/l10n/en_GB.js
index 944b505966b..c0f72fe9c3c 100644
--- a/apps/updatenotification/l10n/en_GB.js
+++ b/apps/updatenotification/l10n/en_GB.js
@@ -12,7 +12,7 @@ OC.L10N.register(
"Update notification" : "Update notification",
"Displays update notifications for Nextcloud and provides the SSO for the updater." : "Displays update notifications for Nextcloud and provides the SSO for the updater.",
"Update" : "Update",
- "The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible.",
+ "The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "The version you are running is not maintained any more. Please make sure to update to a supported version as soon as possible.",
"View in store" : "View in store",
"Open updater" : "Open updater",
"Download now" : "Download now",
diff --git a/apps/updatenotification/l10n/en_GB.json b/apps/updatenotification/l10n/en_GB.json
index d68a8b0d1a2..1bde368c2e3 100644
--- a/apps/updatenotification/l10n/en_GB.json
+++ b/apps/updatenotification/l10n/en_GB.json
@@ -10,7 +10,7 @@
"Update notification" : "Update notification",
"Displays update notifications for Nextcloud and provides the SSO for the updater." : "Displays update notifications for Nextcloud and provides the SSO for the updater.",
"Update" : "Update",
- "The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible.",
+ "The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "The version you are running is not maintained any more. Please make sure to update to a supported version as soon as possible.",
"View in store" : "View in store",
"Open updater" : "Open updater",
"Download now" : "Download now",
diff --git a/apps/user_ldap/l10n/eu.js b/apps/user_ldap/l10n/eu.js
index d7839de8ab9..e85bde6e30a 100644
--- a/apps/user_ldap/l10n/eu.js
+++ b/apps/user_ldap/l10n/eu.js
@@ -60,6 +60,8 @@ OC.L10N.register(
"Your password will expire today." : "Zure pasahitza gaur iraungiko da.",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Zure pasahitza egun %nean iraungiko da.","Zure pasahitza %n egunetan iraungiko da."],
"LDAP/AD integration" : "LDAP/AD integrazioa",
+ "> 1000 groups found" : "> 1000 talde aurkitu dira",
+ "> 1000 users found" : "> 1000 erabiltzaile aurkitu dira",
"Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Ezin izan da antzeman erabiltzailearen bistaratze izenaren atributua. Mesedez, zehaztu zeure burua LDAP ezarpen aurreratuetan.",
"Could not find the desired feature" : "Ezin izan da nahi zen ezaugarria aurkitu",
"Invalid Host" : "Baliogabeko ostalaria",
diff --git a/apps/user_ldap/l10n/eu.json b/apps/user_ldap/l10n/eu.json
index af878fce83e..d4addb89fad 100644
--- a/apps/user_ldap/l10n/eu.json
+++ b/apps/user_ldap/l10n/eu.json
@@ -58,6 +58,8 @@
"Your password will expire today." : "Zure pasahitza gaur iraungiko da.",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Zure pasahitza egun %nean iraungiko da.","Zure pasahitza %n egunetan iraungiko da."],
"LDAP/AD integration" : "LDAP/AD integrazioa",
+ "> 1000 groups found" : "> 1000 talde aurkitu dira",
+ "> 1000 users found" : "> 1000 erabiltzaile aurkitu dira",
"Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Ezin izan da antzeman erabiltzailearen bistaratze izenaren atributua. Mesedez, zehaztu zeure burua LDAP ezarpen aurreratuetan.",
"Could not find the desired feature" : "Ezin izan da nahi zen ezaugarria aurkitu",
"Invalid Host" : "Baliogabeko ostalaria",