app/components/solidus_admin/orders/index/component.yml in solidus_admin-0.0.2 vs app/components/solidus_admin/orders/index/component.yml in solidus_admin-0.1.0

- old
+ new

@@ -1,13 +1,20 @@ -# Add your component translations here. -# Use the translation in the example in your template with `t(".hello")`. en: create_order: 'Create Order' columns: items: one: 1 Item other: '%{count} Items' filters: - only_show_complete_orders: Only show complete orders + status: Status + shipment_state: Shipment State + payment_state: Payment State + promotions: Promotions date: formats: short: '%d %b %y' + scopes: + all_orders: All + canceled: Canceled + complete: Complete + returned: Returned + in_progress: In Progress