Skip to content

Commit

Permalink
added translated texts
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandrjet committed Aug 30, 2023
1 parent aeb35b0 commit fc167eb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export default {
methods: {
open() {
console.log('open', this.isVisible);
!this.isVisible && this.$bus.$emit('tx-close-all');
this.isVisible = !this.isVisible;
},
Expand Down
10 changes: 5 additions & 5 deletions src/js/i18n/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,12 @@ export default {
error_button: 'Try again',
},

mint: 'Sold',
mint: 'Mint',
sold: 'Sold',
transfer: 'Sold',
burn: 'Sold',
'put-up-for-sale': 'Sold',
'cancel-sale': 'Sold',
transfer: 'Transfer',
burn: 'Burn',
'put-up-for-sale': 'Put up for sale',
'cancel-sale': 'Cancel sale',
},
error: {
redirect_invalid: 'This address in not an NFT',
Expand Down
12 changes: 5 additions & 7 deletions src/js/i18n/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ export default {
from: 'От',
to: 'Кому',
time: 'Время',


},

nfts: {
Expand Down Expand Up @@ -230,12 +228,12 @@ export default {
error_button: 'Повторить',
},

mint: 'Продано',
mint: 'Создано',
sold: 'Продано',
transfer: 'Продано',
burn: 'Продано',
'put-up-for-sale': 'Продано',
'cancel-sale': 'Продано',
transfer: 'Передано',
burn: 'Сожжено',
'put-up-for-sale': 'Выставлено на продажу',
'cancel-sale': 'Снято с продажи',
},
error: {
redirect_invalid: 'Этот адрес не является NFT',
Expand Down

0 comments on commit fc167eb

Please sign in to comment.