summaryrefslogtreecommitdiffstats
path: root/l10n-ru/devtools/startup
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--l10n-ru/devtools/startup/aboutDevTools.ftl54
-rw-r--r--l10n-ru/devtools/startup/key-shortcuts.properties67
-rw-r--r--l10n-ru/devtools/startup/startup.properties8
3 files changed, 129 insertions, 0 deletions
diff --git a/l10n-ru/devtools/startup/aboutDevTools.ftl b/l10n-ru/devtools/startup/aboutDevTools.ftl
new file mode 100644
index 0000000000..195dec8bdf
--- /dev/null
+++ b/l10n-ru/devtools/startup/aboutDevTools.ftl
@@ -0,0 +1,54 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+head-title = Об Инструментах разработчика
+enable-title = Включить Инструменты разработчика
+enable-inspect-element-title = Включить Инструменты разработчика для использования Инспектора элементов
+enable-inspect-element-message = Просмотр и редактирование HTML и CSS помощью Инспектора из Инструментов разработчика.
+enable-about-debugging-message = Разработка и отладка WebExtensions, Web worker'ов, Service worker'ов и много другого в Инструментах разработчика.
+enable-key-shortcut-message = Вы активировали ярлык Инструментов разработчика. Если вы ошиблись, то можете закрыть эту вкладку.
+enable-menu-message = Улучшите HTML, CSS и JavaScript своего веб-сайта, используя инструменты, такие как Инспектор и Отладчик.
+enable-common-message = Инструменты разработчика по умолчанию отключены, что даёт вам лучший контроль над браузером.
+enable-learn-more-link = Подробнее об Инструментах разработчика
+enable-enable-button = Включить Инструменты разработчика
+enable-close-button = Закрыть эту вкладку
+welcome-title = Добро пожаловать в Инструменты разработчика!
+newsletter-title = Новостная рассылка для разработчиков от Mozilla
+newsletter-message = Получайте новости от разработчиков, советы и ресурсы, отправляемые прямо к вам в почтовый ящик.
+newsletter-email-placeholder =
+ .placeholder = Эл. почта
+newsletter-privacy-label = Я соглашаюсь с тем, как Mozilla обращается с моей информацией, согласно <a data-l10n-name="privacy-policy">Политике приватности</a>.
+newsletter-subscribe-button = Подписаться
+newsletter-thanks-title = Спасибо!
+newsletter-thanks-message = Если вы ранее не подтверждали подписку на новостные рассылки Mozilla, то вам может понадобится сделать это. Пожалуйста, проверьте вашу папку "Входящие" или "Спам" на наличие письма от нас.
+footer-title = Firefox Developer Edition
+footer-message = Ищете не только Инструменты разработчика? Испытайте браузер Firefox, построенный специально для разработчиков и современных рабочих процессов.
+footer-learn-more-link = Подробнее
+features-learn-more = Подробнее
+features-inspector-title = Инспектор
+features-inspector-desc = Изучайте и совершенствуйте код, чтобы создавать попиксельно-идеальные макеты. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-console-title = Консоль
+features-console-desc = Отлаживайте CSS, JavaScript, а также проблемы с сетью и безопасностью. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-debugger-title = Отладчик
+features-debugger-desc = Мощный отладчик JavaScript с поддержкой вашего любимого фреймворка. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-network-title = Сеть
+features-network-desc = Контролируйте сетевые запросы, которые могут замедлить или заблокировать ваш сайт. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-storage-title = Хранилище
+features-storage-desc = Добавляйте, редактируйте и удаляйте кэш, куки, базы данных и данные сессий. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-responsive-title = Режим адаптивного дизайна
+features-responsive-desc = Тестируйте сайты на эмулируемых устройствах в вашем браузере. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-visual-editing-title = Визуальное редактирование
+features-visual-editing-desc = Точная настройка анимаций, выравнивания и отступов. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-performance-title = Производительность
+features-performance-desc = Разблокируйте узкие места, обеспечьте упрощение процессов и оптимизируйте производительность. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-memory-title = Память
+features-memory-desc = Находите утечки памяти и уменьшите её потребление вашим приложением. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+# Variables:
+# $errorDescription (String) - The error that occurred e.g. 404 - Not Found
+newsletter-error-common = Не удалось сделать запрос на подписку ({ $errorDescription }).
+newsletter-error-unknown = Произошла непредвиденная ошибка.
+newsletter-error-timeout = Время ожидания ответа на запрос на подписку истекло.
+# Variables:
+# $shortcut (String) - The keyboard shortcut used for the tool
+welcome-message = Вы успешно включили Инструменты разработчика! Чтобы начать работу, откройте меню Веб-разработки или откройте инструменты через { $shortcut }.
diff --git a/l10n-ru/devtools/startup/key-shortcuts.properties b/l10n-ru/devtools/startup/key-shortcuts.properties
new file mode 100644
index 0000000000..a5bdf43188
--- /dev/null
+++ b/l10n-ru/devtools/startup/key-shortcuts.properties
@@ -0,0 +1,67 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# LOCALIZATION NOTE (toggleToolbox.commandkey):
+# Key pressed to open a toolbox with the default panel selected
+toggleToolbox.commandkey=I
+
+# LOCALIZATION NOTE (toggleToolboxF12.commandkey):
+# Alternative key pressed to open a toolbox with the default panel selected
+toggleToolboxF12.commandkey=VK_F12
+
+# LOCALIZATION NOTE (browserToolbox.commandkey):
+# Key pressed to open the Browser Toolbox, used for debugging Firefox itself
+browserToolbox.commandkey=I
+
+# LOCALIZATION NOTE (browserConsole.commandkey):
+# Key pressed to open the Browser Console, used for debugging Firefox itself
+browserConsole.commandkey=J
+
+# LOCALIZATION NOTE (responsiveDesignMode.commandkey):
+# Key pressed to toggle on the Responsive Design Mode
+responsiveDesignMode.commandkey=M
+
+# LOCALIZATION NOTE (inspector.commandkey):
+# Key pressed to open a toolbox with the inspector panel selected
+inspector.commandkey=C
+
+# LOCALIZATION NOTE (webconsole.commandkey):
+# Key pressed to open a toolbox with the web console panel selected
+webconsole.commandkey=K
+
+# LOCALIZATION NOTE (jsdebugger.commandkey2):
+# Key pressed to open a toolbox with the debugger panel selected
+jsdebugger.commandkey2=Z
+
+# LOCALIZATION NOTE (netmonitor.commandkey):
+# Key pressed to open a toolbox with the network monitor panel selected
+netmonitor.commandkey=E
+
+# LOCALIZATION NOTE (styleeditor.commandkey):
+# Key pressed to open a toolbox with the style editor panel selected
+styleeditor.commandkey=VK_F7
+
+# LOCALIZATION NOTE (performance.commandkey):
+# Key pressed to open a toolbox with the performance panel selected
+performance.commandkey=VK_F5
+
+# LOCALIZATION NOTE (storage.commandkey):
+# Key pressed to open a toolbox with the storage panel selected
+storage.commandkey=VK_F9
+
+# LOCALIZATION NOTE (dom.commandkey):
+# Key pressed to open a toolbox with the DOM panel selected
+dom.commandkey=W
+
+# LOCALIZATION NOTE (accessibilityF12.commandkey):
+# Key pressed to open a toolbox with the accessibility panel selected
+accessibilityF12.commandkey=VK_F12
+
+# LOCALIZATION NOTE (profilerStartStop.commandkey):
+# Key pressed to start or stop the performance profiler
+profilerStartStop.commandkey=VK_1
+
+# LOCALIZATION NOTE (profilerCapture.commandkey):
+# Key pressed to capture a recorded performance profile
+profilerCapture.commandkey=VK_2
diff --git a/l10n-ru/devtools/startup/startup.properties b/l10n-ru/devtools/startup/startup.properties
new file mode 100644
index 0000000000..a0e15093db
--- /dev/null
+++ b/l10n-ru/devtools/startup/startup.properties
@@ -0,0 +1,8 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# LOCALIZATION NOTE (enableDevTools.label):
+# Label for the menu item displayed in Tools > Developer Tools when DevTools are disabled.
+enableDevTools.label=Включить инструменты разработчика…
+enableDevTools.accesskey=ю