🌐 Add translations

This commit is contained in:
ajnart
2023-03-21 11:18:19 +08:00
parent c799d507d2
commit ed159ea3c3
2 changed files with 6 additions and 3 deletions

View File

@@ -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.",
"contact": "Having trouble or questions? Connect with us!",
"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": {
"configurationSchemaVersion": "Configuration schema version",
"configurationsCount": "Available configurations",

View File

@@ -124,13 +124,13 @@ export const AboutModal = ({ opened, closeModal, newVersionAvailable }: AboutMod
<Table mb={5}>
<thead>
<tr>
<th>Key</th>
<th>Shortcut</th>
<th>t{'layout/modals/about:key'}</th>
<th>t{'layout/modals/about:action'}</th>
</tr>
</thead>
<tbody>{rows}</tbody>
</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.Item>
</Accordion>