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-580] transaction_timeout error message #602

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion artifacts/src/i18n/mock-relying-party-i18n-bundle/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,6 @@
"invalid_state": "وجدت المعاملة في حالة غير صالحة.",
"authorization_failed_msg": "فشل التفويض",
"consent_request_rejected": "تم رفض طلب الموافقة",
"transaction_timeout": "مهلة المعاملة"
"transaction_timeout": "لقد انتهت مهلة المعاملة. حاول مرة اخرى"
}
}
2 changes: 1 addition & 1 deletion artifacts/src/i18n/mock-relying-party-i18n-bundle/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,6 @@
"invalid_state": "Transaction Found in Invalid State.",
"authorization_failed_msg": "Authorization Failed",
"consent_request_rejected": "Consent Request Rejected",
"transaction_timeout": "Transaction timeout"
"transaction_timeout": "The transaction has timed out. Please try again"
}
}
2 changes: 1 addition & 1 deletion artifacts/src/i18n/mock-relying-party-i18n-bundle/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,6 @@
"invalid_state": "लेन-देन अमान्य स्थिति में पाया गया।",
"authorization_failed_msg": "प्रमाणीकरण विफल",
"consent_request_rejected": "सहमति अनुरोध अस्वीकृत",
"transaction_timeout": "लेन-देन का समय समाप्त"
"transaction_timeout": "लेन-देन का समय समाप्त हो गया है. कृपया पुन: प्रयास करें"
}
}
2 changes: 1 addition & 1 deletion artifacts/src/i18n/mock-relying-party-i18n-bundle/km.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,6 @@
"invalid_state": "ប្រតិបត្តិការត្រូវបានរកឃើញនៅក្នុងរដ្ឋមិនត្រឹមត្រូវ។",
"authorization_failed_msg": "ការអនុញ្ញាតបានបរាជ័យ",
"consent_request_rejected": "សំណើការយល់ព្រមត្រូវបានបដិសេធ",
"transaction_timeout": "អស់ពេលប្រតិបត្តិការ"
"transaction_timeout": "ប្រតិបត្តិការបានអស់ពេលហើយ។ សូម​ព្យាយាម​ម្តង​ទៀត"
}
}
2 changes: 1 addition & 1 deletion artifacts/src/i18n/mock-relying-party-i18n-bundle/kn.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,6 @@
"invalid_state": "ಅಮಾನ್ಯ ಸ್ಥಿತಿಯಲ್ಲಿ ವಹಿವಾಟು ಕಂಡುಬಂದಿದೆ.",
"authorization_failed_msg": "ದೃಢೀಕರಣ ವಿಫಲವಾಗಿದೆ",
"consent_request_rejected": "ಸಮ್ಮತಿ ವಿನಂತಿಯನ್ನು ತಿರಸ್ಕರಿಸಲಾಗಿದೆ",
"transaction_timeout": "ವಹಿವಾಟಿನ ಅವಧಿ ಮೀರಿದೆ"
"transaction_timeout": "ವಹಿವಾಟಿನ ಅವಧಿ ಮೀರಿದೆ. ದಯವಿಟ್ಟು ಪುನಃ ಪ್ರಯತ್ನಿಸಿ"
}
}
2 changes: 1 addition & 1 deletion artifacts/src/i18n/mock-relying-party-i18n-bundle/ta.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,6 @@
"invalid_state": "செல்லாத நிலையில் பரிவர்த்தனை கண்டறியப்பட்டது.",
"authorization_failed_msg": "அங்கீகாரம் தோல்வி",
"consent_request_rejected": "ஒப்புதல் கோரிக்கை நிராகரிக்கப்பட்டது",
"transaction_timeout": "பரிவர்த்தனை நேரம் முடிந்தது"
"transaction_timeout": "பரிவர்த்தனை நேரம் முடிந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்"
}
}