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

zh_TW.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 00fafcc1cb802fd1542160fc1908eaa82f6f9103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Nextcloud 公告",
    "Nextcloud announcement" : "Nextcloud 公告",
    "Read more" : "更多",
    "Disable announcements" : "不啟用公告",
    "(These announcements are only shown to administrators)" : "(這些公告只顯示給管理員)",
    "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Nextcloud公告在你的通知欄中帶來最新消息。",
    "Shows the latest news of Nextcloud in your notifications." : "在通知欄中顯示最新的 Nextcloud 資訊。",
    "These groups will be notified about the announcements." : "這些群組會收到公告通知"
},
"nplurals=1; plural=0;");