mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-11 07:46:07 -06:00
New translations permission.php (Vietnamese)
This commit is contained in:
parent
936bbf59c0
commit
96f8cada19
@ -0,0 +1,20 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'category' => [
|
||||||
|
'name' => 'thể loại',
|
||||||
|
'option' => [
|
||||||
|
'read' => 'Có thể đọc thể loại?',
|
||||||
|
'write' => 'Có thể tạo / chỉnh sửa danh mục?',
|
||||||
|
'delete' => 'Có thể xóa danh mục?',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
'placeholderforsearch' => [
|
||||||
|
'name' => 'Tìm kiếm chỗ',
|
||||||
|
'option' => [
|
||||||
|
'read' => 'Có thể đọc giữ chỗ?',
|
||||||
|
'write' => 'Có thể tạo / chỉnh sửa placeholderforsearch không?',
|
||||||
|
'delete' => 'Có thể xóa giữ chỗ?',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user