nextcloud/apps/theming/l10n/zh_TW.js

32 lines
1.5 KiB
JavaScript
Raw Normal View History

2017-07-24 03:08:01 +03:00
OC.L10N.register(
"theming",
{
2017-09-18 03:08:32 +03:00
"Loading preview…" : "正在載入預覽...",
2017-07-24 03:08:01 +03:00
"Saved" : "已儲存",
"Admin" : "管理員",
2017-09-18 03:08:32 +03:00
"a safe home for all your data" : "您資料的安全屋",
2018-03-13 04:12:01 +03:00
"Name cannot be empty" : "名稱不能空白",
2017-07-24 03:08:01 +03:00
"The given name is too long" : "指定的名稱太長",
"The given web address is too long" : "提供的網址太長",
2017-09-18 03:08:32 +03:00
"The given slogan is too long" : "指定的標語太長",
2017-07-24 03:08:01 +03:00
"The given color is invalid" : "指定的顏色無效",
"No file uploaded" : "未上傳檔案",
"Unsupported image type" : "不支援的圖片類型",
"Theming" : "佈景主題",
2017-09-18 03:08:32 +03:00
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "使用佈景主題來客製化網頁界面和客戶端程式的外觀(並非所有客戶端程式都支援佈景主題),外觀將會套用至所有使用者。",
2017-07-24 03:08:01 +03:00
"Name" : "名稱",
2017-09-18 03:08:32 +03:00
"Reset to default" : "恢復預設值",
"Slogan" : "標語",
2017-07-24 03:08:01 +03:00
"Color" : "顏色",
"Logo" : "Logo",
2017-09-18 03:08:32 +03:00
"Upload new logo" : "上傳新的 Logo",
2017-07-24 03:08:01 +03:00
"Login image" : "登入圖片",
2017-09-18 03:08:32 +03:00
"Upload new login background" : "上傳新的登入頁背景",
2017-07-24 03:08:01 +03:00
"Remove background image" : "移除背景圖片",
2018-03-28 03:21:16 +03:00
"You are already using a custom theme" : "您正在使用自訂主題",
2018-05-18 03:13:45 +03:00
"reset to default" : "恢復預設值",
"Web address" : "網址",
"Web address https://…" : "網址 https://…"
2017-07-24 03:08:01 +03:00
},
"nplurals=1; plural=0;");