File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1062,7 +1062,7 @@ const translations = {
10621062 canceled : 'Abgebrochen' ,
10631063 posted : 'Gepostet' ,
10641064 deleteReceipt : 'Beleg löschen' ,
1065- deletedTransaction : ( { amount, merchant} : DeleteTransactionParams ) => `hat eine Ausgabe in diesem Bericht gelöscht (${ merchant } - ${ amount } )` ,
1065+ deletedTransaction : ( { amount, merchant} : DeleteTransactionParams ) => `hat eine Ausgabe gelöscht (${ amount } für ${ merchant } )` ,
10661066 movedFromReport : ( { reportName} : MovedFromReportParams ) => `verschob eine Ausgabe${ reportName ? `von ${ reportName } ` : '' } ` ,
10671067 movedTransaction : ( { reportUrl, reportName} : MovedTransactionParams ) => `verschob diese Ausgabe${ reportName ? `to <a href="${ reportUrl } ">${ reportName } </a>` : '' } ` ,
10681068 unreportedTransaction : 'diese Ausgabe in Ihren persönlichen Bereich verschoben' ,
Original file line number Diff line number Diff line change @@ -1048,7 +1048,7 @@ const translations = {
10481048 canceled : 'Canceled' ,
10491049 posted : 'Posted' ,
10501050 deleteReceipt : 'Delete receipt' ,
1051- deletedTransaction : ( { amount, merchant} : DeleteTransactionParams ) => `deleted an expense on this report (${ merchant } - ${ amount } )` ,
1051+ deletedTransaction : ( { amount, merchant} : DeleteTransactionParams ) => `deleted an expense (${ amount } for ${ merchant } )` ,
10521052 movedFromReport : ( { reportName} : MovedFromReportParams ) => `moved an expense${ reportName ? ` from ${ reportName } ` : '' } ` ,
10531053 movedTransaction : ( { reportUrl, reportName} : MovedTransactionParams ) => `moved this expense${ reportName ? ` to <a href="${ reportUrl } ">${ reportName } </a>` : '' } ` ,
10541054 unreportedTransaction : 'moved this expense to your personal space' ,
Original file line number Diff line number Diff line change @@ -1047,7 +1047,7 @@ const translations = {
10471047 pendingMatchWithCreditCardDescription : 'Recibo pendiente de adjuntar con la transacción de la tarjeta. Márcalo como efectivo para cancelar.' ,
10481048 markAsCash : 'Marcar como efectivo' ,
10491049 routePending : 'Ruta pendiente...' ,
1050- deletedTransaction : ( { amount, merchant} : DeleteTransactionParams ) => `eliminó un gasto de este informe (${ merchant } - ${ amount } )` ,
1050+ deletedTransaction : ( { amount, merchant} : DeleteTransactionParams ) => `eliminó un gasto (${ amount } para ${ merchant } )` ,
10511051 movedFromReport : ( { reportName} : MovedFromReportParams ) => `movió un gasto${ reportName ? ` desde ${ reportName } ` : '' } ` ,
10521052 movedTransaction : ( { reportUrl, reportName} : MovedTransactionParams ) => `movió este gasto${ reportName ? ` a <a href="${ reportUrl } ">${ reportName } </a>` : '' } ` ,
10531053 unreportedTransaction : 'movió este gasto a tu espacio personal' ,
Original file line number Diff line number Diff line change @@ -1064,7 +1064,7 @@ const translations = {
10641064 canceled : 'Annulé' ,
10651065 posted : 'Publié' ,
10661066 deleteReceipt : 'Supprimer le reçu' ,
1067- deletedTransaction : ( { amount, merchant} : DeleteTransactionParams ) => `supprimé une dépense sur ce rapport (${ merchant } - ${ amount } )` ,
1067+ deletedTransaction : ( { amount, merchant} : DeleteTransactionParams ) => `supprimé une dépense (${ amount } pour ${ merchant } )` ,
10681068 movedFromReport : ( { reportName} : MovedFromReportParams ) => `a déplacé une dépense${ reportName ? `de ${ reportName } ` : '' } ` ,
10691069 movedTransaction : ( { reportUrl, reportName} : MovedTransactionParams ) => `déplacé cette dépense${ reportName ? `à <a href="${ reportUrl } ">${ reportName } </a>` : '' } ` ,
10701070 unreportedTransaction : 'déplacé cette dépense vers votre espace personnel' ,
Original file line number Diff line number Diff line change @@ -1059,7 +1059,7 @@ const translations = {
10591059 canceled : 'Annullato' ,
10601060 posted : 'Pubblicato' ,
10611061 deleteReceipt : 'Elimina ricevuta' ,
1062- deletedTransaction : ( { amount, merchant} : DeleteTransactionParams ) => `ha eliminato una spesa in questo rapporto (${ merchant } - ${ amount } )` ,
1062+ deletedTransaction : ( { amount, merchant} : DeleteTransactionParams ) => `ha eliminato una spesa (${ amount } per ${ merchant } )` ,
10631063 movedFromReport : ( { reportName} : MovedFromReportParams ) => `ha spostato una spesa${ reportName ? `da ${ reportName } ` : '' } ` ,
10641064 movedTransaction : ( { reportUrl, reportName} : MovedTransactionParams ) => `spostato questa spesa${ reportName ? `a <a href="${ reportUrl } ">${ reportName } </a>` : '' } ` ,
10651065 unreportedTransaction : 'spostato questa spesa nel tuo spazio personale' ,
Original file line number Diff line number Diff line change @@ -1061,7 +1061,7 @@ const translations = {
10611061 canceled : 'キャンセルされました' ,
10621062 posted : '投稿済み' ,
10631063 deleteReceipt : '領収書を削除' ,
1064- deletedTransaction : ( { amount, merchant} : DeleteTransactionParams ) => `このレポートで経費を削除しました (${ merchant } - ${ amount } )` ,
1064+ deletedTransaction : ( { amount, merchant} : DeleteTransactionParams ) => `経費を削除しました (${ merchant } の ${ amount } )` ,
10651065 movedFromReport : ( { reportName} : MovedFromReportParams ) => `費用${ reportName ? `${ reportName } から` : '' } を移動しました` ,
10661066 movedTransaction : ( { reportUrl, reportName} : MovedTransactionParams ) => `この経費${ reportName ? `to <a href="${ reportUrl } ">${ reportName } </a>` : '' } を移動しました` ,
10671067 unreportedTransaction : 'この経費をあなたの個人スペースに移動しました。' ,
Original file line number Diff line number Diff line change @@ -1060,7 +1060,7 @@ const translations = {
10601060 canceled: 'Geannuleerd',
10611061 posted: 'Geplaatst',
10621062 deleteReceipt: 'Verwijder bonnetje',
1063- deletedTransaction : ( { amount, merchant} : DeleteTransactionParams ) => `verwijderde een uitgave in dit rapport (${ merchant } - ${ amount } )` ,
1063+ deletedTransaction: ({amount, merchant}: DeleteTransactionParams) => `verwijderde een uitgave (${amount} voor ${merchant })`,
10641064 movedFromReport: ({reportName}: MovedFromReportParams) => `verplaatste een uitgave${reportName ? `van ${reportName}` : ''}`,
10651065 movedTransaction: ({reportUrl, reportName}: MovedTransactionParams) => `heeft deze uitgave verplaatst${reportName ? `naar <a href="${reportUrl}">${reportName}</a>` : ''}`,
10661066 unreportedTransaction: 'heeft deze uitgave naar uw persoonlijke ruimte verplaatst',
Original file line number Diff line number Diff line change @@ -1058,7 +1058,7 @@ const translations = {
10581058 canceled: 'Anulowano',
10591059 posted: 'Opublikowano',
10601060 deleteReceipt: 'Usuń paragon',
1061- deletedTransaction: ({amount, merchant}: DeleteTransactionParams) => `usunął wydatek w tym raporcie (${merchant} - ${amount })`,
1061+ deletedTransaction: ({amount, merchant}: DeleteTransactionParams) => `usunął wydatek (${amount} dla ${merchant })`,
10621062 movedFromReport: ({reportName}: MovedFromReportParams) => `przeniósł wydatek${reportName ? `z ${reportName}` : ''}`,
10631063 movedTransaction: ({reportUrl, reportName}: MovedTransactionParams) => `przeniesiono ten wydatek${reportName ? `do <a href="${reportUrl}">${reportName}</a>` : ''}`,
10641064 unreportedTransaction: 'przeniósł ten wydatek do twojej przestrzeni osobistej',
Original file line number Diff line number Diff line change @@ -1060,7 +1060,7 @@ const translations = {
10601060 canceled: 'Cancelado',
10611061 posted: 'Publicado',
10621062 deleteReceipt: 'Excluir recibo',
1063- deletedTransaction: ({amount, merchant}: DeleteTransactionParams) => `excluiu uma despesa neste relatório (${merchant} - ${amount })`,
1063+ deletedTransaction: ({amount, merchant}: DeleteTransactionParams) => `excluiu uma despesa (${amount} para ${merchant })`,
10641064 movedFromReport: ({reportName}: MovedFromReportParams) => `moveu uma despesa${reportName ? `de ${reportName}` : ''}`,
10651065 movedTransaction: ({reportUrl, reportName}: MovedTransactionParams) => `moveu esta despesa${reportName ? `para <a href="${reportUrl}">${reportName}</a>` : ''}`,
10661066 unreportedTransaction: 'movei esta despesa para o seu espaço pessoal',
Original file line number Diff line number Diff line change @@ -1053,7 +1053,7 @@ const translations = {
10531053 canceled: '已取消',
10541054 posted: '已发布',
10551055 deleteReceipt: '删除收据',
1056- deletedTransaction: ({amount, merchant}: DeleteTransactionParams) => `在此报告中删除了一笔费用 (${merchant} - ${amount})`,
1056+ deletedTransaction: ({amount, merchant}: DeleteTransactionParams) => `删除了一笔费用 (${merchant} 的 ${amount})`,
10571057 movedFromReport: ({reportName}: MovedFromReportParams) => `移动了一笔费用${reportName ? `来自${reportName}` : ''}`,
10581058 movedTransaction: ({reportUrl, reportName}: MovedTransactionParams) => `移动了此费用${reportName ? `至 <a href="${reportUrl}">${reportName}</a>` : ''}`,
10591059 unreportedTransaction: '已将此费用移动到您的个人空间',
You can’t perform that action at this time.
0 commit comments