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
@@ -5545,6 +5545,17 @@ const translations = {
5545
5545
one: '1 Tag',
5546
5546
other: (count: number)=>`${count} Tage`,
5547
5547
}),
5548
+
cashExpenseDefault: 'Bargeldausgabe standard',
5549
+
cashExpenseDefaultDescription:
5550
+
'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.',
5551
+
reimbursableDefault: 'Erstattungsfähig',
5552
+
reimbursableDefaultDescription: 'Ausgaben werden meistens an Mitarbeiter zurückgezahlt',
5553
+
nonReimbursableDefault: 'Nicht erstattungsfähig',
5554
+
nonReimbursableDefaultDescription: 'Ausgaben werden gelegentlich an Mitarbeiter zurückgezahlt',
5555
+
alwaysReimbursable: 'Immer erstattungsfähig',
5556
+
alwaysReimbursableDescription: 'Ausgaben werden immer an Mitarbeiter zurückgezahlt',
5557
+
alwaysNonReimbursable: 'Nie erstattungsfähig',
5558
+
alwaysNonReimbursableDescription: 'Ausgaben werden nie an Mitarbeiter zurückgezahlt',
5548
5559
billableDefault: 'Abrechnungsstandard',
5549
5560
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
@@ -5521,6 +5521,17 @@ const translations = {
5521
5521
one: '1 day',
5522
5522
other: (count: number)=>`${count} days`,
5523
5523
}),
5524
+
cashExpenseDefault: 'Cash expense default',
5525
+
cashExpenseDefaultDescription:
5526
+
'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.',
5527
+
reimbursableDefault: 'Reimbursable',
5528
+
reimbursableDefaultDescription: 'Expenses are most often paid back to employees',
5529
+
nonReimbursableDefault: 'Non-reimbursable',
5530
+
nonReimbursableDefaultDescription: 'Expenses are occasionally paid back to employees',
5531
+
alwaysReimbursable: 'Always reimbursable',
5532
+
alwaysReimbursableDescription: 'Expenses are always paid back to employees',
5533
+
alwaysNonReimbursable: 'Always non-reimbursable',
5534
+
alwaysNonReimbursableDescription: 'Expenses are never paid back to employees',
5524
5535
billableDefault: 'Billable default',
5525
5536
billableDefaultDescription: 'Choose whether cash and credit card expenses should be billable by default. Billable expenses are enabled or disabled in',
5526
5537
billable: 'Billable',
@@ -5810,6 +5821,7 @@ const translations = {
5810
5821
return`updated the monthly report submission date to "${newValue}" (previously "${oldValue}")`;
5811
5822
},
5812
5823
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
@@ -5555,6 +5555,17 @@ const translations = {
5555
5555
one: '1 día',
5556
5556
other: (count: number)=>`${count} días`,
5557
5557
}),
5558
+
cashExpenseDefault: 'Valor predeterminado para gastos en efectivo',
5559
+
cashExpenseDefaultDescription:
5560
+
'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.',
5561
+
reimbursableDefault: 'Reembolsable',
5562
+
reimbursableDefaultDescription: 'Los gastos suelen ser reembolsados a los empleados',
5563
+
nonReimbursableDefault: 'No reembolsable',
5564
+
nonReimbursableDefaultDescription: 'Los gastos ocasionalmente son reembolsados a los empleados',
5565
+
alwaysReimbursable: 'Siempre reembolsable',
5566
+
alwaysReimbursableDescription: 'Los gastos siempre se reembolsados a los empleados',
5567
+
alwaysNonReimbursable: 'Siempre no reembolsable',
5568
+
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',
5560
5571
billable: 'Facturable',
@@ -5822,6 +5833,8 @@ const translations = {
5822
5833
`actualizó "Antigüedad máxima de gastos (días)" a "${newValue}" (previamente "${oldValue==='false' ? CONST.POLICY.DEFAULT_MAX_EXPENSE_AGE : oldValue}")`,
0 commit comments