12 lines
614 B
JavaScript
12 lines
614 B
JavaScript
OC.L10N.register(
|
||
"nextcloud_announcements",
|
||
{
|
||
"Nextcloud announcements" : "Nextcloud duyuruları",
|
||
"Nextcloud announcement" : "Nextcloud duyuruları",
|
||
"Read more" : "Tümünü okuyun",
|
||
"Disable announcements" : "Duyurular kullanılmasın",
|
||
"(These announcements are only shown to administrators)" : "(Bu duyurular yalnızca yöneticilere görüntülenir)",
|
||
"Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Nextcloud duyuruları, Nextcloud hakkındaki yeni haberleri bildirimleriniz içinde görüntüler."
|
||
},
|
||
"nplurals=2; plural=(n > 1);");
|