Skip to content

Commit

Permalink
Added previous dispute status message in other languages (in english)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmus committed Aug 20, 2024
1 parent fe0d81c commit 8bae7fe
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions locales/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ buy_sats: Kaufe Sats
order_detail: |
Id: `${order._id}`
Status previous to dispute: ${previousDisputeStatus}
Status: ${status}
Ersteller: @${creator || ''}
Expand Down
2 changes: 2 additions & 0 deletions locales/fa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ buy_sats: خرید ساتوشی
order_detail: |
ID: `${order._id}`
Status previous to dispute: ${previousDisputeStatus}
Status: ${status}
Creator: @${creator || ''}
Expand Down
2 changes: 2 additions & 0 deletions locales/fr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ buy_sats: Achète des satoshis
order_detail: |
ID : `${order._id}`
Situation antérieure au litige: ${previousDisputeStatus}
Statut : ${status}
Créateur : @${creator || ''}
Expand Down
2 changes: 2 additions & 0 deletions locales/it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ buy_sats: Compra satoshis
order_detail: |
Id: `${order._id}`
Stato precedente alla controversia: ${previousDisputeStatus}
Stato: ${status}
Creato da: @${creator || ''}
Expand Down
2 changes: 2 additions & 0 deletions locales/ko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ buy_sats: 비트코인 구매
order_detail: |
ID: `${order._id}`
Status previous to dispute: ${previousDisputeStatus}
상태: ${status}
생성자: @${creator || ''}
Expand Down
2 changes: 2 additions & 0 deletions locales/pt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ buy_sats: Compre Satoshis
order_detail: |
Id: `${order._id}`
Situação anterior ao litígio: ${previousDisputeStatus}
Status: ${status}
Criadora: @${creator || ''}
Expand Down
2 changes: 2 additions & 0 deletions locales/ru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ sell_sats: Продать сатоши
buy_sats: Купить сатоши
order_detail: |
Id: `${order._id}`
Status previous to dispute: ${previousDisputeStatus}
Статус: ${status}
Expand Down
2 changes: 2 additions & 0 deletions locales/uk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ sell_sats: Продати сатоші
buy_sats: Купити сатоші
order_detail: |
Id: `${order._id}`
Status previous to dispute: ${previousDisputeStatus}
Статус: ${status}
Expand Down

0 comments on commit 8bae7fe

Please sign in to comment.