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
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-03-14 05:27:10 +0300
committerNextcloud bot <bot@nextcloud.com>2022-03-14 05:27:10 +0300
commit4e96db86080aa5e85bb6bec139c7f3f5259f2628 (patch)
tree45fb8742add2432b72ca7df9fbf929bc0ab3f1fa
parent3e067edcbe80797a70118f613ac4b752ce512992 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--apps/dav/l10n/fr.js2
-rw-r--r--apps/dav/l10n/fr.json2
-rw-r--r--apps/dav/l10n/zh_TW.js1
-rw-r--r--apps/dav/l10n/zh_TW.json1
-rw-r--r--apps/settings/l10n/zh_HK.js1
-rw-r--r--apps/settings/l10n/zh_HK.json1
-rw-r--r--apps/settings/l10n/zh_TW.js1
-rw-r--r--apps/settings/l10n/zh_TW.json1
-rw-r--r--core/l10n/zh_TW.js1
-rw-r--r--core/l10n/zh_TW.json1
-rw-r--r--lib/l10n/fr.js10
-rw-r--r--lib/l10n/fr.json10
12 files changed, 32 insertions, 0 deletions
diff --git a/apps/dav/l10n/fr.js b/apps/dav/l10n/fr.js
index b626481677f..e6e9c8bbd79 100644
--- a/apps/dav/l10n/fr.js
+++ b/apps/dav/l10n/fr.js
@@ -119,6 +119,8 @@ OC.L10N.register(
"Encryption not ready: %1$s" : "Encryption pas prête : %1$s",
"Failed to open file: %1$s" : "Échec à l'ouverture du fichier : %1$s",
"Failed to unlink: %1$s" : "Échec à la suppression :%1$s",
+ "Invalid chunk name" : "Nom de morceau invalide",
+ "Could not rename part file assembled from chunks" : "Impossible de renommer le fichier partiel à partir des morceaux",
"Failed to write file contents: %1$s" : "Échec à l'écriture du contenu du fichier : %1$s",
"File not found: %1$s" : "Fichier non trouvé : %1$s",
"System is in maintenance mode." : "Le système est en mode maintenance.",
diff --git a/apps/dav/l10n/fr.json b/apps/dav/l10n/fr.json
index 4d4cc4d950a..4d1d1aabad2 100644
--- a/apps/dav/l10n/fr.json
+++ b/apps/dav/l10n/fr.json
@@ -117,6 +117,8 @@
"Encryption not ready: %1$s" : "Encryption pas prête : %1$s",
"Failed to open file: %1$s" : "Échec à l'ouverture du fichier : %1$s",
"Failed to unlink: %1$s" : "Échec à la suppression :%1$s",
+ "Invalid chunk name" : "Nom de morceau invalide",
+ "Could not rename part file assembled from chunks" : "Impossible de renommer le fichier partiel à partir des morceaux",
"Failed to write file contents: %1$s" : "Échec à l'écriture du contenu du fichier : %1$s",
"File not found: %1$s" : "Fichier non trouvé : %1$s",
"System is in maintenance mode." : "Le système est en mode maintenance.",
diff --git a/apps/dav/l10n/zh_TW.js b/apps/dav/l10n/zh_TW.js
index 7fabb2b7ba0..ce92e4c6169 100644
--- a/apps/dav/l10n/zh_TW.js
+++ b/apps/dav/l10n/zh_TW.js
@@ -136,6 +136,7 @@ OC.L10N.register(
"Completed on %s" : "完成於 %s",
"Due on %s by %s" : "到期於 %s 由 %s",
"Due on %s" : "到期於 %s",
+ "Migrated calendar (%1$s)" : "已導入的行事曆 (%1$s)",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV 端點",
"Availability" : "可用性",
diff --git a/apps/dav/l10n/zh_TW.json b/apps/dav/l10n/zh_TW.json
index 2d4a11a2edb..adad17daf36 100644
--- a/apps/dav/l10n/zh_TW.json
+++ b/apps/dav/l10n/zh_TW.json
@@ -134,6 +134,7 @@
"Completed on %s" : "完成於 %s",
"Due on %s by %s" : "到期於 %s 由 %s",
"Due on %s" : "到期於 %s",
+ "Migrated calendar (%1$s)" : "已導入的行事曆 (%1$s)",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV 端點",
"Availability" : "可用性",
diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js
index 6793320569d..e5833445f94 100644
--- a/apps/settings/l10n/zh_HK.js
+++ b/apps/settings/l10n/zh_HK.js
@@ -43,6 +43,7 @@ OC.L10N.register(
"You changed your email address" : "您已更改您的電郵地址",
"Your email address was changed by an administrator" : "管理員已更改您的電郵地址",
"You created app password \"{token}\"" : "您建立了應用程式密碼「{token}」",
+ "An administrator created app password \"{token}\"" : "管理員建立了應用程式密碼「{token}」",
"You deleted app password \"{token}\"" : "您刪除了應用程式密碼「{token}」",
"You renamed app password \"{token}\" to \"{newToken}\"" : "您已將應用程式密碼「{token}」重新命名為「{newToken}」",
"You granted filesystem access to app password \"{token}\"" : "您授予了應用程式密碼「{token}」檔案系統的存取權限",
diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json
index f26b4325f64..3c492c1f7b5 100644
--- a/apps/settings/l10n/zh_HK.json
+++ b/apps/settings/l10n/zh_HK.json
@@ -41,6 +41,7 @@
"You changed your email address" : "您已更改您的電郵地址",
"Your email address was changed by an administrator" : "管理員已更改您的電郵地址",
"You created app password \"{token}\"" : "您建立了應用程式密碼「{token}」",
+ "An administrator created app password \"{token}\"" : "管理員建立了應用程式密碼「{token}」",
"You deleted app password \"{token}\"" : "您刪除了應用程式密碼「{token}」",
"You renamed app password \"{token}\" to \"{newToken}\"" : "您已將應用程式密碼「{token}」重新命名為「{newToken}」",
"You granted filesystem access to app password \"{token}\"" : "您授予了應用程式密碼「{token}」檔案系統的存取權限",
diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js
index e41c4ba57ea..d1ed4931c0c 100644
--- a/apps/settings/l10n/zh_TW.js
+++ b/apps/settings/l10n/zh_TW.js
@@ -43,6 +43,7 @@ OC.L10N.register(
"You changed your email address" : "您已更改您的電子郵件地址",
"Your email address was changed by an administrator" : "您的電子郵件已被管理員變更",
"You created app password \"{token}\"" : "您建立了應用程式密碼「{token}」",
+ "An administrator created app password \"{token}\"" : "管理員建立了應用程式密碼「{token}」",
"You deleted app password \"{token}\"" : "您刪除了應用程式密碼「{token}」",
"You renamed app password \"{token}\" to \"{newToken}\"" : "您已將應用程式密碼「{token}」重新命名為「{newToken}」",
"You granted filesystem access to app password \"{token}\"" : "您授予了應用程式密碼「{token}」檔案系統的存取權限",
diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json
index 221112f058f..0e26a42d62e 100644
--- a/apps/settings/l10n/zh_TW.json
+++ b/apps/settings/l10n/zh_TW.json
@@ -41,6 +41,7 @@
"You changed your email address" : "您已更改您的電子郵件地址",
"Your email address was changed by an administrator" : "您的電子郵件已被管理員變更",
"You created app password \"{token}\"" : "您建立了應用程式密碼「{token}」",
+ "An administrator created app password \"{token}\"" : "管理員建立了應用程式密碼「{token}」",
"You deleted app password \"{token}\"" : "您刪除了應用程式密碼「{token}」",
"You renamed app password \"{token}\" to \"{newToken}\"" : "您已將應用程式密碼「{token}」重新命名為「{newToken}」",
"You granted filesystem access to app password \"{token}\"" : "您授予了應用程式密碼「{token}」檔案系統的存取權限",
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js
index 48a7eb4b66d..6ca8e29480f 100644
--- a/core/l10n/zh_TW.js
+++ b/core/l10n/zh_TW.js
@@ -74,6 +74,7 @@ OC.L10N.register(
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "您的資料庫並未使用 \"READ COMMITTED\" 的交易隔離等級。當有多個行為平行進行時,這可能會造成問題。",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "未偵測到 PHP 模組 \"fileinfo\"。強烈建議啟用這個模組,以取得最好的 MIME 檔案類型偵測支援。",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題,請參考{linkstart}文件 ↗{linkend}來了解更多的資訊。",
+ "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"{suggestedOverwriteCliURL}\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "請確定將 config.php 檔案中的 \"overwrite.cli.url\" 選項設定為您的使用者主要用於存取此 Nextcloud 的 URL。建議:\"{suggestedOverwriteCliURL}\"。否則,透過 cron 產生的 URL 可能會出現問題。(不過,建議的 URL 可能不是您的使用者主要用於存取此 Nextcloud 的 URL。最好是仔細檢查以防萬一。)",
"Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "你並未設定手機國際冠碼。設定後使用者在個人檔案設定手機號碼時不必再輸入國際冠碼。若要這樣做,請新增「default_phone_region」於設定檔,允許的國家及地區請參閱 {linkstart}ISO 3166-1 code ↗{linkend} 清單。",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : " 無法透過 CLI 來執行排程工作,發生以下技術性錯誤:",
"Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "上次背景工作是於 {relativeTime} 前執行,似乎很久沒有執行了,有點問題。{linkstart}請檢查背景工作設定 ↗{linkend}。",
diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json
index 8ad1dddff0d..d5714fcb074 100644
--- a/core/l10n/zh_TW.json
+++ b/core/l10n/zh_TW.json
@@ -72,6 +72,7 @@
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "您的資料庫並未使用 \"READ COMMITTED\" 的交易隔離等級。當有多個行為平行進行時,這可能會造成問題。",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "未偵測到 PHP 模組 \"fileinfo\"。強烈建議啟用這個模組,以取得最好的 MIME 檔案類型偵測支援。",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題,請參考{linkstart}文件 ↗{linkend}來了解更多的資訊。",
+ "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"{suggestedOverwriteCliURL}\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "請確定將 config.php 檔案中的 \"overwrite.cli.url\" 選項設定為您的使用者主要用於存取此 Nextcloud 的 URL。建議:\"{suggestedOverwriteCliURL}\"。否則,透過 cron 產生的 URL 可能會出現問題。(不過,建議的 URL 可能不是您的使用者主要用於存取此 Nextcloud 的 URL。最好是仔細檢查以防萬一。)",
"Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "你並未設定手機國際冠碼。設定後使用者在個人檔案設定手機號碼時不必再輸入國際冠碼。若要這樣做,請新增「default_phone_region」於設定檔,允許的國家及地區請參閱 {linkstart}ISO 3166-1 code ↗{linkend} 清單。",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : " 無法透過 CLI 來執行排程工作,發生以下技術性錯誤:",
"Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "上次背景工作是於 {relativeTime} 前執行,似乎很久沒有執行了,有點問題。{linkstart}請檢查背景工作設定 ↗{linkend}。",
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js
index 0f739c6c12a..43a9d004886 100644
--- a/lib/l10n/fr.js
+++ b/lib/l10n/fr.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"lib",
{
"Cannot write into \"config\" directory!" : "Impossible d’écrire dans le répertoire « config » !",
+ "This can usually be fixed by giving the web server write access to the config directory." : "Ce problème est généralement résolu en donnant au serveur web un accès en écriture au répertoire de configuration.",
"But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Ou, si vous préférez conserver le fichier config.php en lecture seule, définissez l'option \"config_is_read_only\" sur true.",
"See %s" : "Voir %s",
"The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Les fichiers de l'application %1$s n'ont pas été remplacés correctement. Veuillez vérifier que c'est une version compatible avec le serveur.",
@@ -211,7 +212,11 @@ OC.L10N.register(
"Authentication error" : "Erreur d'authentification",
"Token expired. Please reload page." : "La session a expiré. Veuillez recharger la page.",
"No database drivers (sqlite, mysql, or postgresql) installed." : "Aucun pilote de base de données n’est installé (sqlite, mysql ou postgresql).",
+ "Cannot write into \"config\" directory." : "Impossible d’écrire dans le répertoire \"config\".",
+ "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Ce problème est généralement résolu en donnant au serveur web un accès en écriture au répertoire \"config\". Voir %s",
"Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Ou, si vous préférez conserver le fichier config.php en lecture seule, définissez l'option \"config_is_read_only\" sur true. Voir %s",
+ "Cannot create \"data\" directory." : "Impossible de créer le dossier \"data\".",
+ "Your data directory is not writable." : "Votre répertoire des données n'est pas accessible en écriture.",
"PHP module %s not installed." : "Le module PHP %s n’est pas installé.",
"Please ask your server administrator to install the module." : "Veuillez demander à votre administrateur d’installer le module.",
"PHP setting \"%s\" is not set to \"%s\"." : "Le paramètre PHP \"%s\" n'est pas \"%s\".",
@@ -223,7 +228,12 @@ OC.L10N.register(
"PHP modules have been installed, but they are still listed as missing?" : "Les modules PHP ont été installés mais sont toujours indiqués comme manquants ?",
"Please ask your server administrator to restart the web server." : "Veuillez demander à votre administrateur serveur de redémarrer le serveur web.",
"PostgreSQL >= 9 required." : "PostgreSQL >= 9 requis.",
+ "Please upgrade your database version." : "Veuillez mettre à jour votre gestionnaire de base de données.",
+ "Your data directory is readable by other users." : "Votre répertoire est lisible par d'autres utilisateurs.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Veuillez changer les permissions du répertoire en mode 0770 afin que son contenu ne puisse pas être listé par les autres utilisateurs.",
+ "Your data directory must be an absolute path." : "Le chemin de votre répertoire doit être un chemin absolu.",
+ "Check the value of \"datadirectory\" in your configuration." : "Verifiez la valeur de \"datadirectory\" dans votre configuration.",
+ "Your data directory is invalid." : "Votre répertoire des données n'est pas valide.",
"Ensure there is a file called \".ocdata\" in the root of the data directory." : "Assurez-vous que le répertoire de données contient un fichier \".ocdata\" à sa racine.",
"Action \"%s\" not supported or implemented." : "Action \"%s\" non supportée ou implémentée.",
"Authentication failed, wrong token or provider ID given" : "Échec de l'authentification, jeton erroné ou identification du fournisseur donnée",
diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json
index 526e597d627..8b31eccae6f 100644
--- a/lib/l10n/fr.json
+++ b/lib/l10n/fr.json
@@ -1,5 +1,6 @@
{ "translations": {
"Cannot write into \"config\" directory!" : "Impossible d’écrire dans le répertoire « config » !",
+ "This can usually be fixed by giving the web server write access to the config directory." : "Ce problème est généralement résolu en donnant au serveur web un accès en écriture au répertoire de configuration.",
"But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Ou, si vous préférez conserver le fichier config.php en lecture seule, définissez l'option \"config_is_read_only\" sur true.",
"See %s" : "Voir %s",
"The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Les fichiers de l'application %1$s n'ont pas été remplacés correctement. Veuillez vérifier que c'est une version compatible avec le serveur.",
@@ -209,7 +210,11 @@
"Authentication error" : "Erreur d'authentification",
"Token expired. Please reload page." : "La session a expiré. Veuillez recharger la page.",
"No database drivers (sqlite, mysql, or postgresql) installed." : "Aucun pilote de base de données n’est installé (sqlite, mysql ou postgresql).",
+ "Cannot write into \"config\" directory." : "Impossible d’écrire dans le répertoire \"config\".",
+ "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Ce problème est généralement résolu en donnant au serveur web un accès en écriture au répertoire \"config\". Voir %s",
"Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Ou, si vous préférez conserver le fichier config.php en lecture seule, définissez l'option \"config_is_read_only\" sur true. Voir %s",
+ "Cannot create \"data\" directory." : "Impossible de créer le dossier \"data\".",
+ "Your data directory is not writable." : "Votre répertoire des données n'est pas accessible en écriture.",
"PHP module %s not installed." : "Le module PHP %s n’est pas installé.",
"Please ask your server administrator to install the module." : "Veuillez demander à votre administrateur d’installer le module.",
"PHP setting \"%s\" is not set to \"%s\"." : "Le paramètre PHP \"%s\" n'est pas \"%s\".",
@@ -221,7 +226,12 @@
"PHP modules have been installed, but they are still listed as missing?" : "Les modules PHP ont été installés mais sont toujours indiqués comme manquants ?",
"Please ask your server administrator to restart the web server." : "Veuillez demander à votre administrateur serveur de redémarrer le serveur web.",
"PostgreSQL >= 9 required." : "PostgreSQL >= 9 requis.",
+ "Please upgrade your database version." : "Veuillez mettre à jour votre gestionnaire de base de données.",
+ "Your data directory is readable by other users." : "Votre répertoire est lisible par d'autres utilisateurs.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Veuillez changer les permissions du répertoire en mode 0770 afin que son contenu ne puisse pas être listé par les autres utilisateurs.",
+ "Your data directory must be an absolute path." : "Le chemin de votre répertoire doit être un chemin absolu.",
+ "Check the value of \"datadirectory\" in your configuration." : "Verifiez la valeur de \"datadirectory\" dans votre configuration.",
+ "Your data directory is invalid." : "Votre répertoire des données n'est pas valide.",
"Ensure there is a file called \".ocdata\" in the root of the data directory." : "Assurez-vous que le répertoire de données contient un fichier \".ocdata\" à sa racine.",
"Action \"%s\" not supported or implemented." : "Action \"%s\" non supportée ou implémentée.",
"Authentication failed, wrong token or provider ID given" : "Échec de l'authentification, jeton erroné ou identification du fournisseur donnée",