kopia lustrzana https://github.com/nextcloud/social
15 wiersze
354 B
JavaScript
15 wiersze
354 B
JavaScript
OC.L10N.register(
|
||
"social",
|
||
{
|
||
"Help" : "Kömək",
|
||
"Open documentation" : "Sənədləri aç",
|
||
"Home" : "Ev",
|
||
"Notifications" : "Xəbərdarlıqlar",
|
||
"Uploading..." : "Serverə yüklənir...",
|
||
"Delete" : "Sil",
|
||
"Edit" : "Dəyişiklik et",
|
||
"Close" : "Bağla",
|
||
"Reply" : "Cavab"
|
||
},
|
||
"nplurals=2; plural=(n != 1);");
|