Skip to content

Commit b9341f9

Browse files
committed
feat: translations
1 parent bb7be29 commit b9341f9

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/Translation/locales/es.json

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
},
3131
"expiration": "Vencimiento",
3232
"expiration_placeholder": "Fecha de expiración de esta publicación.",
33+
"fingerprint_changed": "Este {asset_name} ha sido modificado. ",
3334
"insufficient_funds":
3435
"El ofertante no tiene fondos suficientes para pagar la oferta.",
3536
"list_asset": "Haz una oferta por el {asset_name}",

src/Translation/locales/fr.json

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
},
3333
"expiration": "Expiration",
3434
"expiration_placeholder": "Date d'expiration pour cette publication",
35+
"fingerprint_changed": "Ce {asset_name} a été modifié. ",
3536
"insufficient_funds":
3637
"Le soumissionnaire n'a pas suffisamment de fonds pour payer pour la soumission",
3738
"list_asset": "Placer une offre pour le {asset_name}",

src/Translation/locales/ja.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
},
3030
"expiration": "有効期限",
3131
"expiration_placeholder": "この出版物の有効期限",
32+
"fingerprint_changed": "この{asset_name}は修正されました。",
3233
"insufficient_funds": "入札者が入札のために支払うには資金が足りない",
3334
"list_asset": "{asset_name}に入札する",
3435
"not_enough": "あなたのアカウントに十分なMANAがありません",

src/Translation/locales/ko.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
},
3030
"expiration": "만료",
3131
"expiration_placeholder": "이 발행물의 만료일",
32+
"fingerprint_changed": "이 {asset_name}가 수정되었습니다. ",
3233
"insufficient_funds": "입찰자가 입찰 비용을 지불하기에 부족합니다.",
3334
"list_asset": "{asset_name}에 입찰하기",
3435
"not_enough": "계정에 MANA가 충분하지 않습니다.",

src/Translation/locales/zh.json

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
},
2828
"expiration": "呼气",
2929
"expiration_placeholder": "本出版物的截止日期",
30+
"fingerprint_changed": "此{asset_name}已被修改。",
3031
"insufficient_funds": "投标人没有足够的资金来支付投标费用",
3132
"list_asset": "对{asset_name}进行出价",
3233
"not_enough": "您的帐户中没有足够的MANA",

0 commit comments

Comments
 (0)