0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/apps/profile/l10n/sk.js
Nextcloud bot 4d61fd2e5a
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-23 13:39:30 +00:00

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);");