Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchiyi4488 <chiyi4869@gmail.com>2018-12-31 17:40:09 +0300
committernachoparker <nacho@ownyourbits.com>2018-12-31 17:40:09 +0300
commit21fee19452410817d26b6caebd0a91b5968b0a44 (patch)
tree42aeaa5683c1420040f66706e8fe93785442adf0
parenta38be5ec8aad04d7d2b42593db66384e6493a3a5 (diff)
ncp-web: new chinese translate and update chinese translate. (#721)v0.67.13
-rw-r--r--etc/ncp-config.d/l10n/nc-autoupdate-nc/zh.json2
-rw-r--r--etc/ncp-config.d/l10n/nc-database/zh.json6
-rw-r--r--etc/ncp-config.d/l10n/nc-datadir/zh.json4
-rw-r--r--etc/ncp-config.d/l10n/nc-hdd-monitor/zh.json8
-rw-r--r--etc/ncp-config.d/l10n/nc-hdd-test/zh.json6
-rw-r--r--etc/ncp-config.d/l10n/nc-restore/zh.json2
-rw-r--r--etc/ncp-config.d/l10n/nc-static-IP/zh.json2
7 files changed, 22 insertions, 8 deletions
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)"
}
}