mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-12 18:52:22 +02:00
Latest translations and fallbacks
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
"plugin-search": "Szukaj wtyczek",
|
||||
"plugin-search-placeholder": "Szukaj wtyczki...",
|
||||
"submit-anonymous-usage": "Submit anonymous plugin usage data.",
|
||||
"submit-anonymous-usage": "Prześlij anonimowe dane użycia wtyczki.",
|
||||
"reorder-plugins": "Posortuj wtyczki",
|
||||
"order-active": "Posortuj aktywne wtyczki",
|
||||
"dev-interested": "Chcesz pisać wtyczki do NodeBB?",
|
||||
@@ -30,8 +30,8 @@
|
||||
"plugin-item.more-info": "Więcej informacji:",
|
||||
"plugin-item.unknown": "Nieznane",
|
||||
"plugin-item.unknown-explanation": "Nie udało się ustalić stanu tej wtyczki, prawdopodobnie z powodu błędu konfiguracji.",
|
||||
"plugin-item.compatible": "This plugin works on NodeBB %1",
|
||||
"plugin-item.not-compatible": "This plugin has no compatibility data, make sure it works before installing on your production environment.",
|
||||
"plugin-item.compatible": "Ten plugin jest zgodny z wersją NodeBB %1",
|
||||
"plugin-item.not-compatible": "Ta wtyczka nie zawiera danych dotyczących zgodności, upewnij się, że działa w środowisku produkcyjnym.",
|
||||
|
||||
"alert.enabled": "Wtyczka włączona",
|
||||
"alert.disabled": "Wtyczka wyłączona",
|
||||
|
||||
@@ -59,8 +59,8 @@
|
||||
"downvoted": "Oddane głosy przeciw",
|
||||
"views": "Wyświetlenia",
|
||||
"reputation": "Reputacja",
|
||||
"lastpost": "Last post",
|
||||
"firstpost": "First post",
|
||||
"lastpost": "Ostatni post",
|
||||
"firstpost": "Pierwszy post",
|
||||
"read_more": "czytaj więcej",
|
||||
"more": "Więcej",
|
||||
"posted_ago_by_guest": "wysłany %1 przez Gościa",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"home": "Strona startowa",
|
||||
"home": "Strona główna",
|
||||
"unread": "Nieprzeczytane tematy",
|
||||
"popular-day": "Tematy popularne dzisiaj",
|
||||
"popular-week": "Tematy popularne w tym tygodniu",
|
||||
@@ -43,7 +43,7 @@
|
||||
"account/following": "Obserwowani przez %1",
|
||||
"account/followers": "Obserwujący %1",
|
||||
"account/posts": "Posty napisane przez %1",
|
||||
"account/latest-posts": "Latest posts made by %1",
|
||||
"account/latest-posts": "Najnowszy post utworzony przez %1",
|
||||
"account/topics": "Tematy utworzone przez %1",
|
||||
"account/groups": "Grupy %1",
|
||||
"account/watched_categories": "Kategorie obserwowane przez %1",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"purge": "Wymaż",
|
||||
"restore": "Przywróć",
|
||||
"move": "Przenieś",
|
||||
"change-owner": "Change Owner",
|
||||
"change-owner": "Zmień właściciela",
|
||||
"fork": "Skopiuj",
|
||||
"link": "Odnośnik",
|
||||
"share": "Udostępnij",
|
||||
@@ -65,7 +65,7 @@
|
||||
"thread_tools.move": "Przenieś temat",
|
||||
"thread_tools.move-posts": "Przenieś posty",
|
||||
"thread_tools.move_all": "Przenieś wszystko",
|
||||
"thread_tools.change_owner": "Change Owner",
|
||||
"thread_tools.change_owner": "Zmień właściciela",
|
||||
"thread_tools.select_category": "Wybierz kategorię",
|
||||
"thread_tools.fork": "Skopiuj temat",
|
||||
"thread_tools.delete": "Usuń temat",
|
||||
@@ -100,7 +100,7 @@
|
||||
"delete_posts_instruction": "Zaznacz posty, które chcesz usunąć/wyczyścić",
|
||||
"merge_topics_instruction": "Zaznacz tematy, które chcesz połączyć",
|
||||
"move_posts_instruction": "Zaznacz posty, które chcesz przenieść",
|
||||
"change_owner_instruction": "Click the posts you want to assign to another user",
|
||||
"change_owner_instruction": "Kliknij w posty, które chcesz przypisać do innego użytkownika",
|
||||
"composer.title_placeholder": "Tutaj wpisz tytuł tematu...",
|
||||
"composer.handle_placeholder": "Nazwa",
|
||||
"composer.discard": "Odrzuć",
|
||||
@@ -133,5 +133,5 @@
|
||||
"diffs.no-revisions-description": "Ten post zawiera <strong>%1</strong> zmian.",
|
||||
"diffs.current-revision": "wersja obecna",
|
||||
"diffs.original-revision": "pierwsza zmiana",
|
||||
"timeago_later": "%1 later"
|
||||
"timeago_later": "%1 później"
|
||||
}
|
||||
Reference in New Issue
Block a user