Skip to content

Commit

Permalink
translation update
Browse files Browse the repository at this point in the history
  • Loading branch information
Thien Hau authored and dokuwiki-translate committed May 10, 2020
1 parent 861c5da commit 5cf42f3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions lang/vi/lang.php
@@ -0,0 +1,23 @@
<?php

/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Thien Hau <thienhau.9a14@gmail.com>
*/
$lang['secedit_name'] = 'Bảng';
$lang['add_table'] = 'Chèn bảng mới';
$lang['js']['toggle_header'] = 'Chuyển trạng thái đầu đề';
$lang['js']['align_left'] = 'Căn trái ô';
$lang['js']['align_center'] = 'Căn giữa ô';
$lang['js']['align_right'] = 'Căn phải ô';
$lang['js']['confirmdeleterow'] = 'Thật sự muốn xóa hàng?';
$lang['js']['confirmdeletecol'] = 'Thật sự muốn xóa cột?';
$lang['js']['row_above'] = 'Thêm hàng vào bên trên';
$lang['js']['remove_row'] = 'Xóa hàng';
$lang['js']['row_below'] = 'Thêm hàng vào bên dưới';
$lang['js']['col_left'] = 'Thêm cột vào bên trái';
$lang['js']['remove_col'] = 'Xóa cột';
$lang['js']['col_right'] = 'Thêm cột vào bên phải';
$lang['js']['merge_cells'] = 'Hợp nhất ô';
$lang['js']['unmerge_cells'] = 'Tách ô';
8 changes: 8 additions & 0 deletions lang/vi/settings.php
@@ -0,0 +1,8 @@
<?php

/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Thien Hau <thienhau.9a14@gmail.com>
*/
$lang['default colwidth'] = 'Chiều rộng của cột trong bảng. Để trống để định chiều rộng dựa trên nội dung';

0 comments on commit 5cf42f3

Please sign in to comment.