12 lines
565 B
JavaScript
12 lines
565 B
JavaScript
OC.L10N.register(
|
|
"nextcloud_announcements",
|
|
{
|
|
"Nextcloud announcements" : "Pengumuman nextcloud",
|
|
"Nextcloud announcement" : "Pengumuman nextcloud",
|
|
"Read more" : "Baca lagi",
|
|
"Disable announcements" : "Matikan pengumuman",
|
|
"(These announcements are only shown to administrators)" : "(Pengumuman ini hanya ditunjukkan kepada admin)",
|
|
"Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Pengumuman Nextcloud membawa berita terkini Nextcloud ke dalam notifikasi anda"
|
|
},
|
|
"nplurals=1; plural=0;");
|