mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
b6d0e19876
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
25 lines
1.4 KiB
JavaScript
25 lines
1.4 KiB
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"View profile" : "Zobrazit profil ",
|
|
"Profile picker" : "Výběr profilu",
|
|
"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.",
|
|
"Searching …" : "Hledání …",
|
|
"Not found" : "Nenalezeno",
|
|
"Search for a user profile" : "Hledat uživatelský profil",
|
|
"Search for a user profile. Start typing" : "Hledejte uživatelský profil. Začněte psát",
|
|
"Insert selected user profile link" : "Vložte odkaz na profil vybraného uživatele",
|
|
"Insert" : "Vložit",
|
|
"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",
|
|
"Back to %s" : "Zpět na %s",
|
|
"The profile does not exist." : "Profil neexistuje."
|
|
},
|
|
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
|