Update translations
This commit is contained in:
parent
a41abfbfd6
commit
898fc6a080
|
@ -8,6 +8,8 @@
|
||||||
id:
|
id:
|
||||||
js:
|
js:
|
||||||
chat_integration:
|
chat_integration:
|
||||||
|
settings: "Pengaturan"
|
||||||
|
all_categories: "(semua kategori)"
|
||||||
delete_channel: "Hapus"
|
delete_channel: "Hapus"
|
||||||
edit_channel: "Ubah"
|
edit_channel: "Ubah"
|
||||||
test_modal:
|
test_modal:
|
||||||
|
@ -18,20 +20,26 @@ id:
|
||||||
filter:
|
filter:
|
||||||
mute: 'Bisu'
|
mute: 'Bisu'
|
||||||
rule_table:
|
rule_table:
|
||||||
|
filter: "Filter"
|
||||||
category: "Kategori"
|
category: "Kategori"
|
||||||
|
tags: "Label"
|
||||||
edit_rule: "Ubah"
|
edit_rule: "Ubah"
|
||||||
delete_rule: "Hapus"
|
delete_rule: "Hapus"
|
||||||
edit_channel_modal:
|
edit_channel_modal:
|
||||||
cancel: "Batal"
|
cancel: "Batal"
|
||||||
edit_rule_modal:
|
edit_rule_modal:
|
||||||
cancel: Batal
|
cancel: Batal
|
||||||
|
type: Tipe
|
||||||
|
filter: Filter
|
||||||
category: Kategori
|
category: Kategori
|
||||||
|
tags: Label
|
||||||
provider:
|
provider:
|
||||||
telegram:
|
telegram:
|
||||||
param:
|
param:
|
||||||
name:
|
name:
|
||||||
title: "Nama"
|
title: "Nama"
|
||||||
discord:
|
discord:
|
||||||
|
title: "Discord"
|
||||||
param:
|
param:
|
||||||
name:
|
name:
|
||||||
title: "Nama"
|
title: "Nama"
|
||||||
|
|
|
@ -5,4 +5,6 @@
|
||||||
# To work with us on translations, join this project:
|
# To work with us on translations, join this project:
|
||||||
# https://www.transifex.com/projects/p/discourse-org/
|
# 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_enabled: '开启Discourse聊天集成插件'
|
||||||
chat_integration_discourse_username: '获取内容时用户的名称。'
|
chat_integration_discourse_username: '获取内容时用户的名称。'
|
||||||
chat_integration_delay_seconds: '创建帖子后发送聊天通知之前等待的秒数'
|
chat_integration_delay_seconds: '创建帖子后发送聊天通知之前等待的秒数'
|
||||||
|
chat_integration_slack_username: "在 slack 上回复的 bot 机器人名称"
|
||||||
chat_integration_slack_enabled: '启用slack聊天集成供应商'
|
chat_integration_slack_enabled: '启用slack聊天集成供应商'
|
||||||
chat_integration_slack_access_token: '用于使用Slack进行身份验证的OAuth访问令牌'
|
chat_integration_slack_access_token: '用于使用Slack进行身份验证的OAuth访问令牌'
|
||||||
chat_integration_slack_incoming_webhook_token: '用于验证传入请求的验证令牌'
|
chat_integration_slack_incoming_webhook_token: '用于验证传入请求的验证令牌'
|
||||||
|
|
Loading…
Reference in New Issue