Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/MoneyRequestView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ function MoneyRequestView({
dateDescription += ` ${CONST.DOT_SEPARATOR} ${translate('iou.posted')} ${transactionPostedDate}`;
}
if (formattedOriginalAmount) {
amountDescription += ` ${CONST.DOT_SEPARATOR} ${translate('iou.original')} ${formattedOriginalAmount}`;
amountDescription += ` ${CONST.DOT_SEPARATOR} ${translate('iou.purchase')} ${formattedOriginalAmount}`;
}
if (isCancelled) {
amountDescription += ` ${CONST.DOT_SEPARATOR} ${translate('iou.canceled')}`;
Expand Down
2 changes: 1 addition & 1 deletion src/languages/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ const translations: TranslationDeepObject<typeof en> = {
approved: 'Genehmigt',
cash: 'Barzahlung',
card: 'Karte',
original: 'Original',
purchase: 'Kauf',
split: 'Aufteilen',
splitExpense: 'Ausgabe aufteilen',
splitDates: 'Geteilte Daten',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ const translations = {
approved: 'Approved',
cash: 'Cash',
card: 'Card',
original: 'Original',
purchase: 'Purchase',
split: 'Split',
splitExpense: 'Split expense',
splitDates: 'Split dates',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ const translations: TranslationDeepObject<typeof en> = {
approved: 'Aprobado',
cash: 'Efectivo',
card: 'Tarjeta',
original: 'Original',
purchase: 'Compra',
split: 'Dividir',
splitExpense: 'Dividir gasto',
splitDates: 'Fechas de división',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ const translations: TranslationDeepObject<typeof en> = {
approved: 'Approuvé',
cash: 'Espèces',
card: 'Carte',
original: 'Original',
purchase: 'Achat',
split: 'Diviser',
splitExpense: 'Fractionner la dépense',
splitDates: 'Diviser les dates',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ const translations: TranslationDeepObject<typeof en> = {
approved: 'Approvato',
cash: 'Contanti',
card: 'Carta',
original: 'Originale',
purchase: 'Acquisto',
split: 'Dividi',
splitExpense: 'Dividi spesa',
splitDates: 'Date divise',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ const translations: TranslationDeepObject<typeof en> = {
approved: '承認済み',
cash: '現金',
card: 'カード',
original: '元の値',
purchase: '購入',
split: '分割',
splitExpense: '経費を分割',
splitDates: '日付を分割',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ const translations: TranslationDeepObject<typeof en> = {
approved: 'Goedgekeurd',
cash: 'Contant',
card: 'Kaart',
original: 'Origineel',
purchase: 'Aankoop',
split: 'Splitsen',
splitExpense: 'Uitgave splitsen',
splitDates: 'Datums splitsen',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/pl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ const translations: TranslationDeepObject<typeof en> = {
approved: 'Zatwierdzono',
cash: 'Gotówka',
card: 'Karta',
original: 'Oryginał',
purchase: 'Zakup',
split: 'Podziel',
splitExpense: 'Podziel wydatek',
splitDates: 'Podziel daty',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/pt-BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ const translations: TranslationDeepObject<typeof en> = {
approved: 'Aprovado',
cash: 'Dinheiro',
card: 'Cartão',
original: 'Original',
purchase: 'Compra',
split: 'Dividir',
splitExpense: 'Dividir despesa',
splitDates: 'Dividir datas',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/zh-hans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ const translations: TranslationDeepObject<typeof en> = {
approved: '已批准',
cash: '现金',
card: '卡片',
original: '原始',
purchase: '购买',
split: '拆分',
splitExpense: '拆分报销',
splitDates: '拆分日期',
Expand Down
Loading