0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-07 09:59:46 +00:00
nextcloud_server/apps/profile/l10n/pl.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
896 B
JavaScript

OC.L10N.register(
"profile",
{
"Profile" : "Profil",
"Edit Profile" : "Edytuj profil",
"The headline and about sections will show up here" : "Tutaj pojawi się nagłówek i informacje o sekcjach",
"You have not added any info yet" : "Nie dodałeś jeszcze żadnych informacji",
"Error opening the user status modal, try hard refreshing the page" : "Błąd podczas otwierania modalnego statusu użytkownika, spróbuj bardziej odświeżyć stronę",
"{user} has not added any info yet" : "{user} nie dodał jeszcze żadnych informacji",
"Profile not found" : "Nie znaleziono profilu",
"The profile does not exist." : "Profil nie istnieje.",
"Back to %s" : "Powrót do %s"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");