notification-dingtalk/i18n/zh_CN.yaml (95 lines of code) (raw):
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
plugin:
dingtalk_notification:
backend:
info:
name:
other: 钉钉通知
description:
other: 发送通知到钉钉
config:
tip:
title:
other: 推送通知服务已关闭。
notification:
label:
other: 打开通知
title:
other: 通知
description:
other: 用户将在钉钉上收到通知。
user_config:
webhook_url:
title:
other: Webhook URL
inbox_notifications:
title:
other: 收件箱通知
label:
other: 打开收件箱通知
description:
other: 问题的答案、评论、邀请等。
all_new_questions:
title:
other: 所有新问题通知
label:
other: 打开所有新问题通知
description:
other: 收到所有新问题的通知。每周最多 50 个问题。
new_questions_for_following_tags:
title:
other: 关注标签的新问题通知
label:
other: 打开关注标签的新问题通知
description:
other: 收到以下标签的新问题通知。
tpl:
update_question:
title:
other: 更新问题
text:
other: "<{{.TriggerUserUrl}}|{{.TriggerUserDisplayName}}> 更新问题 <{{.QuestionUrl}}|{{.QuestionTitle}}>"
answer_the_question:
title:
other: 回答了问题
text:
other: "<{{.TriggerUserUrl}}|{{.TriggerUserDisplayName}}> 回答了问题 <{{.AnswerUrl}}|{{.QuestionTitle}}>"
update_answer:
title:
other: 更新答案
text:
other: "<{{.TriggerUserUrl}}|{{.TriggerUserDisplayName}}> 更新答案 <{{.AnswerUrl}}|{{.QuestionTitle}}>"
accept_answer:
title:
other: 接受答案
text:
other: "<{{.TriggerUserUrl}}|{{.TriggerUserDisplayName}}> 接受答案 <{{.AnswerUrl}}|{{.QuestionTitle}}>"
comment_question:
title:
other: 评论提问
text:
other: "<{{.TriggerUserUrl}}|{{.TriggerUserDisplayName}}> 评论提问 <{{.CommentUrl}}|{{.QuestionTitle}}>"
comment_answer:
title:
other: 评论回答
text:
other: "<{{.TriggerUserUrl}}|{{.TriggerUserDisplayName}}> 评论回答 <{{.CommentUrl}}|{{.QuestionTitle}}>"
reply_to_you:
title:
other: 回复了问题
text:
other: "<{{.TriggerUserUrl}}|{{.TriggerUserDisplayName}}> 回复了问题 <{{.CommentUrl}}|{{.QuestionTitle}}>"
mention_you:
title:
other: 提到了你
text:
other: "<{{.TriggerUserUrl}}|{{.TriggerUserDisplayName}}> 提到了你 <{{.CommentUrl}}|{{.QuestionTitle}}>"
invited_you_to_answer:
title:
other: 邀请你回答
text:
other: "<{{.TriggerUserUrl}}|{{.TriggerUserDisplayName}}> 邀请你回答 <{{.QuestionUrl}}|{{.QuestionTitle}}>"
new_question:
title:
other: 新问题
text:
other: "新问题:\n<{{.QuestionUrl}}|{{.QuestionTitle}}>\n{{.QuestionTags}}"