Created
January 30, 2020 08:12
-
-
Save kingnightdrifter/d2ed7a09c9fb7ca5f095a6823b59da2b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"success": true, | |
"code": "200", | |
"languagestring": [ | |
{ | |
"screen_name":"Login" | |
"login": "Login", | |
"user_name": "USER NAME", | |
"password": "PASSWORD", | |
"username_is_invalid": "user name is invalid", | |
"password_is_invalid": "password is invalid", | |
"could_not_create_token": "could not create token", | |
"user_not_created": "User could not created", | |
"otp_send": "otp is send on your device", | |
"user_not_find": "can not find user", | |
"otp_not_match": "otp could not match", | |
"language_string_empty": "language string list is empty", | |
"login_button_text": "LOGIN", | |
"login_sign_up_button": "SIGN UP", | |
"or_text": "Or" | |
}, | |
{ | |
"screen_name":"edit_profile" | |
"profile_not_exist": "profile not exist", | |
"save": "SAVE", | |
"where_are_your_from": "Where are your from ?", | |
"where_do_you_live": "Where do you live ?", | |
"date_of_birth": "Date of birth", | |
"update": "UPDATE", | |
"characters_limit": "Characters limit", | |
"good_things_come_to_those": "Good Things come to those who book flights", | |
"follow_your_heart_live": "Follow your heart,live your dreams,be passionate,never give up,love your life", | |
"mobile_number_text": "Mobile Number", | |
"email_address_text": "Email Address", | |
"user_name_text": "USER NAME", | |
"edit_profile_text": "Edit Profile", | |
"tell_your_followers_about_you_text": "Tell your followers about you", | |
"done_in_edit_profile": "DONE", | |
"profile_updated_successfully": "profile updated successfully" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment