mirror of
https://github.com/nextcloud/server.git
synced 2025-02-14 12:59:20 +00:00
14 lines
814 B
JavaScript
14 lines
814 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Profile" : "Profil",
|
|
"Edit Profile" : "Uredi profil",
|
|
"The headline and about sections will show up here" : "Naslovnica in odsek s podatki bo prikazan na tem mestu.",
|
|
"You have not added any info yet" : "Ni še vpisanih podrobnosti",
|
|
"Error opening the user status modal, try hard refreshing the page" : "Prišlo je do napake pri odpiranju modalnega okna stanja uporabnika. Napako je mogoče razrešiti z osvežitvijo strani.",
|
|
"{user} has not added any info yet" : "Oseba {user} še ni dodala nobenih podrobnosti.",
|
|
"Profile not found" : "Profila ni mogoče najti",
|
|
"The profile does not exist." : "Profil ne obstaja.",
|
|
"Back to %s" : "Nazaj na %s"
|
|
},
|
|
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|