1
0
Fork 0
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:
William Puckering 2021-04-30 08:26:19 -07:00 committed by GitHub
parent d06dce61d4
commit 7956503a46
9 changed files with 9 additions and 9 deletions

View file

@ -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" />
<!--

View file

@ -189,7 +189,7 @@ const Login = React.memo(
<Header
inverted
as="h2"
content={t('common.projectManagment')}
content={t('common.projectManagement')}
className={styles.descriptionSubtitle}
/>
</div>

View file

@ -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',
},

View file

@ -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',
},

View file

@ -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',
},

View file

@ -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',
},

View file

@ -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',
},

View file

@ -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',
},

View file

@ -8,7 +8,7 @@ export default {
noInternetConnection: 'Нет соединения',
pageNotFound: 'Страница не найдена',
password: 'Пароль',
projectManagment: 'Управление проектами',
projectManagement: 'Управление проектами',
serverConnectionFailed: 'Не могу подключиться к серверу',
unknownError: 'Что-то пошло не так, попробуйте позже',
},