From 65a97686f30cf1c8b8d5f4c204a42280cabbf5f7 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 31 May 2018 15:34:09 -0400 Subject: [PATCH] Update translations --- Gemfile.lock | 4 ++-- config/locales/client.ar.yml | 2 ++ config/locales/client.bg.yml | 8 ++++++++ config/locales/client.cs.yml | 1 + config/locales/client.he.yml | 2 ++ config/locales/client.nb_NO.yml | 1 + config/locales/client.sl.yml | 13 +++++++++++++ config/locales/client.sr.yml | 8 ++++++++ config/locales/client.tr_TR.yml | 9 ++++++--- config/locales/server.ar.yml | 5 +++++ config/locales/server.bg.yml | 8 ++++++++ config/locales/server.pt.yml | 8 ++++++++ config/locales/server.sl.yml | 8 ++++++++ config/locales/server.sr.yml | 8 ++++++++ config/locales/server.tr_TR.yml | 7 +++++-- 15 files changed, 85 insertions(+), 7 deletions(-) create mode 100644 config/locales/client.bg.yml create mode 100644 config/locales/client.sl.yml create mode 100644 config/locales/client.sr.yml create mode 100644 config/locales/server.bg.yml create mode 100644 config/locales/server.sl.yml create mode 100644 config/locales/server.sr.yml diff --git a/Gemfile.lock b/Gemfile.lock index 7b8d1c8..6a1c35d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GIT remote: https://github.com/discourse/translations-manager.git - revision: 5f06cb81a9307553534bebf16a3121a01516119f + revision: 2a4a6f1817983db8fb3bc105607f8f705e12d16f specs: - translations-manager (0.1.1) + translations-manager (0.2.1) GEM specs: diff --git a/config/locales/client.ar.yml b/config/locales/client.ar.yml index a70b8b9..8fa8fa5 100644 --- a/config/locales/client.ar.yml +++ b/config/locales/client.ar.yml @@ -14,8 +14,10 @@ ar: solved: title: "تم الحل" allow_accepted_answers: "السماح لصاحب الموضوع وفريق العمل الرد كـحل للموضوع" + accept_answer: "اختر إن كان هذا الرد يحل المشكلة" has_accepted_answer: "هذا الموضوع فيه الحل" has_no_accepted_answer: "لا يوجد حل بخصوص هذا الموضوع" + unaccept_answer: "احذف الاختيار إن كان هذا الرد لا يحل المشكلة الآن" accepted_answer: "الحل" solution: "الحل" accepted_notification: "

{{username}} {{description}}

" diff --git a/config/locales/client.bg.yml b/config/locales/client.bg.yml new file mode 100644 index 0000000..53ef6a6 --- /dev/null +++ b/config/locales/client.bg.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/ + +bg: {} diff --git a/config/locales/client.cs.yml b/config/locales/client.cs.yml index 11d9194..a509cd8 100644 --- a/config/locales/client.cs.yml +++ b/config/locales/client.cs.yml @@ -23,6 +23,7 @@ cs: solution_summary: one: "řešení " few: "řešení " + many: "řešení " other: "řešení " accepted_html: " Vyřešeno uživatelem {{username}} v příspěvku #{{post_number}}" accepted_notification: "

{{username}} {{description}}

" diff --git a/config/locales/client.he.yml b/config/locales/client.he.yml index 4ec52e4..f53778f 100644 --- a/config/locales/client.he.yml +++ b/config/locales/client.he.yml @@ -20,5 +20,7 @@ he: solution: "פתרון" solution_summary: one: "פתרון " + two: "פתרונות " + many: "פתרונות " other: "פתרונות " accepted_notification: "

{{username}} {{description}}

" diff --git a/config/locales/client.nb_NO.yml b/config/locales/client.nb_NO.yml index 74e92c9..d091f71 100644 --- a/config/locales/client.nb_NO.yml +++ b/config/locales/client.nb_NO.yml @@ -23,4 +23,5 @@ nb_NO: solution_summary: one: "løsning " other: "løsninger " + accepted_html: " Løst av {{username}} i innlegg #{{post_number}}" accepted_notification: "

{{username}} {{description}}

" diff --git a/config/locales/client.sl.yml b/config/locales/client.sl.yml new file mode 100644 index 0000000..c4add49 --- /dev/null +++ b/config/locales/client.sl.yml @@ -0,0 +1,13 @@ +# 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/ + +sl: + js: + notifications: + alt: + solved: + accepted_notification: "sprejeto" diff --git a/config/locales/client.sr.yml b/config/locales/client.sr.yml new file mode 100644 index 0000000..7e57a61 --- /dev/null +++ b/config/locales/client.sr.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/ + +sr: {} diff --git a/config/locales/client.tr_TR.yml b/config/locales/client.tr_TR.yml index 1a06b7e..a32c083 100644 --- a/config/locales/client.tr_TR.yml +++ b/config/locales/client.tr_TR.yml @@ -13,12 +13,15 @@ tr_TR: accepted_notification: "onaylanmış" solved: title: "Çözülmüş" - allow_accepted_answers: "Kullanıcılar gönderileri çözüm olarak seçebilsinler mi?" - has_accepted_answer: "Bu gönderi çözüm olarak kabul edildi." + allow_accepted_answers: "Konu sahibi kullanıcılar ve yöneticiler gönderileri çözüm olarak seçebilsinler mi?" + accept_answer: "Bu cevabın sorunu çözüp çözmediğini seçin" + has_accepted_answer: "Bu konunun bir çözümü var" has_no_accepted_answer: "Bu konu çözüme sahip değil" - accepted_answer: "Kabul edilen çözümler" + unaccept_answer: "Bu cevab eğer sorunu çözmediyse seçimini kaldırın" + accepted_answer: "Çözüm" solution: "Çözüm" solution_summary: one: "çözümler " other: "çözümler " + accepted_html: " Bu konu {{username}} tarafından şu gönderide #{{post_number}} çözülmüştür." accepted_notification: "

{{username}} {{description}}

" diff --git a/config/locales/server.ar.yml b/config/locales/server.ar.yml index 336e66a..6300019 100644 --- a/config/locales/server.ar.yml +++ b/config/locales/server.ar.yml @@ -7,6 +7,7 @@ ar: site_settings: + solved_enabled: "قم بتفعيل إضافة الحلول. اسمح للمستخدمين باختيار حلول لمواضيعهم." allow_solved_on_all_topics: "اسمح للمستخدمين باختيار الحلول في كل المواضيع (إذ أنك تتحكم في هذا افتراضيا بتحرير الفئات)" accept_all_solutions_trust_level: "أدنى حد مطلوب للثقة وذلك لقبول الحلول في أي موضوع (حتى لو لم يكن OP)" reports: @@ -14,3 +15,7 @@ ar: title: "الحلول المقبولة" xaxis: "اليوم" yaxis: "المجموع" + solved: + no_solutions: + self: "لم تقم بقبول حلول حتى الآن." + others: "لا حلول مقبولة." diff --git a/config/locales/server.bg.yml b/config/locales/server.bg.yml new file mode 100644 index 0000000..53ef6a6 --- /dev/null +++ b/config/locales/server.bg.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/ + +bg: {} diff --git a/config/locales/server.pt.yml b/config/locales/server.pt.yml index efd4605..e70f294 100644 --- a/config/locales/server.pt.yml +++ b/config/locales/server.pt.yml @@ -7,10 +7,18 @@ pt: site_settings: + solved_enabled: "Activar o plugin \"Solução\", permitindo aos utilizadores seleccionar soluções para tópicos" allow_solved_on_all_topics: "Permitir que os utilizadores selecionem soluções em todos os tópicos (por predefinição, você controla esta edição de categorias)" accept_all_solutions_trust_level: "Nível de confiança mínimo necessário para aceitar soluções em qualquer tópico (mesmo quando não é o autor do tópico)" + empty_box_on_unsolved: "Mostrar uma caixa vazia junto a tópicos não soluccionados" + solved_quote_length: "Quantos caracteres devem ser mostrados ao citar a solução, na primeira publicação" + solved_topics_auto_close_hours: "Fechar automaticamente o tópico (n) horas depois do tópico ser marcado como solução" reports: accepted_solutions: title: "Soluções aceites" xaxis: "Dia" yaxis: "Total" + solved: + no_solutions: + self: "Ainda não tens soluções aceites." + others: "Não há soluções aceites." diff --git a/config/locales/server.sl.yml b/config/locales/server.sl.yml new file mode 100644 index 0000000..154d194 --- /dev/null +++ b/config/locales/server.sl.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/ + +sl: {} diff --git a/config/locales/server.sr.yml b/config/locales/server.sr.yml new file mode 100644 index 0000000..7e57a61 --- /dev/null +++ b/config/locales/server.sr.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/ + +sr: {} diff --git a/config/locales/server.tr_TR.yml b/config/locales/server.tr_TR.yml index 64c20a8..a697d8f 100644 --- a/config/locales/server.tr_TR.yml +++ b/config/locales/server.tr_TR.yml @@ -7,12 +7,15 @@ tr_TR: site_settings: - solved_enabled: "Solved eklentiyi etkinleştirin, kullanıcıların konularda çözüm seçmesine izin verin" + solved_enabled: "Çözüldü eklentisini etkinleştirin, kullanıcıların konularda yanıtları çözüldü olarak seçmesine izin verin" allow_solved_on_all_topics: "Kullanıcılar yanıtları çözüldü olarak seçebilsinler mi? (Varsayılan olarak kategori düzenleme kısmından ayarlayabilirsiniz.)" + accept_all_solutions_trust_level: "Herhangi bir konudaki çözümleri kabul etmek için gereken asgari güven seviyesi (OP olmasa bile)" empty_box_on_unsolved: "Çözülmemiş konuların yanında boş bir kutu görüntüle" + solved_quote_length: "İlk gönderinin altındaki çözümü görüntülerken alıntı yapılacak karakter sayısı" + solved_topics_auto_close_hours: "Konu çözüldü işaretlendikten (n) saat sonra otomatik olarak kapatılsın" reports: accepted_solutions: - title: "Kabul edilen çözümleri" + title: "Kabul edilen çözümler" xaxis: "Gün" yaxis: "Toplam" solved: