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
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -318,6 +318,7 @@ const translations = {
318
318
count: 'Zählen',
319
319
cancel: 'Abbrechen',
320
320
dismiss: 'Verwerfen',
321
+
proceed: 'Fortfahren',
321
322
yes: 'Ja',
322
323
no: 'No',
323
324
ok: 'OK',
@@ -3442,12 +3443,14 @@ const translations = {
3442
3443
customField1: 'Benutzerdefiniertes Feld 1',
3443
3444
customField2: 'Benutzerdefiniertes Feld 2',
3444
3445
customFieldHint: 'Fügen Sie benutzerdefinierten Code hinzu, der für alle Ausgaben dieses Mitglieds gilt.',
3446
+
reports: 'Berichte',
3445
3447
reportFields: 'Berichtsfelder',
3446
3448
reportTitle: 'Berichtstitel',
3447
3449
reportField: 'Berichtsfeld',
3448
3450
taxes: 'Steuern',
3449
3451
bills: 'Rechnungen',
3450
3452
invoices: 'Rechnungen',
3453
+
perDiem: 'Per diem',
3451
3454
travel: 'Reisen',
3452
3455
members: 'Mitglieder',
3453
3456
accounting: 'Buchhaltung',
@@ -3460,6 +3463,7 @@ const translations = {
3460
3463
testTransactions: 'Transaktionen testen',
3461
3464
issueAndManageCards: 'Karten ausstellen und verwalten',
3462
3465
reconcileCards: 'Karten abstimmen',
3466
+
selectAll: 'Alle auswählen',
3463
3467
selected: ()=>({
3464
3468
one: '1 ausgewählt',
3465
3469
other: (count: number)=>`${count} ausgewählt`,
@@ -3473,6 +3477,8 @@ const translations = {
3473
3477
memberNotFound: 'Mitglied nicht gefunden. Um ein neues Mitglied zum Arbeitsbereich einzuladen, verwenden Sie bitte die Einladungsschaltfläche oben.',
3474
3478
notAuthorized: `Sie haben keinen Zugriff auf diese Seite. Wenn Sie versuchen, diesem Arbeitsbereich beizutreten, bitten Sie einfach den Besitzer des Arbeitsbereichs, Sie als Mitglied hinzuzufügen. Etwas anderes? Kontaktieren Sie ${CONST.EMAIL.CONCIERGE}.`,
3475
3479
goToWorkspace: 'Zum Arbeitsbereich gehen',
3480
+
duplicateWorkspace: 'Arbeitsbereich duplizieren',
3481
+
duplicateWorkspacePrefix: 'Duplizieren',
3476
3482
goToWorkspaces: 'Zu Arbeitsbereichen gehen',
3477
3483
clearFilter: 'Filter löschen',
3478
3484
workspaceName: 'Arbeitsbereichsname',
@@ -4881,6 +4887,18 @@ const translations = {
4881
4887
taxCode: 'Steuercode',
4882
4888
updateTaxCodeFailureMessage: 'Beim Aktualisieren des Steuercodes ist ein Fehler aufgetreten, bitte versuchen Sie es erneut.',
4883
4889
},
4890
+
duplicateWorkspace: {
4891
+
title: 'Benennen Sie Ihren neuen Arbeitsbereich',
4892
+
selectFeatures: 'Auswählen der zu kopierenden Features',
4893
+
whichFeatures: 'Welche Funktionen möchten Sie in Ihren neuen Arbeitsbereich kopieren?',
4894
+
confirmDuplicate: '\n\nMöchten Sie fortfahren?',
4895
+
categories: 'Kategorien und Ihre Auto-Kategorisierungsregeln',
4896
+
reimbursementAccount: 'Erstattungskonto',
4897
+
delayedSubmission: 'verspätete Einreichung',
4898
+
welcomeNote: 'Bitte beginnen Sie mit der Nutzung meines neuen Arbeitsbereichs',
Copy file name to clipboardExpand all lines: src/languages/en.ts
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -310,6 +310,7 @@ const translations = {
310
310
count: 'Count',
311
311
cancel: 'Cancel',
312
312
dismiss: 'Dismiss',
313
+
proceed: 'Proceed',
313
314
yes: 'Yes',
314
315
no: 'No',
315
316
ok: 'OK',
@@ -3439,12 +3440,14 @@ const translations = {
3439
3440
customField1: 'Custom field 1',
3440
3441
customField2: 'Custom field 2',
3441
3442
customFieldHint: 'Add custom coding that applies to all spend from this member.',
3443
+
reports: 'Reports',
3442
3444
reportFields: 'Report fields',
3443
3445
reportTitle: 'Report title',
3444
3446
reportField: 'Report field',
3445
3447
taxes: 'Taxes',
3446
3448
bills: 'Bills',
3447
3449
invoices: 'Invoices',
3450
+
perDiem: 'Per diem',
3448
3451
travel: 'Travel',
3449
3452
members: 'Members',
3450
3453
accounting: 'Accounting',
@@ -3457,6 +3460,7 @@ const translations = {
3457
3460
testTransactions: 'Test transactions',
3458
3461
issueAndManageCards: 'Issue and manage cards',
3459
3462
reconcileCards: 'Reconcile cards',
3463
+
selectAll: 'Select all',
3460
3464
selected: ()=>({
3461
3465
one: '1 selected',
3462
3466
other: (count: number)=>`${count} selected`,
@@ -3470,6 +3474,8 @@ const translations = {
3470
3474
memberNotFound: 'Member not found. To invite a new member to the workspace, please use the invite button above.',
3471
3475
notAuthorized: `You don't have access to this page. If you're trying to join this workspace, just ask the workspace owner to add you as a member. Something else? Reach out to ${CONST.EMAIL.CONCIERGE}.`,
3472
3476
goToWorkspace: 'Go to workspace',
3477
+
duplicateWorkspace: 'Duplicate Workspace',
3478
+
duplicateWorkspacePrefix: 'Duplicate',
3473
3479
goToWorkspaces: 'Go to workspaces',
3474
3480
clearFilter: 'Clear filter',
3475
3481
workspaceName: 'Workspace name',
@@ -4864,6 +4870,18 @@ const translations = {
4864
4870
taxCode: 'Tax code',
4865
4871
updateTaxCodeFailureMessage: 'An error occurred while updating the tax code, please try again',
4866
4872
},
4873
+
duplicateWorkspace: {
4874
+
title: 'Name your new workspace',
4875
+
selectFeatures: 'Select features to copy',
4876
+
whichFeatures: 'Which features do you want to copy over to your new workspace?',
4877
+
confirmDuplicate: '\n\nDo you want to continue?',
4878
+
categories: 'categories and your auto-categorization rules',
4879
+
reimbursementAccount: 'reimbursement account',
4880
+
welcomeNote: 'Please start using my new workspace',
Copy file name to clipboardExpand all lines: src/languages/es.ts
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -300,6 +300,7 @@ const translations = {
300
300
count: 'Contar',
301
301
cancel: 'Cancelar',
302
302
dismiss: 'Descartar',
303
+
proceed: 'Proceed',
303
304
yes: 'Sí',
304
305
no: 'No',
305
306
ok: 'OK',
@@ -3427,11 +3428,13 @@ const translations = {
3427
3428
customField1: 'Campo personalizado 1',
3428
3429
customField2: 'Campo personalizado 2',
3429
3430
customFieldHint: 'Añade una codificación personalizada que se aplique a todos los gastos de este miembro.',
3431
+
reports: 'Informes',
3430
3432
reportFields: 'Campos de informe',
3431
3433
reportTitle: 'El título del informe.',
3432
3434
taxes: 'Impuestos',
3433
3435
bills: 'Pagar facturas',
3434
3436
invoices: 'Facturas',
3437
+
perDiem: 'Per diem',
3435
3438
travel: 'Viajes',
3436
3439
members: 'Miembros',
3437
3440
accounting: 'Contabilidad',
@@ -3444,6 +3447,7 @@ const translations = {
3444
3447
testTransactions: 'Transacciones de prueba',
3445
3448
issueAndManageCards: 'Emitir y gestionar tarjetas',
3446
3449
reconcileCards: 'Reconciliar tarjetas',
3450
+
selectAll: 'Seleccionar todo',
3447
3451
selected: ()=>({
3448
3452
one: '1 seleccionado',
3449
3453
other: (count: number)=>`${count} seleccionados`,
@@ -3457,6 +3461,8 @@ const translations = {
3457
3461
memberNotFound: 'Miembro no encontrado. Para invitar a un nuevo miembro al espacio de trabajo, por favor, utiliza el botón invitar que está arriba.',
3458
3462
notAuthorized: `No tienes acceso a esta página. Si estás intentando unirte a este espacio de trabajo, pide al dueño del espacio de trabajo que te añada como miembro. ¿Necesitas algo más? Comunícate con ${CONST.EMAIL.CONCIERGE}`,
3459
3463
goToWorkspace: 'Ir al espacio de trabajo',
3464
+
duplicateWorkspace: 'Duplicar espacio de trabajo',
3465
+
duplicateWorkspacePrefix: 'Duplicar',
3460
3466
goToWorkspaces: 'Ir a espacios de trabajo',
3461
3467
clearFilter: 'Borrar filtro',
3462
3468
workspaceName: 'Nombre del espacio de trabajo',
@@ -4874,6 +4880,18 @@ const translations = {
4874
4880
taxCode: 'Código de impuesto',
4875
4881
updateTaxCodeFailureMessage: 'Se produjo un error al actualizar el código tributario, inténtelo nuevamente',
4876
4882
},
4883
+
duplicateWorkspace: {
4884
+
title: 'Nombra tu nuevo espacio de trabajo',
4885
+
selectFeatures: 'Selecciona las funciones a copiar',
4886
+
whichFeatures: '¿Qué funciones deseas copiar a tu nuevo espacio de trabajo?',
4887
+
confirmDuplicate: '\n\n¿Quieres continuar?',
4888
+
categories: 'categorías y tus reglas de auto-categorización',
4889
+
reimbursementAccount: 'cuenta de reembolso',
4890
+
delayedSubmission: 'presentación retrasada',
4891
+
welcomeNote: 'Por favor, comience a utilizar mi nuevo espacio de trabajo.',
0 commit comments