warlof/slackbot

View on GitHub
src/lang/zh/seat.php

Summary

Maintainability
A
2 hrs
Test Coverage
<?php
/**
 * This file is part of slackbot and provide user synchronization between both SeAT and a Slack Team
 *
 * Copyright (C) 2016, 2017, 2018, 2019  Loïc Leuilliot <loic.leuilliot@gmail.com>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

return [
    'management' => 'Slack机器人访问管理',
    'mapping' => 'Slack机器人用户映射',
    'quick_create' => '快速创建',
    'type' => '类型',
    'username' => '用户名',
    'channel' => '频道',
    'title' => '标题',
    'add' => '添加',
    'authorisations' => '授权',
    'user_filter' => '用户过滤规则',
    'role_filter' => '角色筛选器',
    'corporation_filter' => '公司筛选器',
    'title_filter' => '标题过滤',
    'alliance_filter' => '伙伴过滤器',
    'public_filter' => '公共筛选器',
    'created' => '已创建',
    'updated' => '已更新',
    'status' => '状态',
    'role' => '角色',
    'corporation' => '公司',
    'alliance' => '伙伴',
    'remove' => '移除',
    'enabled' => '已启用',
    'settings' => 'Slack机器人设置',
    'user_list' => '用户列表',
    'existing_setup_disclaimer' => '看来您已经有了一个Slack API 访问设置。为了防止任何错误,:客户端 _ id和:客户端 _ 机密字段已被禁用。为了启用修改,请使用橡胶',
];