diff --git a/config/locales/en_FR.yml b/config/locales/en_FR.yml index 23fd6dabb0..b69ecc8dbd 100644 --- a/config/locales/en_FR.yml +++ b/config/locales/en_FR.yml @@ -2773,6 +2773,8 @@ en_FR: adjustments: "Adjustments" payments: "Payments" return_authorizations: "Return Authorizations" + credit_owed: "Credit Owed" + new_adjustment: "New Adjustment" payment: "Payment" payment_method: "Payment Method" shipment: "Shipment" @@ -2973,6 +2975,11 @@ en_FR: one: "1 error prohibited this record from being saved:" other: "%{count} errors prohibited this record from being saved:" there_were_problems_with_the_following_fields: "There were problems with the following fields" + payments_list: + date_time: "Date/time" + amount: "Amount" + payment_method: "Payment Method" + payment_state: "Payment State" errors: messages: blank: "can't be blank" @@ -3476,3 +3483,8 @@ en_FR: shipment: cannot_ready: "Cannot ready shipment." invalid_taxonomy_id: "Invalid taxonomy id." + activerecord: + models: + spree/payment: + one: Payments + other: Payments