Skip to content

Commit

Permalink
Merge pull request #3313 from delphaber/add_missing_entries_to_en_yml
Browse files Browse the repository at this point in the history
Add missing entries to en yml
  • Loading branch information
kennyadsl authored Aug 27, 2019
2 parents 4828eea + 833adc2 commit e6ef9fe
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
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

0 comments on commit e6ef9fe

Please sign in to comment.