kopia lustrzana https://github.com/nextcloud/social
23 wiersze
563 B
JavaScript
23 wiersze
563 B
JavaScript
OC.L10N.register(
|
|
"social",
|
|
{
|
|
"Help" : "Bantuan",
|
|
"Open documentation" : "Buka dokumentasi",
|
|
"Finish setup" : "Selesaikan instalasi",
|
|
"Home" : "Beranda",
|
|
"Notifications" : "Pemberitahuan",
|
|
"Profile" : "Profil",
|
|
"In reply to" : "Membalas kepada",
|
|
"Uploading..." : "Mengunggah...",
|
|
"Delete" : "Hapus",
|
|
"Post" : "Post",
|
|
"Website" : "Situs",
|
|
"Reply" : "Balas",
|
|
"Deny" : "Tolak",
|
|
"Hello" : "Halo",
|
|
"Close" : "Tutup",
|
|
"Continue" : "Lanjutkan",
|
|
"Public" : "Publik"
|
|
},
|
|
"nplurals=1; plural=0;");
|