Skip to content

Commit 1c047df

Browse files
committed
fix: add pr4 translations manually
1 parent d7e1ed3 commit 1c047df

7 files changed

Lines changed: 35 additions & 0 deletions

File tree

apps/evm/src/libs/translations/translations/en.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2189,5 +2189,10 @@
21892189
"submitButton": "Withdraw"
21902190
},
21912191
"withdrawTabTitle": "Withdraw"
2192+
},
2193+
"yieldPlus": {
2194+
"operationForm": {
2195+
"invalidLiquidationPrice": "N/A"
2196+
}
21922197
}
21932198
}

apps/evm/src/libs/translations/translations/ja.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2188,5 +2188,10 @@
21882188
"submitButton": "引き出す"
21892189
},
21902190
"withdrawTabTitle": "引き出す"
2191+
},
2192+
"yieldPlus": {
2193+
"operationForm": {
2194+
"invalidLiquidationPrice": "該当なし"
2195+
}
21912196
}
21922197
}

apps/evm/src/libs/translations/translations/th.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2188,5 +2188,10 @@
21882188
"submitButton": "ถอน"
21892189
},
21902190
"withdrawTabTitle": "ถอน"
2191+
},
2192+
"yieldPlus": {
2193+
"operationForm": {
2194+
"invalidLiquidationPrice": "ไม่มี"
2195+
}
21912196
}
21922197
}

apps/evm/src/libs/translations/translations/tr.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2189,5 +2189,10 @@
21892189
"submitButton": "Çek"
21902190
},
21912191
"withdrawTabTitle": "Çek"
2192+
},
2193+
"yieldPlus": {
2194+
"operationForm": {
2195+
"invalidLiquidationPrice": "Yok"
2196+
}
21922197
}
21932198
}

apps/evm/src/libs/translations/translations/vi.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2188,5 +2188,10 @@
21882188
"submitButton": "Rút"
21892189
},
21902190
"withdrawTabTitle": "Rút"
2191+
},
2192+
"yieldPlus": {
2193+
"operationForm": {
2194+
"invalidLiquidationPrice": "Không áp dụng"
2195+
}
21912196
}
21922197
}

apps/evm/src/libs/translations/translations/zh-Hans.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2188,5 +2188,10 @@
21882188
"submitButton": "取款"
21892189
},
21902190
"withdrawTabTitle": "取款"
2191+
},
2192+
"yieldPlus": {
2193+
"operationForm": {
2194+
"invalidLiquidationPrice": "不适用"
2195+
}
21912196
}
21922197
}

apps/evm/src/libs/translations/translations/zh-Hant.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2188,5 +2188,10 @@
21882188
"submitButton": "提取"
21892189
},
21902190
"withdrawTabTitle": "提取"
2191+
},
2192+
"yieldPlus": {
2193+
"operationForm": {
2194+
"invalidLiquidationPrice": "不適用"
2195+
}
21912196
}
21922197
}

0 commit comments

Comments
 (0)