kopia lustrzana https://github.com/nextcloud/social
15 wiersze
346 B
JavaScript
15 wiersze
346 B
JavaScript
OC.L10N.register(
|
|
"social",
|
|
{
|
|
"Help" : "Bantuan",
|
|
"Open documentation" : "Buka dokumentasi",
|
|
"Finish setup" : "Selesaikan instalasi",
|
|
"Home" : "Beranda",
|
|
"Notifications" : "Pemberitahuan",
|
|
"Public" : "Publik",
|
|
"Reply" : "Balas",
|
|
"Close" : "Tutup",
|
|
"Continue" : "Lanjutkan"
|
|
},
|
|
"nplurals=1; plural=0;");
|