kopia lustrzana https://github.com/nextcloud/social
24 wiersze
662 B
JavaScript
24 wiersze
662 B
JavaScript
OC.L10N.register(
|
||
"social",
|
||
{
|
||
"Social" : "Social",
|
||
"Help" : "Ajuda",
|
||
"Open documentation" : "Dobrir la documentacion",
|
||
"Finish setup" : "Acabar parametratge",
|
||
"Home" : "Domicili",
|
||
"Direct messages" : "Messatges dirèctes",
|
||
"Notifications" : "Notificacions",
|
||
"Profile" : "Perfil",
|
||
"Add emoji" : "Apondre emoji",
|
||
"Public" : "Public",
|
||
"Followers" : "Seguidors",
|
||
"Follow" : "Seguir",
|
||
"Reply" : "Respondre",
|
||
"Hello" : "Adieu",
|
||
"Close" : "Tampar",
|
||
"Continue" : "Contunhar",
|
||
"User not found" : "Utilizaire pas trobat",
|
||
"More actions" : "Mai d’accions"
|
||
},
|
||
"nplurals=2; plural=(n > 1);");
|