From 898fc6a0800f89f99d4e91a86fd5698e147eeced Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 25 Feb 2020 10:32:48 -0500 Subject: [PATCH] Update translations --- config/locales/client.id.yml | 8 ++++++++ config/locales/server.id.yml | 4 +++- config/locales/server.zh_CN.yml | 1 + 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/config/locales/client.id.yml b/config/locales/client.id.yml index 030106a..ce6ec05 100644 --- a/config/locales/client.id.yml +++ b/config/locales/client.id.yml @@ -8,6 +8,8 @@ id: js: chat_integration: + settings: "Pengaturan" + all_categories: "(semua kategori)" delete_channel: "Hapus" edit_channel: "Ubah" test_modal: @@ -18,20 +20,26 @@ id: filter: mute: 'Bisu' rule_table: + filter: "Filter" category: "Kategori" + tags: "Label" edit_rule: "Ubah" delete_rule: "Hapus" edit_channel_modal: cancel: "Batal" edit_rule_modal: cancel: Batal + type: Tipe + filter: Filter category: Kategori + tags: Label provider: telegram: param: name: title: "Nama" discord: + title: "Discord" param: name: title: "Nama" diff --git a/config/locales/server.id.yml b/config/locales/server.id.yml index 2112cad..5444bbe 100644 --- a/config/locales/server.id.yml +++ b/config/locales/server.id.yml @@ -5,4 +5,6 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -id: {} +id: + chat_integration: + all_categories: "(semua kategori)" diff --git a/config/locales/server.zh_CN.yml b/config/locales/server.zh_CN.yml index cddee6c..de08e58 100644 --- a/config/locales/server.zh_CN.yml +++ b/config/locales/server.zh_CN.yml @@ -10,6 +10,7 @@ zh_CN: chat_integration_enabled: '开启Discourse聊天集成插件' chat_integration_discourse_username: '获取内容时用户的名称。' chat_integration_delay_seconds: '创建帖子后发送聊天通知之前等待的秒数' + chat_integration_slack_username: "在 slack 上回复的 bot 机器人名称" chat_integration_slack_enabled: '启用slack聊天集成供应商' chat_integration_slack_access_token: '用于使用Slack进行身份验证的OAuth访问令牌' chat_integration_slack_incoming_webhook_token: '用于验证传入请求的验证令牌'