Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/gh 1677/shorten russian translations #400

Merged
merged 2 commits into from Jun 21, 2019
Merged
Changes from all commits
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

@@ -1120,7 +1120,7 @@
"message": "Найдено"
},
"drawer_title_enable_anti_tracking": {
"message": "Улучшенный анти-трекинг"
"message": "Супер анти-трекинг"
},
"drawer_tooltip_enable_anti_tracking": {
"message": "Анонимизировать разблокированные и неизвестные трекеры для обеспечения большей защиты браузера. На рисунке показано, сколько измерительных точек было удалено на сайте."
@@ -1135,7 +1135,7 @@
"message": "Анти-трекинг -"
},
"drawer_title_enable_ad_block": {
"message": "Усовершенствованная блокировка рекламы"
"message": "Рекламоблокер++"
},
"drawer_tooltip_enable_ad_block": {
"message": "Выполняет блокировку рекламы на сайтах, которые вы посещаете."
@@ -38,7 +38,7 @@ $cliqz-feature--darker-gray: #a4a4a4;
.CliqzFeature__feature-name {
text-align: center;
font-size: 11px;
line-height: 26px;
line-height: 21px;
font-weight: 600;
transition: color 0.25s ease-out;

@@ -72,7 +72,7 @@
}

.Summary__pageStatsContainer {
margin-bottom: 40px;
margin-bottom: 30px;
}

.Summary__pageStatContainer {
ProTip! Use n and p to navigate between commits in a pull request.