aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dashboard/l10n/zh_TW.js
blob: f2ca084817e402b18aca212a03c575da65b9114a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
OC.L10N.register(
    "dashboard",
    {
    "Dashboard" : "儀表板",
    "Show something" : "顯示一些東西",
    "Customize" : "自訂",
    "Edit widgets" : "編輯小工具",
    "Get more widgets from the app store" : "從應用商店取得更多小工具",
    "Change background image" : "變更背景圖片",
    "Weather service" : "天氣服務",
    "Weather" : "天氣",
    "Status" : "狀態",
    "Good evening, {name}" : "早安,{name}",
    "Good evening" : "下午好",
    "Good afternoon, {name}" : "午安,{name}",
    "Good afternoon" : "午安",
    "Good morning, {name}" : "早安,{name}",
    "Good morning" : "早安",
    "Good night, {name}" : "晚安,{name}",
    "Good night" : "晚安",
    "Default images" : "預設圖片",
    "Plain background" : "簡單背景",
    "Insert from {productName}" : "插入自 {productName}",
    "Pick from files" : "從檔案選取"
},
"nplurals=1; plural=0;");