Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ES-1976] Added error codes #504

Merged
merged 3 commits into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@
"id_card_too_far": {
"eng": "Unable to read card as its too far",
"khm": "មិនអាចអានកាតបានទេ ព្រោះនៅឆ្ងាយពេក"
},
"invalid_frames": {
"eng": "The provided frames are not valid. Please check the input and try again.",
"khm": "រូបបន្ទាត់ដែលបានផ្ដល់មិនត្រឹមត្រូវទេ។ សូមពិនិត្យការបញ្ចូលហើយព្យាយាមម្តងទៀត។"
},
"invalid_order": {
"eng": "The order provided is invalid. Please ensure the correct sequence and try again.",
"khm": "លំដាប់ដែលបានផ្ដល់មិនត្រឹមត្រូវទេ។ សូមធ្វើការត្រួតពិនិត្យលំដាប់ត្រឹមត្រូវហើយព្យាយាមម្តងទៀត។"
},
"invalid_step_code": {
"eng": "The step code is incorrect. Please verify the step and provide a valid code.",
"khm": "កូដជំហានមិនត្រឹមត្រូវទេ។ សូមពិនិត្យជំហាននិងផ្ដល់កូដត្រឹមត្រូវ។"
}
},
"messages": {
Expand Down
Loading