-
-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added Russian translation 2 (partial) (#528)
* added Russian translation 2 (partial) * addressed review comments * addressed review comments ext * translation agreement for QML Firmware * linting * addressed review comment for Any key keycodes
- Loading branch information
Showing
2 changed files
with
74 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
export default { | ||
page: { | ||
label: 'Keyboard Tester' | ||
label: 'Тестер клавиатуры' | ||
}, | ||
keycodeStatus: { | ||
label: 'Keycodes Detected' | ||
label: 'Обнаружены коды клавиш' | ||
}, | ||
back: { | ||
label: 'Back', | ||
title: 'Return to Configurator' | ||
label: 'Назад', | ||
title: 'Вернуться в конфигуратор' | ||
}, | ||
reset: { | ||
label: 'Reset', | ||
title: 'Reset detected keys' | ||
label: 'Сброс', | ||
title: 'Сброс обнаруженных клавиш' | ||
}, | ||
letters: { | ||
keycode: { | ||
label: 'keycode' | ||
label: 'код клавиши' | ||
}, | ||
code: { | ||
label: 'code' | ||
label: 'код' | ||
}, | ||
key: { | ||
label: 'key' | ||
label: 'клавиша' | ||
} | ||
}, | ||
docs: { | ||
paragraph: | ||
'Note: Detected Key and Code may differ depending on your locale. Docs' | ||
'Примечание: Обнаруженные клавиша и код могут отличаться в зависимости от локали. См. документацию' | ||
}, | ||
chatter: { | ||
label: 'Chatter threshold (ms)', | ||
detectedAlert: 'chatter has been detected!' | ||
label: 'Порог залипания (мс)', | ||
detectedAlert: 'было обнаружено залипание!' | ||
} | ||
}; |