File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1115,6 +1115,7 @@ const translations = {
11151115 payElsewhere : ( { formattedAmount} : SettleExpensifyCardParams ) => ( formattedAmount ? `Zahle ${ formattedAmount } woanders` : `Anderswo bezahlen` ) ,
11161116 nextStep : 'N\u00E4chste Schritte' ,
11171117 finished : 'Fertiggestellt' ,
1118+ flip : 'Umkehren' ,
11181119 sendInvoice : ( { amount} : RequestAmountParams ) => `Sende ${ amount } Rechnung` ,
11191120 submitAmount : ( { amount} : RequestAmountParams ) => `${ amount } einreichen` ,
11201121 expenseAmount : ( { formattedAmount, comment} : RequestedAmountMessageParams ) => `${ formattedAmount } ${ comment ? `f\u00FCr ${ comment } ` : '' } ` ,
Original file line number Diff line number Diff line change @@ -1117,6 +1117,7 @@ const translations = {
11171117 payElsewhere : ( { formattedAmount} : SettleExpensifyCardParams ) => ( formattedAmount ? `Payer ${ formattedAmount } ailleurs` : `Payer ailleurs` ) ,
11181118 nextStep : 'Prochaines \u00E9tapes' ,
11191119 finished : 'Termin\u00E9' ,
1120+ flip : 'Inverser' ,
11201121 sendInvoice : ( { amount} : RequestAmountParams ) => `Envoyer la facture de ${ amount } ` ,
11211122 submitAmount : ( { amount} : RequestAmountParams ) => `Soumettre ${ amount } ` ,
11221123 expenseAmount : ( { formattedAmount, comment} : RequestedAmountMessageParams ) => `${ formattedAmount } ${ comment ? `pour ${ comment } ` : '' } ` ,
Original file line number Diff line number Diff line change @@ -1107,6 +1107,7 @@ const translations = {
11071107 payElsewhere : ( { formattedAmount} : SettleExpensifyCardParams ) => ( formattedAmount ? `Paga ${ formattedAmount } altrove` : `Paga altrove` ) ,
11081108 nextStep : 'Prossimi passi' ,
11091109 finished : 'Finito' ,
1110+ flip : 'Inverti' ,
11101111 sendInvoice : ( { amount} : RequestAmountParams ) => `Invia fattura di ${ amount } ` ,
11111112 submitAmount : ( { amount} : RequestAmountParams ) => `Invia ${ amount } ` ,
11121113 expenseAmount : ( { formattedAmount, comment} : RequestedAmountMessageParams ) => `${ formattedAmount } ${ comment ? `per ${ comment } ` : '' } ` ,
Original file line number Diff line number Diff line change @@ -1201,6 +1201,7 @@ const translations = {
12011201 formattedAmount ? `\u4ED6\u306E\u5834\u6240\u3067${formattedAmount}\u3092\u652F\u6255\u3046` : `\u4ED6\u306E\u5834\u6240\u3067\u652F\u6255\u3046`,
12021202 nextStep: '\u6B21\u306E\u30B9\u30C6\u30C3\u30D7',
12031203 finished: '\u5B8C\u4E86\u3057\u307E\u3057\u305F',
1204+ flip: '\u53CD\u8EE2',
12041205 sendInvoice: ({amount}: RequestAmountParams) => `${amount} \u306E\u8ACB\u6C42\u66F8\u3092\u9001\u4FE1`,
12051206 submitAmount: ({amount}: RequestAmountParams) => `${amount}\u3092\u9001\u4FE1`,
12061207 expenseAmount: ({formattedAmount, comment}: RequestedAmountMessageParams) => `${formattedAmount}${comment ? `${comment} \u306E\u305F\u3081\u306B` : ''}`,
Original file line number Diff line number Diff line change @@ -1105,6 +1105,7 @@ const translations = {
11051105 payElsewhere : ( { formattedAmount} : SettleExpensifyCardParams ) => ( formattedAmount ? `Betaal ${ formattedAmount } ergens anders` : `Betaal elders` ) ,
11061106 nextStep : 'Volgende stappen' ,
11071107 finished : 'Voltooid' ,
1108+ flip : 'Omdraaien' ,
11081109 sendInvoice : ( { amount} : RequestAmountParams ) => `Verstuur ${ amount } factuur` ,
11091110 submitAmount : ( { amount} : RequestAmountParams ) => `Dien ${ amount } in` ,
11101111 expenseAmount : ( { formattedAmount, comment} : RequestedAmountMessageParams ) => `${ formattedAmount } ${ comment ? `voor ${ comment } ` : '' } ` ,
Original file line number Diff line number Diff line change @@ -1119,6 +1119,7 @@ const translations = {
11191119 payElsewhere : ( { formattedAmount} : SettleExpensifyCardParams ) => ( formattedAmount ? `Zap\u0142a\u0107 ${ formattedAmount } gdzie indziej` : `Zap\u0142a\u0107 gdzie indziej` ) ,
11201120 nextStep : 'Nast\u0119pne kroki' ,
11211121 finished : 'Zako\u0144czono' ,
1122+ flip : 'Odwr\u00F3\u0107' ,
11221123 sendInvoice : ( { amount} : RequestAmountParams ) => `Wy\u015Blij faktur\u0119 na kwot\u0119 ${ amount } ` ,
11231124 submitAmount : ( { amount} : RequestAmountParams ) => `Prze\u015Blij ${ amount } ` ,
11241125 expenseAmount : ( { formattedAmount, comment} : RequestedAmountMessageParams ) => `${ formattedAmount } ${ comment ? `dla ${ comment } ` : '' } ` ,
Original file line number Diff line number Diff line change @@ -1111,6 +1111,7 @@ const translations = {
11111111 payElsewhere: ({formattedAmount}: SettleExpensifyCardParams) => (formattedAmount ? `Pague ${formattedAmount} em outro lugar` : `Pague em outro lugar`),
11121112 nextStep: 'Pr\u00F3ximos passos',
11131113 finished: 'Conclu\u00EDdo',
1114+ flip: 'Inverter',
11141115 sendInvoice: ({amount}: RequestAmountParams) => `Enviar fatura de ${amount}`,
11151116 submitAmount: ({amount}: RequestAmountParams) => `Enviar ${amount}`,
11161117 expenseAmount: ({formattedAmount, comment}: RequestedAmountMessageParams) => `${formattedAmount}${comment ? `para ${comment}` : ''}`,
Original file line number Diff line number Diff line change @@ -1133,6 +1133,7 @@ const translations = {
11331133 formattedAmount ? `\u5728\u5176\u4ED6\u5730\u65B9\u652F\u4ED8${formattedAmount}` : `\u5728\u5176\u4ED6\u5730\u65B9\u652F\u4ED8`,
11341134 nextStep: '\u4E0B\u4E00\u6B65',
11351135 finished: '\u5B8C\u6210',
1136+ flip: '\u7FFB\u8F6C',
11361137 sendInvoice: ({amount}: RequestAmountParams) => `\u53D1\u9001 ${amount} \u53D1\u7968`,
11371138 submitAmount: ({amount}: RequestAmountParams) => `\u63D0\u4EA4 ${amount}`,
11381139 expenseAmount: ({formattedAmount, comment}: RequestedAmountMessageParams) => `${formattedAmount}${comment ? `\u5BF9\u4E8E${comment}` : ''}`,
You can’t perform that action at this time.
0 commit comments