mirror of
https://github.com/nextcloud/server.git
synced 2025-05-02 21:10:39 +00:00
16 lines
1,012 B
JavaScript
16 lines
1,012 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Profile" : "Profil",
|
|
"This application provides the profile" : "Tato aplikace poskytuje profil",
|
|
"Provides a customisable user profile interface." : "Poskytuje přizpůsobitelné rozhraní uživatelského profilu.",
|
|
"You have not added any info yet" : "Zatím jste nezadali žádné informace",
|
|
"{user} has not added any info yet" : "{user} uživatel zatím nezadal žádné informace",
|
|
"Error opening the user status modal, try hard refreshing the page" : "Chyba při otevírání dialogu stavu uživatele, pokus o opětovné načtení stránky",
|
|
"Edit Profile" : "Upravit profil",
|
|
"The headline and about sections will show up here" : "Nadpis a sekce o uživatelích se zobrazí zde",
|
|
"Profile not found" : "Profil nenalezen",
|
|
"The profile does not exist." : "Profil neexistuje.",
|
|
"Back to %s" : "Zpět na %s"
|
|
},
|
|
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
|