|
- const viStrings = {
- 'appTitle': 'Thagrico',
- 'signIn': 'Sign in',
- 'welcome': 'Good day,',
- 'email': 'Email',
- 'password': 'Password',
- 'forgotPassword': 'Forgot password?',
- 'hintEmail': 'Your email here',
- 'hintPassword': 'Your password here',
- 'commonError': 'Đã có lỗi xảy ra',
- 'fieldIsRequired': 'Field is required',
- 'errorInvalidEmail': 'Email is invalid',
- 'errorInvalidPassword': 'Password is invalid',
- 'cancel': 'Cancel',
- 'select': 'Select',
- //Notification Screen
- 'notification': 'Thông Báo',
- 'work': 'Công Việc',
- 'system': 'Hệ Thống',
- //Home screen
-
- //Work screen
- 'inProcress': 'Đang tiến hành',
- 'complete': "Hoàn thành",
- 'subject': 'Bò khám sinh sản',
-
- //FertilizationScreen
- 'fertilizationPage': 'Phối giống',
- 'fertilizationExamination': 'Khám phối giống',
- 'numberOfBirths': 'Lứa đẻ',
- 'bowWaitFertilization': 'Bò Chờ Phối',
- 'haveFertilization': 'Đã phối',
- 'noneFertilization': 'Chưa phối',
- 'reproductiveHealthCheck': 'Khám Sinh Sản',
- 'handleHormone': 'Xử Lý hormone',
- //Main tab bar
- 'tabHome': 'Trang Chủ',
- 'tabWork': 'Công Việc',
- 'tabNotification': 'Thông Báo',
- 'tabProfile': 'Cá Nhân',
- //Infomation Fertilization Screen
- 'detail': 'Chi tiết',
- 'watching': 'Đang theo dõi',
- 'mating': 'Gieo tinh',
- 'type': 'Loại',
- 'resultUpdate': 'Cập nhật kết quả',
- 'infomationFertilization': 'Infomation Fertilization',
- //Fertily Update
- 'medicalExaminationPeople': 'Người khám',
- 'pleaseChoose': 'Vui lòng chọn',
- 'medicalExaminationDay': 'Ngày khám',
- 'note': 'ghi chú',
- 'contentNote': 'Nội dung ghi chú',
- 'success': 'Hoàn thành',
- 'saveResult': 'Lưu kết quả',
- 'account': 'Tài khoản',
- 'numberPhone': 'Số điện thoại',
- 'department': 'Bộ phận',
- 'taxInfomation': 'Tax Infomation',
- 'setting': 'Cài đặt',
- 'passowordVNI': 'Mật khẩu',
- 'language': 'Ngôn ngữ',
- 'add': "Thêm",
- 'addCow': 'Thêm bò',
- 'edit': 'Chỉnh sửa',
- 'print': 'In phiếu',
- 'cancelTicker': 'Hủy Phiếu',
- 'cancellationConfirmation': 'Xác nhận hủy',
- 'cancellSuccessfully': 'Hủy thành công ',
- 'confirm': 'Xác nhận',
- 'inputBow': 'Nhập Bò',
- 'createTicker': 'Tạo Phiếu',
- 'infomationBow': 'Thông tin Bò',
- 'imageBow': 'Hình ảnh Bò',
- 'dateInput': 'Ngày nhập',
- 'importLot': 'Lô nhập',
- 'inputInfomation': 'Nhập thông tin',
- 'supplier': 'Nhà cung cấp',
- 'earNumber': 'Số tai',
- 'chipNumber': 'Số Chip',
- 'species': 'Giống',
- 'sex': 'Giới tính',
- 'skinColor': 'Màu da',
- 'age': 'Tuổi',
- 'weight': 'Cân nặng',
- 'momBow': 'Bò Mẹ',
- 'reproduction': 'Sinh sản',
- 'historyBreeding': 'Lịch sử nhân giống',
- 'generation': 'Thế hệ',
- 'source': 'Nguồn gốc',
- 'typeBow': 'Nhóm bò',
- 'detailBow': 'Chi tiết bò',
- 'infomation': 'Thông tin',
- 'listBow': 'Danh sách Bò',
- 'createSuccess': 'Tạo thành công!'
- };
|