Skip to content

Commit fc167eb

Browse files
committed
added translated texts
1 parent aeb35b0 commit fc167eb

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

src/js/components/anonNumber/historyTable/historyRow/HistoryRow.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ export default {
9999
100100
methods: {
101101
open() {
102-
console.log('open', this.isVisible);
103102
!this.isVisible && this.$bus.$emit('tx-close-all');
104103
this.isVisible = !this.isVisible;
105104
},

src/js/i18n/en.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,12 @@ export default {
228228
error_button: 'Try again',
229229
},
230230

231-
mint: 'Sold',
231+
mint: 'Mint',
232232
sold: 'Sold',
233-
transfer: 'Sold',
234-
burn: 'Sold',
235-
'put-up-for-sale': 'Sold',
236-
'cancel-sale': 'Sold',
233+
transfer: 'Transfer',
234+
burn: 'Burn',
235+
'put-up-for-sale': 'Put up for sale',
236+
'cancel-sale': 'Cancel sale',
237237
},
238238
error: {
239239
redirect_invalid: 'This address in not an NFT',

src/js/i18n/ru.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ export default {
9696
from: 'От',
9797
to: 'Кому',
9898
time: 'Время',
99-
100-
10199
},
102100

103101
nfts: {
@@ -230,12 +228,12 @@ export default {
230228
error_button: 'Повторить',
231229
},
232230

233-
mint: 'Продано',
231+
mint: 'Создано',
234232
sold: 'Продано',
235-
transfer: 'Продано',
236-
burn: 'Продано',
237-
'put-up-for-sale': 'Продано',
238-
'cancel-sale': 'Продано',
233+
transfer: 'Передано',
234+
burn: 'Сожжено',
235+
'put-up-for-sale': 'Выставлено на продажу',
236+
'cancel-sale': 'Снято с продажи',
239237
},
240238
error: {
241239
redirect_invalid: 'Этот адрес не является NFT',

0 commit comments

Comments
 (0)