Skip to content

Commit 4df225a

Browse files
authored
Merge pull request #97845 from s77rt/rillet-nonreimbursable-type
[No QA] Update Rillet non-reimbursable config source
2 parents 7d6d51c + 6f0ef66 commit 4df225a

16 files changed

Lines changed: 37 additions & 28 deletions

File tree

src/CONST/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3508,7 +3508,7 @@ const CONST = {
35083508
EXPORTER: 'exporter',
35093509
EXPORT_DATE: 'exportDate',
35103510
REIMBURSABLE: 'reimbursable',
3511-
COMPANY_CARD: 'companyCard',
3511+
NON_REIMBURSABLE: 'nonReimbursable',
35123512
DEFAULT_VENDORID: 'defaultVendorID',
35133513
CREDIT_CARD_ACCOUNTCODE: 'creditCardAccountCode',
35143514
EXPORT_TO_MULTIPLE_ACCOUNTS: 'exportToMultipleAccounts',
@@ -3533,8 +3533,8 @@ const CONST = {
35333533
VENDOR_BILL: 'VENDOR_BILL',
35343534
},
35353535

3536-
RILLET_EXPORT_COMPANY_CARD: {
3537-
CREDIT_CARD: 'CREDIT_CARD',
3536+
RILLET_EXPORT_NON_REIMBURSABLE: {
3537+
CREDIT_CARD_CHARGE: 'CREDIT_CARD_CHARGE',
35383538
},
35393539

35403540
RILLET_EXPORT_DATE: {

src/languages/de.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5678,7 +5678,7 @@ _Für ausführlichere Anweisungen [besuchen Sie unsere Hilfeseite](${CONST.NETSU
56785678
},
56795679
},
56805680
},
5681-
exportCompanyCard: {label: 'Firmenkartenausgaben exportieren als', values: {[CONST.RILLET_EXPORT_COMPANY_CARD.CREDIT_CARD]: {label: 'Kreditkarten'}}},
5681+
exportNonReimbursable: {label: 'Firmenkartenausgaben exportieren als', values: {[CONST.RILLET_EXPORT_NON_REIMBURSABLE.CREDIT_CARD_CHARGE]: {label: 'Kreditkarten'}}},
56825682
defaultCompanyCardVendor: {
56835683
label: 'Standardanbieter für Firmenkarten',
56845684
description: 'Wählen Sie einen standardmäßigen Rillet-Anbieter für Ausgaben, die nicht automatisch zugeordnet werden.',

src/languages/el.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5779,10 +5779,10 @@ _Για πιο αναλυτικές οδηγίες, [επισκεφθείτε τ
57795779
},
57805780
},
57815781
},
5782-
exportCompanyCard: {
5782+
exportNonReimbursable: {
57835783
label: 'Εξαγωγή εξόδων εταιρικής κάρτας ως',
57845784
values: {
5785-
[CONST.RILLET_EXPORT_COMPANY_CARD.CREDIT_CARD]: {
5785+
[CONST.RILLET_EXPORT_NON_REIMBURSABLE.CREDIT_CARD_CHARGE]: {
57865786
label: 'Πιστωτικές κάρτες',
57875787
},
57885788
},

src/languages/en.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5766,10 +5766,10 @@ const translations = {
57665766
},
57675767
},
57685768
},
5769-
exportCompanyCard: {
5769+
exportNonReimbursable: {
57705770
label: 'Export company card expenses as',
57715771
values: {
5772-
[CONST.RILLET_EXPORT_COMPANY_CARD.CREDIT_CARD]: {
5772+
[CONST.RILLET_EXPORT_NON_REIMBURSABLE.CREDIT_CARD_CHARGE]: {
57735773
label: 'Credit cards',
57745774
},
57755775
},

src/languages/es.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5561,7 +5561,10 @@ ${amount} para ${merchant} - ${date}`,
55615561
},
55625562
},
55635563
},
5564-
exportCompanyCard: {label: 'Exportar gastos de tarjetas de empresa como', values: {[CONST.RILLET_EXPORT_COMPANY_CARD.CREDIT_CARD]: {label: 'Tarjetas de crédito'}}},
5564+
exportNonReimbursable: {
5565+
label: 'Exportar gastos de tarjetas de empresa como',
5566+
values: {[CONST.RILLET_EXPORT_NON_REIMBURSABLE.CREDIT_CARD_CHARGE]: {label: 'Tarjetas de crédito'}},
5567+
},
55655568
defaultCompanyCardVendor: {
55665569
label: 'Proveedor predeterminado de la tarjeta de empresa',
55675570
description: 'Elige un proveedor Rillet predeterminado para los gastos que no se asignen automáticamente.',

src/languages/fr.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5686,7 +5686,10 @@ _Pour des instructions plus détaillées, [visitez notre site d’aide](${CONST.
56865686
},
56875687
},
56885688
},
5689-
exportCompanyCard: {label: 'Exporter les dépenses de carte d’entreprise en tant que', values: {[CONST.RILLET_EXPORT_COMPANY_CARD.CREDIT_CARD]: {label: 'Cartes de crédit'}}},
5689+
exportNonReimbursable: {
5690+
label: 'Exporter les dépenses de carte d’entreprise en tant que',
5691+
values: {[CONST.RILLET_EXPORT_NON_REIMBURSABLE.CREDIT_CARD_CHARGE]: {label: 'Cartes de crédit'}},
5692+
},
56905693
defaultCompanyCardVendor: {
56915694
label: 'Fournisseur de carte entreprise par défaut',
56925695
description: 'Choisissez un fournisseur Rillet par défaut pour les dépenses qui ne correspondent pas automatiquement.',

src/languages/it.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5648,7 +5648,7 @@ _Per istruzioni più dettagliate, [visita il nostro sito di assistenza](${CONST.
56485648
},
56495649
},
56505650
},
5651-
exportCompanyCard: {label: 'Esporta le spese della carta aziendale come', values: {[CONST.RILLET_EXPORT_COMPANY_CARD.CREDIT_CARD]: {label: 'Carte di credito'}}},
5651+
exportNonReimbursable: {label: 'Esporta le spese della carta aziendale come', values: {[CONST.RILLET_EXPORT_NON_REIMBURSABLE.CREDIT_CARD_CHARGE]: {label: 'Carte di credito'}}},
56525652
defaultCompanyCardVendor: {
56535653
label: 'Fornitore predefinito della carta aziendale',
56545654
description: 'Scegli un fornitore Rillet predefinito per le spese che non vengono abbinate automaticamente.',

src/languages/ja.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5593,7 +5593,7 @@ _詳しい手順については、[ヘルプサイトをご覧ください](${CO
55935593
},
55945594
},
55955595
},
5596-
exportCompanyCard: {label: '会社カード経費のエクスポート形式', values: {[CONST.RILLET_EXPORT_COMPANY_CARD.CREDIT_CARD]: {label: 'クレジットカード'}}},
5596+
exportNonReimbursable: {label: '会社カード経費のエクスポート形式', values: {[CONST.RILLET_EXPORT_NON_REIMBURSABLE.CREDIT_CARD_CHARGE]: {label: 'クレジットカード'}}},
55975597
defaultCompanyCardVendor: {label: 'デフォルトの会社カードベンダー', description: '自動的に一致しない経費に使用する既定の Rillet ベンダーを選択してください。'},
55985598
companyCardAccount: {label: '会社カード口座', description: '会社カード取引のエクスポート先を選択してください。'},
55995599
noBankAccountsFound: '銀行口座が見つかりません',

src/languages/nl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5643,7 +5643,7 @@ _Voor meer gedetailleerde instructies, [bezoek onze help-site](${CONST.NETSUITE_
56435643
},
56445644
},
56455645
},
5646-
exportCompanyCard: {label: 'Bedrijfspaskosten exporteren als', values: {[CONST.RILLET_EXPORT_COMPANY_CARD.CREDIT_CARD]: {label: 'Creditcards'}}},
5646+
exportNonReimbursable: {label: 'Bedrijfspaskosten exporteren als', values: {[CONST.RILLET_EXPORT_NON_REIMBURSABLE.CREDIT_CARD_CHARGE]: {label: 'Creditcards'}}},
56475647
defaultCompanyCardVendor: {label: 'Standaard leverancier bedrijfspas', description: 'Kies een standaard Rillet-leverancier voor uitgaven die niet automatisch worden gekoppeld.'},
56485648
companyCardAccount: {label: 'Bedrijfskaartrekening', description: 'Kies waar je transacties van bedrijfskaarten naartoe wilt exporteren.'},
56495649
noBankAccountsFound: 'Geen bankrekeningen gevonden',

src/languages/pl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5628,7 +5628,7 @@ _Aby uzyskać bardziej szczegółowe instrukcje, [odwiedź naszą stronę pomocy
56285628
},
56295629
},
56305630
},
5631-
exportCompanyCard: {label: 'Eksportuj wydatki z firmowej karty jako', values: {[CONST.RILLET_EXPORT_COMPANY_CARD.CREDIT_CARD]: {label: 'Karty kredytowe'}}},
5631+
exportNonReimbursable: {label: 'Eksportuj wydatki z firmowej karty jako', values: {[CONST.RILLET_EXPORT_NON_REIMBURSABLE.CREDIT_CARD_CHARGE]: {label: 'Karty kredytowe'}}},
56325632
defaultCompanyCardVendor: {label: 'Domyślny dostawca karty firmowej', description: 'Wybierz domyślnego dostawcę Rillet dla wydatków, które nie dopasują się automatycznie.'},
56335633
companyCardAccount: {label: 'Konto karty firmowej', description: 'Wybierz miejsce eksportu transakcji z kart firmowych.'},
56345634
noBankAccountsFound: 'Nie znaleziono żadnych kont bankowych',

0 commit comments

Comments
 (0)