Skip to content

Commit

Permalink
chore(strings): updated error messages in multiple languages (#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
naman653 authored and iamareebjamal committed Feb 23, 2019
1 parent efeab4a commit 91d50a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-hi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<string name="skills">कौशल</string>
<string name="skill_title">कौशल शीर्षक</string>
<string name="skills_activity">SUSI.AI कौशल</string>
<string name="error_skill_listing">कौशल लाने में असमर्थ कुछ गलत हो गया। बाद में पुन: प्रयास करें।</string>
<string name="error_skill_listing">कौशल लाने में असमर्थ। कृपया इंटरनेट कनेक्शन की जाँच करें या बाद में पुनः प्रयास करें।</string>
<string name="no_skill_author">कौशल लेखक नहीं मिला</string>
<string name="reset_password_message">पासवर्ड रीसेट करना ..</string>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ml-rIN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<string name="change_voice">SUSI- ന്റെ ശബ്ദം മാറ്റുന്നതിന് ഇവിടെ ക്ലിക്കുചെയ്യുക</string>
<string name="change_voice_summary">സംഭാഷണ ക്രമീകരണങ്ങൾ മാറ്റുക</string>
<string name="error_msg_retry">വീണ്ടും ശ്രമിക്കുക</string>
<string name="error_skill_listing">കഴിവുകൾ നേടുന്നതിന് കഴിയുന്നില്ല. പിന്നീട് വീണ്ടും ശ്രമിക്കുക.</string>
<string name="error_skill_listing">കഴിവുകൾ നേടുന്നതിന് കഴിയില്ല. ദയവായി ഇന്റർനെറ്റ് കണക്ഷൻ പരിശോധിക്കുക അല്ലെങ്കിൽ പിന്നീട് വീണ്ടും ശ്രമിക്കുക.</string>
<string name="logout">ലോഗൗട്ട് ചെയ്യുക</string>
<string name="no_skill_author">കഴിവുള്ള എഴുത്തുകാരൻ കണ്ടെത്തിയില്ല</string>
<string name="promo_msg_template">ഇത് പരീക്ഷിക്കുക</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ta-rIN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@
<string name="wrong_password">தோல்வி. மீண்டும் முயற்சி செய்</string>
<string name="yes">ஆம்</string>
<string name="voice_settings">SUSI குரல் அமைப்புகள்</string>
<string name="error_skill_listing">திறமைகளை பெற முடியவில்லை. தயவு செய்து மீண்டும் முயற்சிக்கவும்.</string>
<string name="no_skill_author">திறன் ஆசிரியர் காணப்படவில்லை</string>
<string name="reset_password_message">கடவுச்சொல்லை மீட்டமைக்கிறது</string>
<string name="description">விளக்கம்</string>
Expand Down Expand Up @@ -261,5 +260,6 @@
<string name="placeholder_initials">AB</string>
<string name="digit_four">௪</string>
<string name="digit_five">௫</string>
<string name="error_skill_listing">நீங்கள் திறமைகளை பெற முடியாது. இணைய இணைப்பைச் சரிபார்க்கவும் அல்லது மீண்டும் முயற்சிக்கவும்.</string>

</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
<string name="app_share_url" translatable="false">https://play.google.com/store/apps/details?id=%s</string>

<string name="error_msg_retry">Please Try Again</string>
<string name="error_skill_listing">Unable to fetch skills. Please try again later.</string>
<string name="error_skill_listing">Unable to fetch skills.Please check internet connection or try again later.</string>

<string name="logout">Log out</string>

Expand Down

0 comments on commit 91d50a1

Please sign in to comment.