Advertisement
Guest User

GU-L

a guest
Nov 25th, 2018
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /** @format */
  2.  
  3. export default {
  4.   Exit: "Exit",
  5.   ExitConfirm: "Are you sure you want to exit this app",
  6.   YES: "YES",
  7.   OK: "OK",
  8.   ViewMyOrders: "View My Oders",
  9.   CANCEL: "CANCEL",
  10.   Confirm: "Confirm",
  11.  
  12.   // Scene's Titles
  13.   Home: "Home",
  14.   Intro: "Intro",
  15.   Product: "Product",
  16.   Cart: "Cart",
  17.   WishList: "WishList",
  18.  
  19.   // Home
  20.   products: "products",
  21.   NewArrival: "New Arrival",
  22.  
  23.   // TopBar
  24.   ShowFilter: "Sub Categories",
  25.   HideFilter: "Hide",
  26.   Sort: "Sort",
  27.   textFilter: "Recent",
  28.  
  29.   // Category
  30.   ThereIsNoMore: "There is no more product to show",
  31.  
  32.   // Product
  33.   AddtoCart: "Add to Cart",
  34.   AddtoWishlist: "Add to Wishlist",
  35.   AddtoCardSuccess: "Added item to your cart",
  36.   ProductVariations: "Variations",
  37.   NoVariation: "This product don't have any variation",
  38.   AdditionalInformation: "Description",
  39.   NoProductDescription: "No Product Description",
  40.   ProductReviews: "Reviews",
  41.   NoReview: "This product don't have any reviews ...yet",
  42.   BUYNOW: "BUY NOW",
  43.   OutOfStock: "OUT OF STOCK",
  44.   ProductLimitWaring: "You can't add more than 10 product",
  45.   EmptyProductAttribute: "This product don't have any attributes",
  46.   ProductFeatures: "Features",
  47.   ErrorMessageRequest: "Can't get data from server",
  48.   NoConnection: "No internet connection",
  49.   ProductRelated: "Related Products",
  50.   RecommendedProduct: "Recommended Product",
  51.  
  52.   // checkout
  53.   CheckoutError: "Can not checkout",
  54.   OrderNumer: "Order number",
  55.  
  56.   // Cart
  57.   NoCartItem: "There is no product in cart",
  58.   Total: "Total",
  59.   EmptyCheckout: "Sorry, you can't check out an empty cart",
  60.   RemoveCartItemConfirm: "Remove this product from cart?",
  61.   RemoveCartItem: "Removed this product from cart!",
  62.   MyCart: "Cart",
  63.   Order: "Order",
  64.   ShoppingCart: "Shopping Cart",
  65.   ShoppingCartIsEmpty: "There are no products in your shopping cart.",
  66.   AddProductToCart: "Add a product to the shopping cart",
  67.   TotalPrice: "Total Price:",
  68.   YourDeliveryInfo: "Your Shipping Detail",
  69.   ShopNow: "Shop Now",
  70.   YourChoice: "Your cart:",
  71.   YourSale: "Your Sale:",
  72.   SubtotalPrice: "Subtotal Price:",
  73.   DeliveryFee: "Delivery Fee",
  74.   BuyNow: "Buy Now",
  75.   Items: "items",
  76.   Item: "item",
  77.   ThankYou: "Thank you",
  78.   FinishOrderCOD: "You can use to number of order to track shipping status",
  79.   FinishOrder:
  80.     "Thank you so much for your purchased, to check your delivery status please go to My Orders",
  81.   NextStep: "Next Step",
  82.   ConfirmOrder: "Confirm Order",
  83.   RequireEnterAllFileds: "Please enter all fields",
  84.   Error: "Error",
  85.   InvalidEmail: "Invalid email address",
  86.   Finish: "Finish",
  87.  
  88.   // Wishlist
  89.   NoWishListItem: "There is no item in wishlist",
  90.   MoveAllToCart: "Add all to cart",
  91.   EmptyWishList: "Empty wishlist",
  92.   EmptyAddToCart: "Sorry, the wishlist is empty",
  93.   RemoveWishListItemConfirm: "Remove this product from wishlist?",
  94.   CleanAll: "Clean All",
  95.  
  96.   // Sidemenu
  97.   SignIn: "Log In",
  98.   SignOut: "Log Out",
  99.   GuestAccount: "Guest Account",
  100.   CantReactEmailError:
  101.     "We can't reach your email address, please try other login method",
  102.   NoEmailError: "Your account don't have valid email address",
  103.   EmailIsNotVerifiedError:
  104.     "Your email address is not verified, we can' trust you",
  105.   Login: "Login",
  106.   Register: "Register",
  107.   Logout: "Logout",
  108.   Shop: "Shop",
  109.   Category: "Category",
  110.  
  111.   // Checkout
  112.   Pay: "Pay",
  113.   ConfirmPay: "Confirm & Pay",
  114.   Next: "Next",
  115.   Checkout: "Checkout",
  116.   ProceedPayment: "Proceed Payment",
  117.   Purchase: "Purchase",
  118.   CashOnDelivery: "Cash on Delivery",
  119.   CreditCard: "Credit Card",
  120.   AddCreditCard: "Add credit card",
  121.   PaymentMethod: "Payment Method - Not select",
  122.   PaymentMethodError: "Please select your payment method",
  123.   PayWithCoD: "Your purchase will be pay when goods were delivered",
  124.   PayWithPayPal: "Your purchase will be pay with PayPal",
  125.   Paypal: "paypal",
  126.   Stripe: "stripe",
  127.   PayWithStripe: "Your purchase will be pay with Stripe",
  128.   ApplyCoupon: "Apply",
  129.   CouponPlaceholder: "Coupon Code",
  130.   Apply: "Apply",
  131.   Applying: "Applying",
  132.   Back: "Back",
  133.   CardNamePlaceholder: "Name written on card",
  134.   BackToHome: "Back to Home",
  135.   OrderCompleted: "Your order was completed",
  136.   OrderCanceled: "Your order was canceled",
  137.   OrderFailed: "Something went wrong...",
  138.   OrderCompletedDesc: "Your order id is ",
  139.   OrderCanceledDesc:
  140.     "You have canceled the order. The transaction has not been completed",
  141.   OrderFailedDesc:
  142.     "We have encountered an error while processing your order. The transaction has not been completed. Please try again",
  143.   OrderTip:
  144.     'Tip: You could track your order status in "My Orders" section from side menu',
  145.   Delivery: "Delivery",
  146.   Payment: "Payment",
  147.   Complete: "Complete",
  148.   EnterYourFirstName: "Enter your First Name",
  149.   EnterYourLastName: "Enter your Last Name",
  150.   EnterYourEmail: "Enter your email",
  151.   EnterYourPhone: "Enter your phone",
  152.   EnterYourAddress: "Enter your address",
  153.   CreateOrderError: "Cannot create new order. Please try again later",
  154.   ShippingAddressError: "Please add your shipping address",
  155.   ShippingMethodError: "Please select shipping method",
  156.  
  157.   // myorder
  158.   MyOrder: "My Order",
  159.   NoOrder: "You don't have any orders",
  160.   OrderDate: "Order Date: ",
  161.   OrderStatus: "Status: ",
  162.   OrderPayment: "Payment method: ",
  163.   OrderTotal: "Total: ",
  164.   OrderDetails: "Show detail",
  165.   CheckOrderStatus: "Check status",
  166.  
  167.   News: "News",
  168.   PostDetails: "Post Details",
  169.   FeatureArticles: "Feature articles",
  170.   MostViews: "Most views",
  171.   EditorChoice: "Editor choice",
  172.  
  173.   // settings
  174.   Settings: "Settings",
  175.   BASICSETTINGS: "BASIC SETTINGS",
  176.   Language: "Language",
  177.   INFO: "INFO",
  178.   About: "About us",
  179.  
  180.   // language
  181.   AvailableLanguages: "Available Languages",
  182.   SwitchLanguage: "Switch Language",
  183.   SwitchLanguageConfirm: "Switch language require an app reload, continue?",
  184.  
  185.   // about us
  186.   AppName: "MSTORE",
  187.   AppDescription: "React Native template for mCommerce",
  188.   AppContact: " Contact us at: mstore.io",
  189.   AppEmail: " Email: support@mstore.io",
  190.   AppCopyRights: "© MSTORE 2016",
  191.  
  192.   // contact us
  193.   contactus: "Contact Us",
  194.  
  195.   // form
  196.   NotSelected: "Not selected",
  197.   EmptyError: "This field is empty",
  198.   DeliveryInfo: "Delivery Info",
  199.   FirstName: "First Name",
  200.   LastName: "Last Name",
  201.   Address: "Address",
  202.   City: "Town/City",
  203.   State: "State",
  204.   NotSelectedError: "Please choose one",
  205.   Postcode: "Postcode",
  206.   Zipcode: "Postal code",
  207.   Country: "Country",
  208.   Email: "Email",
  209.   Phone: "Phone Number",
  210.   Note: "Note",
  211.  
  212.   // search
  213.   Search: "Search",
  214.   SearchPlaceHolder: "Search product by name",
  215.   NoResultError: "Your search keyword did not match any products.",
  216.   Details: "Details",
  217.  
  218.   // filter panel
  219.   Categories: "Categories",
  220.   Loading: "LOADING...",
  221.   welcomeBack: "Welcome back! ",
  222.   seeAll: "Show All",
  223.  
  224.   // Layout
  225.   cardView: "Card ",
  226.   simpleView: "List View",
  227.   twoColumnView: "Two Column ",
  228.   threeColumnView: "Three Column ",
  229.   listView: "List View",
  230.   default: "Default",
  231.   advanceView: "Advance ",
  232.   horizontal: "Horizontal ",
  233.  
  234.   couponCodeIsExpired: "This coupon code is expired",
  235.   invalidCouponCode: "This coupon code is invalid",
  236.   remove: "Remove",
  237.   applyCouponSuccess: "Congratulations! Coupon code applied successfully ",
  238.   removeCouponSuccess: "Removed your coupon code!",
  239.   reload: "Reload",
  240.  
  241.   ShippingType: "Shipping method",
  242.   ShippingAddress: "Shipping address",
  243.   Edit: "Edit",
  244.   Add: "Add",
  245.   UpdateAddress: "Update Address",
  246.   AddAddress: "Add Address",
  247.   EmptyAddress: "Empty Address",
  248.   Actived: "Actived",
  249.   AddAddressSuccess: "Added your address success!",
  250.   UpdateAddressSuccess: "Updated your address success!",
  251.  
  252.   // Place holder
  253.   TypeFirstName: "First name",
  254.   TypeLastName: "Last name",
  255.   TypeAddress: "Address",
  256.   TypeCity: "Town or city",
  257.   TypeState: "State",
  258.   TypeNotSelectedError: "Please choose one",
  259.   TypePostcode: "Postcode",
  260.   TypeZipcode: "Zip code",
  261.   TypeEmail: "Email (Ex. acb@gmail.com), ",
  262.   TypePhone: "Phone number",
  263.   TypeNote: "Note",
  264.   TypeCountry: "Select country",
  265.   SelectPayment: "Select Payment method",
  266.   close: "CLOSE",
  267.   noConnection: "NO INTERNET ACCESS",
  268.  
  269.   // user profile screen
  270.   AccountInformations: "Account Informations",
  271.   PushNotification: "Push notification",
  272.   Privacy: "Privacy policies",
  273.   SelectCurrency: "Select currency",
  274.   Name: "Name",
  275.   Currency: "Currency",
  276.   Languages: "Languages",
  277.   Guest: "Guest",
  278.   FacebookLogin: "Facebook Login",
  279.   Or: "Or",
  280.   UserOrEmail: "Username or Email",
  281.   DontHaveAccount: "Don't have account? ",
  282.   accountDetails: "Account Details",
  283.   username: "Username",
  284.   email: "Email",
  285.   generatePass: "Use generate password",
  286.   password: "Password",
  287.   signup: "Sign Up",
  288.   profileDetail: "Profile Details",
  289.   firstName: "First name",
  290.   lastName: "Last name",
  291.   SignUpSuccess: "Registered Success!",
  292.   SignInSuccess: "Welcome back",
  293.   SignInError: "Your username or password are invalid",
  294.  
  295.   // Horizontal
  296.   featureProducts: "Feature Products",
  297.   bagsCollections: "Bags Collections",
  298.   womanBestSeller: "Woman Best Seller",
  299.   manCollections: "Man Collections",
  300.  
  301.   // Modal
  302.   Select: "Select",
  303.   Cancel: "Cancel",
  304.  
  305.   // review
  306.   vendorTitle: "Vendor",
  307.   comment: "Leave a review",
  308.   yourcomment: "Your comment",
  309.   placeComment:
  310.     "Tell something about your experience or leave a tip for others",
  311.   writeReview: "Write A Review",
  312.   thanksForReview:
  313.     "Thanks for the review, your content will be verify by the admin and will be published later",
  314.   errInputComment: "Please input your content to submit",
  315.   errRatingComment: "Please rating to submit",
  316.   send: "Send",
  317. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement