Migrate keyboard translations to IDs (#11452)
* Migrate keyboard translations to IDs ``` ./node_modules/matrix-web-i18n/scripts/rekey.js "Page Up" "keyboard|page_up" ./node_modules/matrix-web-i18n/scripts/rekey.js "Page Down" "keyboard|page_down" ./node_modules/matrix-web-i18n/scripts/rekey.js --copy "Home" "keyboard|home" ./node_modules/matrix-web-i18n/scripts/rekey.js "Esc" "keyboard|escape" ./node_modules/matrix-web-i18n/scripts/rekey.js "Enter" "keyboard|enter" ./node_modules/matrix-web-i18n/scripts/rekey.js "End" "keyboard|end" ./node_modules/matrix-web-i18n/scripts/rekey.js "Alt" "keyboard|alt" ./node_modules/matrix-web-i18n/scripts/rekey.js "Ctrl" "keyboard|control" ./node_modules/matrix-web-i18n/scripts/rekey.js "Shift" "keyboard|shift" ./node_modules/matrix-web-i18n/scripts/rekey.js --copy "Space" "keyboard|space" ./node_modules/matrix-web-i18n/scripts/rekey.js "[number]" "keyboard|number" ``` * i18n * Revert strings * i18n * i18n
This commit is contained in:
committed by
GitHub
parent
b231bbb683
commit
c2e814ce95
@@ -22,9 +22,9 @@
|
||||
"leave": "Пакінуць",
|
||||
"quote": "Цытата",
|
||||
"remove": "Выдалiць",
|
||||
"resend": "Паўторна",
|
||||
"reject": "Адхіліць",
|
||||
"dismiss": "Aдхіліць",
|
||||
"close": "Зачыніць",
|
||||
"resend": "Паўторна"
|
||||
"close": "Зачыніць"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user