Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. export default {
  2. personal_information: 'Personal Information',
  3. button_text: 'Button Text',
  4. type_a_message: 'Type a message...',
  5. title: "Title",
  6. left_button: 'LeftButton',
  7. right_button: 'RightButton',
  8. today_at: "Today at",
  9. yesterday_at: "Yesterday at",
  10. accept: 'Accept',
  11. decline: 'Decline',
  12. accepted: 'Accepted',
  13. declined: 'Declined',
  14. submit_report: 'Submit report',
  15. hide: 'Hide',
  16. thank_you: 'Thank you for reporting this post!',
  17. profile: 'Profile',
  18. pet_profile: 'Pet profile',
  19. feed: 'Feed',
  20. create_a_post: 'Create a post',
  21. post: 'Post',
  22. users: 'Users',
  23. passbook: 'Passbook',
  24. chat_rooms: 'Chat rooms',
  25. chat_room: 'Chat room',
  26. event_map: 'Events Map',
  27. add_place: 'Add Place',
  28. place_details: 'Place details',
  29. tests: 'Tests',
  30. failed_to_upload: "Failed to upload image to S3",
  31. tapped_avatar: 'Tapped avatar',
  32. load_more: 'Load more',
  33. your_message_is_empty: 'Your message is empty',
  34. create: "Create",
  35. cancel: "Cancel",
  36. create_new_chat: "Create new chat",
  37. created_new_conversation: 'Created new conversation',
  38. add_place_or_event: "Add place or event",
  39. description: 'Description',
  40. type: 'Type',
  41. place: 'Place',
  42. event: 'Event',
  43. warning: 'Warning',
  44. event_start: 'Event start',
  45. event_start_date: "Event start date",
  46. event_end: 'Event end',
  47. event_end_date: "Event end date",
  48. contactEmail: 'Contact Email',
  49. contact_number: 'Contact Number',
  50. category: 'Category',
  51. playground: 'playground',
  52. running_time_playgrounds: 'Running time & playgrounds',
  53. dog_food_supplies: 'Dog Food & Supplies',
  54. coaches_schools_and_clubs: 'Coaches, schools and clubs',
  55. dog_sitter_guest_houses: 'Dog sitter & guest houses',
  56. dog_hairdressers_grooms: 'Dog hairdressers & grooms',
  57. veterenarians_clinics: 'Veterinarians & Clinics',
  58. breeder: 'Breeder',
  59. animal_shelter: 'Animal shelter',
  60. animal_undertaker: 'Animal undertaker',
  61. pet_cemetery: 'Pet cemetery',
  62. save: 'Save',
  63. place_edited: 'Place edited',
  64. place_added: 'Place added',
  65. title_must_have_2_characters: 'Title must be at least 2 characters!',
  66. description_must_have_10_characters: 'Description must be at least 10 characters!',
  67. please_fill_at_least_1_field: 'Please fill at least 1 contact field!',
  68. first_name: 'First name',
  69. last_name: 'Last name',
  70. sex: 'Sex',
  71. male: 'Male',
  72. female: 'Female',
  73. birthday: 'Birthday',
  74. birth_date: "Birth date",
  75. describe_yourself: 'Describe yourself',
  76. say_something_about_yourself: 'Say something about yourself!',
  77. profile_edited: 'Profile edited',
  78. first_name_must_have_2_characters: 'First name must be at least 2 characters!',
  79. last_name_must_have_2_characters: 'Last Name must be at least 2 characters!',
  80. permission: "Permission",
  81. can_we_acces: "Can we access your location?",
  82. we_need_acces: "We need access so you can use map component",
  83. no_way: "No way",
  84. open_settings: "Open Settings",
  85. name: 'Name',
  86. species: 'Species',
  87. labrador_retriever: 'Labrador Retriever',
  88. gender: 'Gender',
  89. social_level: 'Social level',
  90. agressive_level: 'Agressive level',
  91. play_instinct_level: 'Play instinct level',
  92. today_or_tommorow: "Today or tommorow",
  93. this_month: "This month",
  94. next_3_month: "Next 3 months",
  95. pet_edited: 'Pet edited',
  96. pet_added: 'Pet added',
  97. name_must_have_2_characters: 'Name must be at least 2 characters!',
  98. species_must_have_2_characters: 'Species must be at least 2 characters!',
  99. chip_frequency: 'Chip Frequency: ',
  100. doctors_adress: 'Doctors Adress: ',
  101. doctors_phone: 'Doctors Phone: ',
  102. insurance_info: 'Insurance Info: ',
  103. appointment_date: "Appointment date",
  104. confirm: "Confirm",
  105. successfully_updated: 'Successfully updated!',
  106. successfully_added: 'Successfully added!',
  107. successfully_removed: 'Successfully removed!',
  108. pet_photo_updated: 'Pet photo updated',
  109. pet_removed: "Pet removed",
  110. yes: "Yes",
  111. remove_pet: "Remove pet",
  112. are_you_sure_you_want_to_remove_pet: "Are you sure you want to remove your pet?",
  113. pet_alarm_removed: "Pet alarm removed",
  114. pet_missing: "Pet missing",
  115. are_you_sure_you_want_to_cancel_alarm: "Are you sure you want to cancel misssing alarm for this pet?",
  116. pet_alarmed: "Pet alarmed",
  117. pet_missing: "Pet missing",
  118. are_you_sure_you_want_to_trigger_alarm: "Are you sure you want to trigger misssing alarm for this pet?",
  119. exited_to_see_you: 'Exited to see you at the event!',
  120. we_will_miss_you: 'We will miss you(',
  121. photo_updated: 'Photo updated',
  122. comment: 'Comment',
  123. comment_should_have_3_symbols: 'Comment should be at least 3 symbols!',
  124. comment_added: 'Comment added',
  125. post_removed: "Post removed",
  126. remove_post: "Remove post",
  127. are_you_sure_you_want_to_remove_post: "Are you sure you want to remove your post?",
  128. post_cant_be_empty: 'Post can not be empty',
  129. saved: 'Saved',
  130. test_push_notification: "Test push notification",
  131. test_notification: "Test notification",
  132. avatar_updated: 'Avatar updated',
  133. user_marked: 'User marked',
  134. user_unblocked: 'User unblocked',
  135. user_blocked: 'User blocked',
  136. user_unmarked: 'User unmarked',
  137. swipe_next: "swipe next",
  138. swipe_prev: "swipe prev",
  139. email_addres: "Email address",
  140. password: "Password",
  141. confirm_password: "Confirm password",
  142. sign_in: "Sign In",
  143. create_account: "Create Account",
  144. emai_and_password_cannot_be_empty: 'Email and password cannot be empty.',
  145. first_name_and_last_name_cannot_be_empty: 'First name and last name cannot be empty.',
  146. passwords_dont_match: 'Passwords do not match.',
  147. add: "Add",
  148. plus: "plus",
  149. minus: "minus",
  150. permission: 'Permission',
  151. posts: 'Posts',
  152. events_map: 'Events Map',
  153. users: 'Users',
  154. profile: 'Profile'
  155. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement