2016-01-21 23:28:58 +00:00
{
2016-10-07 10:13:47 +00:00
"timerOption_10_seconds" : {
2016-10-08 14:40:13 +00:00
"message" : "10 sekund" ,
2016-10-07 10:13:47 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
} ,
2016-06-30 01:12:20 +00:00
"lastSynced" : {
2016-08-24 23:54:05 +00:00
"message" : "Ostatni import" ,
2016-06-30 01:12:20 +00:00
"description" : "Label for date and time of last sync operation"
} ,
2017-04-16 06:51:10 +00:00
"attemptingReconnection" : {
2017-05-16 18:56:33 +00:00
"message" : "Ponowne połączenie za $reconnect_duration_in_seconds$ sekund(-y)" ,
2017-04-16 06:51:10 +00:00
"description" : "" ,
"placeholders" : {
"reconnect_duration_in_seconds" : {
"content" : "$1" ,
"example" : "10"
}
}
} ,
2016-01-21 23:28:58 +00:00
"unsupportedAttachment" : {
2016-08-24 23:54:05 +00:00
"message" : "Nieobsługiwany typ załącznika. Kliknij, aby zapisać." ,
2016-01-21 23:28:58 +00:00
"description" : "Displayed for incoming unsupported attachment"
} ,
2016-10-08 14:40:13 +00:00
"verifySafetyNumbers" : {
2017-01-26 22:13:29 +00:00
"message" : "Zweryfikuj numer bezpieczeństwa" ,
2016-10-08 14:40:13 +00:00
"description" : ""
} ,
2016-10-07 10:13:47 +00:00
"youChangedTheTimer" : {
2017-01-26 22:13:29 +00:00
"message" : "Ustawiłeś czas na $time$" ,
2016-10-07 10:13:47 +00:00
"description" : "Message displayed when you change the message expiration timer in a conversation." ,
"placeholders" : {
"time" : {
"content" : "$1" ,
"example" : "10m"
}
}
} ,
2016-02-22 22:27:51 +00:00
"settings" : {
2016-03-03 11:09:55 +00:00
"message" : "Ustawienia" ,
2016-02-22 22:27:51 +00:00
"description" : "Menu item and header for global settings"
} ,
2016-01-21 23:28:58 +00:00
"incomingKeyConflict" : {
2017-01-26 22:13:29 +00:00
"message" : "Dostałeś wiadomość z nowym numerem bezpieczeństwa. Kliknij, aby przetworzyć i wyświetlić." ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2016-10-07 10:13:47 +00:00
"timerOption_5_seconds_abbreviated" : {
2016-10-08 14:40:13 +00:00
"message" : "5 sek." ,
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2016-01-21 23:28:58 +00:00
"installComputerName" : {
2016-08-24 23:54:05 +00:00
"message" : "Nazwa dla tego komputera" ,
2016-01-21 23:28:58 +00:00
"description" : "Text displayed before the input where the user can enter the name for this device."
} ,
2016-08-11 19:22:17 +00:00
"timestamp_m" : {
2016-08-24 23:54:05 +00:00
"message" : "1 minuta" ,
2016-08-18 18:17:20 +00:00
"description" : "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
2016-08-11 19:22:17 +00:00
} ,
2016-01-21 23:28:58 +00:00
"gotIt" : {
2016-02-05 02:06:22 +00:00
"message" : "Rozumiem!" ,
2016-03-17 22:05:27 +00:00
"description" : "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog."
2016-01-21 23:28:58 +00:00
} ,
2016-10-07 10:13:47 +00:00
"disappearingMessages" : {
2016-10-08 14:40:13 +00:00
"message" : "Znikające wiadomości" ,
2016-10-07 10:13:47 +00:00
"description" : "Conversation menu option to enable disappearing messages"
} ,
2016-04-03 21:33:07 +00:00
"showMore" : {
2016-08-24 23:54:05 +00:00
"message" : "Szczegóły" ,
2016-04-03 21:33:07 +00:00
"description" : "Displays the details of a key change"
} ,
2016-10-07 10:13:47 +00:00
"timerOption_5_minutes_abbreviated" : {
2016-10-08 14:40:13 +00:00
"message" : "5 min." ,
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2016-01-21 23:28:58 +00:00
"unsupportedFileType" : {
2016-02-05 02:06:22 +00:00
"message" : "Nieobsługiwany typ pliku" ,
2016-01-21 23:28:58 +00:00
"description" : "Displayed for outgoing unsupported attachment"
} ,
2017-05-16 18:56:33 +00:00
"clickToSave" : {
"message" : "Kliknij, aby zapisać" ,
"description" : "Hover text for attachment filenames"
} ,
2016-01-21 23:28:58 +00:00
"installGeneratingKeys" : {
2016-02-05 02:06:22 +00:00
"message" : "Trwa generowanie kluczy" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
"resetSession" : {
2016-02-05 02:06:22 +00:00
"message" : "Reset sesji" ,
2016-03-17 22:05:27 +00:00
"description" : "This is a menu item for resetting the session, using the imperative case, as in a command."
2016-01-21 23:28:58 +00:00
} ,
2017-04-16 06:51:10 +00:00
"offline" : {
2017-05-16 18:56:33 +00:00
"message" : "Rozłączony" ,
2017-04-16 06:51:10 +00:00
"description" : ""
} ,
2016-01-21 23:28:58 +00:00
"welcomeToSignal" : {
2016-10-08 14:40:13 +00:00
"message" : "Witamy w Signal" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2017-04-16 06:51:10 +00:00
"checkNetworkConnection" : {
2017-05-16 18:56:33 +00:00
"message" : "Sprawdź połączenie z internetem." ,
2017-04-16 06:51:10 +00:00
"description" : "Obvious instructions for when a user's computer loses its network connection"
} ,
2016-03-17 22:05:27 +00:00
"notificationSettingsDialog" : {
2016-08-24 23:54:05 +00:00
"message" : "Po otrzymaniu wiadomości, pokaż powiadomienie:" ,
2016-03-17 22:05:27 +00:00
"description" : "Explain the purpose of the notification settings"
} ,
2016-01-21 23:28:58 +00:00
"members" : {
2016-02-05 02:06:22 +00:00
"message" : "Użytkownicy" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2016-08-11 19:22:17 +00:00
"timestamp_h" : {
2016-08-24 23:54:05 +00:00
"message" : "1 godzina" ,
2016-08-18 18:17:20 +00:00
"description" : "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
2016-08-11 19:22:17 +00:00
} ,
2016-10-07 10:13:47 +00:00
"timerOption_0_seconds_abbreviated" : {
2017-01-26 22:13:29 +00:00
"message" : "Wyłączone" ,
2016-10-08 14:40:13 +00:00
"description" : "Short format indicating current timer setting in the conversation list snippet"
2016-10-07 10:13:47 +00:00
} ,
2016-06-30 01:12:20 +00:00
"syncExplanation" : {
2016-08-24 23:54:05 +00:00
"message" : "Zaimportuj wszystkie grupy i kontakty ze swojego urządzenia mobilnego" ,
2016-06-30 01:12:20 +00:00
"description" : "Explanatory text for sync settings"
} ,
2016-04-03 21:33:07 +00:00
"restartSignal" : {
2016-08-24 23:54:05 +00:00
"message" : "Uruchom ponownie" ,
2016-04-03 21:33:07 +00:00
"description" : "Menu item for restarting the program."
} ,
2016-01-21 23:28:58 +00:00
"deleteMessages" : {
2016-08-24 23:54:05 +00:00
"message" : "Usuń wiadomości" ,
2016-03-03 11:09:55 +00:00
"description" : "Menu item for deleting messages, title case."
2016-01-21 23:28:58 +00:00
} ,
2016-05-11 01:22:56 +00:00
"incomingError" : {
2016-08-24 23:54:05 +00:00
"message" : "Błąd przy obsłudze przychodzącej wiadomości." ,
2016-05-11 01:22:56 +00:00
"description" : ""
} ,
2016-01-21 23:28:58 +00:00
"selectAContact" : {
2016-02-05 02:06:22 +00:00
"message" : "Wybierz kontakt lub grupę aby zacząć rozmowę." ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
"installConnecting" : {
2016-08-24 23:54:05 +00:00
"message" : "Trwa łączenie..." ,
2016-01-21 23:28:58 +00:00
"description" : "Displayed when waiting for the QR Code"
} ,
"verifyContact" : {
2017-01-26 22:13:29 +00:00
"message" : "Możesz $tag_start$ zweryfikować $tag_end$ numer bezpieczeństwa z tym kontaktem." ,
2016-03-17 22:05:27 +00:00
"description" : "Use $tag_start$ and $tag_end$ to wrap the word or phrase in this sentence that the user should click on in order to navigate to the verification screen. These placeholders will be replaced with appropriate HTML code." ,
2016-03-03 11:09:55 +00:00
"placeholders" : {
"tag_start" : {
"content" : "<a class='verify' href='#'>"
} ,
"tag_end" : {
"content" : "</a>"
}
}
2016-01-21 23:28:58 +00:00
} ,
"sent" : {
2016-08-24 23:54:05 +00:00
"message" : "Wysłano" ,
2016-01-21 23:28:58 +00:00
"description" : "Label for the time a message was sent"
} ,
2016-10-07 10:13:47 +00:00
"theyChangedTheTimer" : {
2017-01-26 22:13:29 +00:00
"message" : "$name$ ustawił czas na $time$." ,
2016-10-07 10:13:47 +00:00
"description" : "Message displayed when someone else changes the message expiration timer in a conversation." ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "Bob"
} ,
"time" : {
"content" : "$2" ,
"example" : "10m"
}
}
} ,
2016-08-11 19:22:17 +00:00
"timestamp_s" : {
2016-08-24 23:54:05 +00:00
"message" : "teraz" ,
2016-08-18 18:17:20 +00:00
"description" : "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
2016-08-11 19:22:17 +00:00
} ,
2016-10-07 10:13:47 +00:00
"timerOption_1_day" : {
2016-10-08 14:40:13 +00:00
"message" : "1 dzień" ,
2016-10-07 10:13:47 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
} ,
2016-04-28 18:15:45 +00:00
"reportIssue" : {
2016-08-24 23:54:05 +00:00
"message" : "Zgłoś problem" ,
2016-04-28 18:15:45 +00:00
"description" : "Link to open the issue tracker"
} ,
2016-02-22 22:27:51 +00:00
"newMessage" : {
2016-03-03 11:09:55 +00:00
"message" : "Nowa wiadomość" ,
2016-02-22 22:27:51 +00:00
"description" : "Displayed in notifications for only 1 message"
} ,
"nameOnly" : {
2016-08-24 23:54:05 +00:00
"message" : "Tylko z nazwą nadawcy" ,
2016-02-22 22:27:51 +00:00
"description" : "Label for setting notifications to display sender name only"
} ,
2016-01-21 23:28:58 +00:00
"from" : {
2016-02-05 02:06:22 +00:00
"message" : "Od" ,
2016-01-21 23:28:58 +00:00
"description" : "Label for the sender of a message"
} ,
2016-05-11 01:22:56 +00:00
"deleteConversationConfirmation" : {
2016-08-24 23:54:05 +00:00
"message" : "Usunąć permanentnie tę konwersację?" ,
2016-05-11 01:22:56 +00:00
"description" : "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
} ,
2017-04-16 06:51:10 +00:00
"unlinkedWarning" : {
2017-05-16 18:56:33 +00:00
"message" : "Połącz ponownie Signal Desktop z urządzeniem mobilnym, aby móc dalej wysyłać wiadomości." ,
2017-04-16 06:51:10 +00:00
"description" : ""
} ,
2016-01-21 23:28:58 +00:00
"debugLogExplanation" : {
2016-08-24 23:54:05 +00:00
"message" : "Ten log zostanie publicznie opublikowany autorom aplikacji. Możesz go przejrzeć i zedytować przed wysłaniem." ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2017-02-09 23:27:14 +00:00
"newPhoneNumber" : {
"message" : "Wprowadź numer telefonu, aby dodać kontakt" ,
"description" : "Placeholder for adding a new number to a contact"
} ,
2016-01-21 23:28:58 +00:00
"searchForPeopleOrGroups" : {
2016-08-24 23:54:05 +00:00
"message" : "Szukaj..." ,
2016-01-21 23:28:58 +00:00
"description" : "Placeholder text in the search input"
} ,
2016-02-22 22:27:51 +00:00
"noNameOrMessage" : {
2016-08-24 23:54:05 +00:00
"message" : "Bez nadawcy i wiadomości" ,
2016-02-22 22:27:51 +00:00
"description" : "Label for setting notifications to display no name and no message text"
} ,
2016-06-30 01:12:20 +00:00
"syncNow" : {
2016-08-24 23:54:05 +00:00
"message" : "Importuj" ,
2016-06-30 01:12:20 +00:00
"description" : "Label for a button that syncs contacts and groups from your phone"
} ,
"syncFailed" : {
2016-08-24 23:54:05 +00:00
"message" : "Import nieudany. Upewnij się, że komputer i urządzenie mobilne mają połączenie z internetem." ,
2016-06-30 01:12:20 +00:00
"description" : "Informational text displayed if a sync operation times out."
} ,
2017-04-16 06:51:10 +00:00
"unlinked" : {
2017-05-16 18:56:33 +00:00
"message" : "Odłączony" ,
2017-04-16 06:51:10 +00:00
"description" : ""
} ,
2016-01-21 23:28:58 +00:00
"installFollowUs" : {
2016-08-24 23:54:05 +00:00
"message" : "<a $a_params$> Śledź nas </a>, aby dowiedzieć się o wsparciu dla wielu urządzeń w iOS." ,
2016-01-21 23:28:58 +00:00
"description" : "" ,
"placeholders" : {
2016-01-25 22:20:18 +00:00
"a_params" : {
"content" : "$1" ,
"example" : "href='http://example.com'"
}
2016-01-21 23:28:58 +00:00
}
} ,
2016-04-03 21:33:07 +00:00
"learnMore" : {
2016-10-30 08:41:27 +00:00
"message" : "Dowiedz się więcej o weryfikacji numerów bezpieczeństwa" ,
"description" : "Text that links to a support article on verifying safety numbers"
2016-01-21 23:28:58 +00:00
} ,
2016-10-07 10:13:47 +00:00
"safetyNumbersSettingHeader" : {
2016-10-08 14:40:13 +00:00
"message" : "Zatwierdzanie numerów bezpieczeństwa" ,
2017-01-26 22:13:29 +00:00
"description" : "Header for safety numbers setting"
2016-10-07 10:13:47 +00:00
} ,
2016-01-21 23:28:58 +00:00
"installTooManyDevices" : {
2016-02-05 02:06:22 +00:00
"message" : "Niestety, masz za dużo połączonych urządzeń. Spróbuj usunąć kilka." ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2016-09-27 22:23:39 +00:00
"installSignalLinks" : {
2016-10-07 10:13:47 +00:00
"message" : "Najpierw zainstaluj Signal na swoim <a $play_store$>Androidzie</a> lub <a $app_store$>iPhonie</a>.<br /> Połączymy Twoje urządzenia i zsynchronizujemy wiadomości." ,
2016-09-27 22:23:39 +00:00
"description" : "Prompt the user to install Signal on their phone before linking" ,
"placeholders" : {
"play_store" : {
"content" : "$1" ,
"example" : "href='http://example.com'"
} ,
"app_store" : {
"content" : "$2" ,
"example" : "href='http://example.com'"
}
}
} ,
2016-01-21 23:28:58 +00:00
"installSyncingGroupsAndContacts" : {
2016-02-05 02:06:22 +00:00
"message" : "Trwa synchronizacja grup i kontaktów" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2016-10-07 10:13:47 +00:00
"timerOption_30_minutes_abbreviated" : {
2016-10-08 14:40:13 +00:00
"message" : "30 min." ,
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2017-01-26 22:13:29 +00:00
"themeAndroidDark" : {
"message" : "Android (ciemny)" ,
"description" : "Label text for dark Android theme"
} ,
2016-10-07 10:13:47 +00:00
"timerOption_1_minute_abbreviated" : {
2016-10-08 14:40:13 +00:00
"message" : "1 min." ,
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2016-04-07 19:27:03 +00:00
"upgrade" : {
2016-08-24 23:54:05 +00:00
"message" : "Aktualizuj" ,
2016-04-07 19:27:03 +00:00
"description" : "Label text for button to upgrade the app to the latest version"
} ,
2016-10-07 10:13:47 +00:00
"yourSafetyNumberWith" : {
2017-01-26 22:13:29 +00:00
"message" : "Twój numer bezpieczeństwa z $name$" ,
2016-10-07 10:13:47 +00:00
"description" : "Heading for safety number view" ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "John"
}
}
} ,
2016-04-03 21:33:07 +00:00
"showLess" : {
2016-08-24 23:54:05 +00:00
"message" : "Ukryj szczegóły" ,
2016-04-03 21:33:07 +00:00
"description" : "Hides the details of a key change"
} ,
2016-10-08 14:40:13 +00:00
"theme" : {
"message" : "Motyw" ,
"description" : "Header for theme settings"
} ,
2016-02-22 22:27:51 +00:00
"newIdentity" : {
2017-01-26 22:13:29 +00:00
"message" : "Nowy numer bezpieczeństwa" ,
2016-04-03 21:33:07 +00:00
"description" : "Header for a key change dialog"
2016-02-22 22:27:51 +00:00
} ,
2016-01-21 23:28:58 +00:00
"installTagline" : {
2016-02-05 02:06:22 +00:00
"message" : "Prywatność jest możliwa i łatwa dzięki Signal." ,
2016-01-21 23:28:58 +00:00
"description" : "Tagline displayed under installWelcome on the install page"
} ,
2017-02-09 23:27:14 +00:00
"audioNotificationDescription" : {
"message" : "Odtwórz powiadomienie dźwiękowe" ,
"description" : "Description for audio notification setting"
} ,
2016-01-21 23:28:58 +00:00
"disconnected" : {
2016-02-05 02:06:22 +00:00
"message" : "Odłączony" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2016-06-30 01:12:20 +00:00
"syncing" : {
2016-08-24 23:54:05 +00:00
"message" : "Importowanie..." ,
2016-06-30 01:12:20 +00:00
"description" : "Label for a disabled sync button while sync is in progress."
} ,
2016-01-21 23:28:58 +00:00
"acceptNewKey" : {
2016-08-24 23:54:05 +00:00
"message" : "Akceptuj" ,
2017-01-26 22:13:29 +00:00
"description" : "Label for a button to accept a new safety number"
2016-01-21 23:28:58 +00:00
} ,
2016-10-07 10:13:47 +00:00
"timerOption_12_hours_abbreviated" : {
2016-10-08 14:40:13 +00:00
"message" : "12 godz." ,
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2016-08-24 23:54:05 +00:00
"timestampFormat_M" : {
"message" : "D MMM" ,
"description" : "Timestamp format string for displaying month and day (but not the year) of a date within the current year, ex: use 'MMM D' for 'Aug 8', or 'D MMM' for '8 Aug'."
} ,
2016-10-07 10:13:47 +00:00
"timerOption_6_hours_abbreviated" : {
2016-10-08 14:40:13 +00:00
"message" : "6 godz." ,
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2016-06-30 01:12:20 +00:00
"unregisteredUser" : {
2016-08-24 23:54:05 +00:00
"message" : "Niezarejestrowany numer" ,
2016-06-30 01:12:20 +00:00
"description" : "Error message displayed when sending to an unregistered user."
} ,
2016-10-07 10:13:47 +00:00
"timerOption_1_day_abbreviated" : {
2016-10-08 14:40:13 +00:00
"message" : "1 dzień" ,
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2016-06-30 01:12:20 +00:00
"sync" : {
2016-08-24 23:54:05 +00:00
"message" : "Kontakty" ,
2016-06-30 01:12:20 +00:00
"description" : "Label for contact and group sync settings"
} ,
2016-10-07 10:13:47 +00:00
"timerOption_1_week" : {
2016-10-08 14:40:13 +00:00
"message" : "1 tydzień" ,
2016-10-07 10:13:47 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
} ,
2016-09-27 22:23:39 +00:00
"installGotIt" : {
2016-10-07 10:13:47 +00:00
"message" : "Gotowe" ,
2016-09-27 22:23:39 +00:00
"description" : "Button for the user to confirm that they have Signal installed."
} ,
2016-01-21 23:28:58 +00:00
"received" : {
2016-02-05 02:06:22 +00:00
"message" : "Odebrano" ,
2016-01-21 23:28:58 +00:00
"description" : "Label for the time a message was received"
} ,
2016-10-07 10:13:47 +00:00
"timerOption_30_seconds" : {
2016-10-08 14:40:13 +00:00
"message" : "30 sekund" ,
2016-10-07 10:13:47 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
} ,
2016-01-21 23:28:58 +00:00
"sendMessage" : {
2016-02-05 02:06:22 +00:00
"message" : "Wyślij wiadomość" ,
2016-01-21 23:28:58 +00:00
"description" : "Placeholder text in the message entry field"
} ,
2016-04-28 18:15:45 +00:00
"mediaMessage" : {
2016-08-24 23:54:05 +00:00
"message" : "Wiadomość multimedialna" ,
2016-04-28 18:15:45 +00:00
"description" : "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
} ,
2016-04-07 19:27:03 +00:00
"expiredWarning" : {
2016-08-24 23:54:05 +00:00
"message" : "Ta wersja Signal Desktop jest przestarzała. Aby nadal wysyłać wiadomości, wykonaj aktualizację." ,
2016-04-07 19:27:03 +00:00
"description" : "Warning notification that this version of the app has expired"
} ,
2016-01-21 23:28:58 +00:00
"outgoingKeyConflict" : {
2017-01-26 22:13:29 +00:00
"message" : "Twój numer bezpieczeństwa dla tego kontaktu zmienił się. Kliknij, aby przetworzyć i wyświetlić." ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
"fileSizeWarning" : {
2016-02-05 02:06:22 +00:00
"message" : "Wybrany plik przekracza ograniczenia rozmiaru wiadomości." ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2016-10-07 10:13:47 +00:00
"timerOption_0_seconds" : {
2016-10-08 14:40:13 +00:00
"message" : "Wyłącz" ,
2016-10-07 10:13:47 +00:00
"description" : "Label for option to turn off message expiration in the timer menu"
} ,
2016-01-21 23:28:58 +00:00
"installAndroidInstructions" : {
2016-08-24 23:54:05 +00:00
"message" : "Otwórz Signal w swoim urządzeniu i przejdź do Ustawienia > Połączone urządzenia. Dotknij przycisk dodawania nowego urządzenia i przeskanuj wyświetlony kod." ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2017-02-09 23:27:14 +00:00
"invalidNumberError" : {
"message" : "Nieprawidłowy numer" ,
"description" : "When a person inputs a number that is invalid"
} ,
2016-01-21 23:28:58 +00:00
"installWelcome" : {
2016-08-24 23:54:05 +00:00
"message" : "Witamy w Signal Desktop" ,
2016-01-21 23:28:58 +00:00
"description" : "Welcome title on the install page"
} ,
2016-02-11 20:36:07 +00:00
"installConnectionFailed" : {
2016-03-03 11:09:55 +00:00
"message" : "Nie można połączyć się z serwerem." ,
2016-02-11 20:36:07 +00:00
"description" : "Displayed when we can't connect to the server."
} ,
2016-04-03 21:33:07 +00:00
"messageNotSent" : {
2016-08-24 23:54:05 +00:00
"message" : "Wiadomość nie została wysłana." ,
2016-04-03 21:33:07 +00:00
"description" : "Informational label, appears on messages that failed to send"
} ,
2016-03-17 22:05:27 +00:00
"disableNotifications" : {
2016-08-24 23:54:05 +00:00
"message" : "Wyłącz powiadomienia" ,
2016-03-17 22:05:27 +00:00
"description" : "Label for disabling notifications"
} ,
2016-01-21 23:28:58 +00:00
"cancel" : {
2016-02-05 02:06:22 +00:00
"message" : "Anuluj" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2016-09-12 18:51:16 +00:00
"unblockToSend" : {
"message" : "Odblokuj ten kontakt, aby wysłać wiadomość." ,
"description" : "Brief message shown when trying to message a blocked number"
} ,
2016-01-21 23:28:58 +00:00
"installIHaveSignalButton" : {
2016-08-24 23:54:05 +00:00
"message" : "Mam Signal dla Androida" ,
2016-01-21 23:28:58 +00:00
"description" : "Button for the user to confirm that they have Signal for Android"
} ,
2017-05-16 18:56:33 +00:00
"unnamedFile" : {
"message" : "Plik bez nazwy" ,
"description" : "Hover text for attachment filenames"
} ,
2017-04-16 06:51:10 +00:00
"connecting" : {
2017-05-16 18:56:33 +00:00
"message" : "Trwa łączenie" ,
2017-04-16 06:51:10 +00:00
"description" : ""
} ,
2016-01-21 23:28:58 +00:00
"sessionEnded" : {
2016-02-05 02:06:22 +00:00
"message" : "Reset bezpiecznej sesji" ,
2016-03-17 22:05:27 +00:00
"description" : "This is a past tense, informational message. In other words, your secure session has been reset."
2016-01-21 23:28:58 +00:00
} ,
"installGetStartedButton" : {
2016-02-05 02:06:22 +00:00
"message" : "Rozpocznij" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2017-04-16 06:51:10 +00:00
"relink" : {
2017-05-16 18:56:33 +00:00
"message" : "Połącz ponownie" ,
2017-04-16 06:51:10 +00:00
"description" : ""
} ,
2016-10-07 10:13:47 +00:00
"timerOption_1_week_abbreviated" : {
2016-10-08 14:40:13 +00:00
"message" : "1 tydz." ,
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
"timerOption_5_seconds" : {
2016-10-08 14:40:13 +00:00
"message" : "5 sekund" ,
2016-10-07 10:13:47 +00:00
"description" : "Label for a selectable option in the message expiration timer menu"
} ,
2016-01-21 23:28:58 +00:00
"installSignalLink" : {
2016-10-07 10:13:47 +00:00
"message" : "Najpierw zainstaluj <a $a_params$>Signal</a> na swoim Androidzie.<br />Połączymy Twoje urządzenia i zsynchronizujemy wiadomości." ,
2016-01-21 23:28:58 +00:00
"description" : "Prompt the user to install Signal on Android before linking" ,
"placeholders" : {
2016-01-25 22:20:18 +00:00
"a_params" : {
"content" : "$1" ,
"example" : "href='http://example.com'"
}
2016-01-21 23:28:58 +00:00
}
} ,
"installLinkingWithNumber" : {
2016-02-05 02:06:22 +00:00
"message" : "Trwa łączenie z" ,
2016-01-21 23:28:58 +00:00
"description" : "Text displayed before the phone number that the user is in the process of linking with"
} ,
2016-02-22 22:27:51 +00:00
"newMessages" : {
2016-03-03 11:09:55 +00:00
"message" : "Nowe wiadomości" ,
2016-02-22 22:27:51 +00:00
"description" : "Displayed in notifications for multiple messages"
} ,
2017-02-09 23:27:14 +00:00
"newContact" : {
"message" : "Kliknij, aby dodać nowy kontakt" ,
"description" : ""
} ,
2016-01-21 23:28:58 +00:00
"theirIdentityUnknown" : {
2017-01-26 22:13:29 +00:00
"message" : "Jeszcze nie rozmawiałeś z tą osobą. Numer bezpieczeństwa będzie dostępny po pierwszej wiadomości." ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2017-05-16 18:56:33 +00:00
"voiceMessage" : {
"message" : "Wiadomość głosowa" ,
"description" : "Name for a voice message attachment"
} ,
2016-01-21 23:28:58 +00:00
"submit" : {
2016-02-05 02:06:22 +00:00
"message" : "Wyślij" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2016-10-07 10:13:47 +00:00
"keychanged" : {
2017-01-26 22:13:29 +00:00
"message" : "Twój numer bezpieczeństwa z $name$ zmienił się." ,
2016-10-07 10:13:47 +00:00
"description" : "" ,
"placeholders" : {
"name" : {
"content" : "$1" ,
"example" : "John"
}
}
} ,
"safetyNumbersSettingDescription" : {
2017-01-26 22:13:29 +00:00
"message" : "Wymagaj zatwierdzania nowych numerów bezpieczeństwa w razie ich zmiany." ,
2016-10-07 10:13:47 +00:00
"description" : "Description for safety numbers setting"
} ,
2016-01-21 23:28:58 +00:00
"to" : {
2016-02-05 02:06:22 +00:00
"message" : "Do" ,
2016-01-21 23:28:58 +00:00
"description" : "Label for the receiver of a message"
} ,
2016-10-07 10:13:47 +00:00
"timerOption_1_hour_abbreviated" : {
2016-10-08 14:40:13 +00:00
"message" : "1 godz." ,
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2016-01-21 23:28:58 +00:00
"installFinalButton" : {
2016-02-05 02:06:22 +00:00
"message" : "Wygląda dobrze" ,
2016-01-21 23:28:58 +00:00
"description" : "The final button for the install process, after the user has entered a name for their device"
} ,
"messageDetail" : {
2016-08-24 23:54:05 +00:00
"message" : "Szczegóły wiadomości" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
"verify" : {
2016-02-05 02:06:22 +00:00
"message" : "Weryfikuj" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2016-10-07 10:13:47 +00:00
"timerOption_10_seconds_abbreviated" : {
2016-10-08 14:40:13 +00:00
"message" : "10 sek." ,
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2016-02-22 22:27:51 +00:00
"nameAndMessage" : {
2016-08-24 23:54:05 +00:00
"message" : "Z nazwą nadawcy i wiadomością" ,
2016-02-22 22:27:51 +00:00
"description" : "Label for setting notifications to display name and message text"
} ,
2016-01-21 23:28:58 +00:00
"failedToSend" : {
2016-03-03 11:09:55 +00:00
"message" : "Nie można było wysłać wiadomości do niektórych adresatów. Sprawdź połączenie z internetem." ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
"ok" : {
"message" : "OK" ,
"description" : ""
} ,
2016-02-22 22:27:51 +00:00
"identityChanged" : {
2017-01-26 22:13:29 +00:00
"message" : "Numer bezpieczeństwa dla tego kontaktu zmienił się. To może oznaczać, że ktoś próbuje przechwycić Twoją komunikację lub że po prostu kontakt przeinstalował Signal. Możesz zweryfikować jego nowy numer bezpieczeństwa poniżej." ,
2016-02-22 22:27:51 +00:00
"description" : ""
} ,
2016-01-21 23:28:58 +00:00
"submitDebugLog" : {
2016-10-08 14:40:13 +00:00
"message" : "Wyślij log debugowania" ,
2016-03-03 11:09:55 +00:00
"description" : "Menu item and header text for debug log modal, title case."
2016-01-21 23:28:58 +00:00
} ,
"error" : {
2016-02-05 02:06:22 +00:00
"message" : "Błąd" ,
2016-01-21 23:28:58 +00:00
"description" : ""
} ,
2016-10-07 10:13:47 +00:00
"timerSetTo" : {
2017-01-26 22:13:29 +00:00
"message" : "Czas ustawiony na $time$." ,
2016-10-07 10:13:47 +00:00
"description" : "Displayed in the conversation list when the timer is updated." ,
"placeholders" : {
"time" : {
"content" : "$1" ,
"example" : "1w"
}
}
} ,
"timerOption_30_seconds_abbreviated" : {
2016-10-08 14:40:13 +00:00
"message" : "30 sek." ,
"description" : "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
} ,
2016-03-17 22:05:27 +00:00
"notifications" : {
2016-08-24 23:54:05 +00:00
"message" : "Powiadomienia" ,
2016-03-17 22:05:27 +00:00
"description" : "Header for notification settings"
} ,
2016-01-21 23:28:58 +00:00
"resend" : {
2016-02-05 02:06:22 +00:00
"message" : "Wyślij ponownie" ,
2016-01-21 23:28:58 +00:00
"description" : ""
}
}