zenobio93/seat-connector

View on GitHub
src/resources/lang/zh-CN/seat.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/*
 * This file is part of seat-connector and provides user synchronization between both SeAT and third party platform
 *
 * Copyright (C) 2019 to 2022 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 <https://www.gnu.org/licenses/>.
 */

return [
    'settings'           => '设置',
    'save'               => '保存',

    'toolbox'            => '工具箱',
    'access_management'  => '访问管理',
    'user_mapping'       => '用户映射',
    'journal'            => '日志',

    'all_filter'         => '所有过滤器',
    'public_filter'      => '公共过滤器',
    'user_filter'        => '用户过滤器',
    'role_filter'        => '角色过滤器',
    'corporation_filter' => '公司过滤器',
    'title_filter'       => '头衔过滤器',
    'alliance_filter'    => '联盟过滤器',

    'driver'             => '驱动程序',
    'sets'               => '组|组',
    'access'             => '访问',
    'entity_name'        => '实体名',

    'remove'             => '移除',
    'help'               => '帮助',

    'datetime'           => '日期/时间',
    'category'           => '分类',
    'message'            => '消息',
    'level'              => '级别',

    'user_id'            => '用户 ID',
    'character_id'       => '人物 ID',
    'character_name'     => '人物名',
    'connector_id'       => '授权器 ID',
    'connector_name'     => '授权器名',

    'identities'         => '身份认证|身份认证',
];