Blame view
sources/lib/l10n/th_TH.php
1.48 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 5 6 |
"Help" => "ช่วยเหลือ", "Personal" => "ส่วนตัว", "Settings" => "ตั้งค่า", "Users" => "ผู้ใช้งาน", |
|
03e52840d
|
7 |
"Admin" => "ผู้ดูแล", |
|
31b7f2792
|
8 |
"web services under your control" => "เว็บเซอร์วิสที่คุณควบคุมการใช้งานได้", |
|
03e52840d
|
9 10 11 |
"Application is not enabled" => "แอพพลิเคชั่นดังกล่าวยังไม่ได้เปิดใช้งาน", "Authentication error" => "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน", "Token expired. Please reload page." => "รหัสยืนยันความถูกต้องหมดอายุแล้ว กรุณาโหลดหน้าเว็บใหม่อีกครั้ง", |
|
31b7f2792
|
12 13 14 15 |
"Could not find category \"%s\"" => "ไม่พบหมวดหมู่ \"%s\"",
"seconds ago" => "วินาที ก่อนหน้านี้",
"_%n minute ago_::_%n minutes ago_" => array(""),
"_%n hour ago_::_%n hours ago_" => array(""),
|
|
03e52840d
|
16 17 |
"today" => "วันนี้", "yesterday" => "เมื่อวานนี้", |
|
31b7f2792
|
18 |
"_%n day go_::_%n days ago_" => array(""),
|
|
03e52840d
|
19 |
"last month" => "เดือนที่แล้ว", |
|
31b7f2792
|
20 |
"_%n month ago_::_%n months ago_" => array(""),
|
|
03e52840d
|
21 |
"last year" => "ปีที่แล้ว", |
|
31b7f2792
|
22 |
"years ago" => "ปี ที่ผ่านมา" |
|
03e52840d
|
23 |
); |
|
31b7f2792
|
24 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |