mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-04 23:00:31 +01:00
Latest translations and fallbacks
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
|
||||
"uid": "ID Użytkownika",
|
||||
"token": "Token",
|
||||
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
||||
"uid-help-text": "Wyznacz ID użytkownika przypisanego do tego tokena. Jeśli ID użytkownika będzie ustawione na <code>0</code>, to token zostanie uznany za <em>główny</em> i będzie mógł przyjmować tożsamość innych użytkowników na podstawie parametru <code>_uid</code>",
|
||||
"description": "Opis",
|
||||
"last-seen": "Ostatnio widziany",
|
||||
"created": "Utworzony",
|
||||
"create-token": "Utwórz token",
|
||||
"update-token": "Zaktualizuj token",
|
||||
"master-token": "Master token",
|
||||
"master-token": "Główny token",
|
||||
"last-seen-never": "Ten klucz nigdy nie został użyty.",
|
||||
"no-description": "Brak opisu.",
|
||||
"actions": "Akcje",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"title.short-placeholder": "Jeśli nie wskazano krótkiego tytułu, użyty zostanie tytuł strony",
|
||||
"title.url": "Adres odnośnika tytułu",
|
||||
"title.url-placeholder": "Adres URL strony tytułowej",
|
||||
"title.url-help": "When the title is clicked, send users to this address. If left blank, user will be sent to the forum index. Note: This is not the external URL used in emails, etc. That is set by the <code>url</code> property in config.json",
|
||||
"title.url-help": "Po kliknięciu w tytuł użytkownik przejdzie pod ten adres. Jeśli to pole jest puste, użytkownik zostanie przeniesiony na stronę główną forum. Uwaga: To nie jest adres zewnętrzny używany w wiadomościach e-mail, itp. Taki adres ustala właściwość <code>url</code> w config.json",
|
||||
"title.name": "Nazwa twojej społeczności",
|
||||
"title.show-in-header": "Pokazuj tytuł strony w nagłówku",
|
||||
"browser-title": "Tytuł karty przeglądarki",
|
||||
@@ -24,7 +24,7 @@
|
||||
"logo.upload": "Prześlij",
|
||||
"logo.url": "Adres odnośnika logo",
|
||||
"logo.url-placeholder": "Adres URL logo strony",
|
||||
"logo.url-help": "When the logo is clicked, send users to this address. If left blank, user will be sent to the forum index. <br> Note: This is not the external URL used in emails, etc. That is set by the <code>url</code> property in config.json",
|
||||
"logo.url-help": "Po kliknięciu w logo użytkownik przejdzie pod ten adres. Jeśli to pole jest puste, użytkownik zostanie przeniesiony na stronę główną forum. <br> Uwaga: To nie jest adres zewnętrzny używany w wiadomościach e-mail, itp. Taki adres ustala właściwość <code>url</code> w config.json",
|
||||
"logo.alt-text": "Alternatywny tekst",
|
||||
"log.alt-text-placeholder": "Alternatywny tekst dla dostępności",
|
||||
"favicon": "Favikona",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"topic-event-unrecognized": "Zdarzenie w temacie '%1' nierozpoznane",
|
||||
"cant-set-child-as-parent": "Nie można ustawić podkategorii jako kategorii nadrzędnej",
|
||||
"cant-set-self-as-parent": "Nie można ustawić kategorii nadrzędnej do samej siebie",
|
||||
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
|
||||
"api.master-token-no-uid": "Otrzymano główny token bez odpowiedniego `_uid` w treści wywołania",
|
||||
"api.400": "Coś było nie tak z przekazaną treścią żądania.",
|
||||
"api.401": "Poprawna sesja logowanie nie została znaleziona. Proszę zaloguj się i spróbuj ponownie.",
|
||||
"api.403": "Nie masz uprawnień do wykonania tego żądania",
|
||||
|
||||
@@ -75,28 +75,28 @@
|
||||
"category": "Kategoria",
|
||||
"descending": "W kolejności malejącej",
|
||||
"ascending": "W kolejności rosnącej",
|
||||
"sort-by-relevance-desc": "Sort by: Relevance in descending order",
|
||||
"sort-by-relevance-asc": "Sort by: Relevance in ascending order",
|
||||
"sort-by-timestamp-desc": "Sort by: Post time in descending order",
|
||||
"sort-by-timestamp-asc": "Sort by: Post time in ascending order",
|
||||
"sort-by-votes-desc": "Sort by: Votes in descending order",
|
||||
"sort-by-votes-asc": "Sort by: Votes in ascending order",
|
||||
"sort-by-topic.lastposttime-desc": "Sort by: Last reply time in descending order",
|
||||
"sort-by-topic.lastposttime-asc": "Sort by: Last reply time in ascending order",
|
||||
"sort-by-topic.title-desc": "Sort by: Topic title in descending order",
|
||||
"sort-by-topic.title-asc": "Sort by: Topic title in ascending order",
|
||||
"sort-by-topic.postcount-desc": "Sort by: Number of replies in descending order",
|
||||
"sort-by-topic.postcount-asc": "Sort by: Number of replies in ascending order",
|
||||
"sort-by-topic.viewcount-desc": "Sort by: Number of views in descending order",
|
||||
"sort-by-topic.viewcount-asc": "Sort by: Number of views in ascending order",
|
||||
"sort-by-topic.votes-desc": "Sort by: Topic votes in descending order",
|
||||
"sort-by-topic.votes-asc": "Sort by: Topic votes in ascending order",
|
||||
"sort-by-topic.timestamp-desc": "Sort by: Topic start date in descending order",
|
||||
"sort-by-topic.timestamp-asc": "Sort by: Topic start date in ascending order",
|
||||
"sort-by-user.username-desc": "Sort by: Username in descending order",
|
||||
"sort-by-user.username-asc": "Sort by: Username in ascending order",
|
||||
"sort-by-category.name-desc": "Sort by: Category in descending order",
|
||||
"sort-by-category.name-asc": "Sort by: Category in ascending order",
|
||||
"sort-by-relevance-desc": "Sortuj po: trafność, malejąco",
|
||||
"sort-by-relevance-asc": "Sortuj po: trafność, rosnąco",
|
||||
"sort-by-timestamp-desc": "Sortuj po: czas publikacji, malejąco",
|
||||
"sort-by-timestamp-asc": "Sortuj po: czas publikacji, rosnąco",
|
||||
"sort-by-votes-desc": "Sortuj po: liczba głosów, malejąco",
|
||||
"sort-by-votes-asc": "Sortuj po: liczba głosów, rosnąco",
|
||||
"sort-by-topic.lastposttime-desc": "Sortuj po: czas ostatniej odpowiedzi, malejąco",
|
||||
"sort-by-topic.lastposttime-asc": "Sortuj po: czas ostatniej odpowiedzi, rosnąco",
|
||||
"sort-by-topic.title-desc": "Sortuj po: tytuł tematu, malejąco",
|
||||
"sort-by-topic.title-asc": "Sortuj po: tytuł tematu, rosnąco",
|
||||
"sort-by-topic.postcount-desc": "Sortuj po: liczba odpowiedzi, malejąco",
|
||||
"sort-by-topic.postcount-asc": "Sortuj po: liczba odpowiedzi, rosnąco",
|
||||
"sort-by-topic.viewcount-desc": "Sortuj po: liczba wyświetleń, malejąco",
|
||||
"sort-by-topic.viewcount-asc": "Sortuj po: liczba wyświetleń, rosnąco",
|
||||
"sort-by-topic.votes-desc": "Sortuj po: głosy na tematy, malejąco",
|
||||
"sort-by-topic.votes-asc": "Sortuj po: głosy na tematy, rosnąco",
|
||||
"sort-by-topic.timestamp-desc": "Sortuj po: czas rozpoczęcia tematu, malejąco",
|
||||
"sort-by-topic.timestamp-asc": "Sortuj po: czas rozpoczęcia tematu, rosnąco",
|
||||
"sort-by-user.username-desc": "Sortuj po: nazwa użytkownika, malejąco",
|
||||
"sort-by-user.username-asc": "Sortuj po: nazwa użytkownika, rosnąco",
|
||||
"sort-by-category.name-desc": "Sortuj po: kategoria, malejąco",
|
||||
"sort-by-category.name-asc": "Sortuj po: kategoria, rosnąco",
|
||||
"save": "Zapisz",
|
||||
"save-preferences": "Zapisz ustawienia",
|
||||
"clear-preferences": "Wyczyść ustawienia",
|
||||
|
||||
Reference in New Issue
Block a user