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

zh_HK.js « l10n « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b647ff71a6f7c998666880b7bf12eaabcfe0ad2c (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
OC.L10N.register(
    "user_status",
    {
    "Recent statuses" : "最近的狀態",
    "In a meeting" : "會議中",
    "Commuting" : "通勤中",
    "Out sick" : "生病了 ",
    "Vacationing" : "休假中",
    "Working remotely" : "遠程工作中",
    "In a call" : "通話中",
    "User status" : "用戶狀態",
    "View profile" : "查看個人資料",
    "Clear status message after" : "繼此之後清空狀態訊息",
    "What is your status?" : "您目前的狀態是什麼呢?",
    "Set status" : "設定狀態",
    "Online status" : "線上狀態",
    "Status message" : "狀態訊息",
    "Clear status message" : "清空狀態訊息",
    "Set status message" : "設定狀態訊息",
    "There was an error saving the status" : "儲存狀態時發生錯誤",
    "There was an error clearing the status" : "變更狀態時發生錯誤",
    "No recent status changes" : "最近沒有狀態變更",
    "Away" : "離開",
    "Do not disturb" : "請勿打擾",
    "{status}, {timestamp}" : "{status},{timestamp}",
    "Don't clear" : "不要清空",
    "Today" : "今日",
    "This week" : "本星期",
    "Online" : "在線",
    "Invisible" : "隱藏",
    "Offline" : "離線",
    "There was an error saving the new status" : "儲存新狀態時發生錯誤",
    "30 minutes" : "30分鐘",
    "1 hour" : "1 小時",
    "4 hours" : "4 小時",
    "Mute all notifications" : "靜音所有通知",
    "Appear offline" : "顯示為離線",
    "Clear status after" : "繼此之後清空狀態",
    "What's your status?" : "你目前的狀態?"
},
"nplurals=1; plural=0;");