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: 61a2abde9a135881aa1397eb01f53cb8b77ca37c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "notifications",
    {
    "in {path}" : "在 {path}",
    "Notifications" : "通知",
    "No notifications" : "沒有通知",
    "Dismiss" : "關閉",
    "Failed to perform action" : "採取動作失敗",
    "Failed to dismiss notification" : "關閉通知失敗",
    "Failed to dismiss all notifications" : "關閉所有通知失敗",
    "Admin notifications" : "管理員通知"
},
"nplurals=1; plural=0;");