# Copyright (C) 2024 This file is copyright: # This file is distributed under the same license as the qmlkonsole package. # # SPDX-FileCopyrightText: 2022, 2024 Alexander Yavorsky # Olesya Gerasimenko , 2022, 2023. msgid "" msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-06-29 00:41+0000\n" "PO-Revision-Date: 2024-01-10 21:55+0300\n" "Last-Translator: Alexander Yavorsky \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Lokalize 23.08.4\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "Александр Яворский, Олеся Герасименко" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr "kekcuha@gmail.com, translation-team@basealt.ru" #: contents/ui/main.qml:15 #, kde-format msgid "Terminal" msgstr "Терминал" #: contents/ui/SavedCommandsDialog.qml:19 #, kde-format msgctxt "@title:window" msgid "Saved Commands" msgstr "Сохранённые команды" #: contents/ui/SavedCommandsDialog.qml:26 #, kde-format msgid "Configure" msgstr "Настроить" #: contents/ui/SavedCommandsDialog.qml:34 contents/ui/TerminalPage.qml:400 #, kde-format msgid "Close" msgstr "Закрыть" #: contents/ui/SavedCommandsDialog.qml:53 #: contents/ui/SavedCommandsSettings.qml:51 #, kde-format msgid "No saved commands" msgstr "Нет ни одной сохранённой команды" #: contents/ui/SavedCommandsDialog.qml:54 #: contents/ui/SavedCommandsSettings.qml:52 #, kde-format msgid "Save commands to quickly run them without typing them out." msgstr "" "Сохраняйте команды, чтобы быстро запускать их без набора на клавиатуре." #: contents/ui/SavedCommandsSettings.qml:18 #, kde-format msgid "Saved Commands" msgstr "Сохранённые команды" #: contents/ui/SavedCommandsSettings.qml:25 #: contents/ui/SavedCommandsSettings.qml:96 #, kde-format msgid "Add Command" msgstr "Добавить команду" #: contents/ui/SavedCommandsSettings.qml:30 #, kde-format msgid "Edit" msgstr "Изменить" #: contents/ui/SavedCommandsSettings.qml:56 #, kde-format msgid "Add command" msgstr "Добавить команду" #: contents/ui/SavedCommandsSettings.qml:87 #, kde-format msgid "Command %1 removed" msgstr "Команда %1 удалена" #: contents/ui/SettingsComponent.qml:35 #, kde-format msgid "General" msgstr "Общие" #: contents/ui/SettingsComponent.qml:44 #, kde-format msgid "About" msgstr "О программе" #: contents/ui/SettingsComponent.qml:55 #, kde-format msgid "Appearance" msgstr "Внешний вид" #: contents/ui/SettingsComponent.qml:64 #, kde-format msgid "Color scheme" msgstr "Цветовая схема" #: contents/ui/SettingsComponent.qml:96 contents/ui/SettingsComponent.qml:110 #, kde-format msgid "Font Family" msgstr "Гарнитура шрифта" #: contents/ui/SettingsComponent.qml:143 #, kde-format msgctxt "@title:window" msgid "Pick font" msgstr "Выбор шрифта" #: contents/ui/SettingsComponent.qml:207 #, kde-format msgid "Font Size" msgstr "Размер шрифта" #: contents/ui/SettingsComponent.qml:232 #, kde-format msgid "Window Transparency" msgstr "Прозрачность окна" #: contents/ui/SettingsComponent.qml:270 #, kde-format msgid "Blur Background" msgstr "Размытие фона" #: contents/ui/SettingsDialog.qml:17 contents/ui/SettingsPage.qml:16 #: contents/ui/TerminalPage.qml:249 #, kde-format msgid "Settings" msgstr "Параметры" #: contents/ui/TerminalKeyToolBar.qml:72 #, kde-format msgctxt "Control Key (should match the key on the keyboard of the locale)" msgid "Ctrl" msgstr "Ctrl" #: contents/ui/TerminalKeyToolBar.qml:90 #, kde-format msgctxt "Alt Key (should match the key on the keyboard of the locale)" msgid "Alt" msgstr "Alt" #: contents/ui/TerminalKeyToolBar.qml:106 #, kde-format msgctxt "Escape key (should match the key on the keyboard of the locale)" msgid "Esc" msgstr "Esc" #: contents/ui/TerminalKeyToolBar.qml:113 #, kde-format msgctxt "" "Tab character key (should match the key on the keyboard of the locale)" msgid "Tab" msgstr "Tab" #: contents/ui/TerminalKeyToolBar.qml:163 #, kde-format msgid "Toggle Virtual Keyboard" msgstr "Виртуальная клавиатура" #: contents/ui/TerminalPage.qml:149 #, kde-format msgctxt "@action:intoolbar" msgid "New Tab" msgstr "Новая вкладка" #: contents/ui/TerminalPage.qml:159 #, kde-format msgctxt "@action:intoolbar" msgid "Saved Commands" msgstr "Сохранённые команды" #: contents/ui/TerminalPage.qml:166 #, kde-format msgid "reverse-i-search" msgstr "Обратный поиск" #: contents/ui/TerminalPage.qml:175 #, kde-format msgid "Cancel current command" msgstr "Отменить текущую команду" #: contents/ui/TerminalPage.qml:184 #, kde-format msgid "Send EOF" msgstr "Отправить EOF" #: contents/ui/TerminalPage.qml:193 #, kde-format msgid "Cursor to line start" msgstr "Курсор в начало строки" #: contents/ui/TerminalPage.qml:202 #, kde-format msgid "Cursor to line end" msgstr "Курсор в конец строки" #: contents/ui/TerminalPage.qml:211 #, kde-format msgid "Kill to line end" msgstr "Стереть до конца строки" #: contents/ui/TerminalPage.qml:220 #, kde-format msgid "Paste from kill buffer" msgstr "Вставить из буфера стирания" #: contents/ui/TerminalPage.qml:229 #, kde-format msgid "Copy" msgstr "Копировать" #: contents/ui/TerminalPage.qml:240 #, kde-format msgid "Paste" msgstr "Вставить" #: contents/ui/TerminalPage.qml:307 #, kde-format msgctxt "@title:window" msgid "Confirm closing %1" msgstr "Подтверждение закрытия %1" #: contents/ui/TerminalPage.qml:323 #, kde-format msgid "" "A process is currently running in this tab. Are you sure you want to close " "it?" msgstr "На этой вкладке выполняется процесс. Закрыть её?" #: contents/ui/TerminalPage.qml:333 #, fuzzy, kde-format #| msgctxt "@title:window" #| msgid "Confirm closing %1" msgctxt "@title:window" msgid "Confirm closing window" msgstr "Подтверждение закрытия %1" #: contents/ui/TerminalPage.qml:346 #, fuzzy, kde-format #| msgid "" #| "A process is currently running in this tab. Are you sure you want to " #| "close it?" msgid "" "There are processes currently running in this window. Are you sure you want " "to close it?" msgstr "На этой вкладке выполняется процесс. Закрыть её?" #: contents/ui/TerminalPage.qml:347 #, fuzzy, kde-format #| msgid "" #| "A process is currently running in this tab. Are you sure you want to " #| "close it?" msgid "" "A process is currently running in this window. Are you sure you want to " "close it?" msgstr "На этой вкладке выполняется процесс. Закрыть её?" #: contents/ui/TerminalPage.qml:354 #, kde-format msgctxt "@title:window" msgid "Select Tab" msgstr "Выбор вкладки" #: contents/ui/TerminalPage.qml:413 #, kde-format msgid "selection mode" msgstr "Режим выделения" #: contents/ui/TerminalPage.qml:421 #, kde-format msgid "Disable" msgstr "Отключить" #: main.cpp:38 #, kde-format msgid "© 2020-2022 KDE Community" msgstr "© Сообщество KDE, 2020-2022" #: main.cpp:40 #, kde-format msgid "Jonah Brüchert" msgstr "Jonah Brüchert" #: main.cpp:41 #, kde-format msgid "Devin Lin" msgstr "Devin Lin" #: main.cpp:62 #, kde-format msgid "Command to execute" msgstr "Команда для выполнения" #: main.cpp:63 #, kde-format msgid "Set the initial working directory to 'dir'" msgstr "Установить начальный рабочий каталог в «dir»" #: terminaltabmodel.cpp:68 #, kde-format msgid "Tab %1" msgstr "Вкладка %1" #~ msgid "%1%" #~ msgstr "%1%" #, fuzzy #~ msgctxt "@action:button" #~ msgid "Close" #~ msgstr "Закрыть" #, fuzzy #~ msgid "More Info:" #~ msgstr "Подробнее:"