Some Strings Update made By "Monochromish"
This commit is contained in:
parent
51c99c87ae
commit
b25335ed75
3 changed files with 5 additions and 1 deletions
|
@ -327,6 +327,8 @@
|
||||||
"settings.option.general.customizeSidebar": "Customize Sidebar Items",
|
"settings.option.general.customizeSidebar": "Customize Sidebar Items",
|
||||||
"settings.option.general.customizeSidebar.customize": "Customize",
|
"settings.option.general.customizeSidebar.customize": "Customize",
|
||||||
"settings.option.general.keybindings": "Keybindings",
|
"settings.option.general.keybindings": "Keybindings",
|
||||||
|
"settings.option.general.keybindings.pressCombination": "Press a combination of two keys to update keybind.",
|
||||||
|
"settings.option.general.keybindings.pressEscape": "Press Escape key to go back.",
|
||||||
"settings.notyf.general.keybindings.update.success": "Keybind updated successfully",
|
"settings.notyf.general.keybindings.update.success": "Keybind updated successfully",
|
||||||
"settings.prompt.general.keybindings.update.success": "Keybind updated successfully. Press OK to relaunch Cider",
|
"settings.prompt.general.keybindings.update.success": "Keybind updated successfully. Press OK to relaunch Cider",
|
||||||
"settings.option.general.keybindings.open": "Open",
|
"settings.option.general.keybindings.open": "Open",
|
||||||
|
|
|
@ -324,6 +324,8 @@
|
||||||
"settings.option.general.customizeSidebar": "Customize Sidebar Items",
|
"settings.option.general.customizeSidebar": "Customize Sidebar Items",
|
||||||
"settings.option.general.customizeSidebar.customize": "Customize",
|
"settings.option.general.customizeSidebar.customize": "Customize",
|
||||||
"settings.option.general.keybindings": "Keybindings",
|
"settings.option.general.keybindings": "Keybindings",
|
||||||
|
"settings.option.general.keybindings.pressCombination": "Press a combination of two keys to update keybind.",
|
||||||
|
"settings.option.general.keybindings.pressEscape": "Press Escape key to go back.",
|
||||||
"settings.notyf.general.keybindings.update.success": "Keybind updated successfully",
|
"settings.notyf.general.keybindings.update.success": "Keybind updated successfully",
|
||||||
"settings.prompt.general.keybindings.update.success": "Keybind updated successfully. Press OK to relaunch Cider",
|
"settings.prompt.general.keybindings.update.success": "Keybind updated successfully. Press OK to relaunch Cider",
|
||||||
"settings.option.general.keybindings.open": "Open",
|
"settings.option.general.keybindings.open": "Open",
|
||||||
|
|
|
@ -186,7 +186,7 @@
|
||||||
blur.style.justifyContent = 'center';
|
blur.style.justifyContent = 'center';
|
||||||
blur.style.fontSize = '2em';
|
blur.style.fontSize = '2em';
|
||||||
blur.style.color = 'white';
|
blur.style.color = 'white';
|
||||||
blur.innerHTML = 'Press a combination of two keys to update keybinding. Press Escape key to go back.'
|
blur.innerHTML = `<center>${app.getLz('settings.option.general.keybindings.pressCombination')}<br />${app.getLz('settings.option.general.keybindings.pressEscape')}</center>`
|
||||||
document.body.appendChild(blur);
|
document.body.appendChild(blur);
|
||||||
|
|
||||||
let keyBind = [];
|
let keyBind = [];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue