diff --git a/Gemfile.lock b/Gemfile.lock index 4a3c3a9..a01c82c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/discourse/translations-manager.git - revision: 7c265df4e60c75f7bea6aa978f79e7364c2c4ac7 + revision: 57e598eb204719c15ddfd786491344c735945fea specs: translations-manager (0.1.1) @@ -14,4 +14,4 @@ DEPENDENCIES translations-manager! BUNDLED WITH - 1.13.6 + 1.16.1 diff --git a/config/locales/client.ca.yml b/config/locales/client.ca.yml new file mode 100644 index 0000000..7f25601 --- /dev/null +++ b/config/locales/client.ca.yml @@ -0,0 +1,15 @@ +# encoding: utf-8 +# +# Never edit this file. It will be overwritten when translations are pulled from Transifex. +# +# To work with us on translations, join this project: +# https://www.transifex.com/projects/p/discourse-org/ + +ca: + js: + notifications: + alt: + solved: + accepted_notification: "Acceptat" + solved: + title: "Solucionat" diff --git a/config/locales/client.pl_PL.yml b/config/locales/client.pl_PL.yml index ea6885f..5b80371 100644 --- a/config/locales/client.pl_PL.yml +++ b/config/locales/client.pl_PL.yml @@ -7,11 +7,18 @@ pl_PL: js: + notifications: + alt: + solved: + accepted_notification: "przyjęty" solved: + title: "Rozwiązany" allow_accepted_answers: "Pozwól użytkownikom na akceptowanie rozwiązań" accept_answer: "Akceptuj rozwiązanie" has_accepted_answer: "Ten temat ma zaakceptowane rozwiązanie" + has_no_accepted_answer: "Ten temat nie ma rozwiązania" unaccept_answer: "Niezaakceptowana odpowiedź" accepted_answer: "Zaakceptowana odpowiedź" + solution: "Rozwiązanie" accepted_html: " Rozwiązane przez {{username}} w poście #{{post_number}}" accepted_notification: "
{{username}} {{description}}
" diff --git a/config/locales/server.ca.yml b/config/locales/server.ca.yml new file mode 100644 index 0000000..e155a11 --- /dev/null +++ b/config/locales/server.ca.yml @@ -0,0 +1,8 @@ +# encoding: utf-8 +# +# Never edit this file. It will be overwritten when translations are pulled from Transifex. +# +# To work with us on translations, join this project: +# https://www.transifex.com/projects/p/discourse-org/ + +ca: {} diff --git a/config/locales/server.pl_PL.yml b/config/locales/server.pl_PL.yml index f56193b..8bb1994 100644 --- a/config/locales/server.pl_PL.yml +++ b/config/locales/server.pl_PL.yml @@ -8,8 +8,14 @@ pl_PL: site_settings: allow_solved_on_all_topics: "Pozwól oznaczać użytkownikom wszystkie tematy jako rozwiązane (domyślnie tylko dla wybranych kategorii w ich ustawieniach)" + empty_box_on_unsolved: "Wyświetl puste pole obok nierozwiązanych tematów" + solved_quote_length: "Liczba znaków do wyświetlenia przy wyświetlaniu rozwiązania pod pierwszym wpisem" reports: accepted_solutions: title: "Zaakceptowane rozwiązania" xaxis: "Dzień" yaxis: "Wszystkie" + solved: + no_solutions: + self: "Nie masz jeszcze żadnych akceptowanych rozwiązań." + others: "Brak akceptowanych rozwiązań."