th-TH translation
This commit is contained in:
48
resources/lang/th-TH/modules.php
Normal file
48
resources/lang/th-TH/modules.php
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'โทเค็นของ API',
|
||||
'api_token' => 'โทเค็น',
|
||||
'top_paid' => 'จ่ายเงินยอดนิยม',
|
||||
'new' => 'ใหม่',
|
||||
'top_free' => 'ฟรียอดนิยม',
|
||||
'free' => 'ฟรี',
|
||||
'search' => 'ค้นหา',
|
||||
'install' => 'ติดตั้ง',
|
||||
'buy_now' => 'ซื้อตอนนี้',
|
||||
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">คลิกที่นี่ที่</a> รับโทเค็นของคุณ API',
|
||||
'no_apps' => 'ยังไม่มีแอปพลิเคชันในหมวดหมู่นี้',
|
||||
'developer' => 'คุณเป็นนักพัฒนาใช่มั้ย? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">ที่นี่</a> คุณสามารถเรียนรู้วิธีการสร้างโปรแกรมประยุกต์และเริ่มขายวันนี้!',
|
||||
|
||||
'about' => 'เกี่ยวกับเรา',
|
||||
|
||||
'added' => 'เพิ่มแล้ว',
|
||||
'updated' => 'อัพเดทแล้ว',
|
||||
'compatibility' => 'ความเข้ากันได้',
|
||||
|
||||
'installed' => ':module ติดตั้งแล้ว',
|
||||
'uninstalled' => ':module ถอนการติดตั้งแล้ว',
|
||||
//'updated' => ':module updated',
|
||||
'enabled' => ':module เปิดใช้งานแล้ว',
|
||||
'disabled' => ':module ปิดใช้งานแล้ว',
|
||||
|
||||
'tab' => [
|
||||
'installation' => 'การติดตั้ง',
|
||||
'faq' => 'คำถามที่พบบ่อย',
|
||||
'changelog' => 'ประวัติเวอร์ชั่น',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => 'ติดตั้งแอพ',
|
||||
'download' => 'กำลังดาวน์โหลด :module ไฟล์',
|
||||
'unzip' => 'กำลังแยก :module ไฟล์',
|
||||
'install' => 'กำลังติดตั้ง :module ไฟล์',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'ถอนการติดตั้ง',
|
||||
'disable' => 'ปิดการใช้งาน',
|
||||
'enable' => 'เปิดใช้งาน',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user