Files
element-web/src/i18n/strings/be.json
Michael Telatynski c2e814ce95 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
2023-08-23 11:49:29 +00:00

30 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"Failed to forget room %(errCode)s": "Не атрымалася забыць пакой %(errCode)s",
"All messages": "Усе паведамленні",
"Notification targets": "Мэты апавяшчэння",
"Favourite": "Улюбёнае",
"Failed to add tag %(tagName)s to room": "Не атрымалася дадаць %(tagName)s ў пакоі",
"Notifications": "Апавяшчэнні",
"Low Priority": "Нізкі прыярытэт",
"Noisy": "Шумна",
"On": "Уключыць",
"Off": "Выключыць",
"Invite to this room": "Запрасіць у гэты пакой",
"Failed to remove tag %(tagName)s from room": "Не ўдалося выдаліць %(tagName)s з пакоя",
"Operation failed": "Не атрымалася выканаць аперацыю",
"powered by Matrix": "працуе на Matrix",
"Source URL": "URL-адрас крыніцы",
"common": {
"error": "Памылка",
"mute": "Без гуку"
},
"action": {
"leave": "Пакінуць",
"quote": "Цытата",
"remove": "Выдалiць",
"resend": "Паўторна",
"reject": "Адхіліць",
"dismiss": "Aдхіліць",
"close": "Зачыніць"
}
}