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 = "創建成功";