diff --git a/Gemfile.lock b/Gemfile.lock index 6a1c35d..ebefc0b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/discourse/translations-manager.git - revision: 2a4a6f1817983db8fb3bc105607f8f705e12d16f + revision: 212a49cfa8feaab90d26f2ff9c65f698fef750e8 specs: translations-manager (0.2.1) @@ -14,4 +14,4 @@ DEPENDENCIES translations-manager! BUNDLED WITH - 1.16.1 + 1.16.3 diff --git a/config/locales/client.ca.yml b/config/locales/client.ca.yml index 7f25601..c1cd4ef 100644 --- a/config/locales/client.ca.yml +++ b/config/locales/client.ca.yml @@ -13,3 +13,5 @@ ca: accepted_notification: "Acceptat" solved: title: "Solucionat" + accepted_answer: "Solució" + solution: "Solució" diff --git a/config/locales/client.hu.yml b/config/locales/client.hu.yml new file mode 100644 index 0000000..848f715 --- /dev/null +++ b/config/locales/client.hu.yml @@ -0,0 +1,27 @@ +# 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/ + +hu: + js: + notifications: + alt: + solved: + accepted_notification: "elfogadva" + solved: + title: "Megoldva" + allow_accepted_answers: "Engedélyezi a téma tulajdonosának és a személyzetnek, hogy megjelöljenek egy bejegyzést mint megoldás" + accept_answer: "Válaszd ki, ha ez a válasz megoldotta a problémát" + has_accepted_answer: "Ez a téma tartalmaz egy megoldást" + has_no_accepted_answer: "Ez a téma nem tartalmaz megoldást" + unaccept_answer: "Válaszd ki ha ez a válasz már nem oldja meg a problémát" + accepted_answer: "Megoldás" + solution: "Megoldás" + solution_summary: + one: "megoldás " + other: "megoldások " + accepted_html: " Megoldotta {{username}} ebben a témában #{{post_number}}" + accepted_notification: "
{{username}} {{description}}
" diff --git a/config/locales/client.it.yml b/config/locales/client.it.yml index 8848548..2f977ac 100644 --- a/config/locales/client.it.yml +++ b/config/locales/client.it.yml @@ -14,11 +14,14 @@ it: solved: title: "Risolto" allow_accepted_answers: "Consentire al proprietario dell'argomento e allo staff di contrassegnare una risposta come la soluzione" + accept_answer: "Questa risposta risolve il problema" has_accepted_answer: "Questo argomento ha una soluzione" has_no_accepted_answer: "Questo argomento non ha soluzioni" + unaccept_answer: "Deseleziona se questa risposta non risolve più il problema" accepted_answer: "Soluzione" solution: "Soluzione" solution_summary: one: "soluzione " other: "soluzioni " + accepted_html: " Risolto da {{username}} nel messaggio #{{post_number}}" accepted_notification: "{{username}} {{description}}
" diff --git a/config/locales/client.pt_BR.yml b/config/locales/client.pt_BR.yml index ed89a59..8cdc572 100644 --- a/config/locales/client.pt_BR.yml +++ b/config/locales/client.pt_BR.yml @@ -7,9 +7,21 @@ pt_BR: js: + notifications: + alt: + solved: + accepted_notification: "aceito" solved: + title: "Resolvido" allow_accepted_answers: "Permitir que o criador do tópico e a equipe marquem uma resposta como a solução" + accept_answer: "Selecione se esta resposta resolve o problema" has_accepted_answer: "Este tópico tem uma solução" + has_no_accepted_answer: "Este tópico não tem solução" + unaccept_answer: "Desmarque se esta resposta não resolver mais o problema" accepted_answer: "Solução" solution: "Solução" + solution_summary: + one: "solução " + other: "soluções " + accepted_html: " Resolvido por {{nome de usuário}} no post #{{post_number}}" accepted_notification: "{{username}} {{description}}
" diff --git a/config/locales/client.ro.yml b/config/locales/client.ro.yml index 31d1c44..e1eb2cd 100644 --- a/config/locales/client.ro.yml +++ b/config/locales/client.ro.yml @@ -5,4 +5,9 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -ro: {} +ro: + js: + notifications: + alt: + solved: + accepted_notification: "acceptat" diff --git a/config/locales/client.sw.yml b/config/locales/client.sw.yml new file mode 100644 index 0000000..7e1bab6 --- /dev/null +++ b/config/locales/client.sw.yml @@ -0,0 +1,24 @@ +# 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/ + +sw: + js: + notifications: + alt: + solved: + accepted_notification: "imeruhusiwa" + solved: + title: "Imetatuliwa" + allow_accepted_answers: "Ruhusu Muanzilishi wa Mada na Wasaidizi kuchagua jibu kama Suluhisho" + accept_answer: "Chagua kama jibu limetatua tatizo" + has_accepted_answer: "Hii mada ina suluhisho" + has_no_accepted_answer: "Hii mada haina suluhisho" + unaccept_answer: "Ondoa chaguo kama jibu halijatatua tatizo" + accepted_answer: "Jibu" + solution: "Suluhisho" + accepted_html: "Imesuluhishwana {{username}}kwenye taarifa#{{post_number}}" + accepted_notification: "{{jina la mtumiaji}}{{maelezo}}
" diff --git a/config/locales/server.ca.yml b/config/locales/server.ca.yml index e155a11..87f5593 100644 --- a/config/locales/server.ca.yml +++ b/config/locales/server.ca.yml @@ -5,4 +5,8 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -ca: {} +ca: + reports: + accepted_solutions: + xaxis: "Dia" + yaxis: "Total" diff --git a/config/locales/server.hu.yml b/config/locales/server.hu.yml new file mode 100644 index 0000000..34fcd98 --- /dev/null +++ b/config/locales/server.hu.yml @@ -0,0 +1,24 @@ +# 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/ + +hu: + site_settings: + solved_enabled: "Solved plugin engedélyezése, hogy a felhasználók kiválaszthassák a megoldást a témához" + allow_solved_on_all_topics: "Lehetővé teszi a felhasználók számára, hogy minden témában megoldásokat válasszanak (alapértelmezés szerint ezt a kategóriák szerkesztésével szabályozhatja)" + accept_all_solutions_trust_level: "Szükséges minimum bizalmi szint a megoldások elfogadásához bármelyik témában (even when not OP)" + empty_box_on_unsolved: "Egy üres doboz megjelenítése a megoldatlan témák mellett" + solved_quote_length: "Idézett karakterek száma amikor a megoldás megjelenik az első bejegyzés alatt" + solved_topics_auto_close_hours: "Automatikusan zárja le a témát (n) órával az utolsó válasz után, miután a témát megoldották" + reports: + accepted_solutions: + title: "Elfogadott megoldások" + xaxis: "Nap" + yaxis: "Összesen" + solved: + no_solutions: + self: "Még nincs elfogadott megoldásod." + others: "Nincs elfogadott megoldás." diff --git a/config/locales/server.pt_BR.yml b/config/locales/server.pt_BR.yml index 418566a..5f4a933 100644 --- a/config/locales/server.pt_BR.yml +++ b/config/locales/server.pt_BR.yml @@ -7,9 +7,18 @@ pt_BR: site_settings: + solved_enabled: "Habilitar plugin resolvido, permite aos usuários selecionar soluções para tópicos" allow_solved_on_all_topics: "Permitir usuários selecionarem soluções em todos tópicos (por padrão você controla isso editando categorias)" + accept_all_solutions_trust_level: "Nível mínimo de confiança requerido para aceitar soluções em qualquer tópico (mesmo quando não é OP)" + empty_box_on_unsolved: "Apresentar uma caixa vazia junto a tópicos não resolvidos" + solved_quote_length: "Número de caracteres para citar ao exibir a solução na primeira publicação" + solved_topics_auto_close_hours: "Tópico de fechamento automático (n) horas após a última resposta, uma vez que o tópico foi marcado como resolvido" reports: accepted_solutions: title: "Soluções aceitas" xaxis: "Dia" yaxis: "Total" + solved: + no_solutions: + self: "Você ainda não tem soluções aceitas." + others: "Nenhuma solução aceita." diff --git a/config/locales/server.sw.yml b/config/locales/server.sw.yml new file mode 100644 index 0000000..1dadbe5 --- /dev/null +++ b/config/locales/server.sw.yml @@ -0,0 +1,24 @@ +# 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/ + +sw: + site_settings: + solved_enabled: "Ruhusu plugin ya suluhisho, waruhusu watumiaji wachague suluhisho ya mada" + allow_solved_on_all_topics: "Ruhusu watumiaji waweze kuchagua suluhisho kwenye mada zote (unaweza kudhibiti kwa kuhariri makundi)" + accept_all_solutions_trust_level: "Kiwango cha chini cha uaminifu kinachohitajika kukubali suluhisho kwenye mada zozote (hata kama sio OP)" + empty_box_on_unsolved: "Onyesha boxi lililowazi pembeni ya mada ambazo hazijatatuliwa" + solved_quote_length: "Namba za herufi kunuku wakati wa kuonyesha suluhisho chini ya taarifa za kwanza." + solved_topics_auto_close_hours: "Mada iliyopita (n) hours itajifunga yenyewe baada ya jibu la mwisho pale kipindi mada ikipata ufumbuzi au suluhisho " + reports: + accepted_solutions: + title: "Majibu yaliyokubaliwa" + xaxis: "Siku" + yaxis: "Jumla" + solved: + no_solutions: + self: "Bado hauna majibu yaliyokubaliwa." + others: "Hakuna majibu yaliyokubaliwa."