mirror of
https://github.com/nextcloud/server.git
synced 2026-06-24 12:24:39 +02:00
b6d0e19876
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
19 lines
970 B
JavaScript
19 lines
970 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"View profile" : "Pokaži profil",
|
|
"Profile" : "Profil",
|
|
"Searching …" : "Poteka iskanje ...",
|
|
"Not found" : "Predmeta ni mogoče najti",
|
|
"Insert" : "Vstavi",
|
|
"You have not added any info yet" : "Ni še vpisanih podrobnosti",
|
|
"{user} has not added any info yet" : "Oseba {user} še ni dodala nobenih 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.",
|
|
"Edit Profile" : "Uredi profil",
|
|
"The headline and about sections will show up here" : "Naslovnica in odsek s podatki bo prikazan na tem mestu.",
|
|
"Profile not found" : "Profila ni mogoče najti",
|
|
"Back to %s" : "Nazaj na %s",
|
|
"The profile does not exist." : "Profil ne obstaja."
|
|
},
|
|
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|