mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
show more user-friendly messages when some features are disabled
This commit is contained in:
@@ -1637,6 +1637,11 @@
|
||||
"Nickname cannot be blank": "ชื่อเล่นต้องไม่ว่าง",
|
||||
"Default currency cannot be blank": "สกุลเงินเริ่มต้นต้องไม่ว่าง",
|
||||
"Unable to log in": "ไม่สามารถเข้าสู่ระบบได้",
|
||||
"Username/password login is disabled": "Username/password login is disabled",
|
||||
"External login is disabled": "External login is disabled",
|
||||
"Two-factor authentication is disabled": "Two-factor authentication is disabled",
|
||||
"Email verification is disabled": "Email verification is disabled",
|
||||
"Forget password is disabled": "Forget password is disabled",
|
||||
"Two-Factor Authentication": "การตรวจสอบสองขั้นตอน",
|
||||
"Two-factor authentication is not enabled yet.": "ยังไม่ได้เปิดใช้งานการตรวจสอบสองขั้นตอน",
|
||||
"Two-factor authentication is already enabled.": "เปิดใช้งานการตรวจสอบสองขั้นตอนแล้ว",
|
||||
@@ -1798,6 +1803,7 @@
|
||||
"AI Image Recognition": "การจดจำภาพด้วย AI",
|
||||
"Unable to load image": "ไม่สามารถโหลดรูปภาพได้",
|
||||
"Unable to recognize image": "ไม่สามารถจดจำรูปภาพได้",
|
||||
"AI image recognition is disabled": "AI image recognition is disabled",
|
||||
"You can drag and drop, paste or click to select a receipt or transaction image": "You can drag and drop, paste or click to select a receipt or transaction image",
|
||||
"Release to load image": "ปล่อยเพื่อโหลดรูปภาพ",
|
||||
"Loading image...": "Loading image...",
|
||||
@@ -1916,6 +1922,7 @@
|
||||
"Cannot import invalid transactions": "ไม่สามารถนำเข้ารายการที่ไม่ถูกต้อง",
|
||||
"Unable to parse import file": "ไม่สามารถแยกไฟล์นำเข้าได้",
|
||||
"Unable to import transactions": "ไม่สามารถนำเข้ารายการได้",
|
||||
"Transaction importing is disabled": "Transaction importing is disabled",
|
||||
"Load Data Mapping File": "โหลดไฟล์แมปข้อมูล",
|
||||
"Save Data Mapping File": "บันทึกไฟล์แมปข้อมูล",
|
||||
"Data mapping file is invalid": "ไฟล์แมปข้อมูลไม่ถูกต้อง",
|
||||
@@ -1990,6 +1997,7 @@
|
||||
"Are you sure you want to remove this transaction picture?": "คุณแน่ใจหรือว่าต้องการลบรูปภาพรายการนี้?",
|
||||
"Unable to upload transaction picture": "ไม่สามารถอัปโหลดรูปภาพรายการได้",
|
||||
"Unable to remove transaction picture": "ไม่สามารถลบรูปภาพรายการได้",
|
||||
"Transaction picture is disabled": "Transaction picture is disabled",
|
||||
"Failed to load image, please check whether the config \"domain\" and \"root_url\" are set correctly.": "โหลดรูปภาพล้มเหลว กรุณาตรวจสอบการตั้งค่า \"domain\" และ \"root_url\"",
|
||||
"Search transaction description": "ค้นหาคำอธิบายรายการ",
|
||||
"Unable to retrieve transaction list": "ไม่สามารถดึงรายการได้",
|
||||
|
||||
Reference in New Issue
Block a user