diff options
| author | RblSb <msrblsb@gmail.com> | 2020-05-13 06:44:54 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-05-13 06:44:54 +0300 |
| commit | 2d82ca5f1049fb332b521691c29b9d789d08f690 (patch) | |
| tree | 829e2c8a22c00fd9bf3c222e8f8a1cfcef372432 /res/langs | |
| parent | 28a1d1c271dd722dc36cebc5b61f87d80138dba3 (diff) | |
Add hotkeys
Diffstat (limited to 'res/langs')
| -rw-r--r-- | res/langs/en.json | 1 | ||||
| -rw-r--r-- | res/langs/ru.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/res/langs/en.json b/res/langs/en.json index 3524b15..36cb672 100644 --- a/res/langs/en.json +++ b/res/langs/en.json @@ -27,6 +27,7 @@ "exit": "Exit", "settings": "Settings", "synchThreshold": "Synch Threshold", + "hotkeys": "Hotkeys", "channel": "Channel", "layout": "Layout", "swapLayout": "Swap Layout", diff --git a/res/langs/ru.json b/res/langs/ru.json index 8297c36..808eb56 100644 --- a/res/langs/ru.json +++ b/res/langs/ru.json @@ -27,6 +27,7 @@ "exit": "Выход", "settings": "Настройки", "synchThreshold": "Частота синхронизации", + "hotkeys": "Горячие клавиши", "channel": "Канал", "layout": "Разметка", "swapLayout": "Сменить разметку", |
