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/de.ts
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -5482,17 +5482,6 @@ const translations = {
5482
5482
one: '1 Tag',
5483
5483
other: (count: number)=>`${count} Tage`,
5484
5484
}),
5485
-
cashExpenseDefault: 'Bargeldausgabe standard',
5486
-
cashExpenseDefaultDescription:
5487
-
'Wählen Sie, wie Bargeldausgaben erstellt werden sollen. Eine Ausgabe gilt als Bargeldausgabe, wenn sie keine importierte Firmenkartentransaktion ist. Dazu gehören manuell erstellte Ausgaben, Belege, Pauschalen, Kilometer- und Zeitaufwand.',
5488
-
reimbursableDefault: 'Erstattungsfähig',
5489
-
reimbursableDefaultDescription: 'Ausgaben werden meistens an Mitarbeiter zurückgezahlt',
5490
-
nonReimbursableDefault: 'Nicht erstattungsfähig',
5491
-
nonReimbursableDefaultDescription: 'Ausgaben werden gelegentlich an Mitarbeiter zurückgezahlt',
5492
-
alwaysReimbursable: 'Immer erstattungsfähig',
5493
-
alwaysReimbursableDescription: 'Ausgaben werden immer an Mitarbeiter zurückgezahlt',
5494
-
alwaysNonReimbursable: 'Nie erstattungsfähig',
5495
-
alwaysNonReimbursableDescription: 'Ausgaben werden nie an Mitarbeiter zurückgezahlt',
5496
5485
billableDefault: 'Abrechnungsstandard',
5497
5486
billableDefaultDescription: 'Wählen Sie, ob Bar- und Kreditkartenausgaben standardmäßig abrechenbar sein sollen. Abrechenbare Ausgaben werden aktiviert oder deaktiviert in',
renamedWorkspaceNameAction: ({oldName, newName}: RenamedWorkspaceNameActionParams)=>`hat den Namen dieses Arbeitsbereichs in "${newName}" geändert (vorher "${oldName}")`,
Copy file name to clipboardExpand all lines: src/languages/en.ts
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -5454,17 +5454,6 @@ const translations = {
5454
5454
one: '1 day',
5455
5455
other: (count: number)=>`${count} days`,
5456
5456
}),
5457
-
cashExpenseDefault: 'Cash expense default',
5458
-
cashExpenseDefaultDescription:
5459
-
'Choose how cash expenses should be created. An expense is considered a cash expense if it is not an imported company card transaction. This includes manually created expenses, receipts, per diem, distance, and time expenses.',
5460
-
reimbursableDefault: 'Reimbursable',
5461
-
reimbursableDefaultDescription: 'Expenses are most often paid back to employees',
5462
-
nonReimbursableDefault: 'Non-reimbursable',
5463
-
nonReimbursableDefaultDescription: 'Expenses are occasionally paid back to employees',
5464
-
alwaysReimbursable: 'Always reimbursable',
5465
-
alwaysReimbursableDescription: 'Expenses are always paid back to employees',
5466
-
alwaysNonReimbursable: 'Always non-reimbursable',
5467
-
alwaysNonReimbursableDescription: 'Expenses are never paid back to employees',
5468
5457
billableDefault: 'Billable default',
5469
5458
billableDefaultDescription: 'Choose whether cash and credit card expenses should be billable by default. Billable expenses are enabled or disabled in',
5470
5459
billable: 'Billable',
@@ -5766,7 +5755,6 @@ const translations = {
5766
5755
return`updated the monthly report submission date to "${newValue}" (previously "${oldValue}")`;
5767
5756
},
5768
5757
updateDefaultBillable: ({oldValue, newValue}: UpdatedPolicyFieldWithNewAndOldValueParams)=>`updated "Re-bill expenses to clients" to "${newValue}" (previously "${oldValue}")`,
renamedWorkspaceNameAction: ({oldName, newName}: RenamedWorkspaceNameActionParams)=>`updated the name of this workspace to "${newName}" (previously "${oldName}")`,
Copy file name to clipboardExpand all lines: src/languages/es.ts
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -5492,17 +5492,6 @@ const translations = {
5492
5492
one: '1 día',
5493
5493
other: (count: number)=>`${count} días`,
5494
5494
}),
5495
-
cashExpenseDefault: 'Valor predeterminado para gastos en efectivo',
5496
-
cashExpenseDefaultDescription:
5497
-
'Elige cómo deben crearse los gastos en efectivo. Un gasto se considera en efectivo si no es una transacción importada desde una tarjeta de empresa. Esto incluye gastos creados manualmente, recibos, viáticos y gastos de distancia y tiempo.',
5498
-
reimbursableDefault: 'Reembolsable',
5499
-
reimbursableDefaultDescription: 'Los gastos suelen ser reembolsados a los empleados',
5500
-
nonReimbursableDefault: 'No reembolsable',
5501
-
nonReimbursableDefaultDescription: 'Los gastos ocasionalmente son reembolsados a los empleados',
5502
-
alwaysReimbursable: 'Siempre reembolsable',
5503
-
alwaysReimbursableDescription: 'Los gastos siempre se reembolsados a los empleados',
5504
-
alwaysNonReimbursable: 'Siempre no reembolsable',
5505
-
alwaysNonReimbursableDescription: 'Los gastos nunca son reembolsados a los empleados',
billableDefaultDescription: 'Elige si los gastos en efectivo y con tarjeta de crédito deben ser facturables por defecto. Los gastos facturables se activan o desactivan en',
5508
5497
billable: 'Facturable',
@@ -5782,8 +5771,6 @@ const translations = {
5782
5771
`actualizó "Antigüedad máxima de gastos (días)" a "${newValue}" (previamente "${oldValue==='false' ? CONST.POLICY.DEFAULT_MAX_EXPENSE_AGE : oldValue}")`,
0 commit comments