Skip to content

Commit 80855d7

Browse files
committed
tests and translations
1 parent b60150a commit 80855d7

11 files changed

Lines changed: 66 additions & 11 deletions

File tree

src/languages/de.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ const translations = {
543543
userID: 'Benutzer-ID',
544544
disable: 'Deaktivieren',
545545
export: 'Exportieren',
546-
basicExport: 'Basis Export',
547546
initialValue: 'Anfangswert',
548547
currentDate: 'Aktuelles Datum',
549548
value: 'Wert',
@@ -6791,6 +6790,13 @@ const translations = {
67916790
employeeInviteMessage: ({name}: EmployeeInviteMessageParams) =>
67926791
`# ${name} hat dich eingeladen, Expensify auszuprobieren\nHey! Ich habe uns gerade *3 Monate kostenlos* gesichert, um Expensify auszuprobieren, den schnellsten Weg, um Ausgaben zu verwalten.\n\nHier ist ein *Testbeleg*, um dir zu zeigen, wie es funktioniert:`,
67936792
},
6793+
export: {
6794+
basicExport: 'Basis Export',
6795+
reportLevelExport: 'Alle Daten - Berichtsebene',
6796+
expenseLevelExport: 'Alle Daten - Ausgabenebene',
6797+
exportInProgress: 'Export läuft',
6798+
conciergeWillSend: 'Concierge sendet dir die Datei in Kürze.',
6799+
},
67946800
};
67956801
// IMPORTANT: This line is manually replaced in generate translation files by scripts/generateTranslations.ts,
67966802
// so if you change it here, please update it there as well.

src/languages/es.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,6 @@ const translations = {
527527
userID: 'Usuario ID',
528528
disable: 'Deshabilitar',
529529
export: 'Exportar',
530-
basicExport: 'Exportar básico',
531530
initialValue: 'Valor inicial',
532531
currentDate: 'Fecha actual',
533532
value: 'Valor',
@@ -7237,6 +7236,13 @@ const translations = {
72377236
employeeInviteMessage: ({name}: EmployeeInviteMessageParams) =>
72387237
`# ${name} te invitó a probar Expensify\n\n¡Hola! Acabo de conseguirnos *3 meses gratis* para probar Expensify, la forma más rápida de gestionar gastos.\n\nAquí tienes un *recibo de prueba* para mostrarte cómo funciona:`,
72397238
},
7239+
export: {
7240+
basicExport: 'Exportar básico',
7241+
reportLevelExport: 'Todos los datos - a nivel de informe',
7242+
expenseLevelExport: 'Todos los datos - a nivel de gasto',
7243+
exportInProgress: 'Exportación en curso',
7244+
conciergeWillSend: 'Concierge te enviará el archivo en breve.',
7245+
},
72407246
};
72417247

72427248
export default translations satisfies TranslationDeepObject<typeof en>;

src/languages/fr.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ const translations = {
543543
userID: 'ID utilisateur',
544544
disable: 'Désactiver',
545545
export: 'Exportation',
546-
basicExport: 'Exportation basique',
547546
initialValue: 'Valeur initiale',
548547
currentDate: 'Current date',
549548
value: 'Valeur',
@@ -6794,6 +6793,13 @@ const translations = {
67946793
employeeInviteMessage: ({name}: EmployeeInviteMessageParams) =>
67956794
`# ${name} vous a invité à essayer Expensify\nSalut ! Je viens de nous obtenir *3 mois gratuits* pour essayer Expensify, la façon la plus rapide de gérer les notes de frais.\n\nVoici un *reçu de test* pour vous montrer comment cela fonctionne :`,
67966795
},
6796+
export: {
6797+
basicExport: 'Exportation basique',
6798+
reportLevelExport: 'Toutes les données - niveau rapport',
6799+
expenseLevelExport: 'Toutes les données - niveau dépense',
6800+
exportInProgress: 'Exportation en cours',
6801+
conciergeWillSend: 'Concierge vous enverra le fichier sous peu.',
6802+
},
67976803
};
67986804
// IMPORTANT: This line is manually replaced in generate translation files by scripts/generateTranslations.ts,
67996805
// so if you change it here, please update it there as well.

src/languages/it.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ const translations = {
543543
userID: 'User ID',
544544
disable: 'Disabilita',
545545
export: 'Esporta',
546-
basicExport: 'Esportazione basica',
547546
initialValue: 'Valore iniziale',
548547
currentDate: 'La data odierna',
549548
value: 'Valore',
@@ -6771,6 +6770,13 @@ const translations = {
67716770
employeeInviteMessage: ({name}: EmployeeInviteMessageParams) =>
67726771
`# ${name} ti ha invitato a provare Expensify\nEhi! Ho appena ottenuto *3 mesi gratis* per provare Expensify, il modo più veloce per gestire le spese.\n\nEcco una *ricevuta di prova* per mostrarti come funziona:`,
67736772
},
6773+
export: {
6774+
basicExport: 'Esportazione basica',
6775+
reportLevelExport: 'Tutti i dati - livello report',
6776+
expenseLevelExport: 'Tutti i dati - livello spesa',
6777+
exportInProgress: 'Esportazione in corso',
6778+
conciergeWillSend: 'Concierge ti invierà il file a breve.',
6779+
},
67746780
};
67756781
// IMPORTANT: This line is manually replaced in generate translation files by scripts/generateTranslations.ts,
67766782
// so if you change it here, please update it there as well.

src/languages/ja.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ const translations = {
543543
userID: 'ユーザーID',
544544
disable: '無効にする',
545545
export: 'エクスポート',
546-
basicExport: '基本エクスポート',
547546
initialValue: '初期値',
548547
currentDate: '現在の日付',
549548
value: '値段',
@@ -6707,6 +6706,13 @@ const translations = {
67076706
employeeInviteMessage: ({name}: EmployeeInviteMessageParams) =>
67086707
`# ${name}がExpensifyの試用にあなたを招待しました\nこんにちは!私はExpensifyを試用するための*3ヶ月無料*を手に入れました。これは、経費を処理する最速の方法です。\n\nこちらがその仕組みを示す*テスト領収書*です:`,
67096708
},
6709+
export: {
6710+
basicExport: '基本エクスポート',
6711+
reportLevelExport: 'すべてのデータ - レポートレベル',
6712+
expenseLevelExport: 'すべてのデータ - 経費レベル',
6713+
exportInProgress: 'エクスポート中',
6714+
conciergeWillSend: 'コンシェルジュがまもなくファイルを送信します。',
6715+
},
67106716
};
67116717
// IMPORTANT: This line is manually replaced in generate translation files by scripts/generateTranslations.ts,
67126718
// so if you change it here, please update it there as well.

src/languages/nl.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ const translations = {
543543
userID: 'Gebruikers-ID',
544544
disable: 'Uitschakelen',
545545
export: 'Exporteren',
546-
basicExport: 'Basis export',
547546
initialValue: 'Initiële waarde',
548547
currentDate: "I'm unable to provide real-time information, including the current date. Please check your device or calendar for the current date.",
549548
value: 'Waarde',
@@ -6755,6 +6754,13 @@ const translations = {
67556754
employeeInviteMessage: ({name}: EmployeeInviteMessageParams) =>
67566755
`# ${name} heeft je uitgenodigd om Expensify uit te proberen\nHey! Ik heb ons net *3 maanden gratis* gekregen om Expensify uit te proberen, de snelste manier om onkosten te beheren.\n\nHier is een *testbon* om je te laten zien hoe het werkt:`,
67576756
},
6757+
export: {
6758+
basicExport: 'Basis export',
6759+
reportLevelExport: 'Alle gegevens - rapportniveau',
6760+
expenseLevelExport: 'Alle gegevens - uitgavenniveau',
6761+
exportInProgress: 'Bezig met exporteren',
6762+
conciergeWillSend: 'Concierge stuurt je het bestand binnenkort.',
6763+
},
67586764
};
67596765
// IMPORTANT: This line is manually replaced in generate translation files by scripts/generateTranslations.ts,
67606766
// so if you change it here, please update it there as well.

src/languages/pl.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ const translations = {
543543
userID: 'ID użytkownika',
544544
disable: 'Wyłącz',
545545
export: 'Eksportuj',
546-
basicExport: 'Eksport podstawowy',
547546
initialValue: 'Wartość początkowa',
548547
currentDate: 'Aktualna data',
549548
value: 'Wartość',
@@ -6740,6 +6739,13 @@ const translations = {
67406739
employeeInviteMessage: ({name}: EmployeeInviteMessageParams) =>
67416740
`# ${name} zaprosił Cię do wypróbowania Expensify\nHej! Właśnie zdobyłem dla nas *3 miesiące za darmo*, aby wypróbować Expensify, najszybszy sposób na rozliczanie wydatków.\n\nOto *przykładowy paragon*, aby pokazać Ci, jak to działa:`,
67426741
},
6742+
export: {
6743+
basicExport: 'Eksport podstawowy',
6744+
reportLevelExport: 'Wszystkie dane - poziom raportu',
6745+
expenseLevelExport: 'Wszystkie dane - poziom wydatków',
6746+
exportInProgress: 'Trwa eksport',
6747+
conciergeWillSend: 'Concierge wkrótce prześle plik.',
6748+
},
67436749
};
67446750
// IMPORTANT: This line is manually replaced in generate translation files by scripts/generateTranslations.ts,
67456751
// so if you change it here, please update it there as well.

src/languages/pt-BR.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ const translations = {
543543
userID: 'ID do Usuário',
544544
disable: 'Desativar',
545545
export: 'Exportar',
546-
basicExport: 'Exporta\u00E7\u00E3o b\u00E1sica',
547546
initialValue: 'Valor inicial',
548547
currentDate: 'Data atual',
549548
value: 'Valor',
@@ -6751,6 +6750,13 @@ const translations = {
67516750
employeeInviteMessage: ({name}: EmployeeInviteMessageParams) =>
67526751
`# ${name} convidou você para experimentar o Expensify\nEi! Acabei de conseguir *3 meses grátis* para testarmos o Expensify, a maneira mais rápida de lidar com despesas.\n\nAqui está um *recibo de teste* para mostrar como funciona:`,
67536752
},
6753+
export: {
6754+
basicExport: 'Exportação básica',
6755+
reportLevelExport: 'Todos os dados - nível de relatório',
6756+
expenseLevelExport: 'Todos os dados - nível de despesa',
6757+
exportInProgress: 'Exportação em andamento',
6758+
conciergeWillSend: 'Concierge enviará o arquivo em breve.',
6759+
},
67546760
};
67556761
// IMPORTANT: This line is manually replaced in generate translation files by scripts/generateTranslations.ts,
67566762
// so if you change it here, please update it there as well.

src/languages/zh-hans.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ const translations = {
543543
userID: '用户 ID',
544544
disable: '禁用',
545545
export: '导出',
546-
basicExport: '基本导出',
547546
initialValue: '初始值',
548547
currentDate: '当前日期',
549548
value: '值',
@@ -6624,6 +6623,13 @@ const translations = {
66246623
employeeInviteMessage: ({name}: EmployeeInviteMessageParams) =>
66256624
`# ${name}邀请你试用Expensify\n嘿!我刚为我们获得了*3个月免费*试用Expensify,这是处理费用的最快方式。\n\n这里有一个*测试收据*来向你展示它的工作原理:`,
66266625
},
6626+
export: {
6627+
basicExport: '基本导出',
6628+
reportLevelExport: '所有数据 - 报告级别',
6629+
expenseLevelExport: '所有数据 - 费用级别',
6630+
exportInProgress: '正在导出',
6631+
conciergeWillSend: 'Concierge 很快会将文件发送给您。',
6632+
},
66276633
};
66286634
// IMPORTANT: This line is manually replaced in generate translation files by scripts/generateTranslations.ts,
66296635
// so if you change it here, please update it there as well.

src/libs/API/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,7 @@ type WriteCommandParameters = {
933933
[WRITE_COMMANDS.UPDATE_SAGE_INTACCT_USER_DIMENSION]: Parameters.UpdateSageIntacctGenericTypeParams<'dimensions', string>;
934934
[WRITE_COMMANDS.EXPORT_SEARCH_ITEMS_TO_CSV]: Parameters.ExportSearchItemsToCSVParams;
935935
[WRITE_COMMANDS.QUEUE_EXPORT_SEARCH_ITEMS_TO_CSV]: Parameters.ExportSearchItemsToCSVParams;
936+
[WRITE_COMMANDS.QUEUE_EXPORT_SEARCH_WITH_TEMPLATE]: Parameters.ExportSearchWithTemplateParams;
936937
[WRITE_COMMANDS.EXPORT_REPORT_TO_CSV]: Parameters.ExportReportCSVParams;
937938
[WRITE_COMMANDS.CREATE_WORKSPACE_APPROVAL]: Parameters.CreateWorkspaceApprovalParams;
938939
[WRITE_COMMANDS.UPDATE_WORKSPACE_APPROVAL]: Parameters.UpdateWorkspaceApprovalParams;

0 commit comments

Comments
 (0)