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>2021-02-08 05:20:05 +0300
committerNextcloud bot <bot@nextcloud.com>2021-02-08 05:20:05 +0300
commit26a20ed13f782418b37c16681a7ad7a0c8e943b6 (patch)
tree12c2d1810e4e17ea6dd8da711334021b3ec98d84 /core/l10n/zh_HK.js
parent4c0ad08084b666212803c73d8eede9732a7953fa (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/zh_HK.js')
-rw-r--r--core/l10n/zh_HK.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js
index 9bf040ff776..48d5b6e6573 100644
--- a/core/l10n/zh_HK.js
+++ b/core/l10n/zh_HK.js
@@ -88,7 +88,7 @@ OC.L10N.register(
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "無法取得 PHP 中的 \"set_time_limit\" 函式。這可能導致執行過程被終止並造成不完整安裝。我們強烈建議啟用該函式。",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "您的 PHP 並未啟用 FreeType 支援,導致大頭貼產生器和設定界面無法使用。",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "在資料表 \"{tableName}\" 中,找不到索引值 \"{indexName}\" 。",
- "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "資料庫缺少了某些索引值。由於在一個龐大的表中新增索引需要一些時間,因此他們並不會被自動新增。您可執行 \"occ db:add-missing-indices\" 來手動新增那些遺失的索引值。當索引值新增完成後,查詢的速度通常會變得快許多",
+ "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "數據庫缺少某些索引值。 由於將索引添加到大型數據庫表可能需要一段時間,安裝程序因此不會自動添加索引。 您可執行 “occ db:add-missing-indices” 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多",
"Missing primary key on table \"{tableName}\"." : "資料表\"{tableName}\"遺失主鍵。",
"The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "資料庫遺失了一些主鍵,然而添加主鍵這個動作將在肥大的資料庫花費許多時間,故我們將不會自動處理這項問題。藉由執行「occ db:add-missing-primary-keys」手動添加主鍵將能在系統持續運作時修復這個問題。",
"Missing optional column \"{columnName}\" in table \"{tableName}\"." : "資料表 {tableName} 的可選欄位 {columnName} 遺失。",