Skip to content

Commit

Permalink
fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterHuang committed Dec 1, 2023
1 parent fce5051 commit 73590bd
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
8 changes: 6 additions & 2 deletions contribution/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -749,8 +749,8 @@
"trans": "Quedan ${days} días"
},
"endsIn": {
"eng": "${days} days redeemable window",
"trans": "Ventana de canje de ${days} días"
"eng": "purchasable till ${date}",
"trans": "Disponible para comprar hasta el ${date}"
},
"item": {
"claimed": {
Expand Down Expand Up @@ -778,6 +778,10 @@
"eng": "This item is still pending. Please wait until the next refresh.",
"trans": "Este objeto aún está pendiente. Por favor, espera hasta la próxima actualización."
},
"redeemableWindow": {
"eng": "${days} days redeemable window",
"trans": "Ventana de canje de ${days} días"
},
"timeToNextRefresh": {
"eng": "Time to next refresh",
"trans": "Tiempo hasta la próxima actualización",
Expand Down
8 changes: 6 additions & 2 deletions contribution/id/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -749,8 +749,8 @@
"trans": "${days} hari tersisa"
},
"endsIn": {
"eng": "${days} days redeemable window",
"trans": "Jendela penebusan selama ${days} hari"
"eng": "purchasable till ${date}",
"trans": "dapat dibeli hingga ${date}"
},
"item": {
"claimed": {
Expand Down Expand Up @@ -778,6 +778,10 @@
"eng": "This item is still pending. Please wait until the next refresh.",
"trans": "Item ini masih tertunda. Mohon tunggu hingga refresh berikutnya."
},
"redeemableWindow": {
"eng": "${days} days redeemable window",
"trans": "Jendela penebusan selama ${days} hari"
},
"timeToNextRefresh": {
"eng": "Time to next refresh",
"trans": "Waktu untuk refresh berikutnya",
Expand Down
4 changes: 4 additions & 0 deletions contribution/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,10 @@
"eng": "This item is still pending. Please wait until the next refresh.",
"trans": "このアイテムはまだ保留中です。次の更新までお待ちください。"
},
"redeemableWindow": {
"eng": "${days} days redeemable window",
"trans": "${days}日間の引き換え可能期間"
},
"timeToNextRefresh": {
"eng": "Time to next refresh",
"trans": "次のリフレッシュまでの時間",
Expand Down
4 changes: 4 additions & 0 deletions contribution/ko/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,10 @@
"eng": "This item is still pending. Please wait until the next refresh.",
"trans": "이 아이템은 아직 수령 대기 중입니다. 다음 새로고침까지 기다려주세요."
},
"redeemableWindow": {
"eng": "${days} days redeemable window",
"trans": "${days}일 사용 가능 기간"
},
"timeToNextRefresh": {
"eng": "Time to next refresh",
"trans": "다음 새로고침까지 남은 시간",
Expand Down
4 changes: 4 additions & 0 deletions contribution/ru/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,10 @@
"eng": "This item is still pending. Please wait until the next refresh.",
"trans": "Этот предмет еще не подтвержден. Пожалуйста, подождите до следующего обновления."
},
"redeemableWindow": {
"eng": "${days} days redeemable window",
"trans": "Окно для использования в течение ${days} дней"
},
"timeToNextRefresh": {
"eng": "Time to next refresh",
"trans": "Время до следующего обновления",
Expand Down
8 changes: 6 additions & 2 deletions contribution/zh-TW/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -749,8 +749,8 @@
"trans": "剩餘${days}天"
},
"endsIn": {
"eng": "${days} days redeemable window",
"trans": "${days}天兌換期限"
"eng": "purchasable till ${date}",
"trans": "可購買直到${date}"
},
"item": {
"claimed": {
Expand Down Expand Up @@ -778,6 +778,10 @@
"eng": "This item is still pending. Please wait until the next refresh.",
"trans": "尚未開放,請等待下一次重置。"
},
"redeemableWindow": {
"eng": "${days} days redeemable window",
"trans": "可兌換${days}天期限"
},
"timeToNextRefresh": {
"eng": "Time to next refresh",
"trans": "下次重置時間還有",
Expand Down

0 comments on commit 73590bd

Please sign in to comment.