mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
🌐 Add translations
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
"description": "Homarr is a <strong>sleek</strong>, <strong>modern</strong> dashboard that puts all of your apps and services at your fingertips. With Homarr, you can access and control everything in one convenient location. Homarr seamlessly integrates with the apps you've added, providing you with valuable information and giving you complete control. Installation is a breeze, and Homarr supports a wide range of deployment methods.",
|
"description": "Homarr is a <strong>sleek</strong>, <strong>modern</strong> dashboard that puts all of your apps and services at your fingertips. With Homarr, you can access and control everything in one convenient location. Homarr seamlessly integrates with the apps you've added, providing you with valuable information and giving you complete control. Installation is a breeze, and Homarr supports a wide range of deployment methods.",
|
||||||
"contact": "Having trouble or questions? Connect with us!",
|
"contact": "Having trouble or questions? Connect with us!",
|
||||||
"addToDashboard": "Add to Dashboard",
|
"addToDashboard": "Add to Dashboard",
|
||||||
|
"tip": "Mod refers to your modifier key, it is Ctrl and Command/Super/Windows key",
|
||||||
|
"key": "Shortcut key",
|
||||||
|
"action": "Action",
|
||||||
"metrics": {
|
"metrics": {
|
||||||
"configurationSchemaVersion": "Configuration schema version",
|
"configurationSchemaVersion": "Configuration schema version",
|
||||||
"configurationsCount": "Available configurations",
|
"configurationsCount": "Available configurations",
|
||||||
|
|||||||
@@ -124,13 +124,13 @@ export const AboutModal = ({ opened, closeModal, newVersionAvailable }: AboutMod
|
|||||||
<Table mb={5}>
|
<Table mb={5}>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Key</th>
|
<th>t{'layout/modals/about:key'}</th>
|
||||||
<th>Shortcut</th>
|
<th>t{'layout/modals/about:action'}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>{rows}</tbody>
|
<tbody>{rows}</tbody>
|
||||||
</Table>
|
</Table>
|
||||||
<Tip>Mod refers to your modifier key, it is Ctrl and Command/Super/Windows key</Tip>
|
<Tip>{t('layout/modals/about:tip')}</Tip>
|
||||||
</Accordion.Panel>
|
</Accordion.Panel>
|
||||||
</Accordion.Item>
|
</Accordion.Item>
|
||||||
</Accordion>
|
</Accordion>
|
||||||
|
|||||||
Reference in New Issue
Block a user