From c025874e720b4357bc99ba813f5bb932b38ee0c7 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 3 May 2022 02:28:53 +0000 Subject: [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- apps/settings/l10n/de.js | 2 +- apps/settings/l10n/de.json | 2 +- apps/settings/l10n/zh_TW.js | 1 + apps/settings/l10n/zh_TW.json | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) (limited to 'apps/settings') diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index bf65da0fad1..eda12a47de5 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -96,7 +96,7 @@ OC.L10N.register( "Your email address on %s was changed." : "Deine E-Mail-Adresse auf %s wurde geändert.", "Your email address on %s was changed by an administrator." : "Deine E-Mail-Adresse auf %s wurde von einem Administrator geändert.", "Email address for %1$s changed on %2$s" : "E-Mail-Adresse für %1$s geändert auf %2$s", - "Email address changed for %s" : "Die E-Mail-Adresse für %swurde geändert", + "Email address changed for %s" : "Die E-Mail-Adresse für %s wurde geändert", "The new email address is %s" : "Die neue E-Mail-Adresse lautet %s", "Your %s account was created" : "Dein %s-Konto wurde erstellt", "Welcome aboard" : "Willkommen an Bord", diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json index 6d8d025912e..d6565162d25 100644 --- a/apps/settings/l10n/de.json +++ b/apps/settings/l10n/de.json @@ -94,7 +94,7 @@ "Your email address on %s was changed." : "Deine E-Mail-Adresse auf %s wurde geändert.", "Your email address on %s was changed by an administrator." : "Deine E-Mail-Adresse auf %s wurde von einem Administrator geändert.", "Email address for %1$s changed on %2$s" : "E-Mail-Adresse für %1$s geändert auf %2$s", - "Email address changed for %s" : "Die E-Mail-Adresse für %swurde geändert", + "Email address changed for %s" : "Die E-Mail-Adresse für %s wurde geändert", "The new email address is %s" : "Die neue E-Mail-Adresse lautet %s", "Your %s account was created" : "Dein %s-Konto wurde erstellt", "Welcome aboard" : "Willkommen an Bord", diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index 68bf790c603..d7dbb9e63c4 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -72,6 +72,7 @@ OC.L10N.register( "OPcache is configured to remove code comments. With OPcache enabled, opcache.save_comments=1 must be set for Nextcloud to function." : "OPcache 被設定為移除程式碼註釋。啟用 OPcache 後,必須設定 opcache.save_comments=1 才能讓 Nextcloud 正常運作。", "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with opcache.restrict_api or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud 不被允許使用 OPcache API。啟用 OPcache 後,強烈建議使用 opcache.restrict_api 包含所有 Nextcloud 目錄,或是關閉此設定以停用 OPcache API 限制,以避免在 Nextcloud 核心或應用程式升級期間發生錯誤。", "Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with opcache.restrict_api or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud 不被允許使用 OPcache API。強烈建議使用 opcache.restrict_api 包含所有 Nextcloud 目錄,或是關閉此設定以停用 OPcache API 限制,以避免在 Nextcloud 核心或應用程式升級期間發生錯誤。", + "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply opcache.max_accelerated_files to your PHP configuration with a value higher than %s." : "幾乎超過了 OPcache 鍵的最大數量。為確保幾乎所有指令稿都可以保留在快取中,建議在您的 PHP 設定中的 opcache.max_accelerated_files 套用高於 %s 的值。", "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply opcache.memory_consumption to your PHP configuration with a value higher than %s." : "OPcache 緩衝區幾乎快滿了。為確保所有指令稿都可以保留在快取中,建議在您的 PHP 設定中的 opcache.memory_consumption 套用高於 %s 的值。", "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than %s." : "OPcache 內部字串緩衝區幾乎快滿了。為確保可以有效快取重複字串,建議在您的 PHP 設定中的 opcache.interned_strings_buffer 套用高於 %s 的值。", "Invalid SMTP password." : "無效的 SMTP 密碼", diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index a8eebee535a..38cd66b2f6d 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.json @@ -70,6 +70,7 @@ "OPcache is configured to remove code comments. With OPcache enabled, opcache.save_comments=1 must be set for Nextcloud to function." : "OPcache 被設定為移除程式碼註釋。啟用 OPcache 後,必須設定 opcache.save_comments=1 才能讓 Nextcloud 正常運作。", "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with opcache.restrict_api or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud 不被允許使用 OPcache API。啟用 OPcache 後,強烈建議使用 opcache.restrict_api 包含所有 Nextcloud 目錄,或是關閉此設定以停用 OPcache API 限制,以避免在 Nextcloud 核心或應用程式升級期間發生錯誤。", "Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with opcache.restrict_api or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud 不被允許使用 OPcache API。強烈建議使用 opcache.restrict_api 包含所有 Nextcloud 目錄,或是關閉此設定以停用 OPcache API 限制,以避免在 Nextcloud 核心或應用程式升級期間發生錯誤。", + "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply opcache.max_accelerated_files to your PHP configuration with a value higher than %s." : "幾乎超過了 OPcache 鍵的最大數量。為確保幾乎所有指令稿都可以保留在快取中,建議在您的 PHP 設定中的 opcache.max_accelerated_files 套用高於 %s 的值。", "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply opcache.memory_consumption to your PHP configuration with a value higher than %s." : "OPcache 緩衝區幾乎快滿了。為確保所有指令稿都可以保留在快取中,建議在您的 PHP 設定中的 opcache.memory_consumption 套用高於 %s 的值。", "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than %s." : "OPcache 內部字串緩衝區幾乎快滿了。為確保可以有效快取重複字串,建議在您的 PHP 設定中的 opcache.interned_strings_buffer 套用高於 %s 的值。", "Invalid SMTP password." : "無效的 SMTP 密碼", -- cgit v1.2.3