Files
EasySoft-ZenTaoPMS/module/branch/lang/zh-tw.php
T

18 lines
560 B
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->branch->common = '分支';
$lang->branch->manage = '分支管理';
$lang->branch->sort = '排序';
$lang->branch->delete = '分支刪除';
$lang->branch->add = '添加';
$lang->branch->manageTitle = '%s管理';
$lang->branch->all = '所有';
$lang->branch->id = '編號';
$lang->branch->product = '所屬產品';
$lang->branch->name = '名稱';
$lang->branch->order = '排序';
$lang->branch->confirmDelete = '是否刪除該@branch@';
$lang->branch->canNotDelete = '該@branch@下已經有數據,不能刪除!';