Skip to content

Commit

Permalink
feat(#28): add translations for error code hint
Browse files Browse the repository at this point in the history
  • Loading branch information
tilak-puli committed May 4, 2023
1 parent 250360c commit 2d6bff1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion locales/ara.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@
},
"bleError": {
"title": "فشل التحويل",
"message": "حدث خطأ أثناء نقل {{vcLabel}}. حاول مرة اخرى."
"message": "حدث خطأ أثناء نقل {{vcLabel}}. حاول مرة اخرى.",
"hint": "Khata: {{code}}"
}
},
"online": "متصل",
Expand Down
3 changes: 2 additions & 1 deletion locales/fil.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@
},
"bleError": {
"title": "Nabigong ilipat",
"message": "Nagkaproblema habang inililipat ang {{vcLabel}}. Pakisubukang muli."
"message": "Nagkaproblema habang inililipat ang {{vcLabel}}. Pakisubukang muli.",
"hint": "Pagkakamali: {{code}}"
}
},
"online": "Online",
Expand Down
3 changes: 2 additions & 1 deletion locales/hin.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@
},
"bleError": {
"title": "स्थानांतरित करने में विफल",
"message": "{{vcLabel}} को स्थानांतरित करते समय कुछ गलत हो गया। कृपया पुन: प्रयास करें।"
"message": "{{vcLabel}} को स्थानांतरित करते समय कुछ गलत हो गया। कृपया पुन: प्रयास करें।",
"hint": "गलती: {{code}}"
}
},
"online": "ऑनलाइन",
Expand Down
3 changes: 2 additions & 1 deletion locales/kan.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@
},
"bleError": {
"title": "ವರ್ಗಾಯಿಸಲು ವಿಫಲವಾಗಿದೆ",
"message": "{{vcLabel}} ಅನ್ನು ವರ್ಗಾಯಿಸುವಾಗ ಏನೋ ತಪ್ಪಾಗಿದೆ. ದಯವಿಟ್ಟು ಪುನಃ ಪ್ರಯತ್ನಿಸಿ."
"message": "{{vcLabel}} ಅನ್ನು ವರ್ಗಾಯಿಸುವಾಗ ಏನೋ ತಪ್ಪಾಗಿದೆ. ದಯವಿಟ್ಟು ಪುನಃ ಪ್ರಯತ್ನಿಸಿ.",
"hint": "ದೋಷ: {{code}}"
}
},
"online": "ಆನ್ಲೈನ್",
Expand Down
3 changes: 2 additions & 1 deletion locales/tam.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@
},
"bleError": {
"title": "இடமாற்றம் செய்ய முடியவில்லை",
"message": "{{vcLabel}} ஐ மாற்றும்போது ஏதோ தவறு ஏற்பட்டது. தயவு செய்து மீண்டும் முயற்சிக்கவும்."
"message": "{{vcLabel}} ஐ மாற்றும்போது ஏதோ தவறு ஏற்பட்டது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.",
"hint": "பிழை: {{code}}"
}
},
"online": "நிகழ்நிலை",
Expand Down

0 comments on commit 2d6bff1

Please sign in to comment.