Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing entries to en yml #3313

Merged
merged 10 commits into from
Aug 27, 2019
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tr data-hook="stock_locations_header">
<th></th>
<th><%= Spree::StockLocation.human_attribute_name(:name) %></th>
<th><%= Spree::StockLocation.human_attribute_name(:state_id) %></th>
<th><%= Spree::StockLocation.human_attribute_name(:state) %></th>
<th><%= plural_resource_name(Spree::StockMovement) %></th>
<th class="actions"></th>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<% content_for :page_actions do %>
<ul class='actions inline-menu'>
<li>
<%= link_to t('spree.new_adjustment_reason'), new_object_url, id: 'admin_new_named_type', class: 'btn btn-primary' %>
<%= link_to t('spree.new_store_credit_reason'), new_object_url, id: 'admin_new_named_type', class: 'btn btn-primary' %>
</li>
</ul>
<% end %>
Expand Down
21 changes: 21 additions & 0 deletions core/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,11 @@ en:
type: Type
spree/price:
amount: Price
country: Country
currency: Currency
is_default: Currently Valid
price: Price
variant: Variant
spree/product:
available_on: Available On
cost_currency: Cost Currency
Expand Down Expand Up @@ -200,6 +203,7 @@ en:
starts_at: Start
status: Status
usage_limit: Usage Limit
uses: Uses
spree/promotion/actions/create_adjustment:
description: Creates a promotion credit adjustment on the order
spree/promotion/actions/create_item_adjustments:
Expand Down Expand Up @@ -238,7 +242,17 @@ en:
spree/promotion/rules/user_role:
description: Order includes User with specified Role(s)
spree/promotion_category:
code: Code
name: Name
spree/promotion_code:
value: Value
spree/promotion_code_batch:
base_code: Base code
email: Email
join_characters: Join characters
number_of_codes: Number of codes
status: Status
total_codes: Total codes
spree/property:
name: Name
presentation: Presentation
Expand All @@ -250,6 +264,7 @@ en:
active: Active
code: Code
name: Name
state: State
spree/reimbursement:
created_at: Date/Time
number: Number
Expand Down Expand Up @@ -294,6 +309,7 @@ en:
name: Name
spree/shipping_method:
admin_name: Internal Name
available_to_users: Available to users
carrier: Carrier
code: Code
display_on: Display
Expand Down Expand Up @@ -326,6 +342,7 @@ en:
phone: Phone
propagate_all_variants: Propagate All Variants
restock_inventory: Restock Inventory
state: State
state_id: State
zipcode: Zip
spree/stock_movement:
Expand Down Expand Up @@ -358,6 +375,9 @@ en:
action: Action
amount_remaining: Total Unused
user_total_amount: Total Amount
spree/store_credit_reason:
name: Name
state: State
spree/store_credit_update_reason:
name: Name
spree/tax_category:
Expand All @@ -372,6 +392,7 @@ en:
name: Name
show_rate_in_label: Show Rate in Label
starts_at: Start Date
tax_categories: Tax Categories
spree/taxon:
description: Description
icon: Icon
Expand Down