diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-06-17 02:25:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-06-17 02:25:48 +0000 |
commit | 78bfaeaa0e2c13e74f1c906e8eaea615a73463b2 (patch) | |
tree | 18c8557cc67a86ddfad4d4d8cbca8131a322b13a /lib/l10n/zh_HK.js | |
parent | f8add9d82fb13c6e188ee9c5460fd33d8770b8ad (diff) | |
download | nextcloud-server-78bfaeaa0e2c13e74f1c906e8eaea615a73463b2.tar.gz nextcloud-server-78bfaeaa0e2c13e74f1c906e8eaea615a73463b2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_HK.js')
-rw-r--r-- | lib/l10n/zh_HK.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js index cc7164445a2..574176407a8 100644 --- a/lib/l10n/zh_HK.js +++ b/lib/l10n/zh_HK.js @@ -2,11 +2,8 @@ OC.L10N.register( "lib", { "Cannot write into \"config\" directory!" : "無法寫入 \"config\" 目錄!", - "This can usually be fixed by giving the webserver write access to the config directory" : "允許網頁伺服器寫入 \"config\" 目錄通常可以解決這個問題", - "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "或者,如果您比較希望保留 config.php 的唯讀狀態,請在該設定檔中將 \"config_is_read_only\" 設定為 true。", - "See %s" : "見 %s", "This can usually be fixed by giving the webserver write access to the config directory." : "允許網頁伺服器寫入 \"config\" 目錄通常可以解決這個問題", - "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "或者,如果您比較希望保留 config.php 的唯讀狀態,請在該設定檔中將 \"config_is_read_only\" 設定為 true。見%s", + "See %s" : "見 %s", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "應用程式 %1$s 中的檔案沒有被正確取代,請確認它的版本與伺服器相容。", "Sample configuration detected" : "您目前正在使用範例設定", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "您似乎直接複製了範例設定來使用,這樣的安裝很可能會無法運作,請閱讀說明文件後對 config.php 進行適當的修改", @@ -194,6 +191,7 @@ OC.L10N.register( "No database drivers (sqlite, mysql, or postgresql) installed." : "沒有安裝數據庫驅動程式(sqlite, mysql, 或 postgresql)", "Cannot write into \"config\" directory" : "無法寫入 config 目錄", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "允許網頁伺服器寫入 \"config\" 目錄通常可以解決這個問題,詳見 %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" : "或者,如果您比較希望保留 config.php 的唯讀狀態,請在該設定檔中將 \"config_is_read_only\" 設定為 true。見%s", "Cannot write into \"apps\" directory" : "無法寫入 apps 目錄", "This can usually be fixed by giving the webserver write access to the apps directory or disabling the App Store in the config file." : "這通常可以通過授予網絡服務器對應用程式目錄的寫存取權限或在配置檔案中禁用 App Store 來解決。", "Cannot create \"data\" directory" : "無法建立 \"data\" 目錄", @@ -232,6 +230,8 @@ OC.L10N.register( "Storage connection error. %s" : "儲存空間連線錯誤。%s", "Storage is temporarily not available" : "儲存空間暫時無法使用", "Storage connection timeout. %s" : "儲存空間連線逾時。%s", + "This can usually be fixed by giving the webserver write access to the config directory" : "允許網頁伺服器寫入 \"config\" 目錄通常可以解決這個問題", + "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "或者,如果您比較希望保留 config.php 的唯讀狀態,請在該設定檔中將 \"config_is_read_only\" 設定為 true。", "Following databases are supported: %s" : "支援下列數據庫: %s", "Following platforms are supported: %s" : "支援下列平台: %s", "Can't create or write into the data directory %s" : "無法建立或寫入資料目錄 %s", |