mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-17 04:34:24 +00:00
Fix a number of spree translations
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
:scope => 'date_picker',
|
||||
:default => 'yy/mm/dd'),
|
||||
:abbr_day_names => I18n.t(:abbr_day_names, :scope => :date),
|
||||
:add => Spree.t(:add),
|
||||
:add => I18n.t(:add, scope: :actions),
|
||||
:are_you_sure_delete => Spree.t(:are_you_sure_delete),
|
||||
:bill_address => I18n.t(:bill_address),
|
||||
:choose_a_customer => Spree.t(:choose_a_customer),
|
||||
:confirm_delete => Spree.t(:confirm_delete),
|
||||
:cut => Spree.t(:cut),
|
||||
:destroy => Spree.t(:destroy),
|
||||
:cut => I18n.t(:cut, scope: :actions),
|
||||
:destroy => I18n.t(:destroy, scope: :actions),
|
||||
:edit => Spree.t(:edit),
|
||||
:loading => Spree.t(:loading),
|
||||
:month_names => I18n.t(:month_names, :scope => :date).reject(&:blank?),
|
||||
@@ -19,13 +19,13 @@
|
||||
:datetime_ui_close_text => I18n.t('datetime_picker_ui.close_text'),
|
||||
:datetime_ui_time_text => I18n.t('datetime_picker_ui.time_text'),
|
||||
:name => Spree.t(:name),
|
||||
:next => Spree.t(:next),
|
||||
:paste => Spree.t(:paste),
|
||||
:previous => Spree.t(:previous),
|
||||
:remove => Spree.t(:remove),
|
||||
:rename => Spree.t(:rename),
|
||||
:next => I18n.t(:next),
|
||||
:paste => I18n.t(:paste, scope: :actions),
|
||||
:previous => I18n.t(:previous),
|
||||
:remove => I18n.t(:remove),
|
||||
:rename => I18n.t(:rename, scope: :actions),
|
||||
:sku => Spree.t(:sku),
|
||||
:value => Spree.t(:value)
|
||||
:value => I18n.t(:value)
|
||||
}.to_json
|
||||
%>
|
||||
</script>
|
||||
|
||||
@@ -327,6 +327,11 @@ en:
|
||||
edit: "Edit"
|
||||
update: "Update"
|
||||
delete: "Delete"
|
||||
add: "Add"
|
||||
cut: "Cut"
|
||||
paste: "Paste"
|
||||
destroy: "Destroy"
|
||||
rename: "Rename"
|
||||
|
||||
admin:
|
||||
# Common properties / models
|
||||
@@ -3059,6 +3064,8 @@ See the %{link} to find out more about %{sitename}'s features and to start using
|
||||
server: "Server"
|
||||
test_mode: "Test Mode"
|
||||
logourl: "Logourl"
|
||||
are_you_sure_delete: "Are you sure you want to delete this record?"
|
||||
confirm_delete: "Confirm Deletion"
|
||||
|
||||
configurations: "Configurations"
|
||||
general_settings: "General Settings"
|
||||
|
||||
Reference in New Issue
Block a user