blob: 8b46261ebf0b599e580ba54e6ef84220670bdbfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{ "translations": {
"Profile" : "Profilis",
"You have not added any info yet" : "Jūs kol kas nesate pridėję jokios informacijos",
"{user} has not added any info yet" : "Naudotojas {user} kol kas nėra pridėjęs jokios informacijos",
"Edit Profile" : "Taisyti profilį",
"The headline and about sections will show up here" : "Čia bus rodoma santrauka apie jus bei kita su jumis susijusi informacija",
"Profile not found" : "Profilis nerastas",
"The profile does not exist." : "Profilio nėra.",
"Back to %s" : "Atgal į %s"
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
}
|