2023-05-16 10:47:08 +08:00

36 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$lang->gogs->common = 'Gogs';
$lang->gogs->browse = '浏览Gogs';
$lang->gogs->search = '搜索';
$lang->gogs->create = '添加Gogs';
$lang->gogs->edit = '编辑Gogs';
$lang->gogs->view = '查看Gogs';
$lang->gogs->delete = '删除Gogs';
$lang->gogs->confirmDelete = '确认删除该Gogs吗';
$lang->gogs->bindUser = '绑定用户';
$lang->gogs->gogsAvatar = '头像';
$lang->gogs->gogsAccount = 'Gogs用户';
$lang->gogs->gogsEmail = '邮箱';
$lang->gogs->zentaoAccount = '禅道用户';
$lang->gogs->bindingStatus = '绑定状态';
$lang->gogs->notBind = '未绑定';
$lang->gogs->binded = '已绑定';
$lang->gogs->bindDynamic = '%s与禅道用户%s';
$lang->gogs->browseAction = 'Gogs列表';
$lang->gogs->deleteAction = '删除Gogs';
$lang->gogs->id = 'ID';
$lang->gogs->name = "服务器名称";
$lang->gogs->url = '服务器地址';
$lang->gogs->token = 'Token';
$lang->gogs->tokenLimit = "Gogs Token权限不足。";
$lang->gogs->hostError = "当前Gogs服务器地址无效请确认当前服务器可被访问";
$lang->gogs->bindUserError = "不能重复绑定用户 %s";
$lang->gogs->server = "服务器列表";
$lang->gogs->lblCreate = '添加Gogs服务器';
$lang->gogs->emptyError = "不能为空";
$lang->gogs->createSuccess = "创建成功";