diff --git a/locales/de.json b/locales/de.json index 9210e9c95..35137a4da 100644 --- a/locales/de.json +++ b/locales/de.json @@ -94,4 +94,4 @@ "author": "Afrikanisches Sprichwort" } } -} +} \ No newline at end of file diff --git a/locales/en.json b/locales/en.json index 9afdc18c6..a36bdda3c 100644 --- a/locales/en.json +++ b/locales/en.json @@ -94,4 +94,4 @@ "author": "African proverb" } } -} +} \ No newline at end of file diff --git a/locales/es.json b/locales/es.json index 27cd33c99..e737ffe72 100644 --- a/locales/es.json +++ b/locales/es.json @@ -4,4 +4,4 @@ "author": "Proverbio africano" } } -} +} \ No newline at end of file diff --git a/locales/fr.json b/locales/fr.json index a66c223c0..a192b426b 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -81,4 +81,4 @@ "author": "Proverbe africain" } } -} +} \ No newline at end of file diff --git a/locales/it.json b/locales/it.json index 27cd33c99..070ba9011 100644 --- a/locales/it.json +++ b/locales/it.json @@ -1,7 +1,12 @@ { + "settings": { + "delete": { + "name": "Elimina Account" + } + }, "quotes": { "african": { "author": "Proverbio africano" } } -} +} \ No newline at end of file diff --git a/locales/nl.json b/locales/nl.json index ec38769dd..9d2b154e4 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -53,4 +53,4 @@ "author": "Afrikaans spreekwoord" } } -} +} \ No newline at end of file diff --git a/locales/pl.json b/locales/pl.json new file mode 100644 index 000000000..7742d7da0 --- /dev/null +++ b/locales/pl.json @@ -0,0 +1,86 @@ +{ + "login": { + "copy": "Jeśli masz już konto Human Connection, zaloguj się tutaj.", + "login": "Login", + "logout": "Wyloguj się", + "email": "Twój adres e-mail", + "password": "Twoje hasło", + "moreInfo": "Co to jest Human Connection?", + "hello": "Cześć" + }, + "profile": { + "name": "Mój profil", + "memberSince": "Członek od" + }, + "settings": { + "name": "Ustawienia", + "data": { + "name": "Twoje dane" + }, + "security": { + "name": "Bezpieczeństwo" + }, + "invites": { + "name": "Zaproszenia" + }, + "download": { + "name": "Pobierz dane" + }, + "delete": { + "name": "Usuń konto" + }, + "languages": { + "name": "Języki" + } + }, + "admin": { + "name": "Admin", + "dashboard": { + "name": "Tablica rozdzielcza", + "users": "Użytkownicy", + "posts": "Posty", + "comments": "Komentarze", + "notifications": "Powiadomienia", + "organizations": "Organizacje", + "projects": "Projekty", + "invites": "Zaproszenia", + "shouts": "Wykrzyki" + }, + "organizations": { + "name": "Organizacje" + }, + "users": { + "name": "Użytkownicy" + }, + "pages": { + "name": "Strony" + }, + "notifications": { + "name": "Powiadomienia" + }, + "categories": { + "name": "Kategorie", + "categoryName": "Nazwa", + "postCount": "Posty" + }, + "tags": { + "name": "Tagi", + "tagCountUnique": "Użytkownicy", + "tagCount": "Posty" + }, + "settings": { + "name": "Ustawienia" + } + }, + "post": { + "moreInfo": { + "name": "Więcej informacji" + } + }, + "quotes": { + "african": { + "quote": "Wielu małych ludzi w wielu małych miejscach robi wiele małych rzeczy, które mogą zmienić oblicze świata.", + "author": "Afrykańskie przysłowie" + } + } +} \ No newline at end of file diff --git a/locales/pt.json b/locales/pt.json index f01f19d90..2ab2bf639 100644 --- a/locales/pt.json +++ b/locales/pt.json @@ -4,4 +4,4 @@ "author": "Provérbio Africano" } } -} +} \ No newline at end of file