From 21fee19452410817d26b6caebd0a91b5968b0a44 Mon Sep 17 00:00:00 2001 From: chiyi4488 Date: Mon, 31 Dec 2018 22:40:09 +0800 Subject: ncp-web: new chinese translate and update chinese translate. (#721) --- etc/ncp-config.d/l10n/nc-autoupdate-nc/zh.json | 2 +- etc/ncp-config.d/l10n/nc-database/zh.json | 6 +++--- etc/ncp-config.d/l10n/nc-datadir/zh.json | 4 ++-- etc/ncp-config.d/l10n/nc-hdd-monitor/zh.json | 8 ++++++++ etc/ncp-config.d/l10n/nc-hdd-test/zh.json | 6 ++++++ etc/ncp-config.d/l10n/nc-restore/zh.json | 2 +- etc/ncp-config.d/l10n/nc-static-IP/zh.json | 2 +- 7 files changed, 22 insertions(+), 8 deletions(-) create mode 100644 etc/ncp-config.d/l10n/nc-hdd-monitor/zh.json create mode 100644 etc/ncp-config.d/l10n/nc-hdd-test/zh.json diff --git a/etc/ncp-config.d/l10n/nc-autoupdate-nc/zh.json b/etc/ncp-config.d/l10n/nc-autoupdate-nc/zh.json index 7c52386f..059967e0 100644 --- a/etc/ncp-config.d/l10n/nc-autoupdate-nc/zh.json +++ b/etc/ncp-config.d/l10n/nc-autoupdate-nc/zh.json @@ -1,7 +1,7 @@ { "translations":{ "ACTIVE":"開啟", - "NOTIFYUSER":"提示使用者", + "NOTIFYUSER":"提醒用戶", "Automatically apply Nextcloud updates":"自動更新Nextcloud", "nc-autoupdate-nc":"自動更新NC" } diff --git a/etc/ncp-config.d/l10n/nc-database/zh.json b/etc/ncp-config.d/l10n/nc-database/zh.json index 6674fb3a..d833bfbc 100644 --- a/etc/ncp-config.d/l10n/nc-database/zh.json +++ b/etc/ncp-config.d/l10n/nc-database/zh.json @@ -1,8 +1,8 @@ { "translations":{ - "DBDIR":"資料庫資料夾", - "Move your database to a new location, like a USB drive":"移動資料庫到新的位置(USB)", - "Note that non Unix filesystems such as NTFS are not supported\nbecause they do not provide a compatible user/permissions system\n\nYou need to use a USB drive that is permanently on and is responsive \nor the database will fail.\n\n** If it ever fails with a white page, move the database back to the SD **":"NextcloudPi不支持非Unix文件系統(如NTFS)的外接儲存空間。\n**若移動失敗,我們會將數據庫移回SD **", + "DBDIR":"位置", + "This utility allows you to move your database to a new location, like an external USB drive.":"移動資料庫到新的位置(USB)", + "Note that non Unix filesystems such as NTFS are not supported\nbecause they do not provide a compatible user/permissions system.\n\nYou need to use a USB drive that is permanently on and is responsive \nor the database will fail.\n\nPlease note that the default location, when first installed is /var/lib/mysql/. \nMove it to the desired location by editing the DBDIR= field, the one shown is an example.\n\n** If it ever fails with a white page, move the database back to the SD **":"NextcloudPi不支持非Unix文件系統(如NTFS)的外接儲存空間\n建議您使用讀取快速且運作時間長的外接儲存空間,否則資料庫將無法運作\n請注意,系統默認資料庫的位置為 /var/lib/mysql/ \n**若移動失敗,我們會將數據庫移回SD **", "nc-database":"移動資料庫" } } diff --git a/etc/ncp-config.d/l10n/nc-datadir/zh.json b/etc/ncp-config.d/l10n/nc-datadir/zh.json index e6684076..cf010ecd 100644 --- a/etc/ncp-config.d/l10n/nc-datadir/zh.json +++ b/etc/ncp-config.d/l10n/nc-datadir/zh.json @@ -1,8 +1,8 @@ { "translations":{ "DATADIR":"數據資料儲存資料夾", - "Change your data dir to a new location, like a USB drive":"移動Nextcloud用戶數據資料夾(USB)", - "Note that non Unix filesystems such as NTFS are not supported\nbecause they do not provide a compatible user/permissions system":"**移動的目錄不能為非Unix文件系統格式(NTFS)**", + "Change your data dir to a new location, like an external USB drive":"移動Nextcloud用戶數據資料夾(USB)", + "Note that non Unix filesystems such as NTFS are not supported\nbecause they do not provide a compatible user/permissions system.\nAlso please note that the default location, when first installed is /var/www/nextcloud/data. \nMove it to the desired location by editing the DATADIR= field, the PATH shown is an example.":"NextcloudPi不支持非Unix文件系統(如NTFS)的外接儲存空間\n建議您使用讀取快速且運作時間長的外接儲存空間,否則資料庫將無法運作\n請注意,系統默認資料庫的位置為 /var/www/nextcloud/data\n**若移動失敗,我們會將數據庫移回SD**", "nc-datadir":"移動用戶資料夾(NC)" } } diff --git a/etc/ncp-config.d/l10n/nc-hdd-monitor/zh.json b/etc/ncp-config.d/l10n/nc-hdd-monitor/zh.json new file mode 100644 index 00000000..bd947b37 --- /dev/null +++ b/etc/ncp-config.d/l10n/nc-hdd-monitor/zh.json @@ -0,0 +1,8 @@ +{ + "translations": { + "ACTIVE": "開啟", + "Monitor HDD health automatically":"定期檢查HDD硬碟狀態", + "NOTIFYUSER":"提示使用者", + "EMAIL":"電子郵件" + } +} diff --git a/etc/ncp-config.d/l10n/nc-hdd-test/zh.json b/etc/ncp-config.d/l10n/nc-hdd-test/zh.json new file mode 100644 index 00000000..059eeef0 --- /dev/null +++ b/etc/ncp-config.d/l10n/nc-hdd-test/zh.json @@ -0,0 +1,6 @@ +{ + "translations": { + "SHORTTEST": "快速測試", + "LONGTEST":"完整檢查" + } +} diff --git a/etc/ncp-config.d/l10n/nc-restore/zh.json b/etc/ncp-config.d/l10n/nc-restore/zh.json index ed9d9ce2..3dc64c14 100644 --- a/etc/ncp-config.d/l10n/nc-restore/zh.json +++ b/etc/ncp-config.d/l10n/nc-restore/zh.json @@ -2,7 +2,7 @@ "translations": { "BACKUPFILE": "檔案位置", "Restore a previously backuped NC instance": "恢復Nextcloud備份", - "This new installation will cleanup current\nNextCloud instance, including files and database.\n\n** perform backup before proceding **\n\nYou can use nc-backup": "這個動作將清除目前正使用的NextCloud,包括文件和數據庫。\n\n**您可以在開始動作之前使用nc-backup", + "This new installation will cleanup current\nNextCloud instance, including files and database.\n\n** perform backup before proceding **\n\nYou can use nc-backup": "這個動作將清除目前正使用的NextCloud,包括文件和數據庫。\n\n**您可以在開始動作之前使用nc-backup**", "nc-restore": "恢復NC備份" } } diff --git a/etc/ncp-config.d/l10n/nc-static-IP/zh.json b/etc/ncp-config.d/l10n/nc-static-IP/zh.json index b241e139..a7503885 100644 --- a/etc/ncp-config.d/l10n/nc-static-IP/zh.json +++ b/etc/ncp-config.d/l10n/nc-static-IP/zh.json @@ -2,7 +2,7 @@ "translations":{ "ACTIVE":"開啟", "IP":"IP地址", - "Set up a static IP address (on), or DHCP (off)":"設定靜態IP地址(開啟)或 DHCP(關閉)", + "Set up a static IP address (ACTIVE=yes), or DHCP (ACTIVE=no)":"設定靜態IP地址(開啟=yes)或 DHCP(關閉=no)", "nc-static-IP":"修改網路型態(靜態IP)" } } -- cgit v1.2.3