Last active
March 7, 2022 20:19
-
-
Save Yasir5247/7afb74da109004d0e8bddabc663e5254 to your computer and use it in GitHub Desktop.
English to bangla file
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
| ``` | |
| export const en = { | |
| section: { | |
| app: { | |
| name: 'Aiminaabee', | |
| description: 'Connecting Shops', | |
| description2: 'Aready have an account? ', | |
| login: 'Log In', | |
| privacy: `by continuing, you agree to 's aiminaabee's | |
| Terms of Use and confirm that you have read | |
| aiminaabee's Privacy Policy v:7.0.0`, | |
| }, | |
| success: { | |
| text1: 'You are almost there', | |
| text2: 'Welcome to Aiminaabee', | |
| text3: 'Lets get u in', | |
| }, | |
| navigation: { | |
| screens: { | |
| signUpScreens: { | |
| userNameScreen: 'Your name?', | |
| userEmailScreen: 'Your email?', | |
| userPasswordScreen: 'Your secret?', | |
| uploadPictureScreen: 'Your Picture?', | |
| userContactScreen: 'Your Contact?', | |
| signUpOTPVerificationScreen: 'Verify OTP', | |
| splashScreen: "Let's get you in", | |
| }, | |
| authScreens: { | |
| appScreen: 'Aiminaabee', | |
| signInScreen: 'Sign In', | |
| forgotPswdScreen: 'Forgot Password?', | |
| otpScreen: 'OTP', | |
| passwordResetScreen: 'Password Reset', | |
| }, | |
| tabScreens: { | |
| magicScreen: 'Aiminaabee', | |
| exploreScreen: 'Expolore', | |
| shoppingCartScreen: 'Cart', | |
| profileScreen: 'Profile', | |
| }, | |
| cartScreen: { | |
| cartReviewScreen: 'Review Cart', | |
| }, | |
| chatScreens: { | |
| converScreen: 'Messages', | |
| }, | |
| commentScreens: { | |
| commentScreen: 'Comments', | |
| }, | |
| createShopScreens: { | |
| shopNameScreen: 'Shop name?', | |
| shopDesScreen: 'Shop description?', | |
| shopRelatedCategoryScreen: 'Category?', | |
| shopContactScreen: 'Shop contact?', | |
| shopDeliveryLocationScreen: 'Delivery Location?', | |
| shopReivewAndUploadScreen: 'Review and Create?', | |
| }, | |
| discoverScreens: { | |
| searchUsers: 'Search Users', | |
| searchShops: 'Search Shops', | |
| searchProducts: 'Search Products', | |
| }, | |
| filterScreens: { | |
| filterMenuScreen: 'Filter', | |
| filterListScreen: 'Select a Category', | |
| }, | |
| lightBoxScreens: { | |
| lightBoxScreen: 'Picture', | |
| }, | |
| orderScreens: { | |
| shopOrderScreen: 'Your Orders', | |
| userOrderScreen: 'Your Orders', | |
| orderDetailScreen: 'Order Detail', | |
| deliveryAdressScreen: 'Delivery Address', | |
| orderLogScreen: 'Order Logs', | |
| orderFeedBackScreen: 'Feedback', | |
| statusConfirmationScreen: 'Order Status Change', | |
| disputeScreen: 'Dispute', | |
| }, | |
| otherUserScreens: { | |
| otherUserProfile: 'Profile', | |
| userOwnedShops: 'Shops', | |
| }, | |
| prodCreateScreens: { | |
| imageSelectionScreen: 'Select Images', | |
| addProductInforScreen: 'Product Information', | |
| productReivewAndUploadScreen: 'Product Review', | |
| }, | |
| productDetailScreens: { | |
| productDetailScreen: 'Details', | |
| productDescScreen: 'Description', | |
| }, | |
| profileEditScreens: { | |
| userNameEditScreen: 'Edit name', | |
| userEmailEditScreen: 'Edit email', | |
| userDobEditScreen: 'Edit DOB', | |
| userBioEditScreen: 'Edit Bio', | |
| }, | |
| profileMenuScreens: { | |
| profileAllShops: 'Your Shops', | |
| followersScreen: 'Followers', | |
| followingScreen: 'Following', | |
| followingShopScreen: 'Following Shops', | |
| languageSelectionScreen: 'Select Language', | |
| userLikedScreen: 'Likes', | |
| userSavedScreen: 'Saves', | |
| followRequestScreen: 'Follow Requests', | |
| friendsScreen: 'Friends', | |
| profileEditScreen: 'Edit Profile', | |
| userLocUpdateScreen: 'Update Location', | |
| themeScreen: 'Select Theme', | |
| languageScreen: 'Select Language', | |
| }, | |
| shippingScreens: { | |
| shippingScreen: 'Shipping Info', | |
| addShippingAddress: 'Add Shipping Address', | |
| }, | |
| shopScreens: { | |
| shopScreen: 'Details', | |
| shopFollowerScreen: 'Followers', | |
| relatedShopScreen: 'Related Shops', | |
| nearShopScreen: 'Shops Near You', | |
| mapScreen: 'Location', | |
| shopReviewScreen: 'Reviews', | |
| addShopReviewScreen: 'Add a Review', | |
| }, | |
| shopMangScreens: { | |
| manageShopScreen: 'Manage Shop', | |
| shopEditScreen: 'Edit Shop', | |
| shopInventory: 'Inventory', | |
| productEditScreen: 'Edit Product', | |
| shopPicUpdateScreen: 'Update Picture', | |
| inviteFriendsScreen: 'Invite Friends', | |
| shopUpdateLocScreen: 'Edit Shop Location', | |
| }, | |
| notification: { | |
| you: 'you', | |
| following: 'following', | |
| }, | |
| messages: { | |
| messages: 'Messages', | |
| }, | |
| }, | |
| }, | |
| buttons: { | |
| signUp: 'Sign Up', | |
| loginIn: 'Login', | |
| forgotPassword: 'Forgot Password', | |
| resetPassword: 'Reset Password', | |
| verifyOTP: 'Verify OTP', | |
| reSendOTP: 'Re Send OTP', | |
| refresh: 'Refresh', | |
| unfollow: 'unfollow', | |
| following: 'following', | |
| message: 'Message', | |
| follow: 'follow', | |
| unFriend: 'un friend', | |
| select: 'Select', | |
| location: 'Location', | |
| relatedShops: 'Related Shops', | |
| shuffle: 'shuffle', | |
| update: 'update', | |
| next: 'Next', | |
| filter: 'Filter', | |
| addReview: 'Add a Review', | |
| addProducts: 'add products', | |
| inviteFriends: 'invite friends', | |
| reviewCart: 'Review Cart', | |
| proceed: 'proceed', | |
| create: 'create', | |
| submit: 'submit', | |
| placeOrder: 'Place Order', | |
| reset: 'Reset', | |
| productInsight: 'Product Insight', | |
| inCart: 'In Cart', | |
| addToCart: 'Add to Cart', | |
| showAllShops: 'show all shops', | |
| createShop: 'create shop', | |
| createProduct: 'create product', | |
| locatedMe: 'locate me', | |
| cancel: 'Cancel', | |
| setLocation: 'set location', | |
| logout: 'logout', | |
| orderDetail: 'Order Detail', | |
| back: '← Back', | |
| }, | |
| cart: { | |
| title: 'Cart', | |
| subTotal: 'Sub Total', | |
| tax: 'Tax', | |
| total: 'Total', | |
| }, | |
| forms: { | |
| emailSignUp: { | |
| title: 'Your name?', | |
| placeHolder: 'name', | |
| validation: 'Name is required', | |
| }, | |
| shopSignup: { | |
| title: 'Your shop name?', | |
| placeHolder: 'name', | |
| validation: 'Shop name is required', | |
| shopType: { | |
| online: 'online', | |
| physical: 'physical', | |
| }, | |
| }, | |
| description: { | |
| title: 'Description', | |
| placeHolder: 'description', | |
| validation: 'Description is required', | |
| }, | |
| website: { | |
| title: 'Website Adress', | |
| placeHolder: 'website', | |
| validation: 'Website is required', | |
| }, | |
| email: { | |
| title: 'Your email?', | |
| placeHolder: 'email', | |
| validation: 'Email is required', | |
| }, | |
| contact: { | |
| title: 'Your phone number?', | |
| placeHolder: 'phone number', | |
| validation: { | |
| digits: 'Must be only digits', | |
| limit: 'Must be exactly 7 digits', | |
| }, | |
| }, | |
| otp: { | |
| title: 'Your OTP?', | |
| placeHolder: 'number', | |
| description: 'Enter the verification code sent to your mobile number', | |
| }, | |
| password: { | |
| title: 'Your Password?', | |
| placeHolder: 'password', | |
| validation: 'Password is required', | |
| }, | |
| newPassword: { | |
| title: 'Your new password', | |
| placeHolder: 'new password', | |
| validation: 'password is required', | |
| }, | |
| confirmPassword: { | |
| title: 'Confirm Password', | |
| placeHolder: 'confirm password', | |
| validation: 'password is required', | |
| }, | |
| bio: { | |
| title: 'Your Bio?', | |
| placeHolder: 'bio', | |
| }, | |
| productName: { | |
| title: 'Product name?', | |
| placeHolder: 'name', | |
| validation: 'Product name is required', | |
| }, | |
| productPrice: { | |
| title: 'Product price?', | |
| placeHolder: 'price', | |
| validation: 'Product price is required', | |
| }, | |
| productQty: { | |
| title: 'Product quantity?', | |
| placeHolder: 'quantity', | |
| validation: 'Product quantity is required', | |
| }, | |
| productCondition: { | |
| title: 'Product condition?', | |
| placeHolder: 'condition', | |
| validation: 'Product condition is required', | |
| }, | |
| }, | |
| orderConfirmation: { | |
| cancelOrder: `By clicking 'Confirm' you are confirming that you are cancelling the order.`, | |
| shippedOrder: `By clicking 'Confirm' you are confirming that you are shipped the order.`, | |
| confirmOrder: `By clicking 'Confirm' you are confirming that you have received your full order in good condition.`, | |
| }, | |
| errors: { | |
| general: 'No data found', | |
| warning: 'Warning', | |
| networkError: 'Something went wrong. check your internet connection', | |
| shopNameAvailablity: 'Shop name is not available. please choose another name', | |
| passwordMissMatch: 'Password miss match', | |
| noSaves: 'You have no bookmarks', | |
| noDescription: 'No description provided for this product', | |
| noLikes: 'You have no likes', | |
| noShopReviews: 'No Reviews found', | |
| noShipping: 'You have not set a shipping adress', | |
| noShops: 'No Shops found', | |
| noMessage: 'No messages found', | |
| noProducts: 'No products in this category', | |
| noLocation: 'Location is not set for this shop', | |
| noShopProducts: 'No Products', | |
| userShops: "User doesn't own any shop", | |
| noOrders: 'No Orders found', | |
| noFriends: 'You have no friends yet', | |
| noFollowReq: 'You dont have any follow requests', | |
| noFollowers: 'No one follows you yet', | |
| noFollowing: 'You dont follow anyone yet', | |
| noFollowingShops: 'You dont follow any shops', | |
| }, | |
| orders: { | |
| orderId: 'OrderId', | |
| types: { | |
| processing: 'Processing', | |
| shipped: 'Shipped', | |
| delivered: 'Delivered', | |
| cancelled: 'cancelled', | |
| }, | |
| }, | |
| menu: { | |
| app: { | |
| termsOfUse: 'Terms of use', | |
| communityG: 'Community Guidelines', | |
| privacyP: 'Privacy Policy', | |
| }, | |
| common: { | |
| following: 'Following', | |
| followers: 'Followers', | |
| followingShops: 'Shops', | |
| shops: 'Shops', | |
| products: 'Products', | |
| price: 'Price', | |
| similar: 'Similar Products', | |
| }, | |
| shop: { | |
| edit: 'Edit Shop', | |
| editShopPictue: 'Edit Shop Picture', | |
| editShopLocation: 'Edit Shop Location', | |
| inventory: 'Shop Inventory', | |
| reviews: 'Shop Reviews', | |
| orders: 'Shop Orders', | |
| }, | |
| productDetail: { | |
| description: 'Description', | |
| comments: 'Comments', | |
| chat: 'Chat', | |
| similar: 'Similar Products', | |
| deliveryLoc: 'DeliveryLocations', | |
| relatedShops: 'Related Shops', | |
| }, | |
| profile: { | |
| likes: 'Likes', | |
| saves: 'Saves', | |
| orders: 'Orders', | |
| friends: 'Friends', | |
| theme: 'Theme', | |
| language: 'Language', | |
| followRequests: 'Follow Requests', | |
| editProfile: 'Edit Profile', | |
| updateLocation: 'Update Location', | |
| shippingAdress: 'Shipping Address', | |
| userEditScreen: { | |
| name: 'Name', | |
| email: 'Email', | |
| dob: 'Date of Birth', | |
| bio: 'Bio', | |
| }, | |
| }, | |
| }, | |
| tabs: { | |
| following: 'Following', | |
| you: 'You', | |
| }, | |
| shop: { | |
| findNearShops: 'Find shops near you', | |
| noNearShops: 'No shops near you', | |
| discoverShops: 'Discover shops', | |
| updatePicHeading: 'Update Picture for you shop', | |
| defaultPics: 'Or Update from these', | |
| }, | |
| componentSections: { | |
| title: { | |
| browsPopShops: 'Brows Popular Shops', | |
| shops: 'Shops', | |
| related: 'Related', | |
| userSettings: 'User Settings', | |
| apparanceLanguage: 'Apparance and Language', | |
| about: 'About', | |
| }, | |
| }, | |
| filters: { | |
| filter: 'Filter', | |
| sort: 'Sort', | |
| }, | |
| toasts: { | |
| reportProduct: 'Product has been reported', | |
| removeItem: 'Item Removed', | |
| }, | |
| modals: { | |
| titles: { | |
| sortInventory: 'Sort Inventory', | |
| shippingAdress: 'Shipping Adress', | |
| reportProduct: 'Report Product', | |
| filterOrders: 'Filter Orders', | |
| filter: 'Filter', | |
| alert: 'Alert', | |
| shopReviews: 'Shop Reviews', | |
| fromLiked: 'From Liked', | |
| fromSaved: 'From Saved', | |
| selectIsland: 'Select Island', | |
| }, | |
| menuItems: { | |
| makeDefault: 'Make Default', | |
| delete: 'Delete', | |
| shopReviews: 'Shop Reviews', | |
| sortInventory: 'Sort Inventory', | |
| editInventory: 'Edit Inventory', | |
| verified: 'Verified', | |
| latest: 'Latest', | |
| editProduct: 'Edit Product', | |
| deleteProduct: 'Delete Product', | |
| stockHighToLow: 'Stock-High-Low', | |
| stockLowToHigh: 'Stock-Low-High', | |
| }, | |
| body: { | |
| apparanceMessage: 'Changin theme or language will cause the app to start', | |
| }, | |
| }, | |
| notification: { | |
| description1: `Hi, i'm Suzan, welcome to aiminaabee family. Happy Shopping`, | |
| description2: `Checkout your followers notification, once it appares here`, | |
| }, | |
| category: { | |
| brows: 'Brows', | |
| }, | |
| }, | |
| }; | |
| ``` |
421 apparanceMessage: 'থিম বা ভাষা পরিবর্তন করলে অ্যাপটি শুরু হবে',
425 description1: হাই, আমি সুজান, aiminaabee পরিবারে স্বাগতম। কেনাকাটা শুভ হউক,
426 description2: আপনার অনুসরণকারীদের বিজ্ঞপ্তি দেখুন, যখন এটি এখানে প্রদর্শিত হবে,
429 brows: 'ব্রাউজ',
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
408 makeDefault: 'ডিফল্ট করুন',
409 delete: 'মুছে ফেলা',
410 shopReviews: 'দোকান পর্যালোচনা',
411 sortInventory: 'ইনভেন্টরি সাজানো ',
412 editInventory: 'ইনভেন্টরি সম্পাদনা করুন',
413 verified: 'যাচাইকৃত',
414 latest: 'সর্বশেষ',
415 editProduct: 'পণ্য সম্পাদনা করুন',
416 deleteProduct: 'পণ্য মুছুন',
417 stockHighToLow: 'মজুত-উচ্চ-নিম্ন',
418 stockLowToHigh: 'মজুত-নিম্ন-উচ্চ',