mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Merge branch 'master' into dependabot/npm_and_yarn/vuex-i18n-1.11.0
This commit is contained in:
commit
aee50fee3e
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"login": {
|
"login": {
|
||||||
"copy": "Wenn Du ein Konto bei Human Connection hast, melde Dich bitte hier an.",
|
"copy": "Wenn Du bereits ein Konto bei Human Connection hast, melde Dich bitte hier an.",
|
||||||
"login": "Einloggen",
|
"login": "Einloggen",
|
||||||
"logout": "Ausloggen",
|
"logout": "Ausloggen",
|
||||||
"email": "Deine E-Mail",
|
"email": "Deine E-Mail",
|
||||||
@ -93,5 +93,22 @@
|
|||||||
"quote": "Viele kleine Leute, an vielen kleinen Orten, die viele kleine Dinge tun, werden das Antlitz dieser Welt verändern.",
|
"quote": "Viele kleine Leute, an vielen kleinen Orten, die viele kleine Dinge tun, werden das Antlitz dieser Welt verändern.",
|
||||||
"author": "Afrikanisches Sprichwort"
|
"author": "Afrikanisches Sprichwort"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"common": {
|
||||||
|
"post": "Beitrag ::: Beiträge",
|
||||||
|
"comment": "Kommentar ::: Kommentare",
|
||||||
|
"letsTalk": "Miteinander reden",
|
||||||
|
"versus": "Versus",
|
||||||
|
"moreInfo": "Mehr Info",
|
||||||
|
"takeAction": "Aktiv werden",
|
||||||
|
"shout": "Empfehlung ::: Empfehlungen",
|
||||||
|
"user": "Benutzer ::: Benutzer",
|
||||||
|
"category": "Kategorie ::: Kategorien",
|
||||||
|
"organization": "Organisation ::: Organisationen",
|
||||||
|
"project": "Projekt ::: Projekte",
|
||||||
|
"tag": "Tag ::: Tags",
|
||||||
|
"name": "Name",
|
||||||
|
"loadMore": "mehr laden",
|
||||||
|
"loading": "wird geladen"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -93,5 +93,22 @@
|
|||||||
"quote": "Many small people in many small places do many small things, that can alter the face of the world.",
|
"quote": "Many small people in many small places do many small things, that can alter the face of the world.",
|
||||||
"author": "African proverb"
|
"author": "African proverb"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"common": {
|
||||||
|
"post": "Post ::: Posts",
|
||||||
|
"comment": "Comment ::: Comments",
|
||||||
|
"letsTalk": "Let`s Talk",
|
||||||
|
"versus": "Versus",
|
||||||
|
"moreInfo": "More Info",
|
||||||
|
"takeAction": "Take Action",
|
||||||
|
"shout": "Shout ::: Shouts",
|
||||||
|
"user": "User ::: Users",
|
||||||
|
"category": "Category ::: Categories",
|
||||||
|
"organization": "Organization ::: Organizations",
|
||||||
|
"project": "Project ::: Projects",
|
||||||
|
"tag": "Tag ::: Tags",
|
||||||
|
"name": "Name",
|
||||||
|
"loadMore": "load more",
|
||||||
|
"loading": "loading"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"login": {
|
"login": {
|
||||||
"copy": "Si ya tiene una cuenta de Human Connection, inicie sesión aquí.",
|
"copy": "Si ya tiene una cuenta de Human Connection, inicie sesión aquí.",
|
||||||
|
"login": "Iniciar sesión",
|
||||||
"logout": "Cierre de sesión",
|
"logout": "Cierre de sesión",
|
||||||
"email": "Tu correo electrónico",
|
"email": "Tu correo electrónico",
|
||||||
"password": "Tu contraseña",
|
"password": "Tu contraseña",
|
||||||
@ -10,9 +11,12 @@
|
|||||||
"profile": {
|
"profile": {
|
||||||
"name": "Mi perfil",
|
"name": "Mi perfil",
|
||||||
"memberSince": "Miembro desde",
|
"memberSince": "Miembro desde",
|
||||||
"followers": "Seguidores"
|
"follow": "Seguir",
|
||||||
|
"followers": "Seguidores",
|
||||||
|
"following": "Siguiendo"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"name": "Configuración",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Sus datos"
|
"name": "Sus datos"
|
||||||
},
|
},
|
||||||
@ -25,6 +29,9 @@
|
|||||||
"download": {
|
"download": {
|
||||||
"name": "Descargar datos"
|
"name": "Descargar datos"
|
||||||
},
|
},
|
||||||
|
"delete": {
|
||||||
|
"name": "Borrar cuenta"
|
||||||
|
},
|
||||||
"organizations": {
|
"organizations": {
|
||||||
"name": "Mis organizaciones"
|
"name": "Mis organizaciones"
|
||||||
},
|
},
|
||||||
@ -35,12 +42,16 @@
|
|||||||
"admin": {
|
"admin": {
|
||||||
"name": "Admin",
|
"name": "Admin",
|
||||||
"dashboard": {
|
"dashboard": {
|
||||||
|
"name": "Tablero",
|
||||||
"users": "Usuarios",
|
"users": "Usuarios",
|
||||||
|
"posts": "Mensajes",
|
||||||
"comments": "Comentarios",
|
"comments": "Comentarios",
|
||||||
|
"notifications": "Notificaciones",
|
||||||
"organizations": "Organizaciones",
|
"organizations": "Organizaciones",
|
||||||
"projects": "Proyectos",
|
"projects": "Proyectos",
|
||||||
"invites": "Invita",
|
"invites": "Invita",
|
||||||
"follows": "Sigue"
|
"follows": "Sigue",
|
||||||
|
"shouts": "Gritos"
|
||||||
},
|
},
|
||||||
"organizations": {
|
"organizations": {
|
||||||
"name": "Organizaciones"
|
"name": "Organizaciones"
|
||||||
@ -56,14 +67,20 @@
|
|||||||
},
|
},
|
||||||
"categories": {
|
"categories": {
|
||||||
"name": "Categorías",
|
"name": "Categorías",
|
||||||
"categoryName": "Nombre"
|
"categoryName": "Nombre",
|
||||||
|
"postCount": "Mensajes"
|
||||||
},
|
},
|
||||||
"tags": {
|
"tags": {
|
||||||
"name": "Etiquetas",
|
"name": "Etiquetas",
|
||||||
"tagCountUnique": "Usuarios"
|
"tagCountUnique": "Usuarios",
|
||||||
|
"tagCount": "Mensajes"
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"name": "Configuración"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
|
"name": "Mensaje",
|
||||||
"moreInfo": {
|
"moreInfo": {
|
||||||
"name": "Más info"
|
"name": "Más info"
|
||||||
},
|
},
|
||||||
@ -73,7 +90,25 @@
|
|||||||
},
|
},
|
||||||
"quotes": {
|
"quotes": {
|
||||||
"african": {
|
"african": {
|
||||||
|
"quote": "Muchas personas pequeñas en muchos lugares pequeños hacen muchas cosas pequeñas, que pueden alterar la faz del mundo.",
|
||||||
"author": "Proverbio africano"
|
"author": "Proverbio africano"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"common": {
|
||||||
|
"post": "Mensaje ::: Mensajes",
|
||||||
|
"comment": "Comentario ::: Comentarios",
|
||||||
|
"letsTalk": "Hablemos",
|
||||||
|
"versus": "Versus",
|
||||||
|
"moreInfo": "Más info",
|
||||||
|
"takeAction": "Tomar acción",
|
||||||
|
"shout": "Grito ::: Gritos",
|
||||||
|
"user": "Usuario ::: Usuarios",
|
||||||
|
"category": "Categoría ::: Categorías",
|
||||||
|
"organization": "Organización ::: Organizaciones",
|
||||||
|
"project": "Proyecto ::: Proyectos",
|
||||||
|
"tag": "Etiqueta ::: Etiquetas",
|
||||||
|
"name": "Nombre",
|
||||||
|
"loadMore": "cargar más",
|
||||||
|
"loading": "cargando"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -93,5 +93,22 @@
|
|||||||
"quote": "Beaucoup de petites personnes dans beaucoup de petits endroits font beaucoup de petites choses, qui peuvent changer la face du monde.",
|
"quote": "Beaucoup de petites personnes dans beaucoup de petits endroits font beaucoup de petites choses, qui peuvent changer la face du monde.",
|
||||||
"author": "Proverbe africain"
|
"author": "Proverbe africain"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"common": {
|
||||||
|
"post": "Message ::: Messages",
|
||||||
|
"comment": "Commentaire ::: Commentaires",
|
||||||
|
"letsTalk": "Parlons-en",
|
||||||
|
"versus": "Versus",
|
||||||
|
"moreInfo": "Plus d'infos",
|
||||||
|
"takeAction": "Passer à l'action",
|
||||||
|
"shout": "Shout ::: Shouts",
|
||||||
|
"user": "Utilisateur ::: Utilisateurs",
|
||||||
|
"category": "Catégorie ::: Catégories",
|
||||||
|
"organization": "Organisation ::: Organisations",
|
||||||
|
"project": "Projet ::: Projets",
|
||||||
|
"tag": "Tag ::: Tags",
|
||||||
|
"name": "Nom",
|
||||||
|
"loadMore": "charger plus",
|
||||||
|
"loading": "chargement"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"login": {
|
"login": {
|
||||||
"copy": "Se hai già un account di Human Connection, accedi qui.",
|
"copy": "Se hai già un account di Human Connection, accedi qui.",
|
||||||
|
"login": "Accesso",
|
||||||
"logout": "Logout",
|
"logout": "Logout",
|
||||||
"email": "La tua email",
|
"email": "La tua email",
|
||||||
"password": "La tua password",
|
"password": "La tua password",
|
||||||
@ -9,8 +10,10 @@
|
|||||||
},
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
"name": "Il mio profilo",
|
"name": "Il mio profilo",
|
||||||
|
"memberSince": "Membro dal",
|
||||||
"follow": "Seguire",
|
"follow": "Seguire",
|
||||||
"followers": "Seguaci"
|
"followers": "Seguaci",
|
||||||
|
"following": "Seguendo"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"name": "Impostazioni",
|
"name": "Impostazioni",
|
||||||
@ -41,12 +44,14 @@
|
|||||||
"dashboard": {
|
"dashboard": {
|
||||||
"name": "Cruscotto",
|
"name": "Cruscotto",
|
||||||
"users": "Utenti",
|
"users": "Utenti",
|
||||||
|
"posts": "Messaggi",
|
||||||
"comments": "Commenti",
|
"comments": "Commenti",
|
||||||
"notifications": "Notifiche",
|
"notifications": "Notifiche",
|
||||||
"organizations": "Organizzazioni",
|
"organizations": "Organizzazioni",
|
||||||
"projects": "Progetti",
|
"projects": "Progetti",
|
||||||
"invites": "Inviti",
|
"invites": "Inviti",
|
||||||
"follows": "Segue"
|
"follows": "Segue",
|
||||||
|
"shouts": "Grida"
|
||||||
},
|
},
|
||||||
"organizations": {
|
"organizations": {
|
||||||
"name": "Organizzazioni"
|
"name": "Organizzazioni"
|
||||||
@ -62,7 +67,8 @@
|
|||||||
},
|
},
|
||||||
"categories": {
|
"categories": {
|
||||||
"name": "Categorie",
|
"name": "Categorie",
|
||||||
"categoryName": "Nome"
|
"categoryName": "Nome",
|
||||||
|
"postCount": "Messaggi"
|
||||||
},
|
},
|
||||||
"tags": {
|
"tags": {
|
||||||
"name": "Tag",
|
"name": "Tag",
|
||||||
@ -74,6 +80,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
|
"name": "Messaggio",
|
||||||
"moreInfo": {
|
"moreInfo": {
|
||||||
"name": "Ulteriori informazioni"
|
"name": "Ulteriori informazioni"
|
||||||
},
|
},
|
||||||
@ -83,7 +90,25 @@
|
|||||||
},
|
},
|
||||||
"quotes": {
|
"quotes": {
|
||||||
"african": {
|
"african": {
|
||||||
|
"quote": "Molte piccole persone in molti piccoli luoghi fanno molte piccole cose, che possono alterare la faccia del mondo.",
|
||||||
"author": "Proverbio africano"
|
"author": "Proverbio africano"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"common": {
|
||||||
|
"post": "Messaggio ::: Messaggi",
|
||||||
|
"comment": "Commento ::: Commenti",
|
||||||
|
"letsTalk": "Parliamo",
|
||||||
|
"versus": "Contro",
|
||||||
|
"moreInfo": "Ulteriori informazioni",
|
||||||
|
"takeAction": "Agire",
|
||||||
|
"shout": "Grida ::: Grida",
|
||||||
|
"user": "Utente ::: Utenti",
|
||||||
|
"category": "Categoria ::: Categorie",
|
||||||
|
"organization": "Organizzazione ::: Organizzazioni",
|
||||||
|
"project": "Progetto ::: Progetti",
|
||||||
|
"tag": "Tag ::: Tag",
|
||||||
|
"name": "Nome",
|
||||||
|
"loadMore": "caricare di più",
|
||||||
|
"loading": "caricamento"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -23,6 +23,9 @@
|
|||||||
"security": {
|
"security": {
|
||||||
"name": "Veiligheid"
|
"name": "Veiligheid"
|
||||||
},
|
},
|
||||||
|
"invites": {
|
||||||
|
"name": "Uitnodigingen"
|
||||||
|
},
|
||||||
"download": {
|
"download": {
|
||||||
"name": "Gegevens downloaden"
|
"name": "Gegevens downloaden"
|
||||||
},
|
},
|
||||||
@ -46,6 +49,7 @@
|
|||||||
"notifications": "Meldingen",
|
"notifications": "Meldingen",
|
||||||
"organizations": "Organisaties",
|
"organizations": "Organisaties",
|
||||||
"projects": "Projecten",
|
"projects": "Projecten",
|
||||||
|
"invites": "Uitnodigingen",
|
||||||
"follows": "Volgt",
|
"follows": "Volgt",
|
||||||
"shouts": "Shouts"
|
"shouts": "Shouts"
|
||||||
},
|
},
|
||||||
@ -55,6 +59,9 @@
|
|||||||
"users": {
|
"users": {
|
||||||
"name": "Gebruikers"
|
"name": "Gebruikers"
|
||||||
},
|
},
|
||||||
|
"pages": {
|
||||||
|
"name": "Pages"
|
||||||
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"name": "Meldingen"
|
"name": "Meldingen"
|
||||||
},
|
},
|
||||||
@ -86,5 +93,22 @@
|
|||||||
"quote": "Veel kleine mensen op veel kleine plaatsen doen veel kleine dingen, die het gezicht van de wereld kunnen veranderen.",
|
"quote": "Veel kleine mensen op veel kleine plaatsen doen veel kleine dingen, die het gezicht van de wereld kunnen veranderen.",
|
||||||
"author": "Afrikaans spreekwoord"
|
"author": "Afrikaans spreekwoord"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"common": {
|
||||||
|
"post": "Bericht ::: Berichten",
|
||||||
|
"comment": "Opmerking ::: Opmerkingen",
|
||||||
|
"letsTalk": "Laten we praten",
|
||||||
|
"versus": "Versus",
|
||||||
|
"moreInfo": "Meer info",
|
||||||
|
"takeAction": "Onderneem actie",
|
||||||
|
"shout": "Shout ::: Shouts",
|
||||||
|
"user": "Gebruiker ::: Gebruikers",
|
||||||
|
"category": "Categorie ::: Categorieën",
|
||||||
|
"organization": "Organisatie ::: Organisaties",
|
||||||
|
"project": "Project ::: Projecten",
|
||||||
|
"tag": "Tag ::: Tags",
|
||||||
|
"name": "Naam",
|
||||||
|
"loadMore": "meer laden",
|
||||||
|
"loading": "inlading"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"login": {
|
"login": {
|
||||||
"copy": "Jeśli masz już konto Human Connection, zaloguj się tutaj.",
|
"copy": "Jeśli masz już konto Human Connection, zaloguj się tutaj.",
|
||||||
"login": "Login",
|
"login": "logowanie",
|
||||||
"logout": "Wyloguj się",
|
"logout": "Wyloguj się",
|
||||||
"email": "Twój adres e-mail",
|
"email": "Twój adres e-mail",
|
||||||
"password": "Twoje hasło",
|
"password": "Twoje hasło",
|
||||||
@ -40,7 +40,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"name": "Admin",
|
"name": "Administrator",
|
||||||
"dashboard": {
|
"dashboard": {
|
||||||
"name": "Tablica rozdzielcza",
|
"name": "Tablica rozdzielcza",
|
||||||
"users": "Użytkownicy",
|
"users": "Użytkownicy",
|
||||||
@ -51,7 +51,7 @@
|
|||||||
"projects": "Projekty",
|
"projects": "Projekty",
|
||||||
"invites": "Zaproszenia",
|
"invites": "Zaproszenia",
|
||||||
"follows": "Obserwowań",
|
"follows": "Obserwowań",
|
||||||
"shouts": "Wykrzyki"
|
"shouts": " okrzyk"
|
||||||
},
|
},
|
||||||
"organizations": {
|
"organizations": {
|
||||||
"name": "Organizacje"
|
"name": "Organizacje"
|
||||||
@ -93,5 +93,22 @@
|
|||||||
"quote": "Wielu małych ludzi w wielu małych miejscach robi wiele małych rzeczy, które mogą zmienić oblicze świata.",
|
"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"
|
"author": "Afrykańskie przysłowie"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"common": {
|
||||||
|
"post": "Post ::: Posty",
|
||||||
|
"comment": "Komentarz ::: Komentarze",
|
||||||
|
"letsTalk": "Porozmawiajmy",
|
||||||
|
"versus": "Versus",
|
||||||
|
"moreInfo": "Więcej informacji",
|
||||||
|
"takeAction": "Podejmij działanie",
|
||||||
|
"shout": "okrzyk okrzyki",
|
||||||
|
"user": "Użytkownik ::: Użytkownicy",
|
||||||
|
"category": "kategoria kategorie",
|
||||||
|
"organization": "Organizacja ::: Organizacje",
|
||||||
|
"project": "Projekt ::: Projekty",
|
||||||
|
"tag": "Tag ::: Tagi",
|
||||||
|
"name": "imię",
|
||||||
|
"loadMore": "załaduj więcej",
|
||||||
|
"loading": "ładowanie"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -44,13 +44,14 @@
|
|||||||
"dashboard": {
|
"dashboard": {
|
||||||
"name": "Painel de controle",
|
"name": "Painel de controle",
|
||||||
"users": "Usuários",
|
"users": "Usuários",
|
||||||
"posts": "Postagens",
|
"posts": "Pastagens",
|
||||||
"comments": "Comentários",
|
"comments": "Comentários",
|
||||||
"notifications": "Notificações",
|
"notifications": "Notificações",
|
||||||
"organizations": "Organizações",
|
"organizations": "Organizações",
|
||||||
"projects": "Projetos",
|
"projects": "Projetos",
|
||||||
"invites": "Convites",
|
"invites": "Convites",
|
||||||
"follows": "Seguidores"
|
"follows": "Seguidores",
|
||||||
|
"shouts": "Gritos"
|
||||||
},
|
},
|
||||||
"organizations": {
|
"organizations": {
|
||||||
"name": "Organizações"
|
"name": "Organizações"
|
||||||
@ -67,12 +68,12 @@
|
|||||||
"categories": {
|
"categories": {
|
||||||
"name": "Categorias",
|
"name": "Categorias",
|
||||||
"categoryName": "Nome",
|
"categoryName": "Nome",
|
||||||
"postCount": "Postagens"
|
"postCount": "Pastagens"
|
||||||
},
|
},
|
||||||
"tags": {
|
"tags": {
|
||||||
"name": "Etiquetas",
|
"name": "Etiquetas",
|
||||||
"tagCountUnique": "Usuários",
|
"tagCountUnique": "Usuários",
|
||||||
"tagCount": "Postagens"
|
"tagCount": "Pastagens"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"name": "Configurações"
|
"name": "Configurações"
|
||||||
@ -92,5 +93,22 @@
|
|||||||
"quote": "Pequenos grupos de pessoas, em pequenos locais podem fazer várias coisas pequenas, mas que podem alterar o mundo ao nosso redor.",
|
"quote": "Pequenos grupos de pessoas, em pequenos locais podem fazer várias coisas pequenas, mas que podem alterar o mundo ao nosso redor.",
|
||||||
"author": "Provérbio Africano"
|
"author": "Provérbio Africano"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"common": {
|
||||||
|
"post": "Post ::: Postagens",
|
||||||
|
"comment": "Comentário ::: Comentários",
|
||||||
|
"letsTalk": "Vamos falar",
|
||||||
|
"versus": "Versus",
|
||||||
|
"moreInfo": "Mais informações",
|
||||||
|
"takeAction": "Tomar uma ação",
|
||||||
|
"shout": "Grito ::: Gritos",
|
||||||
|
"user": "Usuário ::: Usuários",
|
||||||
|
"category": "Categoria ::: Categorias",
|
||||||
|
"organization": "Organização ::: Organizações",
|
||||||
|
"project": "Projeto ::: Projetos",
|
||||||
|
"tag": "Tag ::: Tags",
|
||||||
|
"name": "Nome",
|
||||||
|
"loadMore": "carregar mais",
|
||||||
|
"loading": "carregando"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user