1
0
Fork 0
mirror of synced 2024-06-28 11:10:46 +12:00

Merge pull request #2 from Vinatk/Vinatk-patch-1

Vinatk patch 1
This commit is contained in:
Vinat K 2019-10-22 16:34:52 +01:00 committed by GitHub
commit 866ffb77ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<?php
return [
'AF' => 'แอฟริกา',
'AN' => 'ทวีปแอนตาร์กติกา',
'AS' => 'เอเชีย',
'EU' => 'ยุโรป',
'NA' => 'อเมริกาเหนือ',
'OC' => 'โอเชียเนีย',
'SA' => 'อเมริกาใต้',
];

21
app/config/locale/th.php Normal file
View file

@ -0,0 +1,21 @@
<?php
return [
'settings.inspire' => '"ศิลปะแห่งความฉลาดคือศิลปะแห่งการรู้ว่าจะมองข้ามอะไร"', // This is the line printed in the homepage and console 'view-source'
'settings.locale' => 'th',
'settings.direction' => 'ltr',
// Service - Users
'auth.emails.team' => '%s ทีม',
'auth.emails.confirm.title' => 'ยืนยันบัญชี',
'auth.emails.confirm.body' => th.email.auth.confirm.tpl',
'auth.emails.recovery.title' => 'รีเซ็ตรหัสผ่าน',
'auth.emails.recovery.body' => 'th.email.auth.recovery.tpl',
'auth.emails.invitation.title' => 'ขอเชิญเข้าร่วม %s ทีมที่ %s',
'auth.emails.invitation.body' => 'th.email.auth.invitation.tpl',
'locale.country.unknown' => 'ไม่ทราบ',
'countries' => include 'th.countries.php',
'continents' => include 'th.continents.php',
];