* 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
30 lines
1.3 KiB
JSON
30 lines
1.3 KiB
JSON
{
|
||
"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": "Зачыніць"
|
||
}
|
||
} |