Forráskód Böngészése

泰国国际化整理与修改

liukai 2 napja
szülő
commit
29400769c5

+ 1 - 1
packages/cpt_th/lib/modules/labour/labour_review_list/labour_review_item.dart

@@ -96,7 +96,7 @@ class LabourReviewItem extends StatelessWidget {
             crossAxisAlignment: CrossAxisAlignment.center,
             children: [
               MyTextView(
-                "Job Time:".tr,
+                "${"Job Time".tr}:",
                 isFontRegular: true,
                 textColor: ColorConstants.textGrayAECAE5,
                 fontSize: 14,

+ 1 - 1
packages/cs_domain/lib/constants/api_constants.dart

@@ -2,7 +2,7 @@
 
 class ApiConstants {
   //当前服务器环境
-  static const isServerRelease = true;
+  static const isServerRelease = false;
 
   //新加坡的域名
   static const sgBaseUrl = isServerRelease ? 'https://casualabour.com/' : 'http://singapore-dev.casualabour.com';

+ 11 - 11
packages/cs_resources/lib/local/language/th_TH.dart

@@ -107,19 +107,19 @@ const Map<String, String> th_TH = {
   'Add Staff': 'เพิ่มพนักงาน',
   'Remarks': 'ความคิดเห็น',
   'Applied At:': 'สมัครเมื่อ:',
-  'Total Rooms:': 'จำนวนห้องทั้งหมด:',
-  'Total Hours:': 'จำนวนชั่วโมงทั้งหมด:',
+  'Total Rooms:': 'จำนวนห้อง:',
+  'Total Hours:': 'จำนวนชั่วโมง:',
   '+/- Hours:': '+/- ชั่วโมง:',
-  'Security Out:': 'การออกจากระบบรักษาความปลอดภัย:',
-  'Work Out:': 'การออกจากงาน:',
-  'Work In:': 'การเข้าไปในงาน:',
-  'Security In:': 'การเข้าไปในระบบรักษาความปลอดภัย:',
+  'Security Out:': 'ยามเช็คเอาท์:',
+  'Work Out:': 'เช็คเอาท์ที่ทำงาน:',
+  'Work In:': 'เช็คอินที่ทำงาน:',
+  'Security In:': 'ยามเช็คอิน:',
   'Staff Name:': 'ชื่อพนักงาน:',
   'Staff Name': 'ชื่อพนักงาน',
-  'Work Out': 'การออกจากงาน',
-  'Work In': 'การเข้าไปในงาน',
-  'Security In': 'การเข้าไปในระบบรักษาความปลอดภัย',
-  'Security Out': 'การออกจากระบบรักษาความปลอดภัย',
+  'Work Out': 'เช็คเอาท์ที่ทำงาน',
+  'Work In': 'เช็คอินที่ทำงาน',
+  'Security In': 'ยามเช็คอิน',
+  'Security Out': 'ยามเช็คเอาท์',
   '+/- Hours': '+/- ชั่วโมง',
   'Total Rooms': 'จำนวนห้องทั้งหมด',
   'Operation Approve': 'อนุมัติการดำเนินงาน',
@@ -253,7 +253,7 @@ const Map<String, String> th_TH = {
   'Working Hours': 'ชั่วโมงการทำงาน',
   'Casual Payout': 'การจ่ายเงินชั่วคราว',
   'Casual Report': 'รายงานชั่วคราว',
-  'Manpower Needed': 'จำนวนแรงงานที่ต้องการ',
+  'Manpower Needed': 'ต้องการคน',
   'Actual Num': 'จำนวนจริง',
   'Completed Num': 'จำนวนที่เสร็จสิ้น',
   'Dashboard': 'แผงควบคุม',