mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
4d61fd2e5a
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 lines
794 B
JavaScript
14 lines
794 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Profile" : "Profil",
|
|
"Edit Profile" : "Upraviť rofil",
|
|
"The headline and about sections will show up here" : "Tu sa zobrazí titul a sekcia Informácie",
|
|
"You have not added any info yet" : "Zatiaľ ste nepridali žiadne informácie",
|
|
"Error opening the user status modal, try hard refreshing the page" : "Chyba pri otváraní modálneho okna stavu používateľa, skúste stránku obnoviť",
|
|
"{user} has not added any info yet" : "{user} zatiaľ nepridal žiadne informácie",
|
|
"Profile not found" : "Profil nenájdený",
|
|
"The profile does not exist." : "Profil neexistuje.",
|
|
"Back to %s" : "Späť na %s"
|
|
},
|
|
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
|