user-center-wecom/i18n/translation.go (45 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_user_center.backend.info.name" InfoDescription = "plugin.wecom_user_center.backend.info.description" ConfigTipTitle = "plugin.wecom_user_center.backend.config.tip.title" ConfigAutoSyncLabel = "plugin.wecom_user_center.backend.config.auto_sync.label" ConfigAutoSyncTitle = "plugin.wecom_user_center.backend.config.auto_sync.title" ConfigAutoSyncDescription = "plugin.wecom_user_center.backend.config.auto_sync.description" ConfigSyncNowLabel = "plugin.wecom_user_center.backend.config.sync_now.label" ConfigSyncNowLabelForDoing = "plugin.wecom_user_center.backend.config.sync_now.label_for_doing" ConfigSyncNowTitle = "plugin.wecom_user_center.backend.config.sync_now.title" ConfigSyncNowDescription = "plugin.wecom_user_center.backend.config.sync_now.description" ConfigAuthorizeUrlTitle = "plugin.wecom_user_center.backend.config.authorize_url.title" ConfigAuthorizeUrlDescription = "plugin.wecom_user_center.backend.config.authorize_url.description" ConfigCorpIdTitle = "plugin.wecom_user_center.backend.config.corp_id.title" ConfigCorpIdDescription = "plugin.wecom_user_center.backend.config.corp_id.description" ConfigCorpSecretTitle = "plugin.wecom_user_center.backend.config.corp_secret.title" ConfigCorpSecretDescription = "plugin.wecom_user_center.backend.config.corp_secret.description" ConfigAgentIDTitle = "plugin.wecom_user_center.backend.config.agent_id.title" ConfigAgentIDDescription = "plugin.wecom_user_center.backend.config.agent_id.description" ConfigSyncNowSuccessResponse = "plugin.wecom_user_center.backend.response.sync_now.success" ConfigSyncNowFailedResponse = "plugin.wecom_user_center.backend.response.sync_now.failed" ConfigNotificationLabel = "plugin.wecom_user_center.backend.config.notification.label" ConfigNotificationTitle = "plugin.wecom_user_center.backend.config.notification.title" ConfigNotificationDescription = "plugin.wecom_user_center.backend.config.notification.description" UserConfigInboxNotificationsTitle = "plugin.wecom_user_center.backend.user_config.inbox_notifications.title" UserConfigInboxNotificationsLabel = "plugin.wecom_user_center.backend.user_config.inbox_notifications.label" UserConfigInboxNotificationsDescription = "plugin.wecom_user_center.backend.user_config.inbox_notifications.description" UserConfigAllNewQuestionsNotificationsTitle = "plugin.wecom_user_center.backend.user_config.all_new_questions.title" UserConfigAllNewQuestionsNotificationsLabel = "plugin.wecom_user_center.backend.user_config.all_new_questions.label" UserConfigAllNewQuestionsNotificationsDescription = "plugin.wecom_user_center.backend.user_config.all_new_questions.description" UserConfigNewQuestionsForFollowingTagsTitle = "plugin.wecom_user_center.backend.user_config.new_questions_for_following_tags.title" UserConfigNewQuestionsForFollowingTagsLabel = "plugin.wecom_user_center.backend.user_config.new_questions_for_following_tags.label" UserConfigNewQuestionsForFollowingTagsDescription = "plugin.wecom_user_center.backend.user_config.new_questions_for_following_tags.description" TplUpdateQuestion = "plugin.wecom_user_center.backend.tpl.update_question" TplAnswerTheQuestion = "plugin.wecom_user_center.backend.tpl.answer_the_question" TplUpdateAnswer = "plugin.wecom_user_center.backend.tpl.update_answer" TplAcceptAnswer = "plugin.wecom_user_center.backend.tpl.accept_answer" TplCommentQuestion = "plugin.wecom_user_center.backend.tpl.comment_question" TplCommentAnswer = "plugin.wecom_user_center.backend.tpl.comment_answer" TplReplyToYou = "plugin.wecom_user_center.backend.tpl.reply_to_you" TplMentionYou = "plugin.wecom_user_center.backend.tpl.mention_you" TplInvitedYouToAnswer = "plugin.wecom_user_center.backend.tpl.invited_you_to_answer" TplNewQuestion = "plugin.wecom_user_center.backend.tpl.new_question" )