Skip to content

Commit

Permalink
fix(translations): more translations
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed May 20, 2018
1 parent d3cfbcd commit b3e04f5
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/app/css/izi/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@
}

.search-row {
min-width: 30em !important;
min-width: 26em !important;
}
}
8 changes: 4 additions & 4 deletions src/app/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Header extends React.Component {
<div ref={this.header} className='header'>
<Card className='w100p header-main' style={{position: 'fixed', zIndex: 2}}>
<CardMedia
overlay={<CardTitle className='header-title' title="Yarrr, Landlubbers!" style={{paddingTop: 2}} subtitle={
overlay={<CardTitle className='header-title' title={__('Yarrr, Landlubbers!')} style={{paddingTop: 2}} subtitle={
<div>
<div className='row' style={{position: 'absolute', top: -65}}>
<svg className='clickable'
Expand Down Expand Up @@ -151,9 +151,9 @@ class Header extends React.Component {
</svg>
</div>

Welcome to ROTB! This is file search engine based on the torrents from the internet.
Here you can easily find torrent or file that you intrested for. We are not responsible for any content:
this is only information about content that collected automatically!
{__('Welcome to')} ROTB! {__('This is file search engine based on the torrents from the internet')}.
{__('Here you can easily find torrent or file that you intrested for')}. {__('We are not responsible for any content')}:
{__('this is only information about content that collected automatically')}!
</div>} />}
>
<div className='row header-row' style={{
Expand Down
12 changes: 11 additions & 1 deletion translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,16 @@
"Settings saved": "Settings saved",
"direct": "direct",
"and": "and",
"more": "more"
"more": "more",
"stoped": "stoped",
"too short string for search": "too short string for search",
"Search results for": "Search results for",
"More Files": "More Files",
"Yarrr, Landlubbers!": "Yarrr, Landlubbers!",
"Welcome to": "Welcome to",
"This is file search engine based on the torrents from the internet": "This is file search engine based on the torrents from the internet",
"Here you can easily find torrent or file that you intrested for": "Here you can easily find torrent or file that you intrested for",
"We are not responsible for any content": "We are not responsible for any content",
"this is only information about content that collected automatically": "this is only information about content that collected automatically"
}
}
12 changes: 11 additions & 1 deletion translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,16 @@
"Settings saved": "Настройки сохранены",
"direct": "прямое",
"and": "и",
"more": "больше"
"more": "больше",
"stoped": "остановлено",
"too short string for search": "слишком короткая строка для поиска",
"Search results for": "Поисковые результаты для",
"More Files": "Больше Файлов",
"Yarrr, Landlubbers!": "Аррр, Сухопутные!",
"Welcome to": "Добро пожаловать в",
"This is file search engine based on the torrents from the internet": "Это поисковой движок базирующийся на торрентах из интернета",
"Here you can easily find torrent or file that you intrested for": "Здесь вы можете легко найти интересущий вас торрент или файл",
"We are not responsible for any content": "Мы не несем отвественность за контент",
"this is only information about content that collected automatically": "это лишь информация собранная автоматически"
}
}

0 comments on commit b3e04f5

Please sign in to comment.