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

zh_TW.js « l10n - github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f9a2df6056f118933310634070cbf505936fae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "external",
    {
    "Please enter valid urls - they have to start with either http://, https:// or /" : "請輸入有效的url - 以 http://、https:// 或者 / 開頭",
    "External sites saved." : "外部網站已儲存",
    "Please note that some browsers will block displaying of sites via http if you are running https." : "請注意當使用https環境時,部分瀏覽器將會封鎖顯示經由http的網站。",
    "Furthermore please note that many sites these days disallow iframing due to security reasons." : "此外請注意,基於安全性的考量,某些網站禁用iframe。",
    "We highly recommend to test the configured sites below properly." : "我們強烈建議測試以下配置過的網站是否正確。",
    "Name" : "名稱",
    "URL" : "網址URL",
    "Select an icon" : "選擇一個圖示",
    "Remove site" : "移除站台",
    "Add" : "新增"
},
"nplurals=1; plural=0;");