初始化
This commit is contained in:
24
addons/webman/lang/cam_dia/currency.php
Normal file
24
addons/webman/lang/cam_dia/currency.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'ការគ្រប់គ្រងរូបិយប័ណ្ណ',
|
||||
'normal' => 'ធម្មតា',
|
||||
'disable' => 'បិទ',
|
||||
'currency' => 'រូបិយប័ណ្ណ',
|
||||
'game_coins' => 'ពិន្ទុហ្គេម',
|
||||
'currency_has_exists' => 'រូបិយប័ណ្ណនេះមានការកំណត់រចនាសម្ព័ន្ធរួចហើយ',
|
||||
'fields' => [
|
||||
'id' => 'លេខសម្គាល់រូបិយប័ណ្ណ',
|
||||
'name' => 'ឈ្មោះរូបិយប័ណ្ណ',
|
||||
'identifying' => 'ការកំណត់អត្តសញ្ញាណរូបិយប័ណ្ណ',
|
||||
'ratio' => '1 តម្លៃរូបិយប័ណ្ណ',
|
||||
'status' => 'ស្ថានភាព',
|
||||
'create_at' => 'ពេលវេលាបង្កើត',
|
||||
],
|
||||
'currency_name' => [
|
||||
'CYN' => 'រ៉ែនមីនប៊ី',
|
||||
'TWD' => 'ដុល្លារតៃវ៉ាន់ថ្មី',
|
||||
'USD' => 'USD',
|
||||
'JPY' => 'ប្រាក់យ៉េនជប៉ុន',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user