From a4be5beeed6b18446e5cd5fc2c6cd50c75c0f658 Mon Sep 17 00:00:00 2001 From: r35p3ct Date: Sun, 25 May 2014 03:36:39 +0400 Subject: [PATCH] Added translation --- _locales/ru/messages.json | 42 +++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/_locales/ru/messages.json b/_locales/ru/messages.json index 13c703b..74ceaa6 100644 --- a/_locales/ru/messages.json +++ b/_locales/ru/messages.json @@ -566,7 +566,7 @@ "aboutUserDataHeader" : { - "message": "Ваши данные", + "message": "Ваши настройки", "description": "English: Your data" }, "aboutUserDataBackupButton" : { @@ -578,11 +578,11 @@ "description": "English: Restore all..." }, "aboutUserDataOr" : { - "message": "... or ...", + "message": "... или ...", "description": "English: ... or ..." }, "aboutUserDataResetButton" : { - "message": "Start from scratch...", + "message": "Запустить настройку с нуля...", "description": "English: Start from scratch..." }, "aboutUserDataRestoreConfirm" : { @@ -636,75 +636,75 @@ "setupPagePrompt" : { - "message": "

HTTP Switchboard is highly configurable: it can be set anywhere between “blocking everything” and “block nothing”.

The higher the security, the more likely web pages will be “broken”, i.e. will not render and/or behave as intended. Thus, higher security also means more intervention required from the user in order to “unbreak” those web pages which a user trust.

Here you can pick a profile which best matches how you plan to use HTTP Switchboard. Consider these a starting point, as you can customize at will afterward.", + "message": "

HTTP Switchboard можно гибко настроить: в любом месте можно уставновить “блокирование всего” и “ничего не блокировать”.

Чем выше безопасность, тем больше вероятность “поломки” сайтов, это означает, что сайт будет загружаться не полностью или вести себя не так, как задумавал создатель. Поэтому скорее всего потребуется вмешательство пользователя, чтобы “починить” эти страницы, которым пользователь доверяет, разрешив в матрице данные необходимые для нормальной работы сайта.

Здесь вы можете выбрать готовый профиль, как будет работать HTTP Switchboard. Можно считать это начальной настройкой т.к. дальше их можно дополнять для конкретных сайтов отдельно.", "description": "Appears at the top of the setup page" }, "setupBlockAllAllowExceptionally" : { - "message": "Block all / allow exceptionally", + "message": "Блокировать все / разрешать исключения", "description": "English: Block all / allow exceptionally" }, "setupAllowAllBlockExceptionally" : { - "message": "Allow all / block exceptionally", + "message": "Разрешить все / блокировать исключения", "description": "English: Allow all / block exceptionally" }, "setupAdBlocker" : { - "message": "Ad blocker-like", + "message": "Как блокировщик рекламы", "description": "English: Ad blocker-like" }, "setupNoScript" : { - "message": "NoScript-like", + "message": "Как блокировщик скриптов", "description": "English: NoScript-like" }, "setupRequestPolicy" : { - "message": "RequestPolicy-like", + "message": "Как политика запросов", "description": "English: RequestPolicy-like" }, "setupBlockNothingReportAll" : { - "message": "Block nothing / report everything", + "message": "Ничего не блокировать / докладывать обо всем", "description": "English: Block nothing / report everything" }, "setupSecurity" : { - "message": "Security:", + "message": "Безопасность:", "description": "English: Security:" }, "setupBreakage" : { - "message": "Breakage:", + "message": "Вероятность неправильного отображения сайта::", "description": "English: Breakage:" }, "setupVeryHigh" : { - "message": "very high", + "message": "очень высокая", "description": "English: very high" }, "setupHigh" : { - "message": "high", + "message": "высокая", "description": "English: high" }, "setupMediumHigh" : { - "message": "medium high", + "message": "выше среднего", "description": "English: medium high" }, "setupMedium" : { - "message": "medium", + "message": "средняя", "description": "English: medium" }, "setupMediumLow" : { - "message": "medium low", + "message": "ниже среднего", "description": "English: medium low" }, "setupLow" : { - "message": "low", + "message": "низкая", "description": "English: low" }, "setupVeryLow" : { - "message": "very low", + "message": "очень низкая", "description": "English: very low" }, "setupNone" : { - "message": "none", + "message": "ни влияет", "description": "English: none" }, "setupRestoreConfirm" : { - "message": "All your settings and rules will be overwritten\nand HTTP Switchboard will restart.\n\nOverwrite all existing data?", + "message": "Все ваши правила и настройки будут перезаписаны\nи HTTP Switchboard перезапустится.\n\nПерезаписать существующие настройки?", "description": "English: All your settings and rules will be overwritten\nand HTTP Switchboard will restart.\n\nOverwrite all existing data?" },