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