Skip to content

Commit

Permalink
ru text
Browse files Browse the repository at this point in the history
  • Loading branch information
2z2z2z committed Apr 13, 2023
1 parent 09d49fb commit f75b565
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions lang/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ export default {
'giveaway-programs': 'Лотереи',

'cam-allow': 'Разрешите доступ к камере',

'confirm-logout-title': 'Вы действительно хотите выйти?',
},
topup: {
'title': 'Пополнить баланс',
Expand Down Expand Up @@ -746,4 +748,8 @@ export default {
'join-conversation': 'Вступить в группу',
'game-community': 'Сообщество игры',
},
'deposit-p2p': {
'title': 'Пополнение с карты',
'description': 'Выберите токен, который хотите купить',
},
};
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ export default {
<div class="u-cell u-cell--medium--1-2 u-cell--large--1-3 card-wrap-cell" v-for="card in earnBeeList" :key="card.action">
<Card :card="card" v-if="card.action"/>
</div>
<div class="u-cell u-cell--medium--1-2 u-cell--large--1-3 card-wrap-cell">
<!--<div class="u-cell u-cell--medium--1-2 u-cell--large--1-3 card-wrap-cell">
<div class="card card--action card--invert card--twitter card__content--small">
<CardHead :card="$options.TWITTER_CARD_HEAD"/>
<p class="card__action-description">{{ $td('Earn BEE by retweeting and liking on Twitter! Proceed to Telegram-bot for further instructions.', 'index.card-twitter-description') }}</p>
<a class="button button--full u-mt-10" href="https://t.me/MinterContestBot" target="_blank">{{ $td('Share to earn', 'index.card-twitter-button') }}</a>
</div>
</div>
</div>-->

<!-- Other earning options -->
<template v-if="isShowOtherEarnOptions">
Expand Down

0 comments on commit f75b565

Please sign in to comment.