Skip to content

Commit 490076b

Browse files
authored
Add Chinese localization (#12)
1 parent d278975 commit 490076b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

lang/zh/lang.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
/**
3+
* Delete Page Button plugin - Chinese language file
4+
*
5+
* @copyright (c) 2020 Damien Regad
6+
* @license GPLv2 or later (https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
7+
* @author yang
8+
*/
9+
10+
$lang['menu_item'] = '删除页面';
11+
$lang['deleted_ok'] = '页面删除成功';
12+
13+
$lang['js']['title'] = $lang['menu_item'];
14+
$lang['js']['confirm'] = '确认删除此页面?';
15+
$lang['js']['btn_ok'] = '确认';
16+
$lang['js']['btn_cancel'] = '取消';

0 commit comments

Comments
 (0)