diff options
Diffstat (limited to 'apps/settings/l10n/zh_TW.json')
-rw-r--r-- | apps/settings/l10n/zh_TW.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index a3053acbe29..16fd64302b0 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.json @@ -209,7 +209,7 @@ "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "有一個或多個 MIME 類型的遷移可用。有時候會新增 MIME 類型以更好地處理特定檔案類型。在較大的站台上遷移 MIME 類型需要較長時間,因此在升級流程中不會自動執行。請使用命令 `occ maintenance:repair --include-expensive` 來執行遷移。", "MySQL row format" : "MySQL 列格式", "You are not using MySQL" : "您並未使用 MySQL", - "_Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic._::_Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s._" : ["部份資料表並未使用 ROW_FORMAT=Dynamic。此格式為 Nextcloud 提供最佳的資料庫效能。請將以下資料表的列格式變更為 Dynamic:%s。"], + "None of your tables use ROW_FORMAT=Compressed" : "您的資料表中並未使用 ROW_FORMAT=Compressed", "MySQL Unicode support" : "MySQL Unicode 支援", "MySQL is used as database and does support 4-byte characters" : "MySQL 用作資料庫並支援 4 位元組字元", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL 用作資料庫但並不支援 4 位元組字元。例如,為了能處理檔案名稱或是留言中的 4 位元組字元(例如表情符號)。建議您啟用 MySQL 中支援 4 位元組字元的功能。", |