Sync locales

This commit is contained in:
Frederic Guillot
2015-06-28 10:01:28 -04:00
parent 7b9733f672
commit 6660be939d
19 changed files with 190 additions and 38 deletions

View File

@@ -20,6 +20,15 @@ return array(
'Red' => 'สีแดง',
'Orange' => 'สีส้ม',
'Grey' => 'สีเทา',
// 'Brown' => '',
// 'Deep Orange' => '',
// 'Dark Grey' => '',
// 'Pink' => '',
// 'Teal' => '',
// 'Cyan' => '',
// 'Lime' => '',
// 'Light Green' => '',
// 'Amber' => '',
'Save' => 'บันทึก',
'Login' => 'เข้าสู่ระบบ',
'Official website:' => 'เวบไซต์อย่างเป็นทางการ:',
@@ -31,7 +40,6 @@ return array(
'All users' => 'ผู้ใช้ทั้งหมด',
'Username' => 'ชื่อผู้ใช้',
'Password' => 'รหัสผ่าน',
'Default project' => 'โปรเจคเริ่มต้น',
'Administrator' => 'ผู้ดูแลระบบ',
'Sign in' => 'เข้าสู่ระบบ',
'Users' => 'ผู้ใช้',
@@ -405,7 +413,6 @@ return array(
'Username:' => 'ชื่อผู้ใช้:',
'Name:' => 'ชื่อ:',
'Email:' => 'อีเมล:',
'Default project:' => 'โปรเจคเริ่มต้น:',
'Notifications:' => 'แจ้งเตือน:',
'Notifications' => 'การแจ้งเตือน',
'Group:' => 'กลุ่ม:',
@@ -949,4 +956,6 @@ return array(
// '<30m' => '',
// 'Stop timer' => '',
// 'Start timer' => '',
// 'Add project member' => '',
// 'Enable notifications' => '',
);