From 2afc86d5683f20733a07f0064476d2cd52e9a028 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 12 Dec 2017 11:35:06 -0500 Subject: [PATCH] Add new languages --- config/locales/client.ar.yml | 76 +++++++++++++ config/locales/client.bs_BA.yml | 8 ++ config/locales/client.cs.yml | 8 ++ config/locales/client.da.yml | 8 ++ config/locales/client.de.yml | 173 +++++++++++++++++++++++++++++ config/locales/client.el.yml | 8 ++ config/locales/client.es.yml | 8 ++ config/locales/client.et.yml | 8 ++ config/locales/client.fa_IR.yml | 8 ++ config/locales/client.fi.yml | 8 ++ config/locales/client.fr.yml | 8 ++ config/locales/client.gl.yml | 8 ++ config/locales/client.he.yml | 8 ++ config/locales/client.id.yml | 8 ++ config/locales/client.it.yml | 8 ++ config/locales/client.ja.yml | 8 ++ config/locales/client.ko.yml | 8 ++ config/locales/client.lv.yml | 8 ++ config/locales/client.nb_NO.yml | 8 ++ config/locales/client.nl.yml | 8 ++ config/locales/client.pl_PL.yml | 57 ++++++++++ config/locales/client.pt.yml | 8 ++ config/locales/client.pt_BR.yml | 8 ++ config/locales/client.ro.yml | 8 ++ config/locales/client.ru.yml | 8 ++ config/locales/client.sk.yml | 8 ++ config/locales/client.sq.yml | 8 ++ config/locales/client.sv.yml | 8 ++ config/locales/client.te.yml | 8 ++ config/locales/client.th.yml | 8 ++ config/locales/client.tr_TR.yml | 91 +++++++++++++++ config/locales/client.uk.yml | 8 ++ config/locales/client.ur.yml | 8 ++ config/locales/client.vi.yml | 8 ++ config/locales/client.zh_CN.yml | 8 ++ config/locales/client.zh_TW.yml | 8 ++ config/locales/server.ar.yml | 8 ++ config/locales/server.bs_BA.yml | 8 ++ config/locales/server.cs.yml | 8 ++ config/locales/server.da.yml | 8 ++ config/locales/server.de.yml | 190 ++++++++++++++++++++++++++++++++ config/locales/server.el.yml | 8 ++ config/locales/server.es.yml | 8 ++ config/locales/server.et.yml | 8 ++ config/locales/server.fa_IR.yml | 8 ++ config/locales/server.fi.yml | 8 ++ config/locales/server.fr.yml | 8 ++ config/locales/server.gl.yml | 8 ++ config/locales/server.he.yml | 8 ++ config/locales/server.id.yml | 8 ++ config/locales/server.it.yml | 8 ++ config/locales/server.ja.yml | 8 ++ config/locales/server.ko.yml | 8 ++ config/locales/server.lv.yml | 8 ++ config/locales/server.nb_NO.yml | 8 ++ config/locales/server.nl.yml | 8 ++ config/locales/server.pl_PL.yml | 8 ++ config/locales/server.pt.yml | 8 ++ config/locales/server.pt_BR.yml | 8 ++ config/locales/server.ro.yml | 8 ++ config/locales/server.ru.yml | 8 ++ config/locales/server.sk.yml | 8 ++ config/locales/server.sq.yml | 8 ++ config/locales/server.sv.yml | 8 ++ config/locales/server.te.yml | 8 ++ config/locales/server.th.yml | 8 ++ config/locales/server.tr_TR.yml | 10 ++ config/locales/server.uk.yml | 8 ++ config/locales/server.ur.yml | 8 ++ config/locales/server.vi.yml | 8 ++ config/locales/server.zh_CN.yml | 8 ++ config/locales/server.zh_TW.yml | 8 ++ 72 files changed, 1125 insertions(+) create mode 100644 config/locales/client.ar.yml create mode 100644 config/locales/client.bs_BA.yml create mode 100644 config/locales/client.cs.yml create mode 100644 config/locales/client.da.yml create mode 100644 config/locales/client.de.yml create mode 100644 config/locales/client.el.yml create mode 100644 config/locales/client.es.yml create mode 100644 config/locales/client.et.yml create mode 100644 config/locales/client.fa_IR.yml create mode 100644 config/locales/client.fi.yml create mode 100644 config/locales/client.fr.yml create mode 100644 config/locales/client.gl.yml create mode 100644 config/locales/client.he.yml create mode 100644 config/locales/client.id.yml create mode 100644 config/locales/client.it.yml create mode 100644 config/locales/client.ja.yml create mode 100644 config/locales/client.ko.yml create mode 100644 config/locales/client.lv.yml create mode 100644 config/locales/client.nb_NO.yml create mode 100644 config/locales/client.nl.yml create mode 100644 config/locales/client.pl_PL.yml create mode 100644 config/locales/client.pt.yml create mode 100644 config/locales/client.pt_BR.yml create mode 100644 config/locales/client.ro.yml create mode 100644 config/locales/client.ru.yml create mode 100644 config/locales/client.sk.yml create mode 100644 config/locales/client.sq.yml create mode 100644 config/locales/client.sv.yml create mode 100644 config/locales/client.te.yml create mode 100644 config/locales/client.th.yml create mode 100644 config/locales/client.tr_TR.yml create mode 100644 config/locales/client.uk.yml create mode 100644 config/locales/client.ur.yml create mode 100644 config/locales/client.vi.yml create mode 100644 config/locales/client.zh_CN.yml create mode 100644 config/locales/client.zh_TW.yml create mode 100644 config/locales/server.ar.yml create mode 100644 config/locales/server.bs_BA.yml create mode 100644 config/locales/server.cs.yml create mode 100644 config/locales/server.da.yml create mode 100644 config/locales/server.de.yml create mode 100644 config/locales/server.el.yml create mode 100644 config/locales/server.es.yml create mode 100644 config/locales/server.et.yml create mode 100644 config/locales/server.fa_IR.yml create mode 100644 config/locales/server.fi.yml create mode 100644 config/locales/server.fr.yml create mode 100644 config/locales/server.gl.yml create mode 100644 config/locales/server.he.yml create mode 100644 config/locales/server.id.yml create mode 100644 config/locales/server.it.yml create mode 100644 config/locales/server.ja.yml create mode 100644 config/locales/server.ko.yml create mode 100644 config/locales/server.lv.yml create mode 100644 config/locales/server.nb_NO.yml create mode 100644 config/locales/server.nl.yml create mode 100644 config/locales/server.pl_PL.yml create mode 100644 config/locales/server.pt.yml create mode 100644 config/locales/server.pt_BR.yml create mode 100644 config/locales/server.ro.yml create mode 100644 config/locales/server.ru.yml create mode 100644 config/locales/server.sk.yml create mode 100644 config/locales/server.sq.yml create mode 100644 config/locales/server.sv.yml create mode 100644 config/locales/server.te.yml create mode 100644 config/locales/server.th.yml create mode 100644 config/locales/server.tr_TR.yml create mode 100644 config/locales/server.uk.yml create mode 100644 config/locales/server.ur.yml create mode 100644 config/locales/server.vi.yml create mode 100644 config/locales/server.zh_CN.yml create mode 100644 config/locales/server.zh_TW.yml diff --git a/config/locales/client.ar.yml b/config/locales/client.ar.yml new file mode 100644 index 0000000..8242eba --- /dev/null +++ b/config/locales/client.ar.yml @@ -0,0 +1,76 @@ +# 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/ + +ar: + js: + chat_integration: + settings: "إعدادات" + choose_group: "(اختر مجموعة)" + all_categories: "(جميع الأقسام)" + all_tags: "(جميع الوسوم)" + delete_channel: "حذف" + test_channel: "اختبار" + edit_channel: "تعديل" + test_modal: + title: "أرسل رسالة اختبار" + topic: "موضوع" + close: "إغلاق" + success: "الرسالة أُرسلت بنجاح" + type: + normal: طبيعي + filter: + mute: 'صامت' + follow: 'أوّل منشور فقط' + rule_table: + filter: "رشّح" + category: "قسم" + tags: "وسوم" + edit_rule: "تعديل" + delete_rule: "حذف" + edit_channel_modal: + title: "تعديل القناة" + save: "حفظ القناة" + cancel: "إلغاء" + edit_rule_modal: + cancel: إلغاء + type: نوع + channel: قناة + filter: رشّح + category: قسم + group: مجموعة + tags: وسوم + provider: + slack: + param: + identifier: + title: قناة + telegram: + param: + name: + title: "الاسم" + discord: + param: + name: + title: "الاسم" + hipchat: + param: + name: + title: "الاسم" + color: + title: لون + matrix: + param: + name: + title: "الاسم" + rocketchat: + param: + identifier: + title: قناة + gitter: + param: + name: + title: "الاسم" diff --git a/config/locales/client.bs_BA.yml b/config/locales/client.bs_BA.yml new file mode 100644 index 0000000..7b73cd2 --- /dev/null +++ b/config/locales/client.bs_BA.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/ + +bs_BA: {} diff --git a/config/locales/client.cs.yml b/config/locales/client.cs.yml new file mode 100644 index 0000000..c0f2fec --- /dev/null +++ b/config/locales/client.cs.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/ + +cs: {} diff --git a/config/locales/client.da.yml b/config/locales/client.da.yml new file mode 100644 index 0000000..9ca8189 --- /dev/null +++ b/config/locales/client.da.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/ + +da: {} diff --git a/config/locales/client.de.yml b/config/locales/client.de.yml new file mode 100644 index 0000000..a29fc71 --- /dev/null +++ b/config/locales/client.de.yml @@ -0,0 +1,173 @@ +# 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/ + +de: + js: + admin: + site_settings: + categories: + chat_integration: "Chat-Integrationen" + chat_integration: + menu_title: "Chat-Integratoinen" + settings: "Einstellungen" + no_providers: "Du musst mindestens ein paar Provider in den Plugin-Einstellungen aktivieren" + channels_with_errors: "Einige Kanäle für diesen Provider sind das letzte Mal fehlgeschlagen, als Nachrichten geschickt werden. Klicke auf das/die Fehlersymboĺ(e), um mehr zu erfahren." + channel_exception: "Ein unbekannter Fehler ist aufgetreten, als die Nachricht an diesen Kanal geschickt wurde. Überprüfe die Seitenprotokolle für weitere Informationen." + group_mention_template: "Erwähnungen von: @{{name}}" + group_message_template: "Nachrichten an: @{{name}}" + choose_group: "(wähle eine Gruppe)" + all_categories: "(alle Kategorien)" + all_tags: "(alle Schlagwörter)" + create_rule: "Regel erstellen" + create_channel: "Kanal erstellen" + delete_channel: "Löschen" + test_channel: "Test" + edit_channel: "Bearbeiten" + channel_delete_confirm: "Bist du sicher, dass du diesen Kanal löschen möchtest? Alle dazugehörigen Regeln werden gelöscht." + test_modal: + title: "Test-Nachricht senden" + topic: "Thema" + send: "Test-Nachricht senden" + close: "Schließen" + error: "Ein unbekannter Fehler ist beim Senden der Nachricht aufgetreten. Bitte überprüfe die Seitenprotokolle für weitere Informationen." + success: "Nachricht erfolgreich versendet" + type: + normal: Normal + group_message: Gruppen-Nachricht + group_mention: Gruppenerwähnung + filter: + mute: 'Stummschalten' + follow: 'Nur den ersten Beitrag' + watch: 'Alle Beiträge und Antworten.' + rule_table: + filter: "Filter" + category: "Kategorie" + tags: "Schlagwörter" + edit_rule: "Bearbeiten" + delete_rule: "Löschen" + edit_channel_modal: + title: "Kanal bearbeiten" + save: "Kanal speichern" + cancel: "Abbrechen" + provider: "Provider" + channel_validation: + ok: "Gültig" + fail: "Ungültiges Format" + edit_rule_modal: + title: Regel bearbeiten + save: Regel speichern + cancel: Abbrechen + provider: Provider + type: Typ + channel: Kanal + filter: Filter + category: Kategorie + group: Gruppe + tags: Schlagwörter + instructions: + type: "Ändere den Typ, um Benachrichtigungen für Gruppennachrichten und -erwähnungen auszulösen" + filter: "Benachrichtigungsstufe. Stumm überschreibt andere zutreffende Regeln." + category: "Diese Regel wird nur auf Themen in der angegebenen Kategorie angewendet" + group: "Diese Regel wird auf Beiträge angewendet, die diese Gruppe referenzieren" + tags: "Wenn angegeben, wird diese Regel nur auf Themen angewendet, die mindestens eines der angegebenen Schlagwörter hat" + provider: + slack: + title: "Slack" + param: + identifier: + title: Kanal + help: "z.B. #channel, @username." + errors: + action_prohibited: "Der Bot hat keine Berechtigung, in diesem Kanal zu schreiben." + channel_not_found: "Der angegebene Kanal existiert nicht auf Slack." + telegram: + title: "Telegram" + param: + name: + title: "Name" + help: "Ein Name, um den Kanal zu beschreiben. Dieser wird nicht verwendet, um die Verbindung mit Telegram herzustellen." + chat_id: + title: Chat-ID + help: Eine Zahl, die dir von dem Bot gegeben wurde, oder ein Broadcast-Kanal-Identifikator in der Form @NameDesKanals + errors: + channel_not_found: "Der angegebene Kanal existiert nicht auf Telegram" + forbidden: "Der Bot hat keine Berechtigung, in diesem Kanal zu schreiben" + discord: + title: "Discord" + param: + name: + title: "Name" + help: "Ein Name, um den Kanal zu beschreiben. Dieser wird nicht verwendet, um die Verbindung mit Discord herzustellen." + webhook_url: + title: Webhook-URL + help: Die Webhook-URL, die in den Einstellungen deines Discord-Servers erstellt wurde + hipchat: + title: "HipChat" + param: + name: + title: "Name" + help: "Ein Name, um den Kanal zu beschrieben. Dieser wird nicht verwendet, um die Verbindung mit HipChat herzustellen." + webhook_url: + title: Webhook-URL + help: Die Webhook-URL, die in deiner HipChat-Integration erstellt wurde + color: + title: Farbe + help: 'Die Farbe der Nachricht in HipChat. Muss eines der folgenden Werte sein: yellow,green,red,purple,gray,random' + mattermost: + title: "Mattermost" + param: + identifier: + title: Kanal + help: "z.B. #kanal, @benutzername." + errors: + channel_not_found: "Der angegebene Kanal existiert nicht in Mattermost." + matrix: + title: "Matrix" + param: + name: + title: "Name" + help: "Eine Name, um den Kanal zu beschrieben. Dieser wird nicht verwendet, um die Verbindung zu Matrix herzustellen." + room_id: + title: "Raum-ID" + help: "Der 'persönliche Identifikator' für den Raum. Es sollte ungefähr so aussehen wie !abcdefg:matrix.org" + errors: + unknown_token: "Zugriffstoken ist ungültig" + unknown_room: "Raum-ID ist ungültig" + zulip: + title: "Zulip" + param: + stream: + title: "Stream" + help: "Der Name des Zulip-Streams, an den die Nachricht gesendet werden soll, z.B. 'allgemein'" + subject: + title: "Betreff" + help: "Der Betreff, den die Nachrichten haben sollen, die der Bot versendet" + errors: + does_not_exist: "Dieser Stream existiert nicht auf Zulip" + rocketchat: + title: "Rocket.Chat" + param: + identifier: + title: Kanal + help: "z.B. #kanal, @benutzername." + errors: + invalid_channel: "Dieser Kanal exisitert nicht in Rocket Chat" + gitter: + title: "Gitter" + param: + name: + title: "Name" + help: "Der Name eines Gitter-Raums, z.B. gitterHQ/services" + webhook_url: + title: "Webhook-URL" + help: "Die URL, die du angibst, wenn du eine neue Integration in einem Gitter-Raum erstellst." + flowdock: + title: "Flowdock" + param: + flow_token: + title: "Flow-Token" + help: "Das Flow-Token, das mitgeteilt wird, wenn du eine Quelle für einen Flow erstellst, in den du Nachrichten senden möchtest." diff --git a/config/locales/client.el.yml b/config/locales/client.el.yml new file mode 100644 index 0000000..63bf4b0 --- /dev/null +++ b/config/locales/client.el.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/ + +el: {} diff --git a/config/locales/client.es.yml b/config/locales/client.es.yml new file mode 100644 index 0000000..ccb6e22 --- /dev/null +++ b/config/locales/client.es.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/ + +es: {} diff --git a/config/locales/client.et.yml b/config/locales/client.et.yml new file mode 100644 index 0000000..8c601aa --- /dev/null +++ b/config/locales/client.et.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/ + +et: {} diff --git a/config/locales/client.fa_IR.yml b/config/locales/client.fa_IR.yml new file mode 100644 index 0000000..3f564b2 --- /dev/null +++ b/config/locales/client.fa_IR.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/ + +fa_IR: {} diff --git a/config/locales/client.fi.yml b/config/locales/client.fi.yml new file mode 100644 index 0000000..b947adb --- /dev/null +++ b/config/locales/client.fi.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/ + +fi: {} diff --git a/config/locales/client.fr.yml b/config/locales/client.fr.yml new file mode 100644 index 0000000..ca92bfb --- /dev/null +++ b/config/locales/client.fr.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/ + +fr: {} diff --git a/config/locales/client.gl.yml b/config/locales/client.gl.yml new file mode 100644 index 0000000..695b5cf --- /dev/null +++ b/config/locales/client.gl.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/ + +gl: {} diff --git a/config/locales/client.he.yml b/config/locales/client.he.yml new file mode 100644 index 0000000..96b15d6 --- /dev/null +++ b/config/locales/client.he.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/ + +he: {} diff --git a/config/locales/client.id.yml b/config/locales/client.id.yml new file mode 100644 index 0000000..2112cad --- /dev/null +++ b/config/locales/client.id.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/ + +id: {} diff --git a/config/locales/client.it.yml b/config/locales/client.it.yml new file mode 100644 index 0000000..12c5162 --- /dev/null +++ b/config/locales/client.it.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/ + +it: {} diff --git a/config/locales/client.ja.yml b/config/locales/client.ja.yml new file mode 100644 index 0000000..8c2dc00 --- /dev/null +++ b/config/locales/client.ja.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/ + +ja: {} diff --git a/config/locales/client.ko.yml b/config/locales/client.ko.yml new file mode 100644 index 0000000..bf4e05d --- /dev/null +++ b/config/locales/client.ko.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/ + +ko: {} diff --git a/config/locales/client.lv.yml b/config/locales/client.lv.yml new file mode 100644 index 0000000..dc48bb5 --- /dev/null +++ b/config/locales/client.lv.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/ + +lv: {} diff --git a/config/locales/client.nb_NO.yml b/config/locales/client.nb_NO.yml new file mode 100644 index 0000000..2231ad9 --- /dev/null +++ b/config/locales/client.nb_NO.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/ + +nb_NO: {} diff --git a/config/locales/client.nl.yml b/config/locales/client.nl.yml new file mode 100644 index 0000000..bb31021 --- /dev/null +++ b/config/locales/client.nl.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/ + +nl: {} diff --git a/config/locales/client.pl_PL.yml b/config/locales/client.pl_PL.yml new file mode 100644 index 0000000..064e3eb --- /dev/null +++ b/config/locales/client.pl_PL.yml @@ -0,0 +1,57 @@ +# 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/ + +pl_PL: + js: + chat_integration: + settings: "Ustawienia" + choose_group: "(wybierz grupę)" + all_categories: "(wszystkie kategorie)" + create_rule: "Stwórz Regułę" + create_channel: "Stwórz Kanał" + delete_channel: "Usuń" + test_channel: "Sprawdź" + edit_channel: "Edytuj" + channel_delete_confirm: "Jesteś pewien, że chcesz usunąć ten kanał? Wszystkie połączone reguły zostaną usunięte." + test_modal: + title: "Wyślij wiadomość testową" + topic: "Temat" + send: "Wyślij Wiadomość Testową" + close: "Zamknij" + success: "Wiadomość wysłana poprawnie" + type: + normal: Normalny + group_message: Wiadomość Grupowa + filter: + mute: 'Wycisz' + follow: 'Tylko pierwszy wpis' + watch: 'Wszystkie wpisy i odpowiedzi' + rule_table: + filter: "Filtr" + category: "Kategoria" + tags: "Tagi" + edit_rule: "Edytuj" + delete_rule: "Usuń" + edit_channel_modal: + title: "Edytuj Kanał" + save: "Zapisz Kanał" + cancel: "Anuluj" + provider: "Dostawca" + channel_validation: + ok: "Poprawny" + fail: "Niepoprawny format" + edit_rule_modal: + title: Edytuj Regułę + save: Zapisz Regułę + cancel: Anuluj + provider: Dostawca + type: Typ + channel: Kanał + filter: Filtr + category: Kategoria + group: Grupa + tags: Tagi diff --git a/config/locales/client.pt.yml b/config/locales/client.pt.yml new file mode 100644 index 0000000..d12527a --- /dev/null +++ b/config/locales/client.pt.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/ + +pt: {} diff --git a/config/locales/client.pt_BR.yml b/config/locales/client.pt_BR.yml new file mode 100644 index 0000000..bc85fd8 --- /dev/null +++ b/config/locales/client.pt_BR.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/ + +pt_BR: {} diff --git a/config/locales/client.ro.yml b/config/locales/client.ro.yml new file mode 100644 index 0000000..31d1c44 --- /dev/null +++ b/config/locales/client.ro.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/ + +ro: {} diff --git a/config/locales/client.ru.yml b/config/locales/client.ru.yml new file mode 100644 index 0000000..5c634ee --- /dev/null +++ b/config/locales/client.ru.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/ + +ru: {} diff --git a/config/locales/client.sk.yml b/config/locales/client.sk.yml new file mode 100644 index 0000000..bcc3a93 --- /dev/null +++ b/config/locales/client.sk.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/ + +sk: {} diff --git a/config/locales/client.sq.yml b/config/locales/client.sq.yml new file mode 100644 index 0000000..4526be3 --- /dev/null +++ b/config/locales/client.sq.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/ + +sq: {} diff --git a/config/locales/client.sv.yml b/config/locales/client.sv.yml new file mode 100644 index 0000000..fd54901 --- /dev/null +++ b/config/locales/client.sv.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/ + +sv: {} diff --git a/config/locales/client.te.yml b/config/locales/client.te.yml new file mode 100644 index 0000000..49141ba --- /dev/null +++ b/config/locales/client.te.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/ + +te: {} diff --git a/config/locales/client.th.yml b/config/locales/client.th.yml new file mode 100644 index 0000000..7ed98e1 --- /dev/null +++ b/config/locales/client.th.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/ + +th: {} diff --git a/config/locales/client.tr_TR.yml b/config/locales/client.tr_TR.yml new file mode 100644 index 0000000..8719c1e --- /dev/null +++ b/config/locales/client.tr_TR.yml @@ -0,0 +1,91 @@ +# 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/ + +tr_TR: + js: + chat_integration: + settings: "Ayarlar" + choose_group: "(bir grup seçin)" + all_categories: "(tüm kategoriler)" + all_tags: "(tüm etiketler)" + create_rule: "Kural Oluştur" + create_channel: "Kanal Oluştur" + delete_channel: "Sil" + test_channel: "Deneme" + edit_channel: "Düzenle" + test_modal: + title: "Bir ileti gönderin" + topic: "Konu" + send: "İleti gönderin" + close: "Kapat" + success: "İleti başarıyla gönderildi" + type: + normal: Normal + group_message: Grup İletisi + group_mention: Grup Bahsetme + filter: + mute: 'Sustur' + follow: 'Yalnızca ilk gönderi' + rule_table: + filter: "Süzgeç" + category: "Kategori" + tags: "Etiketler" + edit_rule: "Düzenle" + delete_rule: "Sil" + edit_channel_modal: + title: "Kanal Düzenle" + save: "Kanal Kaydet" + cancel: "İptal" + provider: "Sağlayan" + channel_validation: + ok: "Geçerli" + fail: "Geçersiz biçim" + edit_rule_modal: + title: Kural Düzenle + save: Kural Kaydet + cancel: İptal + provider: Sağlayan + type: Tür + channel: Kanal + filter: Süzgeç + category: Kategori + group: Grup + tags: Etiketler + provider: + slack: + title: "Slack" + param: + identifier: + title: Kanal + telegram: + title: "Telegram" + param: + name: + title: "İsim" + discord: + title: "Discord" + param: + name: + title: "İsim" + hipchat: + title: "HipChat" + param: + color: + title: Renk + mattermost: + param: + identifier: + title: Kanal + matrix: + param: + name: + title: "İsim" + rocketchat: + title: "Rocket.Chat" + param: + identifier: + title: Kanal diff --git a/config/locales/client.uk.yml b/config/locales/client.uk.yml new file mode 100644 index 0000000..3acfff7 --- /dev/null +++ b/config/locales/client.uk.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/ + +uk: {} diff --git a/config/locales/client.ur.yml b/config/locales/client.ur.yml new file mode 100644 index 0000000..58bc973 --- /dev/null +++ b/config/locales/client.ur.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/ + +ur: {} diff --git a/config/locales/client.vi.yml b/config/locales/client.vi.yml new file mode 100644 index 0000000..fa809fe --- /dev/null +++ b/config/locales/client.vi.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/ + +vi: {} diff --git a/config/locales/client.zh_CN.yml b/config/locales/client.zh_CN.yml new file mode 100644 index 0000000..53c9902 --- /dev/null +++ b/config/locales/client.zh_CN.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/ + +zh_CN: {} diff --git a/config/locales/client.zh_TW.yml b/config/locales/client.zh_TW.yml new file mode 100644 index 0000000..92c18de --- /dev/null +++ b/config/locales/client.zh_TW.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/ + +zh_TW: {} diff --git a/config/locales/server.ar.yml b/config/locales/server.ar.yml new file mode 100644 index 0000000..79ea4de --- /dev/null +++ b/config/locales/server.ar.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/ + +ar: {} diff --git a/config/locales/server.bs_BA.yml b/config/locales/server.bs_BA.yml new file mode 100644 index 0000000..7b73cd2 --- /dev/null +++ b/config/locales/server.bs_BA.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/ + +bs_BA: {} diff --git a/config/locales/server.cs.yml b/config/locales/server.cs.yml new file mode 100644 index 0000000..c0f2fec --- /dev/null +++ b/config/locales/server.cs.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/ + +cs: {} diff --git a/config/locales/server.da.yml b/config/locales/server.da.yml new file mode 100644 index 0000000..9ca8189 --- /dev/null +++ b/config/locales/server.da.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/ + +da: {} diff --git a/config/locales/server.de.yml b/config/locales/server.de.yml new file mode 100644 index 0000000..24fe92d --- /dev/null +++ b/config/locales/server.de.yml @@ -0,0 +1,190 @@ +# 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/ + +de: + site_settings: + chat_integration_enabled: 'Aktiviert das discourse-chat-integration Plugin' + chat_integration_discourse_username: 'Benutzername des Benutzers, der verwendet wird, um Inhalte abzurufen.' + chat_integration_delay_seconds: 'Sekundenzahl, die nach dem Erstellen eines Beitrags gewartet wird, bis Chat-Benachrichtigungen geschickt werden' + chat_integration_slack_enabled: 'Aktiviere den Chat-Integration-Provider für Slack' + chat_integration_slack_access_token: 'OAuth-Zugriffstoken zur Authentifizierung mit Slack' + chat_integration_slack_incoming_webhook_token: 'Das Verifizierungstoken, das zur Authentifizierung eingehender Anfragen verwendet wird' + chat_integration_slack_excerpt_length: 'Auszugslänge für Slack-Beiträge' + chat_integration_slack_icon_url: 'Icon, mit dem auf Slack geschrieben wird (standardmäßig das Seitenlogo)' + chat_integration_slack_outbound_webhook_url: "Zur Verwendung von Slacks eigenem 'Eingehender Webhook'-System statt der OAuth-Schnittstelle. Nicht empfohlen." + errors: + chat_integration_slack_api_configs_are_empty: "Du musst entweder eine ausgehende Webhook-URL eingeben oder einen Zugriffsschlüssel" + chat_integration_telegram_enabled: "Aktiviere den Chat-Integration-Provider für Telegram" + chat_integration_telegram_access_token: "Der Zugriffschlüssel deines Bots vom Telegram @BotFather" + chat_integration_telegram_excerpt_length: "Auszugslänge für Telegram-Beiträge" + chat_integration_telegram_enable_slash_commands: "Erlaube die Verwaltung von Telegram-Abos über 'Slash-Kommandos'" + chat_integration_discord_enabled: "Aktiviere den Chat-Integration-Provider für Discord" + chat_integration_discord_message_content: "Die Nachricht, die beim Versenden einer Benachrichtigung an Discord oberhalb der Zusammenfassung eingefügt wird" + chat_integration_discord_excerpt_length: "Auszugslänge für Discord-Beiträge" + chat_integration_hipchat_enabled: "Aktiviere den Chat-Integration-Provider für Hipchat" + chat_integration_hipchat_icon_url: "Icon für Beiträge an Hipchat (standardmäßig das Seitenlogo)" + chat_integration_hipchat_excerpt_length: "Auszugslänge für Hipchat-Beitrag" + chat_integration_mattermost_enabled: "Aktiviere den Chat-Integration-Provider für Mattermost" + chat_integration_mattermost_webhook_url: 'URL für den Mattermost-Webhook' + chat_integration_mattermost_incoming_webhook_token: 'Das Verifizierungstoken zur Authentisierung eingehender Anfragen' + chat_integration_mattermost_icon_url: "Icon für Beiträge an Mattermost (standardmäßig das Seitenlogo)" + chat_integration_mattermost_excerpt_length: "Auszugslänge für Mattermost-Beiträge" + chat_integration_matrix_enabled: "Aktiviere den Chat-Integration für Matrix" + chat_integration_matrix_homeserver: "Server, der verwendet werden soll. Stelle sicher, dass du das Protokoll nicht vergisst." + chat_integration_matrix_access_token: "Zugriffsschlüssel für das Matrix-Konto des Bots" + chat_integration_matrix_excerpt_length: "Auszugslänge für Matrix-Beiträge." + chat_integration_zulip_enabled: "Aktiviere den Chat-Integration-Provider für Zulip" + chat_integration_zulip_server: "Die Basis-URL für deinen Zulip-Server. Stelle sicher, dass du http(s):// nicht vergisst." + chat_integration_zulip_bot_email_address: "Die E-Mail-Adresse, die mit deinem Zulip-Bot verknüpft ist." + chat_integration_zulip_bot_api_key: "Der API-Schlüssel für deinen Zulip-Bot" + chat_integration_zulip_excerpt_length: "Auszugslänge für Zulip-Beiträge" + chat_integration_rocketchat_enabled: "Aktiviere den Chat-Integration-Provider für Rocket Chat" + chat_integration_rocketchat_webhook_url: "Die Webhook-URL für die Rocket Chat-Integration." + chat_integration_rocketchat_excerpt_length: "Auszugslänge für Rocket Chat-Beiträge" + chat_integration_gitter_enabled: "Aktiviere den Chat-Integration-Provider für Gitter" + chat_integration_flowdock_enabled: "Aktiviere den Chat-Integration-Provider für Flowdock" + chat_integration_flowdock_excerpt_length: "Auszugslänge für Flowdock-Beiträge" + chat_integration: + all_categories: "(alle Kategorien)" + deleted_category: "(Kategorie gelöscht)" + deleted_group: "(Gruppe gelöscht)" + group_mention_template: "Erwähnungen von: @%{name}" + group_message_template: "Nachrichten an: @%{name}" + provider: + slack: + status: + header: | + *Regeln für diesen Kanal* + (Wenn mehrere Regeln zutreffen, wird die oberste Regel ausgeführt) + no_rules: "Es sind keine Regeln für diesen Kanal eingerichtet. Führe `/discourse help` aus für weitere Anweisungen." + rule_string: "*%{index})* *%{filter}* Beiträge in *%{category}*" + rule_string_tags_suffix: " mit Schlagwörtern: *%{tags}*" + parse_error: "Entschuldige, das habe ich nicht verstanden. Führe `/discourse help` aus für weitere Anweisungen." + create: + created: "Regel erfolgreich erstellt" + updated: "Regel erfolgreich aktualisiert" + error: "Entschuldige, ein Fehler ist beim Erstellen der Regel aufgetreten" + delete: + success: "Regel erfolgreich gelöscht" + error: "Entschuldige, ein Fehler ist beim Löschen dieser Regeln aufgetreten. Führe `/discourse status` aus für eine Liste der Reglen." + not_found: + tag: "Das %{name}* Schlagwort kann nicht gefunden werden." + category: "Die *%{name}* Kategorie kann nicht gefunden werden. Verfügbare Kategorien: *%{list}*" + help: | + *Neue Regel:* `/discourse [watch|follow|mute] [Kategorie] [tag:Schlagwort]` + (du musst einen Regeltyp angeben sowie mindestens eine Kategorie oder ein Schlagwort) + - *watch* – benachrichtige diesen Kanal über neue Themen und neue Antworten + - *follow* – benachrichtige diesen Kanal über neue Themen + - *mute* – blockiere Benachrichtigungen an diesen Kanal + + *Regel entfernen:* `/discourse remove [Nummer der Regel]` + (Die `[Nummer der Regel]` kann durch Ausführung von `/discourse status` herausgefunden werden.) + + *Regeln auflisten:* `/discourse status` + + *[Experimentell] Transkript erstellen:* `/discourse post [n]` + Erstellt ein Entwurfsthema auf Discourse, das die letzten `n` Beiträge in diesem Kanal enthält. + + *Hilfe:* `/discourse help` + transcript: + error: "Entschuldige, beim Erstellen des Transkripts ist etwas schief gelaufen." + post_to_discourse: "Klicke hier, um auf Discourse einen Beitrag mit einem Transkript zu entwerfen" + api_required: "Entschuldige, diese Integration ist nicht dafür eingerichtet, Transkripte zu schreiben." + view_on_slack: "Zeige in %{name} auf Slack" + first_message_pretext: "beginnt vor %{n} Nachrichten:" + last_message_pretext: "und endet vor %{n} Nachrichten:" + posted_in: "geschrieben in %{name}" + change_first_message: "Bearbeite erste Nachricht..." + change_last_message: "Bearbeite letzte Nachricht..." + loading: "Transkript wird geladen..." + telegram: + unknown_chat: "Dieser Chat ist nicht eingerichtet auf %{site_title}. Bitte frage einen Administrator, einen Kanal mit der 'Chat-ID' %{chat_id} hinzuzufügen." + known_chat: "Dieser Chat ist eingerichtet auf %{site_title}. Konfiguriere ihn im Administrationsbereich. (Chat-ID: %{chat_id})" + message: |- + %{user} hat geschrieben in %{title} + +
%{post_excerpt}
+ status: + header: | + Regeln für diesen Kanal + (wenn mehrere Regeln auf einen Beitrag passen, wird die oberste ausgeführt) + no_rules: "Es sind keine Regeln für diesen Kanal eingerichtet. Führe /help aus für Anweisungen." + rule_string: "%{index}) %{filter} Beiträge in %{category}" + rule_string_tags_suffix: "mit den Schlagwörtern: %{tags}" + parse_error: "Entschuldige, das habe ich nicht verstehen. Führe /help aus für Anweisungen." + create: + created: "Regel erfolgreich erstellt" + updated: "Regel erfolgreich aktualisiert" + error: "Entschuldige, ein Fehler ist beim Erstellen dieser Regel aufgetreten." + delete: + success: "Regel erfolgreich gelöscht" + error: "Entschuldige, ein Fehler ist beim Löschen dieser Regel aufgetreten. Führe /status aus für eine Liste der Regeln." + not_found: + tag: "Das Schlagwort %{name} kann nicht gefunden werden." + category: "Die Kategorie %{name} kann nicht gefunden werden. Verfügbare Kategorien: %{list}" + help: | + Neue Regel: /[watch|follow|mute] [Kategorie] [tag:Schlagwort] + (du musst mindestens einen Regeltyp sowie mindestens eine Kategorie oder ein Schlagwort angeben) + - watch – benachrichtige diesen Kanal über neue Themen und neue Antworten + - follow – benachrichtige diesen Kanal über neue Themen + - mute – blockiere Benachrichtigungen an diesen Kanal + + Rege löschen: /remove [Nummer der Regel] + (Die [Nummer der Regel] kann durch Ausführen von /status herausgefunden werden.) + + Regeln auflisten: /status + + Hilfe: /help + hipchat: + message: %{user} hat geschrieben in %{title} + mattermost: + status: + header: | + *Regeln für diesen Kanal* + (wenn mehrere Regeln zutreffen, wird die oberste Regel ausgeführt) + no_rules: "Es sind keine Regeln für diesen Kanal konfiguriert. Führe `/discourse help` aus für Anweisungen." + rule_string: "*%{index})* *%{filter}* Beiträge in *%{category}*" + rule_string_tags_suffix: " mit den Schlagwörtern: *%{tags}*" + parse_error: "Entschuldige, das habe ich nicht verstanden. Führe `/discourse help` aus für Anweisungen." + create: + created: "Regel erfolgreich erstellt" + updated: "Regel erfolgreich aktualisiert" + error: "Entschuldige, beim Erstellen dieser Regel ist ein Fehler aufgetreten." + delete: + success: "Regel erfolgreich gelöscht" + error: "Entschuldige, ein Fehler ist beim Löschen dieser Regeln aufgetreten. Führe `/discourse status` aus für eine Liste der Reglen." + not_found: + tag: "Das *%{name}* Schlagwort kann nicht gefunden werden." + category: "Die *%{name}* Kategorie kann nicht gefunden werden. Verfügbare Kategorien: *%{list}*" + help: | + *Neue Regel:* `/discourse [watch|follow|mute] [Kategorie] [tag:Schlagwort]` + (du musst einen Regeltyp angeben sowie mindestens eine Kategorie oder ein Schlagwort) + - *watch* – benachrichtige diesen Kanal über neue Themen und neue Antworten + - *follow* – benachrichtige diesen Kanal über neue Themen + - *mute* – blockiere Benachrichtigungen an diesen Kanal + + *Regel entfernen:* `/discourse remove [Nummer der Regel]` + (Die `[Nummer der Regel]` kann durch Ausführung von `/discourse status` herausgefunden werden.) + + *Regeln auflisten:* `/discourse status` + + *Hilfe:* `/discourse help` + matrix: + text_message: "%{user} hat geschrieben in %{title} - %{post_url}" + formatted_message: | + %{user} hat geschrieben in %{title} +
+ %{excerpt} +
+ zulip: + message: | + **%{user}** hat geschrieben in **[%{title}](%{post_url})** + ~~~quote + %{excerpt} + ~~~ + flowdock: + message_title: "hat geschrieben" diff --git a/config/locales/server.el.yml b/config/locales/server.el.yml new file mode 100644 index 0000000..63bf4b0 --- /dev/null +++ b/config/locales/server.el.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/ + +el: {} diff --git a/config/locales/server.es.yml b/config/locales/server.es.yml new file mode 100644 index 0000000..ccb6e22 --- /dev/null +++ b/config/locales/server.es.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/ + +es: {} diff --git a/config/locales/server.et.yml b/config/locales/server.et.yml new file mode 100644 index 0000000..8c601aa --- /dev/null +++ b/config/locales/server.et.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/ + +et: {} diff --git a/config/locales/server.fa_IR.yml b/config/locales/server.fa_IR.yml new file mode 100644 index 0000000..3f564b2 --- /dev/null +++ b/config/locales/server.fa_IR.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/ + +fa_IR: {} diff --git a/config/locales/server.fi.yml b/config/locales/server.fi.yml new file mode 100644 index 0000000..b947adb --- /dev/null +++ b/config/locales/server.fi.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/ + +fi: {} diff --git a/config/locales/server.fr.yml b/config/locales/server.fr.yml new file mode 100644 index 0000000..ca92bfb --- /dev/null +++ b/config/locales/server.fr.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/ + +fr: {} diff --git a/config/locales/server.gl.yml b/config/locales/server.gl.yml new file mode 100644 index 0000000..695b5cf --- /dev/null +++ b/config/locales/server.gl.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/ + +gl: {} diff --git a/config/locales/server.he.yml b/config/locales/server.he.yml new file mode 100644 index 0000000..96b15d6 --- /dev/null +++ b/config/locales/server.he.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/ + +he: {} diff --git a/config/locales/server.id.yml b/config/locales/server.id.yml new file mode 100644 index 0000000..2112cad --- /dev/null +++ b/config/locales/server.id.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/ + +id: {} diff --git a/config/locales/server.it.yml b/config/locales/server.it.yml new file mode 100644 index 0000000..12c5162 --- /dev/null +++ b/config/locales/server.it.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/ + +it: {} diff --git a/config/locales/server.ja.yml b/config/locales/server.ja.yml new file mode 100644 index 0000000..8c2dc00 --- /dev/null +++ b/config/locales/server.ja.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/ + +ja: {} diff --git a/config/locales/server.ko.yml b/config/locales/server.ko.yml new file mode 100644 index 0000000..bf4e05d --- /dev/null +++ b/config/locales/server.ko.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/ + +ko: {} diff --git a/config/locales/server.lv.yml b/config/locales/server.lv.yml new file mode 100644 index 0000000..dc48bb5 --- /dev/null +++ b/config/locales/server.lv.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/ + +lv: {} diff --git a/config/locales/server.nb_NO.yml b/config/locales/server.nb_NO.yml new file mode 100644 index 0000000..2231ad9 --- /dev/null +++ b/config/locales/server.nb_NO.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/ + +nb_NO: {} diff --git a/config/locales/server.nl.yml b/config/locales/server.nl.yml new file mode 100644 index 0000000..bb31021 --- /dev/null +++ b/config/locales/server.nl.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/ + +nl: {} diff --git a/config/locales/server.pl_PL.yml b/config/locales/server.pl_PL.yml new file mode 100644 index 0000000..c04d371 --- /dev/null +++ b/config/locales/server.pl_PL.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/ + +pl_PL: {} diff --git a/config/locales/server.pt.yml b/config/locales/server.pt.yml new file mode 100644 index 0000000..d12527a --- /dev/null +++ b/config/locales/server.pt.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/ + +pt: {} diff --git a/config/locales/server.pt_BR.yml b/config/locales/server.pt_BR.yml new file mode 100644 index 0000000..bc85fd8 --- /dev/null +++ b/config/locales/server.pt_BR.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/ + +pt_BR: {} diff --git a/config/locales/server.ro.yml b/config/locales/server.ro.yml new file mode 100644 index 0000000..31d1c44 --- /dev/null +++ b/config/locales/server.ro.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/ + +ro: {} diff --git a/config/locales/server.ru.yml b/config/locales/server.ru.yml new file mode 100644 index 0000000..5c634ee --- /dev/null +++ b/config/locales/server.ru.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/ + +ru: {} diff --git a/config/locales/server.sk.yml b/config/locales/server.sk.yml new file mode 100644 index 0000000..bcc3a93 --- /dev/null +++ b/config/locales/server.sk.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/ + +sk: {} diff --git a/config/locales/server.sq.yml b/config/locales/server.sq.yml new file mode 100644 index 0000000..4526be3 --- /dev/null +++ b/config/locales/server.sq.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/ + +sq: {} diff --git a/config/locales/server.sv.yml b/config/locales/server.sv.yml new file mode 100644 index 0000000..fd54901 --- /dev/null +++ b/config/locales/server.sv.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/ + +sv: {} diff --git a/config/locales/server.te.yml b/config/locales/server.te.yml new file mode 100644 index 0000000..49141ba --- /dev/null +++ b/config/locales/server.te.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/ + +te: {} diff --git a/config/locales/server.th.yml b/config/locales/server.th.yml new file mode 100644 index 0000000..7ed98e1 --- /dev/null +++ b/config/locales/server.th.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/ + +th: {} diff --git a/config/locales/server.tr_TR.yml b/config/locales/server.tr_TR.yml new file mode 100644 index 0000000..1f4522c --- /dev/null +++ b/config/locales/server.tr_TR.yml @@ -0,0 +1,10 @@ +# 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/ + +tr_TR: + chat_integration: + all_categories: "(tüm kategoriler)" diff --git a/config/locales/server.uk.yml b/config/locales/server.uk.yml new file mode 100644 index 0000000..3acfff7 --- /dev/null +++ b/config/locales/server.uk.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/ + +uk: {} diff --git a/config/locales/server.ur.yml b/config/locales/server.ur.yml new file mode 100644 index 0000000..58bc973 --- /dev/null +++ b/config/locales/server.ur.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/ + +ur: {} diff --git a/config/locales/server.vi.yml b/config/locales/server.vi.yml new file mode 100644 index 0000000..fa809fe --- /dev/null +++ b/config/locales/server.vi.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/ + +vi: {} diff --git a/config/locales/server.zh_CN.yml b/config/locales/server.zh_CN.yml new file mode 100644 index 0000000..53c9902 --- /dev/null +++ b/config/locales/server.zh_CN.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/ + +zh_CN: {} diff --git a/config/locales/server.zh_TW.yml b/config/locales/server.zh_TW.yml new file mode 100644 index 0000000..92c18de --- /dev/null +++ b/config/locales/server.zh_TW.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/ + +zh_TW: {}