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
emptyMappedField: (fieldName: string) => `Ups! Das Feld („${fieldName}“) enthält einen oder mehrere leere Werte. Bitte überprüfe es und versuche es erneut.`,
1090
1090
importSuccessfulTitle: 'Import erfolgreich',
1091
1091
importCategoriesSuccessfulDescription: ({categories}: {categories: number}) => (categories > 1 ? `${categories} Kategorien wurden hinzugefügt.` : '1 Kategorie wurde hinzugefügt.'),
fileImport: 'Transaktionen aus Datei importieren',
5047
+
createFileFeedHelpText: `<muted-text>Bitte folge dieser <a href="${CONST.COMPANY_CARDS_CREATE_FILE_FEED_HELP_URL}">Hilfsanleitung</a>, um die Ausgaben deiner Firmenkarte zu importieren!</muted-text>`,
5048
+
companyCardLayoutName: 'Name des Firmenkarten-Layouts',
5049
+
cardLayoutNameRequired: 'Der Name des Firmenkarten-Layouts ist erforderlich',
Copy file name to clipboardExpand all lines: src/languages/en.ts
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1139,6 +1139,8 @@ const translations = {
1139
1139
emptyMappedField: (fieldName: string) => `Oops! The field ("${fieldName}") contains one or more empty values. Please review and try again.`,
1140
1140
importSuccessfulTitle: 'Import successful',
1141
1141
importCategoriesSuccessfulDescription: ({categories}: {categories: number}) => (categories > 1 ? `${categories} categories have been added.` : '1 category has been added.'),
createFileFeedHelpText: `<muted-text>Please follow this <a href="${CONST.COMPANY_CARDS_CREATE_FILE_FEED_HELP_URL}">help guide</a> to get your company card expenses imported!</muted-text>`,
requiredColumns: (missingColumns: string) => `Please assign a column to each of the attributes: ${missingColumns}.`,
5149
+
duplicateColumns: (duplicateColumn: string) => `Oops! You've mapped a single field ("${duplicateColumn}") to multiple columns. Please review and try again.`,
5150
+
},
5126
5151
},
5127
5152
statementCloseDate: {
5128
5153
[CONST.COMPANY_CARDS.STATEMENT_CLOSE_DATE.LAST_DAY_OF_MONTH]: 'Last day of the month',
0 commit comments