notification-wecom/i18n/translation.go (29 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.
*/
package i18n
const (
InfoName = "plugin.wecom_notification.backend.info.name"
InfoDescription = "plugin.wecom_notification.backend.info.description"
ConfigTipTitle = "plugin.wecom_notification.backend.config.tip.title"
ConfigNotificationLabel = "plugin.wecom_notification.backend.config.notification.label"
ConfigNotificationTitle = "plugin.wecom_notification.backend.config.notification.title"
ConfigNotificationDescription = "plugin.wecom_notification.backend.config.notification.description"
UserConfigWebhookURLTitle = "plugin.wecom_notification.backend.user_config.webhook_url.title"
UserConfigInboxNotificationsTitle = "plugin.wecom_notification.backend.user_config.inbox_notifications.title"
UserConfigInboxNotificationsLabel = "plugin.wecom_notification.backend.user_config.inbox_notifications.label"
UserConfigInboxNotificationsDescription = "plugin.wecom_notification.backend.user_config.inbox_notifications.description"
UserConfigAllNewQuestionsNotificationsTitle = "plugin.wecom_notification.backend.user_config.all_new_questions.title"
UserConfigAllNewQuestionsNotificationsLabel = "plugin.wecom_notification.backend.user_config.all_new_questions.label"
UserConfigAllNewQuestionsNotificationsDescription = "plugin.wecom_notification.backend.user_config.all_new_questions.description"
UserConfigNewQuestionsForFollowingTagsTitle = "plugin.wecom_notification.backend.user_config.new_questions_for_following_tags.title"
UserConfigNewQuestionsForFollowingTagsLabel = "plugin.wecom_notification.backend.user_config.new_questions_for_following_tags.label"
UserConfigNewQuestionsForFollowingTagsDescription = "plugin.wecom_notification.backend.user_config.new_questions_for_following_tags.description"
TplUpdateQuestion = "plugin.wecom_notification.backend.tpl.update_question.text"
TplAnswerTheQuestion = "plugin.wecom_notification.backend.tpl.answer_the_question.text"
TplUpdateAnswer = "plugin.wecom_notification.backend.tpl.update_answer.text"
TplAcceptAnswer = "plugin.wecom_notification.backend.tpl.accept_answer.text"
TplCommentQuestion = "plugin.wecom_notification.backend.tpl.comment_question.text"
TplCommentAnswer = "plugin.wecom_notification.backend.tpl.comment_answer.text"
TplReplyToYou = "plugin.wecom_notification.backend.tpl.reply_to_you.text"
TplMentionYou = "plugin.wecom_notification.backend.tpl.mention_you.text"
TplInvitedYouToAnswer = "plugin.wecom_notification.backend.tpl.invited_you_to_answer.text"
TplNewQuestion = "plugin.wecom_notification.backend.tpl.new_question.text"
)