mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
ncp-web: new chinese translate and update chinese translate. (#721)
This commit is contained in:
parent
a38be5ec8a
commit
21fee19452
@ -1,7 +1,7 @@
|
||||
{
|
||||
"translations":{
|
||||
"ACTIVE":"開啟",
|
||||
"NOTIFYUSER":"提示使用者",
|
||||
"NOTIFYUSER":"提醒用戶",
|
||||
"Automatically apply Nextcloud updates":"自動更新Nextcloud",
|
||||
"nc-autoupdate-nc":"自動更新NC"
|
||||
}
|
||||
|
||||
@ -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":"移動資料庫"
|
||||
}
|
||||
}
|
||||
|
||||
@ -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)"
|
||||
}
|
||||
}
|
||||
|
||||
8
etc/ncp-config.d/l10n/nc-hdd-monitor/zh.json
Normal file
8
etc/ncp-config.d/l10n/nc-hdd-monitor/zh.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"translations": {
|
||||
"ACTIVE": "開啟",
|
||||
"Monitor HDD health automatically":"定期檢查HDD硬碟狀態",
|
||||
"NOTIFYUSER":"提示使用者",
|
||||
"EMAIL":"電子郵件"
|
||||
}
|
||||
}
|
||||
6
etc/ncp-config.d/l10n/nc-hdd-test/zh.json
Normal file
6
etc/ncp-config.d/l10n/nc-hdd-test/zh.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"translations": {
|
||||
"SHORTTEST": "快速測試",
|
||||
"LONGTEST":"完整檢查"
|
||||
}
|
||||
}
|
||||
@ -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備份"
|
||||
}
|
||||
}
|
||||
|
||||
@ -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)"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user