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:
Michael Telatynski
2023-08-23 12:49:29 +01:00
committed by GitHub
parent b231bbb683
commit c2e814ce95
60 changed files with 2436 additions and 2252 deletions

View File

@@ -22,9 +22,9 @@
"leave": "Пакінуць",
"quote": "Цытата",
"remove": "Выдалiць",
"resend": "Паўторна",
"reject": "Адхіліць",
"dismiss": "Aдхіліць",
"close": "Зачыніць",
"resend": "Паўторна"
"close": "Зачыніць"
}
}
}