From fce8f97779aa9268938cf085f66e31963c510bbb Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 30 Apr 2024 00:20:32 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- apps/comments/l10n/uk.js | 4 ++-- apps/comments/l10n/uk.json | 4 ++-- apps/lookup_server_connector/l10n/nl.js | 1 + apps/lookup_server_connector/l10n/nl.json | 1 + apps/settings/l10n/fr.js | 2 +- apps/settings/l10n/fr.json | 2 +- core/l10n/fr.js | 4 ++-- core/l10n/fr.json | 4 ++-- core/l10n/nl.js | 6 ++++++ core/l10n/nl.json | 6 ++++++ lib/l10n/fr.js | 2 +- lib/l10n/fr.json | 2 +- 12 files changed, 26 insertions(+), 12 deletions(-) diff --git a/apps/comments/l10n/uk.js b/apps/comments/l10n/uk.js index d363f037144..cd1f7aaadf1 100644 --- a/apps/comments/l10n/uk.js +++ b/apps/comments/l10n/uk.js @@ -18,7 +18,7 @@ OC.L10N.register( "New comment" : "Новий коментар", "Write a comment …" : "Додати коментар ...", "Post comment" : "Опублікувати коментар", - "@ for mentions, : for emoji, / for smart picker" : "@ for згадування, : для емоційок, / для асистента з вибору", + "@ for mentions, : for emoji, / for smart picker" : "@ згадати, : емоційки, / асистент вибору", "Could not reload comments" : "Не вдалося перезавантажити коментарі", "No comments yet, start the conversation!" : "Тут можна додати коментарі", "No more messages" : "Більше жодних повідомлень", @@ -33,7 +33,7 @@ OC.L10N.register( "An error occurred while trying to create the comment" : "Під час створення коментаря сталася помилка", "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Вас згадали в \"{file}\" у коментарі користувача, який згодом було вилучено", "Write a message …" : "Написати повідомлення ...", - "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" для згадок, \":\" для емоційок, \"/\" для асистента", + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" згадати, \":\" емоційки, \"/\" асистент вибору", "_%n unread comment_::_%n unread comments_" : ["%n непрочитаний коментар","%n непрочитаних коментарів","%n непрочитаних коментарів","%n непрочитаних коментарів"] }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/apps/comments/l10n/uk.json b/apps/comments/l10n/uk.json index 902ed71e712..4ed0f0e81e2 100644 --- a/apps/comments/l10n/uk.json +++ b/apps/comments/l10n/uk.json @@ -16,7 +16,7 @@ "New comment" : "Новий коментар", "Write a comment …" : "Додати коментар ...", "Post comment" : "Опублікувати коментар", - "@ for mentions, : for emoji, / for smart picker" : "@ for згадування, : для емоційок, / для асистента з вибору", + "@ for mentions, : for emoji, / for smart picker" : "@ згадати, : емоційки, / асистент вибору", "Could not reload comments" : "Не вдалося перезавантажити коментарі", "No comments yet, start the conversation!" : "Тут можна додати коментарі", "No more messages" : "Більше жодних повідомлень", @@ -31,7 +31,7 @@ "An error occurred while trying to create the comment" : "Під час створення коментаря сталася помилка", "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Вас згадали в \"{file}\" у коментарі користувача, який згодом було вилучено", "Write a message …" : "Написати повідомлення ...", - "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" для згадок, \":\" для емоційок, \"/\" для асистента", + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" згадати, \":\" емоційки, \"/\" асистент вибору", "_%n unread comment_::_%n unread comments_" : ["%n непрочитаний коментар","%n непрочитаних коментарів","%n непрочитаних коментарів","%n непрочитаних коментарів"] },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" } \ No newline at end of file diff --git a/apps/lookup_server_connector/l10n/nl.js b/apps/lookup_server_connector/l10n/nl.js index a694e9001bf..3178384e662 100644 --- a/apps/lookup_server_connector/l10n/nl.js +++ b/apps/lookup_server_connector/l10n/nl.js @@ -2,6 +2,7 @@ OC.L10N.register( "lookup_server_connector", { "Lookup Server Connector" : "Lookup Server Connector", + "Sync public account information with the lookup server" : "Synchroniseer publieke accountinformatie met de opzoekserver", "Sync public user information with the lookup server" : "Synchroniseer openbare gebruikersinformatie met de opzoekserver" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/lookup_server_connector/l10n/nl.json b/apps/lookup_server_connector/l10n/nl.json index 1f70f5944f0..ed69042e2b6 100644 --- a/apps/lookup_server_connector/l10n/nl.json +++ b/apps/lookup_server_connector/l10n/nl.json @@ -1,5 +1,6 @@ { "translations": { "Lookup Server Connector" : "Lookup Server Connector", + "Sync public account information with the lookup server" : "Synchroniseer publieke accountinformatie met de opzoekserver", "Sync public user information with the lookup server" : "Synchroniseer openbare gebruikersinformatie met de opzoekserver" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js index 03c04beee19..1de25dbbd0c 100644 --- a/apps/settings/l10n/fr.js +++ b/apps/settings/l10n/fr.js @@ -76,7 +76,7 @@ OC.L10N.register( "Invalid mail address" : "Adresse e-mail non valide", "Settings saved" : "Paramètres sauvegardés", "Unable to change full name" : "Impossible de modifier le nom complet", - "Unable to change email address" : "Impossible de modifier l’adresse électronique", + "Unable to change email address" : "Impossible de modifier l’adresse e-mail", "Unable to set invalid phone number" : "Impossible d'enregistrer un n° de téléphone incorrect", "Unable to set invalid website" : "Impossible d'enregistrer un site web incorrect", "Some account data was invalid" : "Certaines données du compte ne sont pas valides", diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json index 7a0b9fab507..983b1e0b80f 100644 --- a/apps/settings/l10n/fr.json +++ b/apps/settings/l10n/fr.json @@ -74,7 +74,7 @@ "Invalid mail address" : "Adresse e-mail non valide", "Settings saved" : "Paramètres sauvegardés", "Unable to change full name" : "Impossible de modifier le nom complet", - "Unable to change email address" : "Impossible de modifier l’adresse électronique", + "Unable to change email address" : "Impossible de modifier l’adresse e-mail", "Unable to set invalid phone number" : "Impossible d'enregistrer un n° de téléphone incorrect", "Unable to set invalid website" : "Impossible d'enregistrer un site web incorrect", "Some account data was invalid" : "Certaines données du compte ne sont pas valides", diff --git a/core/l10n/fr.js b/core/l10n/fr.js index a342e601c43..e68abfc35b2 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -425,10 +425,10 @@ OC.L10N.register( "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "L’en-tête HTTP « {header} »n’est pas défini sur « {val1} » « {val2} », « {val3} », « {val4} » ou « {val5} ». Cela peut dévoiler des informations du référent (referer). Se reporter aux {linkstart}recommandations du W3C ↗{linkend}.", "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "L’en-tête HTTP « Strict-Transport-Security » n’est pas configuré à au moins « {seconds} » secondes. Pour une sécurité renforcée, il est recommandé d’activer HSTS comme indiqué dans les {linkstart}éléments de sécurité ↗{linkend}.", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Accès au site non sécurisé à travers le protocole HTTP. Vous êtes vivement encouragé à configurer votre serveur pour utiliser plutôt le protocole HTTPS, comme décrit dans les {linkstart}conseils de sécurité ↗{linkend}. Sans ça, certaines fonctionnalités web importantes comme la \"copie dans le presse-papier\" ou les \"serveurs intermédiaires\" ne fonctionneront pas.", - "Account name or email" : "Nom d’utilisateur ou adresse électronique", + "Account name or email" : "Nom d’utilisateur ou adresse e-mail", "Wrong username or password." : "Utilisateur ou mot de passe incorrect.", "User disabled" : "Utilisateur désactivé", - "Username or email" : "Nom d’utilisateur ou adresse électronique", + "Username or email" : "Nom d’utilisateur ou adresse e-mail", "If this account exists, a password reset message has been sent to its email address. If you do not receive it, verify your email address and/or account name, check your spam/junk folders or ask your local administration for help." : "Si ce compte existe, un message de réinitialisation de mot de passe a été envoyé à l'adresse e-mail correspondante. Si vous ne le recevez pas, veuillez vérifier le nom d'utilisateur/adresse e-mail, vérifiez dans votre dossier d'indésirables ou demander de l'aide à l'administrateur de cette instance.", "Start search" : "Démarrer la recherche", "Open settings menu" : "Ouvrir le menu des paramètres", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index 512fa387c32..8cf733ee047 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -423,10 +423,10 @@ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "L’en-tête HTTP « {header} »n’est pas défini sur « {val1} » « {val2} », « {val3} », « {val4} » ou « {val5} ». Cela peut dévoiler des informations du référent (referer). Se reporter aux {linkstart}recommandations du W3C ↗{linkend}.", "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "L’en-tête HTTP « Strict-Transport-Security » n’est pas configuré à au moins « {seconds} » secondes. Pour une sécurité renforcée, il est recommandé d’activer HSTS comme indiqué dans les {linkstart}éléments de sécurité ↗{linkend}.", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Accès au site non sécurisé à travers le protocole HTTP. Vous êtes vivement encouragé à configurer votre serveur pour utiliser plutôt le protocole HTTPS, comme décrit dans les {linkstart}conseils de sécurité ↗{linkend}. Sans ça, certaines fonctionnalités web importantes comme la \"copie dans le presse-papier\" ou les \"serveurs intermédiaires\" ne fonctionneront pas.", - "Account name or email" : "Nom d’utilisateur ou adresse électronique", + "Account name or email" : "Nom d’utilisateur ou adresse e-mail", "Wrong username or password." : "Utilisateur ou mot de passe incorrect.", "User disabled" : "Utilisateur désactivé", - "Username or email" : "Nom d’utilisateur ou adresse électronique", + "Username or email" : "Nom d’utilisateur ou adresse e-mail", "If this account exists, a password reset message has been sent to its email address. If you do not receive it, verify your email address and/or account name, check your spam/junk folders or ask your local administration for help." : "Si ce compte existe, un message de réinitialisation de mot de passe a été envoyé à l'adresse e-mail correspondante. Si vous ne le recevez pas, veuillez vérifier le nom d'utilisateur/adresse e-mail, vérifiez dans votre dossier d'indésirables ou demander de l'aide à l'administrateur de cette instance.", "Start search" : "Démarrer la recherche", "Open settings menu" : "Ouvrir le menu des paramètres", diff --git a/core/l10n/nl.js b/core/l10n/nl.js index a5a33bf2685..7e02049f818 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -29,6 +29,7 @@ OC.L10N.register( "Your login token is invalid or has expired" : "Je inlogtoken is ongeldig of is vervallen", "This community release of Nextcloud is unsupported and push notifications are limited." : "Deze community release van Nextcloud wordt niet ondersteund en meldingen zijn beperkt", "Login" : "Inloggen", + "Unsupported email length (>255)" : "Niet ondersteunde e-maillengte (>255)", "Password reset is disabled" : "Wachtwoordreset is uitgeschakeld", "Could not reset password because the token is expired" : "Kon wachtwoord niet resetten omdat de token verlopen is", "Could not reset password because the token is invalid" : "Kon wachtwoord niet resetten omdat de token ongeldig is", @@ -51,6 +52,7 @@ OC.L10N.register( "Some of your link shares have been removed" : "Sommige van je gedeelde links zijn verwijderd", "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Door een security-bug moesten we sommige van je gedeelde links verwijderen. Bekijk de link voor meer informatie.", "The account limit of this instance is reached." : "De accountlimiet van deze instantie is bereikt.", + "Enter your subscription key in the support app in order to increase the account limit. This does also grant you all additional benefits that Nextcloud Enterprise offers and is highly recommended for the operation in companies." : "Voer uw abonnementscode in de support-app in om de accountlimiet te verhogen. Dit geeft u ook alle extra voordelen die Nextcloud Enterprise biedt en wordt ten zeerste aanbevolen voor gebruik binnen bedrijven.", "Learn more ↗" : "Meer weten ↗", "Preparing update" : "Update voorbereiden", "[%d / %d]: %s" : "[%d / %d]: %s", @@ -115,6 +117,8 @@ OC.L10N.register( "Wrong login or password." : "Verkeerde login of wachtwoord.", "This account is disabled" : "Dit account is uitgeschakeld", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "We hebben meerdere foutieve inlogverzoeken vanaf jouw IP-adres gedetecteerd. Hierdoor wordt je volgende inlogverzoek 30 seconden uitgesteld.", + "Login with username or email" : "Aanmelden met gebruikersnaam of e-mail", + "Login with username" : "Aanmelden met gebruikersnaam", "Log in with a device" : "Inloggen met een apparaat", "Login or email" : "Login of email", "Your account is not setup for passwordless login." : "Je account is niet ingesteld voor inloggen zonder wachtwoord.", @@ -169,6 +173,7 @@ OC.L10N.register( "Back to login form" : "Terug naar aanmelden", "Back" : "Terug", "Login form is disabled." : "Inlogscherm uitgeschakeld", + "The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Het aanmeldingsformulier van Nextcloud is uitgeschakeld. Gebruik een andere inlogmogelijkheid indien beschikbaar of neem contact op met uw beheerder.", "Edit Profile" : "Wijzig Profiel", "The headline and about sections will show up here" : "De koplijn- en oversectie zal hier verschijnen", "You have not added any info yet" : "Je hebt nog geen info toegevoegd", @@ -241,6 +246,7 @@ OC.L10N.register( "No action available" : "Geen actie beschikbaar", "Error fetching contact actions" : "Fout bij ophalen contact acties", "Close \"{dialogTitle}\" dialog" : "Sluit \"{dialogTitle}\" dialoog", + "Email length is at max (255)" : "E-maillengte is op maximum (255)", "Non-existing tag #{tag}" : "Niet bestaande markering #{tag}", "Restricted" : "Beperkt", "Invisible" : "Onzichtbaar", diff --git a/core/l10n/nl.json b/core/l10n/nl.json index b92ca679009..0f7aae30c05 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -27,6 +27,7 @@ "Your login token is invalid or has expired" : "Je inlogtoken is ongeldig of is vervallen", "This community release of Nextcloud is unsupported and push notifications are limited." : "Deze community release van Nextcloud wordt niet ondersteund en meldingen zijn beperkt", "Login" : "Inloggen", + "Unsupported email length (>255)" : "Niet ondersteunde e-maillengte (>255)", "Password reset is disabled" : "Wachtwoordreset is uitgeschakeld", "Could not reset password because the token is expired" : "Kon wachtwoord niet resetten omdat de token verlopen is", "Could not reset password because the token is invalid" : "Kon wachtwoord niet resetten omdat de token ongeldig is", @@ -49,6 +50,7 @@ "Some of your link shares have been removed" : "Sommige van je gedeelde links zijn verwijderd", "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Door een security-bug moesten we sommige van je gedeelde links verwijderen. Bekijk de link voor meer informatie.", "The account limit of this instance is reached." : "De accountlimiet van deze instantie is bereikt.", + "Enter your subscription key in the support app in order to increase the account limit. This does also grant you all additional benefits that Nextcloud Enterprise offers and is highly recommended for the operation in companies." : "Voer uw abonnementscode in de support-app in om de accountlimiet te verhogen. Dit geeft u ook alle extra voordelen die Nextcloud Enterprise biedt en wordt ten zeerste aanbevolen voor gebruik binnen bedrijven.", "Learn more ↗" : "Meer weten ↗", "Preparing update" : "Update voorbereiden", "[%d / %d]: %s" : "[%d / %d]: %s", @@ -113,6 +115,8 @@ "Wrong login or password." : "Verkeerde login of wachtwoord.", "This account is disabled" : "Dit account is uitgeschakeld", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "We hebben meerdere foutieve inlogverzoeken vanaf jouw IP-adres gedetecteerd. Hierdoor wordt je volgende inlogverzoek 30 seconden uitgesteld.", + "Login with username or email" : "Aanmelden met gebruikersnaam of e-mail", + "Login with username" : "Aanmelden met gebruikersnaam", "Log in with a device" : "Inloggen met een apparaat", "Login or email" : "Login of email", "Your account is not setup for passwordless login." : "Je account is niet ingesteld voor inloggen zonder wachtwoord.", @@ -167,6 +171,7 @@ "Back to login form" : "Terug naar aanmelden", "Back" : "Terug", "Login form is disabled." : "Inlogscherm uitgeschakeld", + "The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Het aanmeldingsformulier van Nextcloud is uitgeschakeld. Gebruik een andere inlogmogelijkheid indien beschikbaar of neem contact op met uw beheerder.", "Edit Profile" : "Wijzig Profiel", "The headline and about sections will show up here" : "De koplijn- en oversectie zal hier verschijnen", "You have not added any info yet" : "Je hebt nog geen info toegevoegd", @@ -239,6 +244,7 @@ "No action available" : "Geen actie beschikbaar", "Error fetching contact actions" : "Fout bij ophalen contact acties", "Close \"{dialogTitle}\" dialog" : "Sluit \"{dialogTitle}\" dialoog", + "Email length is at max (255)" : "E-maillengte is op maximum (255)", "Non-existing tag #{tag}" : "Niet bestaande markering #{tag}", "Restricted" : "Beperkt", "Invisible" : "Onzichtbaar", diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index 5483a3ee12a..656ecb28472 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -23,7 +23,7 @@ OC.L10N.register( "Enterprise bundle" : "Pack pour entreprise", "Groupware bundle" : "Pack Groupware", "Hub bundle" : "Pack Nextcloud Hub", - "Public sector bundle" : "Bundle du secteur public", + "Public sector bundle" : "Pack pour secteur public", "Social sharing bundle" : "Pack pour partage social", "PHP %s or higher is required." : "PHP %s ou supérieur est requis.", "PHP with a version lower than %s is required." : "PHP avec une version antérieure à %s est requis.", diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index 26b2683deed..f3d742e70bf 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -21,7 +21,7 @@ "Enterprise bundle" : "Pack pour entreprise", "Groupware bundle" : "Pack Groupware", "Hub bundle" : "Pack Nextcloud Hub", - "Public sector bundle" : "Bundle du secteur public", + "Public sector bundle" : "Pack pour secteur public", "Social sharing bundle" : "Pack pour partage social", "PHP %s or higher is required." : "PHP %s ou supérieur est requis.", "PHP with a version lower than %s is required." : "PHP avec une version antérieure à %s est requis.",