You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

97 lines
2.9KB

  1. const enStrings = {
  2. 'appTitle': 'Thagrico',
  3. 'signIn': 'Sign in',
  4. 'welcome': 'Good day,',
  5. 'email': 'Email',
  6. 'password': 'Password',
  7. 'forgotPassword': 'Forgot password?',
  8. 'hintEmail': 'Your email here',
  9. 'hintPassword': 'Your password here',
  10. 'commonError': 'Đã có lỗi xảy ra',
  11. 'fieldIsRequired': 'Field is required',
  12. 'errorInvalidEmail': 'Email is invalid',
  13. 'errorInvalidPassword': 'Password is invalid',
  14. 'cancel': 'Cancel',
  15. 'select': 'Select',
  16. //Notification Screen
  17. 'notification': 'Thông Báo',
  18. 'work': 'Công Việc',
  19. 'system': 'Hệ Thống',
  20. //Home screen
  21. //Work screen
  22. 'inProcress': 'Đang tiến hành',
  23. 'complete': "Hoàn thành",
  24. 'subject': 'Bò khám sinh sản',
  25. //FertilizationScreen
  26. 'fertilizationPage': 'Phối giống',
  27. 'fertilizationExamination': 'Khám phối giống',
  28. 'numberOfBirths': 'Lứa đẻ',
  29. 'bowWaitFertilization': 'Bò Chờ Phối',
  30. 'haveFertilization': 'Đã phối',
  31. 'noneFertilization': 'Chưa phối',
  32. 'reproductiveHealthCheck': 'Khám Sinh Sản',
  33. 'handleHormone': 'Xử Lý hormone',
  34. //Main tab bar
  35. 'tabHome': 'Trang Chủ',
  36. 'tabWork': 'Công Việc',
  37. 'tabNotification': 'Thông Báo',
  38. 'tabProfile': 'Cá Nhân',
  39. //Infomation Fertilization Screen
  40. 'detail': 'Chi tiết',
  41. 'watching': 'Đang theo dõi',
  42. 'mating': 'Gieo tinh',
  43. 'type': 'Loại',
  44. 'resultUpdate': 'Cập nhật kết quả',
  45. 'infomationFertilization': 'Infomation Fertilization',
  46. //Fertily Update
  47. 'medicalExaminationPeople': 'Người khám',
  48. 'pleaseChoose': 'Vui lòng chọn',
  49. 'medicalExaminationDay': 'Ngày khám',
  50. 'note': 'ghi chú',
  51. 'contentNote': 'Nội dung ghi chú',
  52. 'success': 'Hoàn thành',
  53. 'saveResult': 'Lưu kết quả',
  54. 'account': 'Tài khoản',
  55. 'numberPhone': 'Số điện thoại',
  56. 'department': 'Bộ phận',
  57. 'taxInfomation': 'Tax Infomation',
  58. 'setting': 'Cài đặt',
  59. 'passowordVNI': 'Mật khẩu',
  60. 'language': 'Ngôn ngữ',
  61. 'add': "Thêm",
  62. 'addCow': 'Thêm bò',
  63. 'edit': 'Chỉnh sửa',
  64. 'print': 'In phiếu',
  65. 'cancelTicker': 'Hủy Phiếu',
  66. 'cancellationConfirmation': 'Xác nhận hủy',
  67. 'cancellSuccessfully': 'Hủy thành công ',
  68. 'confirm': 'Xác nhận',
  69. 'inputBow': 'Nhập Bò',
  70. 'createTicker': 'Tạo Phiếu',
  71. 'infomationBow': 'Thông tin Bò',
  72. 'imageBow': 'Hình ảnh Bò',
  73. 'dateInput': 'Ngày nhập',
  74. 'importLot': 'Lô nhập',
  75. 'inputInfomation': 'Nhập thông tin',
  76. 'supplier': 'Nhà cung cấp',
  77. 'earNumber': 'Số tai',
  78. 'chipNumber': 'Số Chip',
  79. 'species': 'Giống',
  80. 'sex': 'Giới tính',
  81. 'skinColor': 'Màu da',
  82. 'age': 'Tuổi',
  83. 'weight': 'Cân nặng',
  84. 'momBow': 'Bò Mẹ',
  85. 'reproduction': 'Sinh sản',
  86. 'historyBreeding': 'Lịch sử nhân giống',
  87. 'generation': 'Thế hệ',
  88. 'source': 'Nguồn gốc',
  89. 'typeBow': 'Nhóm bò',
  90. 'detailBow': 'Chi tiết bò',
  91. 'infomation': 'Thông tin',
  92. 'listBow': 'Danh sách Bò',
  93. 'createSuccess': 'Tạo thành công!'
  94. };