aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-10-21 00:20:31 +0000
committerNextcloud bot <bot@nextcloud.com>2024-10-21 00:20:31 +0000
commit488055e37e342d2189abf6dc308115e24ad5880a (patch)
tree6085293c740534e8d091e9a6dd409ce5d06c1ae9 /lib
parent64cbf914eb0fb1e793744494e949e1ee64eb9377 (diff)
downloadnextcloud-server-488055e37e342d2189abf6dc308115e24ad5880a.tar.gz
nextcloud-server-488055e37e342d2189abf6dc308115e24ad5880a.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/fr.js33
-rw-r--r--lib/l10n/fr.json33
-rw-r--r--lib/l10n/sk.js7
-rw-r--r--lib/l10n/sk.json7
-rw-r--r--lib/l10n/zh_CN.js5
-rw-r--r--lib/l10n/zh_CN.json5
6 files changed, 80 insertions, 10 deletions
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js
index 320143d7e7b..7e66eec5bb8 100644
--- a/lib/l10n/fr.js
+++ b/lib/l10n/fr.js
@@ -156,15 +156,48 @@ OC.L10N.register(
"%1$s shared »%2$s« with you and wants to add:" : "%1$s a partagé « %2$s » avec vous et souhaite ajouter :",
"%1$s shared »%2$s« with you and wants to add" : "%1$s a partagé « %2$s » avec vous et souhaite ajouter",
"»%s« added a note to a file shared with you" : "%s a ajouté une note à un fichier partagé avec vous",
+ "Passwords are enforced for link and mail shares" : "Les mots de passe sont appliqués pour les partages de liens et de courriers électroniques",
+ "Share recipient is not a valid user" : "Le destinataire du partage n'est pas un utilisateur valide",
+ "Share recipient is not a valid group" : "Le destinataire du partage n'est pas un groupe valide",
+ "Share recipient should be empty" : "Le destinataire du partage doit être vide",
+ "Share recipient should not be empty" : "Le destinataire du partage ne doit pas être vide",
+ "Share recipient is not a valid circle" : "Le destinataire du partage n'est pas un cercle valide",
"Unknown share type" : "Type de partage inconnu",
+ "Share initiator must be set" : "L'initiateur du partage doit être défini",
+ "Cannot share with yourself" : "Je ne peux pas être partager avec vous-même",
+ "Shared path must be set" : "Le chemin partagé doit être défini",
+ "Shared path must be either a file or a folder" : "Le chemin partagé doit être soit un fichier, soit un dossier",
+ "You cannot share your root folder" : "Vous ne pouvez pas partager votre dossier racine",
"You are not allowed to share %s" : "Vous n’êtes pas autorisé à partager %s",
+ "Valid permissions are required for sharing" : "Des autorisations valides sont requises pour le partage",
"Cannot increase permissions of %s" : "Impossible d'augmenter les permissions de %s",
+ "Shares need at least read permissions" : "Les partages nécessitent au moins des autorisations de lecture",
"Files cannot be shared with delete permissions" : "Les fichiers ne peuvent pas être partagés avec les autorisations de suppression",
"Files cannot be shared with create permissions" : "Les fichiers ne peuvent pas être partagés avec les autorisations de création",
"Expiration date is in the past" : "La date d’expiration est dans le passé",
+ "Expiration date is enforced" : "La date d'expiration est appliquée",
"_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Impossible de définir la date d'expiration à dans plus de %n jour","Impossible de définir la date d'expiration à dans plus de %n jours","Impossible de définir la date d'expiration à dans plus de %n jours"],
"Sharing is only allowed with group members" : "Le partage n'est que possible qu'avec les membres du groupe",
"Sharing %s failed, because this item is already shared with the account %s" : "Impossible de partager %s car il est déjà partagé avec le compte %s",
+ "Group sharing is now allowed" : "Le partage de groupe est désormais autorisé",
+ "Sharing is only allowed within your own groups" : "Le partage n'est autorisé qu'au sein de vos propres groupes",
+ "Path is already shared with this group" : "Le chemin est déjà partagé avec ce groupe",
+ "Link sharing is not allowed" : "Le partage de liens n'est pas autorisé",
+ "Public upload is not allowed" : "Le téléversement public n'est pas autorisé",
+ "Path contains files shared with you" : "Le chemin contient des fichiers partagés avec vous",
+ "Sharing is disabled" : "Le partage est désactivé",
+ "Sharing is disabled for you" : "Le partage est désactivé pour vous",
+ "Cannot share with the share owner" : "Impossible de partager avec le propriétaire de l'action",
+ "Share does not have a full ID" : "Le partage n'a pas d'identifiant complet",
+ "Cannot change share type" : "Impossible de changer le type de partage",
+ "Can only update recipient on user shares" : "Impossible de mettre à jour le destinataire uniquement sur les partages utilisateur",
+ "Cannot enable sending the password by Talk with an empty password" : "Impossible d'activer l'envoi du mot de passe par Talk avec un mot de passe vide",
+ "Cannot enable sending the password by Talk without setting a new password" : "Impossible d'activer l'envoi du mot de passe par Talk sans définir un nouveau mot de passe",
+ "Cannot disable sending the password by Talk without setting a new password" : "Impossible de désactiver l'envoi du mot de passe par Talk sans définir un nouveau mot de passe",
+ "Share provider does not support accepting" : "Le fournisseur de partage ne prend pas en charge l'acceptation",
+ "Cannot change target of link share" : "Impossible de modifier la cible du partage de lien",
+ "Invalid share recipient" : "Destinataire du partage non valide",
+ "Group \"%s\" does not exist" : "Le groupe \"%s\" n'existe pas",
"The requested share does not exist anymore" : "Le partage demandé n'existe plus",
"The requested share comes from a disabled user" : "Le partage demandé provient d'un utilisateur désactivé",
"The user was not created because the user limit has been reached. Check your notifications to learn more." : "L'utilisateur n'a pas été créé car la limite du nombre d'utilisateurs a été atteinte. Consultez vos notifications pour en savoir plus.",
diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json
index db4410de6d9..c4feffe3f1e 100644
--- a/lib/l10n/fr.json
+++ b/lib/l10n/fr.json
@@ -154,15 +154,48 @@
"%1$s shared »%2$s« with you and wants to add:" : "%1$s a partagé « %2$s » avec vous et souhaite ajouter :",
"%1$s shared »%2$s« with you and wants to add" : "%1$s a partagé « %2$s » avec vous et souhaite ajouter",
"»%s« added a note to a file shared with you" : "%s a ajouté une note à un fichier partagé avec vous",
+ "Passwords are enforced for link and mail shares" : "Les mots de passe sont appliqués pour les partages de liens et de courriers électroniques",
+ "Share recipient is not a valid user" : "Le destinataire du partage n'est pas un utilisateur valide",
+ "Share recipient is not a valid group" : "Le destinataire du partage n'est pas un groupe valide",
+ "Share recipient should be empty" : "Le destinataire du partage doit être vide",
+ "Share recipient should not be empty" : "Le destinataire du partage ne doit pas être vide",
+ "Share recipient is not a valid circle" : "Le destinataire du partage n'est pas un cercle valide",
"Unknown share type" : "Type de partage inconnu",
+ "Share initiator must be set" : "L'initiateur du partage doit être défini",
+ "Cannot share with yourself" : "Je ne peux pas être partager avec vous-même",
+ "Shared path must be set" : "Le chemin partagé doit être défini",
+ "Shared path must be either a file or a folder" : "Le chemin partagé doit être soit un fichier, soit un dossier",
+ "You cannot share your root folder" : "Vous ne pouvez pas partager votre dossier racine",
"You are not allowed to share %s" : "Vous n’êtes pas autorisé à partager %s",
+ "Valid permissions are required for sharing" : "Des autorisations valides sont requises pour le partage",
"Cannot increase permissions of %s" : "Impossible d'augmenter les permissions de %s",
+ "Shares need at least read permissions" : "Les partages nécessitent au moins des autorisations de lecture",
"Files cannot be shared with delete permissions" : "Les fichiers ne peuvent pas être partagés avec les autorisations de suppression",
"Files cannot be shared with create permissions" : "Les fichiers ne peuvent pas être partagés avec les autorisations de création",
"Expiration date is in the past" : "La date d’expiration est dans le passé",
+ "Expiration date is enforced" : "La date d'expiration est appliquée",
"_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Impossible de définir la date d'expiration à dans plus de %n jour","Impossible de définir la date d'expiration à dans plus de %n jours","Impossible de définir la date d'expiration à dans plus de %n jours"],
"Sharing is only allowed with group members" : "Le partage n'est que possible qu'avec les membres du groupe",
"Sharing %s failed, because this item is already shared with the account %s" : "Impossible de partager %s car il est déjà partagé avec le compte %s",
+ "Group sharing is now allowed" : "Le partage de groupe est désormais autorisé",
+ "Sharing is only allowed within your own groups" : "Le partage n'est autorisé qu'au sein de vos propres groupes",
+ "Path is already shared with this group" : "Le chemin est déjà partagé avec ce groupe",
+ "Link sharing is not allowed" : "Le partage de liens n'est pas autorisé",
+ "Public upload is not allowed" : "Le téléversement public n'est pas autorisé",
+ "Path contains files shared with you" : "Le chemin contient des fichiers partagés avec vous",
+ "Sharing is disabled" : "Le partage est désactivé",
+ "Sharing is disabled for you" : "Le partage est désactivé pour vous",
+ "Cannot share with the share owner" : "Impossible de partager avec le propriétaire de l'action",
+ "Share does not have a full ID" : "Le partage n'a pas d'identifiant complet",
+ "Cannot change share type" : "Impossible de changer le type de partage",
+ "Can only update recipient on user shares" : "Impossible de mettre à jour le destinataire uniquement sur les partages utilisateur",
+ "Cannot enable sending the password by Talk with an empty password" : "Impossible d'activer l'envoi du mot de passe par Talk avec un mot de passe vide",
+ "Cannot enable sending the password by Talk without setting a new password" : "Impossible d'activer l'envoi du mot de passe par Talk sans définir un nouveau mot de passe",
+ "Cannot disable sending the password by Talk without setting a new password" : "Impossible de désactiver l'envoi du mot de passe par Talk sans définir un nouveau mot de passe",
+ "Share provider does not support accepting" : "Le fournisseur de partage ne prend pas en charge l'acceptation",
+ "Cannot change target of link share" : "Impossible de modifier la cible du partage de lien",
+ "Invalid share recipient" : "Destinataire du partage non valide",
+ "Group \"%s\" does not exist" : "Le groupe \"%s\" n'existe pas",
"The requested share does not exist anymore" : "Le partage demandé n'existe plus",
"The requested share comes from a disabled user" : "Le partage demandé provient d'un utilisateur désactivé",
"The user was not created because the user limit has been reached. Check your notifications to learn more." : "L'utilisateur n'a pas été créé car la limite du nombre d'utilisateurs a été atteinte. Consultez vos notifications pour en savoir plus.",
diff --git a/lib/l10n/sk.js b/lib/l10n/sk.js
index 8187e328839..9c85fce4c07 100644
--- a/lib/l10n/sk.js
+++ b/lib/l10n/sk.js
@@ -117,6 +117,7 @@ OC.L10N.register(
"Headline" : "Titul",
"Organisation" : "Organizácia",
"Role" : "Rola",
+ "Pronouns" : "Zámená",
"Unknown account" : "Neznámy účet",
"Additional settings" : "Ďalšie nastavenia",
"Enter the database Login and name for %s" : "Zadajte prihlasovacie meno a názov databázy pre %s",
@@ -135,7 +136,7 @@ OC.L10N.register(
"Set an admin Login." : "Nastaviť prihlasovacie meno administrátora.",
"Set an admin password." : "Zadajte heslo administrátora.",
"Cannot create or write into the data directory %s" : "Nemožno vytvoriť alebo zapisovať do priečinka dát %s",
- "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Backend pre sprístupnenie %s musí implementovať rozhranie OCP\\Share_Backend",
+ "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Backend pre zdieľanie %s musí implementovať rozhranie OCP\\Share_Backend",
"Sharing backend %s not found" : "Backend sprístupnenia %s nebol nájdený",
"Sharing backend for %s not found" : "Backend sprístupnenia pre %s nebol nájdený",
"%1$s shared »%2$s« with you" : "%1$s vám sprístupnil »%2$s«",
@@ -155,7 +156,7 @@ OC.L10N.register(
"_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Nie je možné nastaviť dátum konca platnosti viac ako %s deň v budúcnosti","Nie je možné nastaviť dátum konca platnosti viac ako %s dní v budúcnosti","Nie je možné nastaviť dátum konca platnosti viac ako %s dní v budúcnosti","Nie je možné nastaviť dátum konca platnosti viac ako %s dní v budúcnosti"],
"Sharing is only allowed with group members" : "Zdieľanie je možné iba s členmi skupiny",
"Sharing %s failed, because this item is already shared with the account %s" : "Zdieľanie %s zlyhalo, pretože táto položka už je užívateľovi %s zozdieľaná.",
- "The requested share does not exist anymore" : "Požadované sprístupnenie už neexistuje",
+ "The requested share does not exist anymore" : "Požadované zdieľanie už neexistuje",
"The requested share comes from a disabled user" : "Požadované zdieľanie pochádza od zakázaného užívateľa.",
"The user was not created because the user limit has been reached. Check your notifications to learn more." : "Bol dosiahnutý limit používateľov a používateľ nebol vytvorený. Pozrite sa do upozornení pre viac informácií.",
"Could not find category \"%s\"" : "Nemožno nájsť danú kategóriu \"%s\"",
@@ -291,7 +292,7 @@ OC.L10N.register(
"Oracle username and/or password not valid" : "Používateľské meno a/alebo heslo pre Oracle databázu je neplatné",
"PostgreSQL username and/or password not valid" : "Používateľské meno a/alebo heslo pre PostgreSQL databázu je neplatné",
"Set an admin username." : "Zadajte používateľské meno administrátora.",
- "Sharing %s failed, because this item is already shared with user %s" : "Sprístupnenie %s zlyhalo, táto položka už je používateľovi %s zozdieľaná",
+ "Sharing %s failed, because this item is already shared with user %s" : "Zdieľanie %s zlyhalo, táto položka už je používateľovi %s zozdieľaná",
"The username is already being used" : "Meno používateľa je už použité",
"Could not create user" : "Nepodarilo sa vytvoriť používateľa",
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "V mene užívateľa je možné použiť iba nasledovné znaky: \"a-z\", \"A-Z\", \"0-9\", medzery a \"_.@-'\"",
diff --git a/lib/l10n/sk.json b/lib/l10n/sk.json
index f5e0b995c79..93b4f7d2760 100644
--- a/lib/l10n/sk.json
+++ b/lib/l10n/sk.json
@@ -115,6 +115,7 @@
"Headline" : "Titul",
"Organisation" : "Organizácia",
"Role" : "Rola",
+ "Pronouns" : "Zámená",
"Unknown account" : "Neznámy účet",
"Additional settings" : "Ďalšie nastavenia",
"Enter the database Login and name for %s" : "Zadajte prihlasovacie meno a názov databázy pre %s",
@@ -133,7 +134,7 @@
"Set an admin Login." : "Nastaviť prihlasovacie meno administrátora.",
"Set an admin password." : "Zadajte heslo administrátora.",
"Cannot create or write into the data directory %s" : "Nemožno vytvoriť alebo zapisovať do priečinka dát %s",
- "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Backend pre sprístupnenie %s musí implementovať rozhranie OCP\\Share_Backend",
+ "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Backend pre zdieľanie %s musí implementovať rozhranie OCP\\Share_Backend",
"Sharing backend %s not found" : "Backend sprístupnenia %s nebol nájdený",
"Sharing backend for %s not found" : "Backend sprístupnenia pre %s nebol nájdený",
"%1$s shared »%2$s« with you" : "%1$s vám sprístupnil »%2$s«",
@@ -153,7 +154,7 @@
"_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Nie je možné nastaviť dátum konca platnosti viac ako %s deň v budúcnosti","Nie je možné nastaviť dátum konca platnosti viac ako %s dní v budúcnosti","Nie je možné nastaviť dátum konca platnosti viac ako %s dní v budúcnosti","Nie je možné nastaviť dátum konca platnosti viac ako %s dní v budúcnosti"],
"Sharing is only allowed with group members" : "Zdieľanie je možné iba s členmi skupiny",
"Sharing %s failed, because this item is already shared with the account %s" : "Zdieľanie %s zlyhalo, pretože táto položka už je užívateľovi %s zozdieľaná.",
- "The requested share does not exist anymore" : "Požadované sprístupnenie už neexistuje",
+ "The requested share does not exist anymore" : "Požadované zdieľanie už neexistuje",
"The requested share comes from a disabled user" : "Požadované zdieľanie pochádza od zakázaného užívateľa.",
"The user was not created because the user limit has been reached. Check your notifications to learn more." : "Bol dosiahnutý limit používateľov a používateľ nebol vytvorený. Pozrite sa do upozornení pre viac informácií.",
"Could not find category \"%s\"" : "Nemožno nájsť danú kategóriu \"%s\"",
@@ -289,7 +290,7 @@
"Oracle username and/or password not valid" : "Používateľské meno a/alebo heslo pre Oracle databázu je neplatné",
"PostgreSQL username and/or password not valid" : "Používateľské meno a/alebo heslo pre PostgreSQL databázu je neplatné",
"Set an admin username." : "Zadajte používateľské meno administrátora.",
- "Sharing %s failed, because this item is already shared with user %s" : "Sprístupnenie %s zlyhalo, táto položka už je používateľovi %s zozdieľaná",
+ "Sharing %s failed, because this item is already shared with user %s" : "Zdieľanie %s zlyhalo, táto položka už je používateľovi %s zozdieľaná",
"The username is already being used" : "Meno používateľa je už použité",
"Could not create user" : "Nepodarilo sa vytvoriť používateľa",
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "V mene užívateľa je možné použiť iba nasledovné znaky: \"a-z\", \"A-Z\", \"0-9\", medzery a \"_.@-'\"",
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js
index a073277be6d..e76133354ab 100644
--- a/lib/l10n/zh_CN.js
+++ b/lib/l10n/zh_CN.js
@@ -123,6 +123,7 @@ OC.L10N.register(
"Headline" : "标题",
"Organisation" : "组织",
"Role" : "角色",
+ "Pronouns" : "称号",
"Unknown account" : "未知帐户",
"Additional settings" : "其他设置",
"Enter the database Login and name for %s" : "输入 %s 的数据库登录名和名称",
@@ -151,7 +152,7 @@ OC.L10N.register(
"%1$s via %2$s" : "%1$s 通过 %2$s",
"%1$s shared »%2$s« with you and wants to add:" : "%1$s 与您共享了 »%2$s« 并希望添加:",
"%1$s shared »%2$s« with you and wants to add" : "%1$s 与您共享了 »%2$s« 并希望添加",
- "»%s« added a note to a file shared with you" : "»%s« 在与您共享的文件中添加了备注",
+ "»%s« added a note to a file shared with you" : "»%s« 在与你共享的文件中添加了备注",
"Passwords are enforced for link and mail shares" : "链接和邮件共享必须使用密码",
"Unknown share type" : "未知共享类型",
"Cannot share with yourself" : "无法与自己分享",
@@ -171,7 +172,7 @@ OC.L10N.register(
"Path is already shared with this group" : "路径已与此群组共享",
"Link sharing is not allowed" : "不允许共享链接",
"Public upload is not allowed" : "不允许公开上传",
- "Path contains files shared with you" : "路径包含与您共享的文件",
+ "Path contains files shared with you" : "路径包含与你共享的文件",
"Sharing is disabled" : "共享已禁用",
"Sharing is disabled for you" : "已为您禁用共享",
"Cannot share with the share owner" : "无法与共享所有者共享",
diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json
index 4360f8eae3d..cdee4bc470d 100644
--- a/lib/l10n/zh_CN.json
+++ b/lib/l10n/zh_CN.json
@@ -121,6 +121,7 @@
"Headline" : "标题",
"Organisation" : "组织",
"Role" : "角色",
+ "Pronouns" : "称号",
"Unknown account" : "未知帐户",
"Additional settings" : "其他设置",
"Enter the database Login and name for %s" : "输入 %s 的数据库登录名和名称",
@@ -149,7 +150,7 @@
"%1$s via %2$s" : "%1$s 通过 %2$s",
"%1$s shared »%2$s« with you and wants to add:" : "%1$s 与您共享了 »%2$s« 并希望添加:",
"%1$s shared »%2$s« with you and wants to add" : "%1$s 与您共享了 »%2$s« 并希望添加",
- "»%s« added a note to a file shared with you" : "»%s« 在与您共享的文件中添加了备注",
+ "»%s« added a note to a file shared with you" : "»%s« 在与你共享的文件中添加了备注",
"Passwords are enforced for link and mail shares" : "链接和邮件共享必须使用密码",
"Unknown share type" : "未知共享类型",
"Cannot share with yourself" : "无法与自己分享",
@@ -169,7 +170,7 @@
"Path is already shared with this group" : "路径已与此群组共享",
"Link sharing is not allowed" : "不允许共享链接",
"Public upload is not allowed" : "不允许公开上传",
- "Path contains files shared with you" : "路径包含与您共享的文件",
+ "Path contains files shared with you" : "路径包含与你共享的文件",
"Sharing is disabled" : "共享已禁用",
"Sharing is disabled for you" : "已为您禁用共享",
"Cannot share with the share owner" : "无法与共享所有者共享",