spree_storefront 5.4.3 → 5.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/views/themes/default/spree/page_sections/_featured_taxon.html.erb +1 -1
- data/config/i18n-tasks.yml +30 -2
- data/config/locales/en.yml +274 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f19a77df22de90e0318f79b859fb980e290ce71eb2498d425a7523e3667cdf71
|
|
4
|
+
data.tar.gz: d2aaac44425273c8b8c900002d883629851473da2ad4be8e65dee01271bcb1ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2959a382e2d1ccd4f1fa0c78ca02acaf075b7905ce5663de76f571aa4a9a90adb7417b9addf83e957d20b0a6dc181b63a2374e7ca152471dabd64c91d6e8e70
|
|
7
|
+
data.tar.gz: 6b78637997d7a6e3948d88e9d547233db94617133e99a1fa6226fa0c9c4dff0864ec20ed90b4a96cdfb79af50b84cacada89ef4381cc9f9926dbbf9e4c29e2eb
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
</div>
|
|
36
36
|
<% end %>
|
|
37
37
|
</div>
|
|
38
|
-
<% if section.taxon.present? %>
|
|
38
|
+
<% if section.taxon.present? && section.preferred_show_more_button %>
|
|
39
39
|
<%= link_to spree_storefront_resource_url(section.taxon), class: class_names(section.preferred_button_style == "primary" ? "btn-primary" : "btn-secondary", " text-center hidden md:inline-block"), data: { turbo_frame: '_top' } do %>
|
|
40
40
|
<%= section.preferred_button_text %>
|
|
41
41
|
<% end %>
|
data/config/i18n-tasks.yml
CHANGED
|
@@ -34,6 +34,7 @@ data:
|
|
|
34
34
|
## Example (replace %#= with %=):
|
|
35
35
|
# - "<%#= %x[bundle info vagrant --path].chomp %>/templates/locales/%{locale}.yml"
|
|
36
36
|
- "<%= %x[bundle info spree_core --path].chomp %>/config/locales/%{locale}.yml"
|
|
37
|
+
- "<%= %x[bundle info spree_admin --path].chomp %>/config/locales/%{locale}.yml"
|
|
37
38
|
|
|
38
39
|
## Specify the router (see Readme for details). Valid values: conservative_router, pattern_router, or a custom class.
|
|
39
40
|
# router: conservative_router
|
|
@@ -54,8 +55,11 @@ data:
|
|
|
54
55
|
# Find translate calls
|
|
55
56
|
search:
|
|
56
57
|
## Paths or `Find.find` patterns to search in:
|
|
57
|
-
|
|
58
|
-
|
|
58
|
+
paths:
|
|
59
|
+
- app/
|
|
60
|
+
- spec/
|
|
61
|
+
- ../page_builder/app/
|
|
62
|
+
- ../page_builder/lib/
|
|
59
63
|
|
|
60
64
|
## Root directories for relative keys resolution.
|
|
61
65
|
# relative_roots:
|
|
@@ -80,6 +84,7 @@ search:
|
|
|
80
84
|
- app/assets/fonts
|
|
81
85
|
- app/assets/videos
|
|
82
86
|
- app/assets/builds
|
|
87
|
+
- spec/dummy
|
|
83
88
|
|
|
84
89
|
## Alternatively, the only files or `File.fnmatch patterns` to search in `paths`:
|
|
85
90
|
## If specified, this settings takes priority over `exclude`, but `exclude` still applies.
|
|
@@ -148,6 +153,29 @@ ignore_unused:
|
|
|
148
153
|
- 'spree.storefront.refund_action_not_required_message.*'
|
|
149
154
|
- 'spree.storefront.refund_action_required_message.*'
|
|
150
155
|
- 'spree.storefront.checkout.or_continue_below'
|
|
156
|
+
- 'spree.order_state.*'
|
|
157
|
+
- 'spree.payment_states.*'
|
|
158
|
+
- 'spree.shipment_states.*'
|
|
159
|
+
- 'spree.breadcrumbs'
|
|
160
|
+
- 'spree.confirm_delete'
|
|
161
|
+
- 'spree.copied'
|
|
162
|
+
- 'spree.custom_domains'
|
|
163
|
+
- 'spree.domains'
|
|
164
|
+
- 'spree.favicon'
|
|
165
|
+
- 'spree.new_page'
|
|
166
|
+
- 'spree.order_details'
|
|
167
|
+
- 'spree.order_success'
|
|
168
|
+
- 'spree.pagination.truncate'
|
|
169
|
+
- 'spree.product_details'
|
|
170
|
+
- 'spree.search_results'
|
|
171
|
+
- 'spree.searching'
|
|
172
|
+
- 'spree.seo_robots'
|
|
173
|
+
- 'spree.server_error'
|
|
174
|
+
- 'spree.shipping_total'
|
|
175
|
+
- 'spree.successfully_created'
|
|
176
|
+
- 'spree.successfully_removed'
|
|
177
|
+
- 'spree.unlock'
|
|
178
|
+
- 'spree.vendors'
|
|
151
179
|
|
|
152
180
|
## Exclude these keys from the `i18n-tasks eq-base' report:
|
|
153
181
|
# ignore_eq_base:
|
data/config/locales/en.yml
CHANGED
|
@@ -1,6 +1,28 @@
|
|
|
1
1
|
---
|
|
2
2
|
en:
|
|
3
3
|
spree:
|
|
4
|
+
actions:
|
|
5
|
+
cancel: Cancel
|
|
6
|
+
destroy: Delete
|
|
7
|
+
discard: Discard
|
|
8
|
+
publish: Publish
|
|
9
|
+
save: Save
|
|
10
|
+
update: Update
|
|
11
|
+
add_address: Add address
|
|
12
|
+
add_link: Add link
|
|
13
|
+
add_new_credit_card: Add a new card
|
|
14
|
+
add_new_page: Add new page
|
|
15
|
+
add_page_block: Add Block
|
|
16
|
+
add_section: Add section
|
|
17
|
+
add_to_cart: Add To Cart
|
|
18
|
+
add_to_waitlist: Add to waitlist
|
|
19
|
+
add_to_waitlist_description: Add to waitlist description
|
|
20
|
+
address_book:
|
|
21
|
+
set_as_default_billing_address: Set as default billing address
|
|
22
|
+
set_as_default_delivery_address: Set as default delivery address
|
|
23
|
+
successfully_created: Address has been successfully created.
|
|
24
|
+
successfully_removed: Address has been successfully removed.
|
|
25
|
+
successfully_updated: Updated successfully
|
|
4
26
|
admin:
|
|
5
27
|
checkout_settings:
|
|
6
28
|
checkout_links:
|
|
@@ -16,14 +38,233 @@ en:
|
|
|
16
38
|
label: Display the special instructions field
|
|
17
39
|
markets:
|
|
18
40
|
list: Markets
|
|
41
|
+
page_builder:
|
|
42
|
+
maximum_posts_to_show: Maximum posts to show
|
|
43
|
+
visible: Visible
|
|
19
44
|
store_form:
|
|
20
45
|
company_field:
|
|
21
46
|
description: It shows the company field on the address form in the My Account section and on the checkout address step.
|
|
22
47
|
label: Display the company address field
|
|
23
48
|
all_posts: All Posts
|
|
24
49
|
all_posts_with_tag: All Posts tagged with %{tag}
|
|
50
|
+
all_rights_reserved: All rights reserved
|
|
51
|
+
alt_text: Alternative Text
|
|
52
|
+
are_you_sure: Are you sure?
|
|
53
|
+
authorization_failure: Authorization Failure
|
|
54
|
+
automatic_taxon_names:
|
|
55
|
+
new_arrivals: New arrivals
|
|
56
|
+
on_sale: On sale
|
|
25
57
|
blog: Blog
|
|
58
|
+
breadcrumbs: Breadcrumbs
|
|
59
|
+
card_expiration_placeholder: MM/YYYY
|
|
60
|
+
cart_page:
|
|
61
|
+
add_promo_code: ADD PROMO CODE
|
|
62
|
+
empty_info: Your cart is empty.
|
|
63
|
+
change_password: Change password
|
|
64
|
+
changes_published: Changes published!
|
|
65
|
+
checkout_message: Checkout message
|
|
66
|
+
close_sidebar: Close sidebar
|
|
67
|
+
confirm_delete: Confirm Deletion
|
|
68
|
+
confirm_password: Password Confirmation
|
|
69
|
+
contact_information: Contact information
|
|
70
|
+
contact_us: Contact us
|
|
71
|
+
container_alignment: Container alignment
|
|
72
|
+
continue_as_guest: Continue as a guest
|
|
73
|
+
continue_without_logging_in: Continue without logging in
|
|
74
|
+
copied: Copied!
|
|
75
|
+
create_a_new_account: Create a new account
|
|
76
|
+
custom_code: Custom code
|
|
77
|
+
custom_domains: Custom domains
|
|
78
|
+
custom_font_code: Custom font code
|
|
79
|
+
default_theme_name: Default
|
|
80
|
+
delete_address: Delete address
|
|
81
|
+
delivery_address: Delivery Address
|
|
82
|
+
didn_t_receive_confirmation_instructions: Didn't receive confirmation instructions?
|
|
83
|
+
didn_t_receive_unlock_instructions: Didn't receive unlock instructions?
|
|
84
|
+
digital_link_unauthorized: You are not authorized to access this asset
|
|
85
|
+
domains: Domains
|
|
86
|
+
edit_address: Edit address
|
|
87
|
+
enter_using_password: Enter using password
|
|
88
|
+
errors:
|
|
89
|
+
messages:
|
|
90
|
+
no_shipping_methods_available: No shipping methods available for selected location, please change your address and try again.
|
|
91
|
+
expiration_date: Expiration Date
|
|
92
|
+
explore_taxon: Explore taxon
|
|
93
|
+
favicon: Favicon
|
|
94
|
+
featured_taxon: Featured taxon
|
|
95
|
+
find_your_order: Find your order
|
|
96
|
+
follow_us: Follow us
|
|
97
|
+
font_family: Font family
|
|
98
|
+
font_size_scale: Font size scale
|
|
99
|
+
forbidden_message: You are not authorized to access this page.
|
|
100
|
+
forgot_password: Forgot password?
|
|
101
|
+
header_font_family: Header font family
|
|
102
|
+
header_font_size_scale: Header font size scale
|
|
103
|
+
homepage: Homepage
|
|
104
|
+
i18n:
|
|
105
|
+
language: Language
|
|
106
|
+
localization_settings: Localization Settings
|
|
107
|
+
index_in_search_engines: Index in search engines
|
|
108
|
+
internal_server_error: Internal Server Error
|
|
109
|
+
internal_server_error_message: The server encountered an internal error and was unable to complete your request.
|
|
110
|
+
mega_nav: Mega nav
|
|
111
|
+
mega_nav_with_subcategories: Mega nav with subcategories
|
|
112
|
+
minimum_password_length:
|
|
113
|
+
one: "(%{count} character minimum)"
|
|
114
|
+
other: "(%{count} characters minimum)"
|
|
115
|
+
move_down: Move down
|
|
116
|
+
move_up: Move up
|
|
117
|
+
my_addresses: My addresses
|
|
118
|
+
name_on_card: Name on card
|
|
119
|
+
new_balance: New balance
|
|
120
|
+
new_page: New Page
|
|
121
|
+
new_password: New password
|
|
122
|
+
newsletters: Newsletters
|
|
123
|
+
no_products_found: No products found
|
|
124
|
+
no_resource_found: No %{resource} found
|
|
125
|
+
no_tracking_present: No tracking details provided.
|
|
126
|
+
not_subscribed: Not subscribed
|
|
127
|
+
notify_me_when_available: Notify me when available
|
|
128
|
+
only_left: Only %{count} left
|
|
129
|
+
order_again: Order again
|
|
26
130
|
order_already_updated: The order has already been updated.
|
|
131
|
+
order_details: Order Details
|
|
132
|
+
order_state:
|
|
133
|
+
address: address
|
|
134
|
+
awaiting_return: awaiting return
|
|
135
|
+
canceled: canceled
|
|
136
|
+
cart: cart
|
|
137
|
+
complete: complete
|
|
138
|
+
confirm: confirm
|
|
139
|
+
considered_risky: considered risky
|
|
140
|
+
delivery: delivery
|
|
141
|
+
payment: payment
|
|
142
|
+
resumed: resumed
|
|
143
|
+
returned: returned
|
|
144
|
+
order_status: Order status
|
|
145
|
+
order_success: Order placed successfully
|
|
146
|
+
page_blocks:
|
|
147
|
+
buttons:
|
|
148
|
+
display_name: Button
|
|
149
|
+
link:
|
|
150
|
+
display_name: Link
|
|
151
|
+
nav:
|
|
152
|
+
label_default: Menu
|
|
153
|
+
newsletter_form:
|
|
154
|
+
button_text_default: Submit
|
|
155
|
+
placeholder_default: Enter your email
|
|
156
|
+
products:
|
|
157
|
+
buy_buttons:
|
|
158
|
+
display_name: Add To Cart
|
|
159
|
+
page_not_found: Sorry! Page you are looking can’t be found.
|
|
160
|
+
page_not_found_message: This page just doesn't exist.
|
|
161
|
+
page_sections:
|
|
162
|
+
announcement_bar:
|
|
163
|
+
default_text: Welcome to my Store!
|
|
164
|
+
featured_taxon:
|
|
165
|
+
button_text_default: Explore category
|
|
166
|
+
heading_default: Beloved products
|
|
167
|
+
featured_taxons:
|
|
168
|
+
heading_default: Shop by category
|
|
169
|
+
image_banner:
|
|
170
|
+
heading_default: Welcome to your website
|
|
171
|
+
text_default: This is the place to tell people about your business and what you do.
|
|
172
|
+
image_with_text:
|
|
173
|
+
heading_default: Welcome to our shop!
|
|
174
|
+
text_default: At %{store_name} we offer a wide range of products for your home and business.
|
|
175
|
+
newsletter:
|
|
176
|
+
heading_default: Subscribe to our newsletter
|
|
177
|
+
text_default: Thank you for choosing us as your trusted online shopping destination.
|
|
178
|
+
page_title:
|
|
179
|
+
display_name: Page Title
|
|
180
|
+
related_products:
|
|
181
|
+
heading_default: You might also like
|
|
182
|
+
rich_text:
|
|
183
|
+
heading_default: This is a heading
|
|
184
|
+
text_default: This is a paragraph of text
|
|
185
|
+
taxon_grid:
|
|
186
|
+
heading_default: Brands we work with
|
|
187
|
+
video:
|
|
188
|
+
heading_1_default: Why I recommend it?
|
|
189
|
+
heading_2_default: There's nothing like a soft hint of blush to add dimension and color to your look.
|
|
190
|
+
pages_defaults:
|
|
191
|
+
homepage:
|
|
192
|
+
featured_taxon_heading_new_arrivals: New arrivals
|
|
193
|
+
featured_taxon_heading_on_sale: On sale
|
|
194
|
+
image_with_text_heading: About us
|
|
195
|
+
image_with_text_text: Welcome to our shop! We carefully curate high-quality products that we believe in. Our process involves rigorous testing and selection to ensure we only offer items that meet our standards. We're passionate about delivering exceptional value and service to our customers.
|
|
196
|
+
password:
|
|
197
|
+
newsletter_heading: Opening soon
|
|
198
|
+
newsletter_text: Be the first one to know when we launch.
|
|
199
|
+
pagination:
|
|
200
|
+
truncate: "…"
|
|
201
|
+
password_protected: Password protected
|
|
202
|
+
payment_information: Payment Information
|
|
203
|
+
payment_states:
|
|
204
|
+
balance_due: Balance Due
|
|
205
|
+
checkout: Checkout
|
|
206
|
+
complete: Complete
|
|
207
|
+
completed: Completed
|
|
208
|
+
credit_owed: Credit Owed
|
|
209
|
+
failed: Failed
|
|
210
|
+
paid: Paid
|
|
211
|
+
partially_refunded: Partially Refunded
|
|
212
|
+
pending: Pending
|
|
213
|
+
processing: Processing
|
|
214
|
+
refunded: Refunded
|
|
215
|
+
void: Void
|
|
216
|
+
personal_details: Personal details
|
|
217
|
+
place_order: Place Order
|
|
218
|
+
policy: Policy
|
|
219
|
+
post: Post
|
|
220
|
+
posts: Posts
|
|
221
|
+
product_details: Product Details
|
|
222
|
+
product_sold_out: This item is sold out
|
|
223
|
+
products_sort_options:
|
|
224
|
+
best_selling: Best Selling
|
|
225
|
+
name_a_z: Alphabetically, A-Z
|
|
226
|
+
name_z_a: Alphabetically, Z-A
|
|
227
|
+
newest_first: Newest
|
|
228
|
+
oldest_first: Oldest
|
|
229
|
+
price_high_to_low: Price (high-low)
|
|
230
|
+
price_low_to_high: Price (low-high)
|
|
231
|
+
relevance: Relevance
|
|
232
|
+
read_less: Read less
|
|
233
|
+
read_more: Read more
|
|
234
|
+
regular_price: Regular price
|
|
235
|
+
restore_defaults: Restore defaults
|
|
236
|
+
sale_price: Sale price
|
|
237
|
+
save_and_continue: Save and Continue
|
|
238
|
+
search_all: Search all
|
|
239
|
+
search_results: Search results for '%{keywords}'
|
|
240
|
+
search_results_for: Search results for %{query}
|
|
241
|
+
searching: Searching
|
|
242
|
+
send_message: Send message
|
|
243
|
+
send_us_a_message: Send us a message
|
|
244
|
+
seo_robots: SEO Robots
|
|
245
|
+
server_error: The server returned an error
|
|
246
|
+
service_unavailable: Service Unavailable
|
|
247
|
+
service_unavailable_message: The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
|
|
248
|
+
shipment_refunded_message: You will receive a refund in the next few days.
|
|
249
|
+
shipment_states:
|
|
250
|
+
backorder: Backorder
|
|
251
|
+
canceled: Canceled
|
|
252
|
+
partial: Partial
|
|
253
|
+
pending: Pending
|
|
254
|
+
ready: Ready
|
|
255
|
+
shipped: Shipped
|
|
256
|
+
shipped_from: Shipped from
|
|
257
|
+
shipping_not_available: Shipping not available
|
|
258
|
+
shipping_total: Shipping total
|
|
259
|
+
shop_all: Shop All
|
|
260
|
+
show_all: Show all
|
|
261
|
+
show_less: Show less
|
|
262
|
+
sign_in_with_provider: Sign in with %{provider}
|
|
263
|
+
sign_out: Sign out
|
|
264
|
+
social_media: Social media
|
|
265
|
+
sold_out: Sold out
|
|
266
|
+
something_went_wrong: Something went wrong
|
|
267
|
+
spree_gateway_error_flash_for_checkout: There was a problem with your payment information. Please check your information and try again.
|
|
27
268
|
storefront:
|
|
28
269
|
account:
|
|
29
270
|
change_password: Change password
|
|
@@ -113,3 +354,36 @@ en:
|
|
|
113
354
|
remove_error: You already removed this item from your wishlist
|
|
114
355
|
select_variant: Select variant to add to wishlist
|
|
115
356
|
unavailable: Unavailable
|
|
357
|
+
successfully_created: "%{resource} has been successfully created!"
|
|
358
|
+
successfully_removed: "%{resource} has been successfully removed!"
|
|
359
|
+
successfully_updated: "%{resource} has been successfully updated!"
|
|
360
|
+
text_alignment: Text alignment
|
|
361
|
+
theme_copied: Theme has been successfully copied.
|
|
362
|
+
theme_is_now_live: Theme is now live
|
|
363
|
+
theme_not_copied: 'Theme could not be copied with errors: %{error}'
|
|
364
|
+
theme_settings:
|
|
365
|
+
accent_color: Accent color
|
|
366
|
+
background_color: Background color
|
|
367
|
+
border_color: Border color
|
|
368
|
+
brand_color: Brand color
|
|
369
|
+
button_border_color: Button border color
|
|
370
|
+
button_text_color: Button text color
|
|
371
|
+
danger_color: Danger color
|
|
372
|
+
input_text_color: Input text color
|
|
373
|
+
neutral_color: Neutral color
|
|
374
|
+
success_color: Success color
|
|
375
|
+
text_color: Text color
|
|
376
|
+
title_link: Title link
|
|
377
|
+
toggle_menu: Toggle menu
|
|
378
|
+
top_suggestions: Top suggestions
|
|
379
|
+
track_items: Track items
|
|
380
|
+
try_removing_filters: Try removing some filters to see more products
|
|
381
|
+
unlock: Unlock
|
|
382
|
+
unprocessable_entity: Unprocessable Entity
|
|
383
|
+
unprocessable_entity_message: Your request could not be processed. Please check the form for errors and try again.
|
|
384
|
+
use_shipping_address: Use Shipping Address
|
|
385
|
+
vendors: Vendors
|
|
386
|
+
view_all: View all
|
|
387
|
+
view_full_details: View full details
|
|
388
|
+
view_store: View store
|
|
389
|
+
view_your_store: View your store
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_storefront
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.4.
|
|
4
|
+
version: 5.4.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vendo Connect Inc.
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - ">="
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 5.4.
|
|
18
|
+
version: 5.4.5
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - ">="
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 5.4.
|
|
25
|
+
version: 5.4.5
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: active_link_to
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -592,9 +592,9 @@ licenses:
|
|
|
592
592
|
- MIT
|
|
593
593
|
metadata:
|
|
594
594
|
bug_tracker_uri: https://github.com/spree/spree-rails-storefront/issues
|
|
595
|
-
changelog_uri: https://github.com/spree/spree-rails-storefront/releases/tag/v5.4.
|
|
595
|
+
changelog_uri: https://github.com/spree/spree-rails-storefront/releases/tag/v5.4.5
|
|
596
596
|
documentation_uri: https://docs.spreecommerce.org/
|
|
597
|
-
source_code_uri: https://github.com/spree/spree-rails-storefront/tree/v5.4.
|
|
597
|
+
source_code_uri: https://github.com/spree/spree-rails-storefront/tree/v5.4.5
|
|
598
598
|
rdoc_options: []
|
|
599
599
|
require_paths:
|
|
600
600
|
- lib
|