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

zh_HK.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a28530d2f8b53fb46588b7a24ca4be6e7ff6130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "notifications",
    {
    "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📣 公告中心:管理員發佈了公告",
    "Dismiss all notifications" : "撤銷所有通告",
    "Requesting browser permissions to show notifications" : "需要瀏覽器權限以顯示通告",
    "No notifications" : "沒有通告",
    "Failed to dismiss all notifications" : "撤銷所有通告失敗",
    "Failed to perform action" : "採取動作失敗",
    "Dismiss" : "撤銷",
    "seconds ago" : "幾秒前",
    "Failed to dismiss notification" : "撤銷通告失敗",
    "in {path}" : "在 {path}"
},
"nplurals=1; plural=0;");