kopia lustrzana https://github.com/nextcloud/social
13 wiersze
408 B
JavaScript
13 wiersze
408 B
JavaScript
|
OC.L10N.register(
|
||
|
"social",
|
||
|
{
|
||
|
"Open documentation" : "เปิดเอกสาร",
|
||
|
"Finish setup" : "ติดตั้งเลย",
|
||
|
"Home" : "หน้าหลัก",
|
||
|
"Notifications" : "การแจ้งเตือน",
|
||
|
"Reply" : "ตอบกลับ",
|
||
|
"Close" : "ปิด",
|
||
|
"Continue" : "ดำเนินการต่อ"
|
||
|
},
|
||
|
"nplurals=1; plural=0;");
|