12 lines
518 B
JavaScript
12 lines
518 B
JavaScript
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公告在你的通知欄中帶來最新消息。"
|
|
},
|
|
"nplurals=1; plural=0;");
|