From b56725332238e441e4f521c9b750e9059bc4e158 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 22 Dec 2022 14:23:22 +0100 Subject: [PATCH] (i18n) fix translations keys --- config/locales/en.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 367c11bf3..fe21271fb 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -529,18 +529,18 @@ en: display_name_enable: "Display names in the calendar" machines_sort_by: "Machines display order" accounting_sales_journal_code: "Sales journal code" - accounting_card_client_code: "Card clients code" - accounting_card_client_label: "Card clients label" - accounting_card_client_journal_code: "Card clients journal code" - accounting_wallet_client_code: "Wallet clients code" - accounting_wallet_client_label: "Wallet clients label" - accounting_wallet_client_journal_code: "Wallet clients journal code" - accounting_other_client_code: "Other means client code" - accounting_other_client_label: "Other means client label" - accounting_other_client_journal_code: "Other means client journal code" - accounting_wallet_code: "Wallet code" - accounting_wallet_label: "Wallet label" - accounting_wallet_journal_code: "Wallet journal code" + accounting_payment_card_code: "Card payments code" + accounting_payment_card_label: "Card payments label" + accounting_payment_card_journal_code: "Card clients journal code" + accounting_payment_wallet_code: "Wallet payments code" + accounting_payment_wallet_label: "Wallet payments label" + accounting_payment_wallet_journal_code: "Wallet payments journal code" + accounting_payment_other_code: "Other payment means code" + accounting_payment_other_label: "Other payment means label" + accounting_payment_other_journal_code: "Other payment means journal code" + accounting_wallet_code: "Wallet credit code" + accounting_wallet_label: "Wallet credit label" + accounting_wallet_journal_code: "Wallet credit journal code" accounting_VAT_code: "VAT code" accounting_VAT_label: "VAT label" accounting_VAT_journal_code: "VAT journal code"