Skip to content

Commit

Permalink
Merge pull request #42 from panharith-0118/ES-670
Browse files Browse the repository at this point in the history
Es 670  ES-695  ES-379
  • Loading branch information
ase-101 authored Jan 30, 2024
2 parents 6da2669 + 902effd commit cdbda92
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion signup-ui/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"powered_by": "Powered by"
},
"error_response": {
"invalid_transaction": "Invalid Transaction or Transaction Expired",
"invalid_transaction": "The transaction has timed out. Please try again.",
"invalid_otp_channel": "Invalid OTP Channel Provided",
"invalid_captcha": "Invalid captcha found.",
"send_otp_failed": "Send OTP failed",
Expand Down Expand Up @@ -129,6 +129,8 @@
"fetch_identity_failed": "Fetch Identifier Failed",
"challenge_format_and_type_mismatch": "Challenge format and type mismatch",
"knowledgebase_mismatch": "Invalid number or name. Please enter a registered mobile number and full name.",
"identifier_blocked": "Identifier blocked for 5 minutes",
"unsupported_purpose": "Invalid Request",
"IDR-IDC-001": "Missing Input Parameter",
"IDR-IDC-002": "Invalid Input Parameter",
"IDR-IDC-003": "Invalid Request",
Expand Down
6 changes: 4 additions & 2 deletions signup-ui/public/locales/km.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"full_name_tooltip": "ជាអតិបរមា 30 តួអក្សរត្រូវបានអនុញ្ញាត និងមិនគួរមានលេខ ឬតួអក្សរពិសេសណាមួយឡើយ លើកលែងតែដកឃ្លា។",
"password": "ពាក្យសម្ងាត់",
"password_placeholder": "បញ្ចូលពាក្យសម្ងាត់",
"password_rules": "ប្រើតួអក្សរ 8 ឬច្រើនជាមួយតួអក្សរពិសេស និងយ៉ាងហោចណាស់តួលេខមួយយ៉ាងតិច។",
"password_rules": "ប្រើតួអក្សរ លាយជាមួយលេខ ឱ្យបានចំនួន8តួឬច្រើនជាងនេះ",
"confirm_password": "បញ្ជាក់ពាក្យសម្ងាត់",
"confirm_password_placeholder": "បញ្ចូលពាក្យសម្ងាត់",
"terms_and_condition": "ខ្ញុំយល់ព្រមតាម<TermsAndConditionsAnchor>លក្ខខណ្ឌ</TermsAndConditionsAnchor> និង<PrivacyPolicyAnchor>គោលការណ៍ឯកជនភាព</PrivacyPolicyAnchor>របស់ប្រទេសកម្ពុជា ដើម្បីរក្សាទុក និងដំណើរការព័ត៌មានរបស់ខ្ញុំតាមតម្រូវការ។",
Expand Down Expand Up @@ -84,7 +84,7 @@
"powered_by": "ដំណើរការដោយ"
},
"error_response": {
"invalid_transaction": "ប្រតិបត្តិការមិនត្រឹមត្រូវ ឬប្រតិបត្តិការផុតកំណត់",
"invalid_transaction": "ប្រតិបត្តិការបានផុតកំណត់។ សូមព្យាយាមម្ដងទៀត។",
"invalid_otp_channel": "ឆានែលលេខសម្ងាត់ដែលបានផ្ដល់មិនត្រឹមត្រូវ",
"invalid_captcha": "បានរកឃើញ captcha មិនត្រឹមត្រូវ",
"send_otp_failed": "ផ្ញើលេខសម្ងាត់បរាជ័យ។ លេខសម្គាល់បុគ្គលមិនពិត/មិនស្គាល់",
Expand Down Expand Up @@ -129,6 +129,8 @@
"fetch_identity_failed": "ទាញ​យក​លេខ​សម្គាល់​បាន​បរាជ័យ",
"challenge_format_and_type_mismatch": "លេខទូរស័ព្ទ ឬឈ្មោះមិនត្រឹមត្រូវ។ សូមបញ្ចូលលេខទូរស័ព្ទនិងឈ្មោះដែលបានចុះឈ្មោះ។",
"knowledgebase_mismatch": "លេខទូរស័ព្ទ ឬឈ្មោះមិនត្រឹមត្រូវ។ សូមបញ្ចូលលេខទូរស័ព្ទនិងឈ្មោះដែលបានចុះឈ្មោះ។",
"identifier_blocked": "លេខសម្គាល់ត្រូវបានបិទចោលរយៈពេល5នាទី",
"unsupported_purpose": "សំណើមិនត្រឹមត្រូវ",
"IDR-IDC-001": "រកមិនឃើញតម្លៃដែលបានបញ្ចូល",
"IDR-IDC-002": "តម្លៃដែលបានបញ្ចូលមិនត្រឹមត្រូវ",
"IDR-IDC-003": "សំណើរមិនត្រឹមត្រូវ",
Expand Down
2 changes: 2 additions & 0 deletions signup-ui/src/resources.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ interface Resources {
invalid_password: string;
invalid_request: string;
reset_pwd_failed: string;
identifier_blocked: string;
unsupported_purpose: string;
};
};
}
Expand Down

0 comments on commit cdbda92

Please sign in to comment.