mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-12 00:51:33 -04:00
WIP(translate): translate web category all tools
This commit is contained in:
parent
c6583ef013
commit
9db4b41daf
33 changed files with 1091 additions and 329 deletions
|
@ -2,3 +2,16 @@ tools:
|
|||
keycode-info:
|
||||
title: Keycode info
|
||||
description: Find the javascript keycode, code, location and modifiers of any pressed key.
|
||||
|
||||
keyLabel: 'Key :'
|
||||
keyPlaceholder: 'Key name...'
|
||||
keycodeLabel: 'Keycode :'
|
||||
keycodePlaceholder: 'Keycode...'
|
||||
codeLabel: 'Code :'
|
||||
codePlaceholder: 'Code...'
|
||||
locationLabel: 'Location :'
|
||||
locationPlaceholder: 'Code...'
|
||||
modifiersLabel: 'Modifiers :'
|
||||
modifiersPlaceholder: 'None'
|
||||
|
||||
tips: Press the key on your keyboard you want to get info about this key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue