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