1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00
appwrite/app/config/locales/th.php
2020-02-10 09:34:02 +02:00

22 lines
1 KiB
PHP

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