You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/languages/en.ts
+56-1
Original file line number
Diff line number
Diff line change
@@ -1891,6 +1891,7 @@ export default {
1891
1891
travel: 'Travel',
1892
1892
members: 'Members',
1893
1893
accounting: 'Accounting',
1894
+
displayedAs: 'Displayed as',
1894
1895
plan: 'Plan',
1895
1896
profile: 'Profile',
1896
1897
bankAccount: 'Bank account',
@@ -1921,7 +1922,6 @@ export default {
1921
1922
classes: 'Classes',
1922
1923
locations: 'Locations',
1923
1924
customers: 'Customers/Projects',
1924
-
displayedAs: 'Displayed as',
1925
1925
accountsDescription: 'When connected to Quickbooks Online, chart of accounts are always imported to Expensify as categories.',
1926
1926
accountsSwitchTitle: 'Below you can choose to have any new account imported as an enabled or disabled category by default.',
1927
1927
accountsSwitchDescription: 'Enabled categories are available for members to select when creating their expenses.',
@@ -2029,6 +2029,9 @@ export default {
2029
2029
organization: 'Xero organization',
2030
2030
organizationDescription: 'Select the organization in Xero you are importing data from.',
2031
2031
importDescription: 'Choose which coding configurations are imported from Xero to Expensify.',
2032
+
accountsDescription: 'When connected to Xero, chart of accounts are always imported to Expensify as categories.',
2033
+
accountsSwitchTitle: 'Below you can choose to have any new account imported as an enabled or disabled category by default.',
2034
+
accountsSwitchDescription: 'Enabled categories are available for members to select when creating their expenses.',
2032
2035
trackingCategories: 'Tracking categories',
2033
2036
trackingCategoriesDescription: 'Choose whether to import tracking categories and see where they are displayed.',
2034
2037
mapXeroCostCentersTo: 'Map Xero cost centers to',
@@ -2051,6 +2054,7 @@ export default {
2051
2054
'Each exported expense posts as a bank transaction to the Xero bank account you select below, and transaction dates will match the dates on your bank statement.',
2052
2055
bankTransactions: 'Bank transactions',
2053
2056
xeroBankAccount: 'Xero bank account',
2057
+
xeroBankAccountDescription: 'Select the bank account expenses will be posted to as bank transactions.',
invoiceAccountSelectorDescription: "As you've enabled exporting invoices from Expensify to Xero, this is the account the invoice will appear against once marked as paid.",
2075
+
xeroBillPaymentAccountDescription:
2076
+
"As you've enabled sync reimbursed reports, you will need to select the bank account your reimbursements are coming out of, and we'll create the payment in Xero.",
2071
2077
},
2078
+
exportDate: {
2079
+
label: 'Export date',
2080
+
description: 'Use this date when exporting reports to Xero.',
2081
+
values: {
2082
+
[CONST.QUICKBOOKS_EXPORT_DATE.LAST_EXPENSE]: {
2083
+
label: 'Date of last expense',
2084
+
description: 'The date of the most recent expense on the report',
2085
+
},
2086
+
[CONST.QUICKBOOKS_EXPORT_DATE.REPORT_EXPORTED]: {
2087
+
label: 'Export date',
2088
+
description: 'The date the report was exported to Xero',
exportPreferredExporterNote: 'This can be any workspace admin, but must be a domain admin if you set different export accounts for individual company cards in domain settings.',
2104
+
exportPreferredExporterSubNote: 'Once set, the preferred exporter will see reports for export in their account.',
0 commit comments