mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
Fix misspelling of «management». Closes #120
This commit is contained in:
parent
0f0ae5f483
commit
d6cb1f6683
9 changed files with 9 additions and 9 deletions
|
@ -7,7 +7,7 @@
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#000000" />
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Planka is an open source project managment software"
|
content="Planka is an open source project management software"
|
||||||
/>
|
/>
|
||||||
<link rel="apple-touch-icon" href="logo192.png" />
|
<link rel="apple-touch-icon" href="logo192.png" />
|
||||||
<!--
|
<!--
|
||||||
|
|
|
@ -189,7 +189,7 @@ const Login = React.memo(
|
||||||
<Header
|
<Header
|
||||||
inverted
|
inverted
|
||||||
as="h2"
|
as="h2"
|
||||||
content={t('common.projectManagment')}
|
content={t('common.projectManagement')}
|
||||||
className={styles.descriptionSubtitle}
|
className={styles.descriptionSubtitle}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -8,7 +8,7 @@ export default {
|
||||||
noInternetConnection: 'Bez připojení k internetu',
|
noInternetConnection: 'Bez připojení k internetu',
|
||||||
pageNotFound_title: 'Stránka nenalezena',
|
pageNotFound_title: 'Stránka nenalezena',
|
||||||
password: 'Heslo',
|
password: 'Heslo',
|
||||||
projectManagment: 'Správa projektu',
|
projectManagement: 'Správa projektu',
|
||||||
serverConnectionFailed: 'Připojení k serveru selhalo',
|
serverConnectionFailed: 'Připojení k serveru selhalo',
|
||||||
unknownError: 'Neznámá chyba, zkuste to později',
|
unknownError: 'Neznámá chyba, zkuste to později',
|
||||||
},
|
},
|
||||||
|
|
|
@ -8,7 +8,7 @@ export default {
|
||||||
noInternetConnection: 'Keine Internetverbindung',
|
noInternetConnection: 'Keine Internetverbindung',
|
||||||
pageNotFound_title: 'Seite nicht gefunden',
|
pageNotFound_title: 'Seite nicht gefunden',
|
||||||
password: 'Passwort',
|
password: 'Passwort',
|
||||||
projectManagment: 'Projekt Management',
|
projectManagement: 'Projekt Management',
|
||||||
serverConnectionFailed: 'Serververbindung fehlgeschlagen',
|
serverConnectionFailed: 'Serververbindung fehlgeschlagen',
|
||||||
unknownError: 'Unbekannter Fehler, bitte später erneut versuchen',
|
unknownError: 'Unbekannter Fehler, bitte später erneut versuchen',
|
||||||
},
|
},
|
||||||
|
|
|
@ -8,7 +8,7 @@ export default {
|
||||||
noInternetConnection: 'No internet connection',
|
noInternetConnection: 'No internet connection',
|
||||||
pageNotFound_title: 'Page Not Found',
|
pageNotFound_title: 'Page Not Found',
|
||||||
password: 'Password',
|
password: 'Password',
|
||||||
projectManagment: 'Project managment',
|
projectManagement: 'Project management',
|
||||||
serverConnectionFailed: 'Server connection failed',
|
serverConnectionFailed: 'Server connection failed',
|
||||||
unknownError: 'Unknown error, try again later',
|
unknownError: 'Unknown error, try again later',
|
||||||
},
|
},
|
||||||
|
|
|
@ -8,7 +8,7 @@ export default {
|
||||||
noInternetConnection: 'Sin conexión a internet',
|
noInternetConnection: 'Sin conexión a internet',
|
||||||
pageNotFound_title: 'Página no encontrada',
|
pageNotFound_title: 'Página no encontrada',
|
||||||
password: 'Contraseña',
|
password: 'Contraseña',
|
||||||
projectManagment: 'Gestión de Proyectos',
|
projectManagement: 'Gestión de Proyectos',
|
||||||
serverConnectionFailed: 'Conexión con el servidor fallida',
|
serverConnectionFailed: 'Conexión con el servidor fallida',
|
||||||
unknownError: 'Error desconocido, intenta más tarde',
|
unknownError: 'Error desconocido, intenta más tarde',
|
||||||
},
|
},
|
||||||
|
|
|
@ -8,7 +8,7 @@ export default {
|
||||||
noInternetConnection: 'Aucune connection internet',
|
noInternetConnection: 'Aucune connection internet',
|
||||||
pageNotFound_title: 'Page non trouvée',
|
pageNotFound_title: 'Page non trouvée',
|
||||||
password: 'Mot de passe',
|
password: 'Mot de passe',
|
||||||
projectManagment: 'Gestion de projet',
|
projectManagement: 'Gestion de projet',
|
||||||
serverConnectionFailed: 'Connection au serveur échouée',
|
serverConnectionFailed: 'Connection au serveur échouée',
|
||||||
unknownError: 'Erreur inconnue, réessayez plus tard',
|
unknownError: 'Erreur inconnue, réessayez plus tard',
|
||||||
},
|
},
|
||||||
|
|
|
@ -8,7 +8,7 @@ export default {
|
||||||
noInternetConnection: 'Brak połączenia z internetem',
|
noInternetConnection: 'Brak połączenia z internetem',
|
||||||
pageNotFound_title: 'Nie znaleziono strony',
|
pageNotFound_title: 'Nie znaleziono strony',
|
||||||
password: 'Hasło',
|
password: 'Hasło',
|
||||||
projectManagment: 'Zarządzanie projektem',
|
projectManagement: 'Zarządzanie projektem',
|
||||||
serverConnectionFailed: 'Błąd połączenia z serwerem',
|
serverConnectionFailed: 'Błąd połączenia z serwerem',
|
||||||
unknownError: 'Nieznany błąd, spróbuj ponownie później',
|
unknownError: 'Nieznany błąd, spróbuj ponownie później',
|
||||||
},
|
},
|
||||||
|
|
|
@ -8,7 +8,7 @@ export default {
|
||||||
noInternetConnection: 'Нет соединения',
|
noInternetConnection: 'Нет соединения',
|
||||||
pageNotFound: 'Страница не найдена',
|
pageNotFound: 'Страница не найдена',
|
||||||
password: 'Пароль',
|
password: 'Пароль',
|
||||||
projectManagment: 'Управление проектами',
|
projectManagement: 'Управление проектами',
|
||||||
serverConnectionFailed: 'Не могу подключиться к серверу',
|
serverConnectionFailed: 'Не могу подключиться к серверу',
|
||||||
unknownError: 'Что-то пошло не так, попробуйте позже',
|
unknownError: 'Что-то пошло не так, попробуйте позже',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue