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

zh_TW.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2003741bf7e77b6fffed40bbaf8d5127bc163a7f (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
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "嗨 %s",
    "Hello %s," : "嗨 %s,",
    "_New notification for %s_::_%n new notifications for %s_" : ["%s 的 %n 個新通知"],
    "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["您有 %s 的 %n 個新通知"],
    "You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "您可以變更這些電子郵寄的頻率或在<a href=\"%s\">設定</a>中停用。",
    "You can change the frequency of these emails or disable them in the settings: %s" : "您可以變更這些電子郵寄的頻率或在設定中停用:%s",
    "Admin notifications" : "管理員通知",
    "Notifications" : "通知",
    "This app provides a backend and frontend for the notification API available in Nextcloud." : "此應用程式為 Nextcloud 中提供的通知 API 提供了前後端。",
    "This app provides a backend and frontend for the notification API available in Nextcloud.\n\t\tThe API is used by other apps to notify users in the web UI and sync clients about various things. Some examples are:\n\n📬 Federated file sharing: You received a new remote share\n\n📑 Comments: Another user mentioned you in a comment on a file\n\n🚢 Update notification: Available update for an app or nextcloud itself\n\n📣 Announcement center: An announcement was posted by an admin" : "此應用程式為 Nextcloud 中提供的通知 API 提供了前後端。\n\t\t其他應用程式使用這個 API 來通知在 Web UI 中的使用者,並同步客戶端。這裡有一些例子:\n\n📬 聯盟檔案分享:您收到了新的遠端分享\n\n📑 留言:其他使用者在檔案中的留言提及您\n\n🚢 更新通知:應用程式或 Nextcloud 自身有可用的更新\n\n📣 公告中新:管理員發佈了公告",
    "Failed to perform action" : "採取動作失敗",
    "Dismiss" : "關閉",
    "Contact Nextcloud GmbH" : "聯絡 Nextcloud GmbH",
    "seconds ago" : "幾秒前",
    "Failed to dismiss notification" : "關閉通知失敗",
    "in {path}" : "在 {path}",
    "Dismiss all notifications" : "忽略所有通知",
    "Requesting browser permissions to show notifications" : "需要瀏覽器權限以顯示通知",
    "Push notifications might be unreliable" : "推播通知可能不可靠",
    "No notifications" : "沒有通知",
    "Nextcloud GmbH sponsors a free push notification gateway for private users. To ensure good service, the gateway limits the number of push notifications per server. For enterprise users, a more scalable gateway is available. Contact Nextcloud GmbH for more information." : "Nextcloud GmbH 為私人使用者贊助了一個免費的推送通知閘道。 為了確保良好的服務,閘道限制了每台服務器的推播通知數量。 對於企業使用者,可以使用更具擴展性的閘道。如需更多資訊,請聯絡 Nextcloud GmbH。",
    "Failed to dismiss all notifications" : "關閉所有通知失敗",
    "You need to set up your email address before you can receive notification emails." : "在您開始接收通知電子郵件前,您必須先設定您的電子郵件地址。",
    "Send email reminders about unhandled notifications after:" : "在多久之後傳送關於未處理通知的電子郵件提醒:",
    "Play sound when a new notification arrives" : "收到新通知時播放音效",
    "Play sound when a call started (requires Nextcloud Talk)" : "通話開始時播放音效(需要 Nextcloud Talk)",
    "Never" : "從不",
    "1 hour" : "1小時",
    "3 hours" : "3小時",
    "1 day" : "1天",
    "1 week" : "1週",
    "Your settings have been updated." : "您的設定已更新。",
    "An error occurred while updating your settings." : "更新您的設定時發生錯誤。"
},
"nplurals=1; plural=0;");