Add ru locale

This commit is contained in:
Ildar Kamalov
2018-11-19 19:23:57 +03:00
parent 3779407291
commit 1ae6af44d1
6 changed files with 163 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ class UserRules extends Component {
<code> @@||example.org^</code> - { t('example_meaning_filter_whitelist') }
</li>
<li>
<code>127.0.0.1 example.org</code> - { t('example_comment') }
<code>127.0.0.1 example.org</code> - { t('example_meaning_host_block') }
</li>
<li>
<code>{ t('example_comment') }</code> - { t('example_comment_meaning') }

View File

@@ -61,7 +61,7 @@ class Filters extends Component {
accessor: 'url',
Cell: ({ value }) => (<span title={ this.props.t('delete_table_action') } className='remove-icon fe fe-trash-2' onClick={() => this.props.removeFilter(value)}/>),
className: 'text-center',
width: 75,
width: 80,
sortable: false,
},
];

View File

@@ -50,5 +50,5 @@
}
.tooltip-custom--narrow:before {
width: 206px;
width: 220px;
}