Update translations
This commit is contained in:
parent
a41abfbfd6
commit
898fc6a080
|
@ -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"
|
||||
|
|
|
@ -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)"
|
||||
|
|
|
@ -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: '用于验证传入请求的验证令牌'
|
||||
|
|
Loading…
Reference in New Issue