diff --git a/config/locales/client.bg.yml b/config/locales/client.bg.yml index 99735bf..2186c8e 100644 --- a/config/locales/client.bg.yml +++ b/config/locales/client.bg.yml @@ -7,6 +7,12 @@ bg: js: + notifications: + alt: + solved: + accepted_notification: "прието" solved: + accepted_answer: "Решение" + solution: "Решение" topic_status_filter: all: "всички подкатегории" diff --git a/config/locales/client.es.yml b/config/locales/client.es.yml index a1f12ec..75dc9ff 100644 --- a/config/locales/client.es.yml +++ b/config/locales/client.es.yml @@ -32,3 +32,12 @@ es: topic_statuses: solved: help: "Este tema tiene una solución" + search: + advanced: + statuses: + solved: "están resueltos" + admin: + web_hooks: + solved_event: + name: "Al resolver" + details: "Cuando un usuario marca o desmarca una publicación como la respuesta aceptada." diff --git a/config/locales/client.he.yml b/config/locales/client.he.yml index c0dbc46..da27e30 100644 --- a/config/locales/client.he.yml +++ b/config/locales/client.he.yml @@ -34,3 +34,12 @@ he: topic_statuses: solved: help: "נושא זה נפתר" + search: + advanced: + statuses: + solved: "נפתרו" + admin: + web_hooks: + solved_event: + name: "אירוע שנפתר" + details: "כאשר משתמש מסמן פוסט בתור התשובה המקובלת או הבלתי מקובלת." diff --git a/config/locales/client.it.yml b/config/locales/client.it.yml index e2632c9..458240e 100644 --- a/config/locales/client.it.yml +++ b/config/locales/client.it.yml @@ -15,7 +15,7 @@ it: 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" - accepted_description: "Questa è la soluzione accettata di questo argomento" + accepted_description: "Questa è la soluzione accettata per questo argomento" has_no_accepted_answer: "Questo argomento non ha soluzioni" unaccept_answer: "Deseleziona se questa risposta non risolve più il problema" accepted_answer: "Soluzione" @@ -32,3 +32,12 @@ it: topic_statuses: solved: help: "Questo argomento ha una soluzione" + search: + advanced: + statuses: + solved: "sono risolti" + admin: + web_hooks: + solved_event: + name: "Evento Solved" + details: "Quando un utente contrassegna un messaggio come risposta accettata o non accettata." diff --git a/config/locales/client.ko.yml b/config/locales/client.ko.yml index 1c1f49a..668bbb1 100644 --- a/config/locales/client.ko.yml +++ b/config/locales/client.ko.yml @@ -15,11 +15,14 @@ ko: title: "해결됨" allow_accepted_answers: "토픽 소유자 및 스태프가 해결책으로 답글을 표시하도록 허용" accept_answer: "이 답변이 문제를 해결할 경우 선택하십시오" + accepted_description: "이것이이 주제에 대한 해결책입니다." has_no_accepted_answer: "이 토픽에는 해결책이 없습니다" + unaccept_answer: "이 답변으로 더 이상 문제가 해결되지 않으면 선택 취소" accepted_answer: "해결책" solution: "해결책" solution_summary: other: "해결책" + accepted_notification: "

{{username}} {{description}}

" topic_status_filter: all: "모두" solved: "해결됨" @@ -27,3 +30,12 @@ ko: topic_statuses: solved: help: "이 토픽에는 해결책이 있습니다" + search: + advanced: + statuses: + solved: "해결되다" + admin: + web_hooks: + solved_event: + name: "해결 된 이벤트" + details: "사용자가 게시물을 수락 또는 수락되지 않은 답변으로 표시 한 경우" diff --git a/config/locales/client.nl.yml b/config/locales/client.nl.yml index f5936d2..a350fe0 100644 --- a/config/locales/client.nl.yml +++ b/config/locales/client.nl.yml @@ -32,3 +32,12 @@ nl: topic_statuses: solved: help: "Dit topic heeft een oplossing" + search: + advanced: + statuses: + solved: "zijn opgelost" + admin: + web_hooks: + solved_event: + name: "Opgelost-gebeurtenis" + details: "Wanneer een gebruiker een bericht als het geaccepteerde of niet-geaccepteerde antwoord markeert." diff --git a/config/locales/client.ru.yml b/config/locales/client.ru.yml index df83b2e..cdf4723 100644 --- a/config/locales/client.ru.yml +++ b/config/locales/client.ru.yml @@ -34,3 +34,7 @@ ru: topic_statuses: solved: help: "Тема содержит решение вопроса" + search: + advanced: + statuses: + solved: "Решённые" diff --git a/config/locales/client.sv.yml b/config/locales/client.sv.yml index 0337aa3..e0f1cfc 100644 --- a/config/locales/client.sv.yml +++ b/config/locales/client.sv.yml @@ -32,3 +32,12 @@ sv: topic_statuses: solved: help: "Detta ämne har en lösning" + search: + advanced: + statuses: + solved: "är lösta" + admin: + web_hooks: + solved_event: + name: "Löst händelse" + details: "När en användare markerar ett svarsinlägg som accepterat eller icke accepterat. " diff --git a/config/locales/client.zh_CN.yml b/config/locales/client.zh_CN.yml index 23f6abe..c3044fd 100644 --- a/config/locales/client.zh_CN.yml +++ b/config/locales/client.zh_CN.yml @@ -31,3 +31,12 @@ zh_CN: topic_statuses: solved: help: "这个主题已经有了解决方案" + search: + advanced: + statuses: + solved: "已解决" + admin: + web_hooks: + solved_event: + name: "已解决事件" + details: "当用户将帖子标记为接受或不被接受的答案时。" diff --git a/config/locales/server.bs_BA.yml b/config/locales/server.bs_BA.yml index 3ce1c26..0e62ccd 100644 --- a/config/locales/server.bs_BA.yml +++ b/config/locales/server.bs_BA.yml @@ -9,3 +9,4 @@ bs_BA: reports: accepted_solutions: xaxis: "Day" + yaxis: "Suma" diff --git a/config/locales/server.it.yml b/config/locales/server.it.yml index 01974a3..6e1c04d 100644 --- a/config/locales/server.it.yml +++ b/config/locales/server.it.yml @@ -13,7 +13,7 @@ it: empty_box_on_unsolved: "Mostra una casella vuota accanto agli argomenti non risolti" solved_quote_length: "Numero di caratteri da citare quando si visualizza la soluzione sotto il primo messaggio" solved_topics_auto_close_hours: "Chiudi automaticamente l'argomento (n) ore dopo l'ultima risposta una volta che l'argomento è stato contrassegnato come risolto" - show_filter_by_solved_status: "Mostra una lista a discesa per filtrare una lista di argomenti per stato" + show_filter_by_solved_status: "Mostra un menu a discesa per filtrare un elenco di argomenti in base allo stato risolto." reports: accepted_solutions: title: "Soluzioni accettate" @@ -23,3 +23,10 @@ it: no_solutions: self: "Non hai ancora soluzioni accettate." others: "Nessuna soluzione accettata." + badges: + helpdesk: + name: "Helpdesk" + description: "Prima Risposta Accettata su un Argomento" + tech_support: + name: "Supporto Tecnico" + description: "10 Risposte accettate" diff --git a/config/locales/server.ko.yml b/config/locales/server.ko.yml index b67931a..26d7a7d 100644 --- a/config/locales/server.ko.yml +++ b/config/locales/server.ko.yml @@ -6,7 +6,27 @@ # https://www.transifex.com/projects/p/discourse-org/ ko: + site_settings: + solved_enabled: "해결 된 플러그인 사용, 사용자가 주제에 대한 솔루션을 선택할 수 있도록 허용" + allow_solved_on_all_topics: "사용자가 모든 주제에 대한 솔루션을 선택할 수 있도록 허용 (기본적으로 카테고리를 편집하여 제어)" + accept_all_solutions_trust_level: "모든 주제에 대한 솔루션을 수락하는 데 필요한 최소 신뢰 수준 (OP가 아닌 경우에도)" + empty_box_on_unsolved: "해결되지 않은 주제 옆에 빈 상자 표시" + solved_quote_length: "첫 번째 게시물 아래에 솔루션을 표시 할 때 인용 할 문자 수" + solved_topics_auto_close_hours: "주제가 해결 된 것으로 표시되면 마지막 회신 후 주제 자동 닫기 (n)" + show_filter_by_solved_status: "해결 된 상태별로 주제 목록을 필터링하는 드롭 다운을 표시하십시오." reports: accepted_solutions: + title: "허용되는 솔루션" xaxis: "일" yaxis: "총" + solved: + no_solutions: + self: "아직 수락 된 솔루션이 없습니다." + others: "허용되는 솔루션이 없습니다." + badges: + helpdesk: + name: "안내 데스크" + description: "주제에 대한 첫 번째 답변" + tech_support: + name: "기술 지원" + description: "10 개의 답변" diff --git a/config/locales/server.pl_PL.yml b/config/locales/server.pl_PL.yml index 884790a..4be91de 100644 --- a/config/locales/server.pl_PL.yml +++ b/config/locales/server.pl_PL.yml @@ -23,3 +23,10 @@ pl_PL: no_solutions: self: "Nie masz jeszcze żadnych akceptowanych rozwiązań." others: "Brak akceptowanych rozwiązań." + badges: + helpdesk: + name: "Dział pomocy technicznej" + description: "Pierwsza zaakceptowana odpowiedź w temacie" + tech_support: + name: "Wsparcie techniczne" + description: "10 Akceptowanych odpowiedzi"