Skip to content

Commit

Permalink
Update ko.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Whitebear7 authored Jun 3, 2024
1 parent 4d5c110 commit 3b5df4f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions contribution/lang/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@
"eng": "there is currently no items on sale for this category"
},
"pricePerPiece": {
"trans": "품목 당",
"trans": "개당",
"eng": "per item"
},
"purchase": {
Expand Down Expand Up @@ -1739,17 +1739,17 @@
"price",
"amount"
],
"trans": "${price} ${amount} 조각에 대한 조각 당 btc",
"trans": "${amount}개를 개당 ${price}btc",
"eng": "${price} btc per piece for ${amount} pieces"
}
},
"marketItemSellModal": {
"amountTitle": {
"trans": "시장에 출시 할 수량",
"trans": "시장에 등록 할 수량",
"eng": "Quantity to put on market"
},
"priceTitle": {
"trans": "조각 당 가격",
"trans": "개당 가격",
"eng": "Price per piece"
},
"footer": {
Expand All @@ -1758,11 +1758,11 @@
"quantity",
"totalPrice"
],
"trans": "항목은 조각 당 ${price}에 ${quantity} 조각으로 판매됩니다. 모든 조각이 판매되면 ${totalPrice} 받게됩니다",
"trans": "아이템 ${quantity}개를 개당 ${price}btc로 판매합니다. 모든 아이템이 판매되면 ${totalPrice}btc를 받게됩니다",
"eng": "This item will be sold for ${price} per piece for ${quantity} pieces, if all pieces are sold you will receive ${totalPrice}"
},
"sell": {
"trans": "시장에 품목을 배치하십시오",
"trans": "시장에 아이템 등록",
"eng": "Place Item on Market"
}
},
Expand Down

0 comments on commit 3b5df4f

Please sign in to comment.