Merge pull request #2166 from actionless/manpages-ru

Manpages ru
This commit is contained in:
Emmanuel Lepage Vallée 2018-01-24 13:15:05 -05:00 committed by GitHub
commit b0b5a1c1ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 38 additions and 7 deletions

View File

@ -27,25 +27,26 @@ awesome через D-Bus. Если установлен «rlwrap», то он б
В awesome должен быть загружен модуль «awful.remote», чтобы позволить удалённое В awesome должен быть загружен модуль «awful.remote», чтобы позволить удалённое
выполнение кода. выполнение кода.
EXAMPLES ПРИМЕРЫ
------- -------
.... ....
$ awesome-client 'return 1+1, "Hello, world"\ $ awesome-client 'return 1+1, "Hello, world"\
double 2 double 2
string "Hello, world" string "Hello, world"
# The following does not return anything on the command line, # Следующий пример не возвращает ничего в командную строку,
# but will show a notification. # но показывает уведомление.
$ awesome-client ' $ awesome-client '
> naughty = require("naughty") > naughty = require("naughty")
> naughty.notify({ > naughty.notify({
> title="CLI Notification", > title="CLI Notification",
> text="This is a notification sent from the command line!"}) > text="Это уведомление было отправлено из командной строки!"})
> ' > '
# Entering read-eval-print-loop mode # Интерактивный режим (REPL)
# This mode will send every line to awesome, exactly the same as passing # В данном режиме каждая строка введенная пользователем
# multiple commands on the command line. # будет отправлена в awesome wm, точно так же, как если бы несколько команд
# были бы переданы как аргументы командной строки.
$ awesome-client $ awesome-client
awesome# return 1+1 awesome# return 1+1
double 2 double 2

View File

@ -69,6 +69,11 @@ Veränderung der Anordnung
TASTENKÜRZEL TASTENKÜRZEL
------------ ------------
Help
~~~~
*Mod4 + s*::
Show currently assigned key bindings.
Fenstermanager kontrollieren Fenstermanager kontrollieren
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*Mod4 + Control + r*:: *Mod4 + Control + r*::

View File

@ -86,6 +86,11 @@ Modificación del esquema
ATAJOS DE TECLADO POR OMISIÓN ATAJOS DE TECLADO POR OMISIÓN
----------------------------- -----------------------------
Help
~~~~
*Mod4 + s*::
Show currently assigned key bindings.
Control del gestor de ventanas Control del gestor de ventanas
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*Mod4 + Control + r*:: *Mod4 + Control + r*::

View File

@ -80,6 +80,11 @@ Changement dans la mise en page
ASSOCIATIONS AVEC LES TOUCHES DU CLAVIER (PAR DÉFAUT) ASSOCIATIONS AVEC LES TOUCHES DU CLAVIER (PAR DÉFAUT)
----------------------------------------------------- -----------------------------------------------------
Help
~~~~
*Mod4 + s*::
Show currently assigned key bindings.
Contrôle du gestionnaire de fenêtres Contrôle du gestionnaire de fenêtres
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*Mod4 + Contrôle + r*:: *Mod4 + Contrôle + r*::

View File

@ -86,6 +86,11 @@ Modifica dello schema
DEFAULT SCORCIATOIE DA TASTIERA DEFAULT SCORCIATOIE DA TASTIERA
------------------------------- -------------------------------
Help
~~~~
*Mod4 + s*::
Show currently assigned key bindings.
Controllo del gestore di finestre Controllo del gestore di finestre
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*Mod4 + Control + r*:: *Mod4 + Control + r*::

View File

@ -81,6 +81,11 @@ awesome - потрясающий оконный менеджер
НАСТРОЙКИ КЛАВИАТУРЫ ПО-УМОЛЧАНИЮ НАСТРОЙКИ КЛАВИАТУРЫ ПО-УМОЛЧАНИЮ
--------------------------------- ---------------------------------
Справка
~~~~~~~
*Mod4 + s*::
Показать текущие назначенные сочетания клавиш.
Управление менеджером окон Управление менеджером окон
~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
*Mod4 + Control + r*:: *Mod4 + Control + r*::

View File

@ -78,6 +78,11 @@ Layout modification
DEFAULT KEY BINDINGS DEFAULT KEY BINDINGS
-------------------- --------------------
Help
~~~~
*Mod4 + s*::
Show currently assigned key bindings.
Window manager control Window manager control
~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~
*Mod4 + Control + r*:: *Mod4 + Control + r*::