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

@@ -116,21 +116,21 @@
"error": "లోపం",
"mute": "నిశబ్ధము",
"settings": "అమరికలు",
"attachment": "జోడింపు",
"warning": "హెచ్చరిక"
"warning": "హెచ్చరిక",
"attachment": "జోడింపు"
},
"action": {
"continue": "కొనసాగించు",
"decline": "డిక్లైన్",
"leave": "వదిలి",
"remove": "తొలగించు",
"search": "శోధన",
"resend": "మళ్ళి పంపుము",
"reject": "తిరస్కరించు",
"dismiss": "రద్దుచేసే",
"cancel": "రద్దు",
"close": "ముసివెయండి",
"accept": "అంగీకరించు",
"cancel": "రద్దు",
"add": "చేర్చు",
"search": "శోధన",
"resend": "మళ్ళి పంపుము"
"accept": "అంగీకరించు"
}
}
}