diff --git a/Gemfile.lock b/Gemfile.lock index 5c2528f..100205b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/discourse/translations-manager.git - revision: 7fe7d67f53fe917341b7abfb101b529be264fc8d + revision: 927edce96b5bb1d7eb4f3f66bc8d77b0867639a2 specs: translations-manager (0.4) diff --git a/config/locales/client.be.yml b/config/locales/client.be.yml new file mode 100644 index 0000000..b4000c4 --- /dev/null +++ b/config/locales/client.be.yml @@ -0,0 +1,12 @@ +# 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/ + +be: + js: + solved: + topic_status_filter: + all: "усе" diff --git a/config/locales/client.ca.yml b/config/locales/client.ca.yml index 3785155..167be75 100644 --- a/config/locales/client.ca.yml +++ b/config/locales/client.ca.yml @@ -10,10 +10,24 @@ ca: notifications: alt: solved: - accepted_notification: "Acceptat" + accepted_notification: "acceptat" solved: title: "Solucionat" + allow_accepted_answers: "Permet que el propietari del tema i l'equip responsable marquin una resposta com a solució" + accept_answer: "Seleccioneu aquesta resposta si resol el problema" + has_no_accepted_answer: "Aquest tema no té cap solució" + unaccept_answer: "Desseleccioneu aquesta resposta si ja no resol el problema" accepted_answer: "Solució" solution: "Solució" + solution_summary: + one: "solució" + other: "solucions" + accepted_html: "{{icon}} Resolt per {{username}} en la publicació # {{post_number}}" + accepted_notification: "

{{username}} {{description}}

" topic_status_filter: all: "tots" + solved: "resolt" + unsolved: "no resolt" + topic_statuses: + solved: + help: "Aquest tema té una solució" diff --git a/config/locales/client.pl_PL.yml b/config/locales/client.pl_PL.yml index 6cb8aeb..8c7d545 100644 --- a/config/locales/client.pl_PL.yml +++ b/config/locales/client.pl_PL.yml @@ -19,8 +19,17 @@ pl_PL: unaccept_answer: "Odznacz jeśli ta odpowiedź nie rozwiązuje już problemu" accepted_answer: "Zaakceptowana odpowiedź" solution: "Rozwiązanie" + solution_summary: + one: "rozwiązanie" + few: "rozwiązania" + many: "rozwiązania" + other: "rozwiązania" + accepted_html: "{{icon}}rozwiązane przez {{username}} we wpisie #{{post_number}}" + accepted_notification: "

{{username}}{{description}}

" topic_status_filter: all: "wszystkie" + solved: "rozwiązano" + unsolved: "nierozwiązano" topic_statuses: solved: help: "Ten temat ma zaakceptowane rozwiązanie" diff --git a/config/locales/server.be.yml b/config/locales/server.be.yml new file mode 100644 index 0000000..cf35ce4 --- /dev/null +++ b/config/locales/server.be.yml @@ -0,0 +1,12 @@ +# 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/ + +be: + reports: + accepted_solutions: + xaxis: "дзень" + yaxis: "агульны" diff --git a/config/locales/server.ca.yml b/config/locales/server.ca.yml index 87f5593..6315e13 100644 --- a/config/locales/server.ca.yml +++ b/config/locales/server.ca.yml @@ -6,7 +6,20 @@ # https://www.transifex.com/projects/p/discourse-org/ ca: + site_settings: + solved_enabled: "Activa el connector de resolts. Permet als usuaris seleccionar solucions per als temes." + allow_solved_on_all_topics: "Permet als usuaris seleccionar solucions en tots els temes (per defecte, ho controleu editant categories)" + accept_all_solutions_trust_level: "Nivell mínim de confiança necessari per a acceptar solucions sobre qualsevol tema (encara que no sigui OP)" + empty_box_on_unsolved: "Mostra un quadre buit al costat dels temes no resolts" + solved_quote_length: "Nombre de caràcters que se citen quan es mostri la solució sota la primera publicació" + solved_topics_auto_close_hours: "Tanca automàticament el tema (n) hores després de la darrera resposta una vegada el tema s'hagi marcat com a resolt." + show_filter_by_solved_status: "Mostra un menú desplegable per a filtrar una llista de temes per estat de resolució." reports: accepted_solutions: + title: "Solucions acceptades" xaxis: "Dia" yaxis: "Total" + solved: + no_solutions: + self: "Encara no teniu solucions acceptades." + others: "No hi ha solucions acceptades." diff --git a/config/locales/server.pl_PL.yml b/config/locales/server.pl_PL.yml index 8bb1994..884790a 100644 --- a/config/locales/server.pl_PL.yml +++ b/config/locales/server.pl_PL.yml @@ -7,9 +7,13 @@ pl_PL: site_settings: + solved_enabled: "Aktywuj wtyczkę solved, zezwól użytkownikom wybierać rozwiązania w tematach" allow_solved_on_all_topics: "Pozwól oznaczać użytkownikom wszystkie tematy jako rozwiązane (domyślnie tylko dla wybranych kategorii w ich ustawieniach)" + accept_all_solutions_trust_level: "Minimalny poziom zaufania wymagany do zaakceptowania rozwiązania w każdym temacie (nawet jeśli nie jest się jego autorem)" 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" + solved_topics_auto_close_hours: "Zamknij temat automatycznie po (n) godzinach od ostatniej odpowiedzi, gdy temat został oznaczony jako rozwiązany" + show_filter_by_solved_status: "Pokaż rozwinięcie, aby filtrować listę tematów po statusie rozwiązania" reports: accepted_solutions: title: "Zaakceptowane rozwiązania" diff --git a/config/locales/server.ru.yml b/config/locales/server.ru.yml index 1048699..870973d 100644 --- a/config/locales/server.ru.yml +++ b/config/locales/server.ru.yml @@ -7,7 +7,7 @@ ru: site_settings: - solved_enabled: "Включить плагин и разрешить пользователям отмечать выбранные, решенные ответы" + solved_enabled: "Включить плагин и разрешить пользователям отмечать выбранные, решенные ответы" allow_solved_on_all_topics: "Разрешить пользователям отмечать ответы в темах (управляется в свойствах раздела)" accept_all_solutions_trust_level: "Минимальный уровень доверия, необходимый для принятия решений по любой теме (даже если не OP)" empty_box_on_unsolved: "Показывать пустое поле рядом с нерешенными темами"