Files
Nextcloud bot b6d0e19876 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-06-04 00:23:44 +00:00

22 lines
1.2 KiB
JavaScript

OC.L10N.register(
"profile",
{
"View profile" : "Rodyti profilį",
"Profile picker" : "Profilio rinkiklis",
"Profile" : "Profilis",
"Searching …" : "Ieškoma",
"Not found" : "Nerasta",
"Search for a user profile" : "Ieškoti vartotojo profilio",
"Search for a user profile. Start typing" : "Ieškokite vartotojo profilio. Pradėkite rašyti.",
"Insert selected user profile link" : "Įterpti pasirinkto vartotojo profilio nuorodą",
"Insert" : "Įterpti",
"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",
"Back to %s" : "Atgal į %s",
"The profile does not exist." : "Profilio nėra."
},
"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);");