Files
Nextcloud bot b6d0e19876 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-06-04 00:23:44 +00:00

21 lines
1.2 KiB
JavaScript

OC.L10N.register(
"profile",
{
"View profile" : "Zobacz profil",
"Profile" : "Profil",
"This application provides the profile" : "Ta aplikacja dostarcza profil",
"Provides a customisable user profile interface." : "Dostarcza konfigurowalny interfejs profilu użytkownika.",
"Searching …" : "Wyszukiwanie …",
"Not found" : "Nie znaleziono",
"Insert" : "wstaw",
"You have not added any info yet" : "Nie dodałeś jeszcze żadnych informacji",
"{user} has not added any info yet" : "{user} nie dodał 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ę",
"Edit Profile" : "Edytuj profil",
"The headline and about sections will show up here" : "Tutaj pojawi się nagłówek i informacje o sekcjach",
"Profile not found" : "Nie znaleziono profilu",
"Back to %s" : "Powrót do %s",
"The profile does not exist." : "Profil nie istnieje."
},
"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);");