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: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5481,6 +5481,17 @@ const translations = {
5481
5481
one: '1 Tag',
5482
5482
other: (count: number)=>`${count} Tage`,
5483
5483
}),
5484
+
cashExpenseDefault: 'Bargeldausgabe standard',
5485
+
cashExpenseDefaultDescription:
5486
+
'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.',
5487
+
reimbursableDefault: 'Erstattungsfähig',
5488
+
reimbursableDefaultDescription: 'Ausgaben werden meistens an Mitarbeiter zurückgezahlt',
5489
+
nonReimbursableDefault: 'Nicht erstattungsfähig',
5490
+
nonReimbursableDefaultDescription: 'Ausgaben werden gelegentlich an Mitarbeiter zurückgezahlt',
5491
+
alwaysReimbursable: 'Immer erstattungsfähig',
5492
+
alwaysReimbursableDescription: 'Ausgaben werden immer an Mitarbeiter zurückgezahlt',
5493
+
alwaysNonReimbursable: 'Nie erstattungsfähig',
5494
+
alwaysNonReimbursableDescription: 'Ausgaben werden nie an Mitarbeiter zurückgezahlt',
5484
5495
billableDefault: 'Abrechnungsstandard',
5485
5496
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: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5453,6 +5453,17 @@ const translations = {
5453
5453
one: '1 day',
5454
5454
other: (count: number)=>`${count} days`,
5455
5455
}),
5456
+
cashExpenseDefault: 'Cash expense default',
5457
+
cashExpenseDefaultDescription:
5458
+
'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.',
5459
+
reimbursableDefault: 'Reimbursable',
5460
+
reimbursableDefaultDescription: 'Expenses are most often paid back to employees',
5461
+
nonReimbursableDefault: 'Non-reimbursable',
5462
+
nonReimbursableDefaultDescription: 'Expenses are occasionally paid back to employees',
5463
+
alwaysReimbursable: 'Always reimbursable',
5464
+
alwaysReimbursableDescription: 'Expenses are always paid back to employees',
5465
+
alwaysNonReimbursable: 'Always non-reimbursable',
5466
+
alwaysNonReimbursableDescription: 'Expenses are never paid back to employees',
5456
5467
billableDefault: 'Billable default',
5457
5468
billableDefaultDescription: 'Choose whether cash and credit card expenses should be billable by default. Billable expenses are enabled or disabled in',
5458
5469
billable: 'Billable',
@@ -5754,6 +5765,7 @@ const translations = {
5754
5765
return`updated the monthly report submission date to "${newValue}" (previously "${oldValue}")`;
5755
5766
},
5756
5767
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: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5491,6 +5491,17 @@ const translations = {
5491
5491
one: '1 día',
5492
5492
other: (count: number)=>`${count} días`,
5493
5493
}),
5494
+
cashExpenseDefault: 'Valor predeterminado para gastos en efectivo',
5495
+
cashExpenseDefaultDescription:
5496
+
'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.',
5497
+
reimbursableDefault: 'Reembolsable',
5498
+
reimbursableDefaultDescription: 'Los gastos suelen ser reembolsados a los empleados',
5499
+
nonReimbursableDefault: 'No reembolsable',
5500
+
nonReimbursableDefaultDescription: 'Los gastos ocasionalmente son reembolsados a los empleados',
5501
+
alwaysReimbursable: 'Siempre reembolsable',
5502
+
alwaysReimbursableDescription: 'Los gastos siempre se reembolsados a los empleados',
5503
+
alwaysNonReimbursable: 'Siempre no reembolsable',
5504
+
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',
5496
5507
billable: 'Facturable',
@@ -5770,6 +5781,8 @@ const translations = {
5770
5781
`actualizó "Antigüedad máxima de gastos (días)" a "${newValue}" (previamente "${oldValue==='false' ? CONST.POLICY.DEFAULT_MAX_EXPENSE_AGE : oldValue}")`,
0 commit comments