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

zh_TW.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 889c0c0fc00a64eccec37812d8c72a27f72be81f (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
OC.L10N.register(
    "mail",
    {
    "Mail" : "電子郵件",
    "{from}\n{subject}" : "{from}\n{subject}",
    "_%n new message in {folderName} \nfrom {from}_::_%n new messages in {folderName} \nfrom {from}_" : ["%n 則新訊息在 {folderName}\n來自 {from}"],
    "Error while loading the accounts." : "載入帳號時發生錯誤",
    "Error while loading the selected account." : "載入選擇的帳號時發生錯誤",
    "Message could not be starred. Please try again." : "無法為訊息加上星號,請再試一次",
    "Unknown error" : "未知的錯誤",
    "Error while creating an account: " : "建立帳號時發生錯誤:",
    "Error while loading messages." : "載入訊息時發生錯誤",
    "Choose a folder to store the attachment in" : "選擇目錄供附件存放",
    "Attachments saved to Files." : "附件已儲存至檔案",
    "Attachment saved to Files." : "附件已儲存至檔案",
    "Error while saving attachments to Files." : "儲存附件至檔案時發生錯誤",
    "Error while saving attachment to Files." : "儲存附件至檔案時發生錯誤",
    "Opening HTML drafts is not supported yet." : "目前尚未支援開啟 HTML 草稿",
    "Forwarded message" : "轉寄訊息",
    "Error while loading the selected message." : "載入選擇的訊息時發生錯誤",
    "Draft saved!" : "草稿已儲存!",
    "Choose a file to add as attachment" : "選擇檔案作為附件",
    "Reply" : "回覆",
    "Send" : "寄出",
    "Sending …" : "傳送中…",
    "Message sent!" : "訊息已寄出",
    "Server error" : "伺服器錯誤",
    "you" : "您",
    "Send message to {email}" : "送訊息給 {email}",
    "Error while deleting message." : "刪除訊息時發生錯誤",
    "Checking messages" : "檢查訊息…",
    "Loading …" : "載入…",
    "Load more …" : "載入更多…",
    "Check messages" : "檢查訊息",
    "Error while deleting account." : "刪除帳號時發生錯誤",
    "Connecting" : "連線中",
    "Connect" : "連線",
    "Inbox" : "收件匣",
    "Sent" : "已送出",
    "Drafts" : "草稿",
    "Archive" : "寄件備份",
    "Trash" : "回收筒",
    "Junk" : "垃圾郵件",
    "All" : "所有",
    "Favorites" : "最愛",
    "Creating account failed: " : "建立帳號失敗:",
    "Auto detect failed. Please use manual mode." : "自動偵測失敗,請改用手動輸入",
    "Delete permanently" : "永久刪除",
    "& others" : "和其他人",
    "All inboxes" : "所有郵件",
    "from" : "從",
    "+ cc/bcc" : "+ 副本/密件副本",
    "to" : "至",
    "cc" : "副本",
    "bcc" : "密件副本",
    "Subject" : "主旨",
    "Message …" : "訊息…",
    "Open Mail App" : "開啟郵件應用程式",
    "Back to website" : "回到網站",
    "Add attachment from Files" : "由檔案增加附件",
    "Error loading message" : "載入訊息錯誤",
    "New message" : "新訊息",
    "Forwarding you to %s - click here if you are not automatically redirected within the next few seconds." : "將您重導向至 %s ,若數秒後沒有重新導向,點擊此處",
    "Redirect warning" : "重導向警告",
    "The previous page is sending you to %s" : "前一個頁面將您重導向至 %s",
    "If you do not want to visit that page, you can return to <a href=\"%s\">the mail app</a>." : "如果不想要前往該頁面,您可以回到<a href=\"%s\">郵件應用程式</a>",
    "Continue to %s" : "前往 %s"
},
"nplurals=1; plural=0;");