mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
🌐 Add translations
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
"tip": "Mod refers to your modifier key, it is Ctrl and Command/Super/Windows key",
|
"tip": "Mod refers to your modifier key, it is Ctrl and Command/Super/Windows key",
|
||||||
"key": "Shortcut key",
|
"key": "Shortcut key",
|
||||||
"action": "Action",
|
"action": "Action",
|
||||||
|
"keybinds": "Keybinds",
|
||||||
"metrics": {
|
"metrics": {
|
||||||
"configurationSchemaVersion": "Configuration schema version",
|
"configurationSchemaVersion": "Configuration schema version",
|
||||||
"configurationsCount": "Available configurations",
|
"configurationsCount": "Available configurations",
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ export const AboutModal = ({ opened, closeModal, newVersionAvailable }: AboutMod
|
|||||||
</Table>
|
</Table>
|
||||||
<Accordion mb={5} variant="contained" radius="md">
|
<Accordion mb={5} variant="contained" radius="md">
|
||||||
<Accordion.Item value="keybinds">
|
<Accordion.Item value="keybinds">
|
||||||
<Accordion.Control icon={<IconKey size={20} />}>Keybinds</Accordion.Control>
|
<Accordion.Control icon={<IconKey size={20} />}>t{'layout/modals/about:keybinds'}</Accordion.Control>
|
||||||
<Accordion.Panel>
|
<Accordion.Panel>
|
||||||
<Table mb={5}>
|
<Table mb={5}>
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user