Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. ,
  2. "pagefly": {
  3. "products": {
  4. "product": {
  5. "regular_price": "Regular price",
  6. "sold_out": "Sold out",
  7. "unavailable": "Unavailable",
  8. "on_sale": "Sale",
  9. "quantity": "Quantity",
  10. "add_to_cart": "Add to cart",
  11. "back_to_collection": "Back to {{ title }}",
  12. "view_details": "View details"
  13. }
  14. },
  15. "article": {
  16. "tags": "Tags:",
  17. "all_topics": "All topics",
  18. "by_author": "by {{ author }}",
  19. "posted_in": "Posted in",
  20. "read_more": "Read more",
  21. "back_to_blog": "Back to {{ title }}"
  22. },
  23. "comments": {
  24. "title": "Leave a comment",
  25. "name": "Name",
  26. "email": "Email",
  27. "message": "Message",
  28. "post": "Post comment",
  29. "moderated": "Please note, comments must be approved before they are published",
  30. "success_moderated": "Your comment was posted successfully. We will publish it in a little while, as our blog is moderated.",
  31. "success": "Your comment was posted successfully! Thank you!",
  32. "comments_with_count": {
  33. "one": "{{ count }} comment",
  34. "other": "{{ count }} comments"
  35. }
  36. },
  37. "password_page": {
  38. "login_form_message": "Enter store using password:",
  39. "login_form_password_label": "Password",
  40. "login_form_password_placeholder": "Your password",
  41. "login_form_submit": "Enter",
  42. "signup_form_email_label": "Email",
  43. "signup_form_success": "We will send you an email right before we open!",
  44. "password_link": "Enter using password"
  45. }
  46. }
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement