Merged master in, fixed translation and modal linting issues

This commit is contained in:
Grzegorz Leoniec 2019-03-12 17:58:04 +01:00
commit 370734bdde
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
11 changed files with 444 additions and 165 deletions

View File

@ -1,13 +1,4 @@
{
"actions": {
"loading": "lade",
"loadMore": "mehr laden",
"create": "Erstellen",
"save": "Speichern",
"edit": "Bearbeiten",
"delete": "Löschen",
"cancel": "Abbrechen"
},
"login": {
"copy": "Wenn Du bereits ein Konto bei Human Connection hast, melde Dich bitte hier an.",
"login": "Einloggen",
@ -17,13 +8,6 @@
"moreInfo": "Was ist Human Connection?",
"hello": "Hallo"
},
"followButton": {
"follow": "Folgen",
"following": "Folge Ich"
},
"shoutButton": {
"shouted": "empfohlen"
},
"profile": {
"name": "Mein Profil",
"memberSince": "Mitglied seit",
@ -100,6 +84,48 @@
"name": "Einstellungen"
}
},
"post": {
"name": "Beitrag",
"moreInfo": {
"name": "Mehr Info"
},
"takeAction": {
"name": "Aktiv werden"
}
},
"quotes": {
"african": {
"quote": "Viele kleine Leute an vielen kleinen Orten, die viele kleine Dinge tun, werden das Antlitz dieser Welt verändern.",
"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",
"reportContent": "Melden"
},
"actions": {
"loading": "lade",
"loadMore": "mehr laden",
"create": "Erstellen",
"save": "Speichern",
"edit": "Bearbeiten",
"delete": "Löschen",
"cancel": "Abbrechen"
},
"moderation": {
"name": "Moderation",
"reports": {
@ -109,14 +135,6 @@
"disabledBy": "deaktiviert von"
}
},
"contribution": {
"edit": "Beitrag bearbeiten",
"delete": "Beitrag löschen"
},
"comment": {
"edit": "Kommentar bearbeiten",
"delete": "Kommentar löschen"
},
"disable": {
"submit": "Deaktivieren",
"cancel": "Abbrechen",
@ -137,15 +155,6 @@
"message": "Bist du sicher, dass du den Kommentar \"<b>{name}</b>\" deaktivieren möchtest?"
}
},
"post": {
"name": "Beitrag",
"moreInfo": {
"name": "Mehr Info"
},
"takeAction": {
"name": "Aktiv werden"
}
},
"report": {
"submit": "Melden",
"cancel": "Abbrechen",
@ -166,28 +175,19 @@
"message": "Bist du sicher, dass du den Kommentar von \"<b>{name}</b>\" melden möchtest?"
}
},
"quotes": {
"african": {
"quote": "Viele kleine Leute, an vielen kleinen Orten, die viele kleine Dinge tun, werden das Antlitz dieser Welt verändern.",
"author": "Afrikanisches Sprichwort"
}
"contribution": {
"edit": "Beitrag bearbeiten",
"delete": "Beitrag löschen"
},
"common": {
"reportContent": "Melden",
"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"
"comment": {
"edit": "Kommentar bearbeiten",
"delete": "Kommentar löschen"
},
"followButton": {
"follow": "Folgen",
"following": "Folge Ich"
},
"shoutButton": {
"shouted": "empfohlen"
}
}

View File

@ -1,13 +1,4 @@
{
"actions": {
"loading": "loading",
"loadMore": "load more",
"create": "Create",
"save": "Save",
"edit": "Edit",
"delete": "Delete",
"cancel": "Cancel"
},
"login": {
"copy": "If you already have a human-connection account, login here.",
"login": "Login",
@ -17,13 +8,6 @@
"moreInfo": "What is Human Connection?",
"hello": "Hello"
},
"followButton": {
"follow": "Follow",
"following": "Following"
},
"shoutButton": {
"shouted": "shouted"
},
"profile": {
"name": "My Profile",
"memberSince": "Member since",
@ -100,23 +84,57 @@
"name": "Settings"
}
},
"post": {
"name": "Post",
"moreInfo": {
"name": "More info"
},
"takeAction": {
"name": "Take action"
}
},
"quotes": {
"african": {
"quote": "Many small people in many small places do many small things, that can alter the face of the world.",
"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",
"reportContent": "Report"
},
"actions": {
"loading": "loading",
"loadMore": "load more",
"create": "Create",
"save": "Save",
"edit": "Edit",
"delete": "Delete",
"cancel": "Cancel"
},
"moderation": {
"name": "Moderation",
"reports": {
"empty": "Congratulations, nothing to moderate.",
"name": "Reports",
"submitter": "reported by",
"disabledBy": "reported by"
"disabledBy": "disabled by"
}
},
"contribution": {
"edit": "Edit Contribution",
"delete": "Delete Contribution"
},
"comment": {
"edit": "Edit Comment",
"delete": "Delete Comment"
},
"disable": {
"submit": "Disable",
"cancel": "Cancel",
@ -137,15 +155,6 @@
"message": "Do you really want to disable the comment from \"<b>{name}</b>\"?"
}
},
"post": {
"name": "Post",
"moreInfo": {
"name": "More info"
},
"takeAction": {
"name": "Take action"
}
},
"report": {
"submit": "Send Report",
"cancel": "Cancel",
@ -166,28 +175,19 @@
"message": "Do you really want to report the comment from \"<b>{name}</b>\"?"
}
},
"quotes": {
"african": {
"quote": "Many small people in many small places do many small things, that can alter the face of the world.",
"author": "African proverb"
}
"contribution": {
"edit": "Edit Contribution",
"delete": "Delete Contribution"
},
"common": {
"reportContent": "Report",
"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"
"comment": {
"edit": "Edit Comment",
"delete": "Delete Comment"
},
"followButton": {
"follow": "Follow",
"following": "Following"
},
"shoutButton": {
"shouted": "shouted"
}
}

View File

@ -13,7 +13,9 @@
"memberSince": "Miembro desde",
"follow": "Seguir",
"followers": "Seguidores",
"following": "Siguiendo"
"following": "Siguiendo",
"shouted": "Gritar",
"commented": "Comentado"
},
"settings": {
"name": "Configuración",

View File

@ -3,7 +3,7 @@
"copy": "Si vous avez déjà un compte human-connection, connectez-vous ici.",
"login": "Connexion",
"logout": "Déconnexion",
"email": "Votre Message électronique",
"email": "Votre courriel",
"password": "Votre mot de passe",
"moreInfo": "Qu'est-ce que Human Connection?",
"hello": "Bonjour"
@ -109,6 +109,61 @@
"tag": "Tag ::: Tags",
"name": "Nom",
"loadMore": "charger plus",
"loading": "chargement"
"loading": "chargement",
"reportContent": "Signaler"
},
"moderation": {
"reports": {
"empty": "Félicitations, rien à modérer.",
"name": "Signalisations",
"reporter": "signalé par"
}
},
"disable": {
"user": {
"title": "Désactiver l'utilisateur",
"type": "Utilisateur",
"message": "Souhaitez-vous vraiment désactiver l'utilisateur \" <b> {name} </b> \"?"
},
"contribution": {
"title": "Désactiver l'apport",
"type": "apport",
"message": "Souhaitez-vous vraiment signaler l'entrée\" <b> {name} </b> \"?"
},
"comment": {
"title": "Désactiver le commentaire",
"type": "Commentaire",
"message": "Souhaitez-vous vraiment désactiver le commentaire de \"<b>{nom}</b>\" ?"
}
},
"report": {
"submit": "Envoyer le rapport",
"cancel": "Annuler",
"user": {
"title": "Signaler l'utilisateur",
"type": "Utilisateur",
"message": "Souhaitez-vous vraiment signaler l'utilisateur \" <b> {name} </b> \"?"
},
"contribution": {
"title": "Signaler l'entrée",
"type": "Apport",
"message": "Souhaitez-vous vraiment signaler l'entrée\" <b> {name} </b> \"?"
},
"comment": {
"title": "Signaler un commentaire",
"type": "Commentaire",
"message": "Souhaitez-vous vraiment signaler l'utilisateur \" <b> {name} </b> \"?"
}
},
"actions": {
"cancel": "Annuler"
},
"contribution": {
"edit": "Rédiger l'apport",
"delete": "Supprimer l'entrée"
},
"comment": {
"edit": "Rédiger un commentaire",
"delete": "Supprimer le commentaire"
}
}

View File

@ -1,6 +1,6 @@
{
"login": {
"copy": "Se hai già un account di Human Connection, accedi qui.",
"copy": "Se sei gia registrato su Human Connection, accedi qui.",
"login": "Accesso",
"logout": "Logout",
"email": "La tua email",
@ -12,13 +12,18 @@
"name": "Il mio profilo",
"memberSince": "Membro dal",
"follow": "Seguire",
"followers": "Seguaci",
"following": "Seguendo"
"followers": "Seguenti",
"following": "Seguendo",
"shouted": "Gridato",
"commented": "Commentato"
},
"settings": {
"name": "Impostazioni",
"data": {
"name": "I tuoi dati"
"name": "I tuoi dati",
"labelName": "Nome",
"labelCity": "La tua città o regione",
"labelBio": "Su di te"
},
"security": {
"name": "Sicurezza"
@ -27,7 +32,7 @@
"name": "Inviti"
},
"download": {
"name": "Scaricare i dati"
"name": "Scaricamento dati"
},
"delete": {
"name": "Elimina Account"
@ -51,7 +56,7 @@
"projects": "Progetti",
"invites": "Inviti",
"follows": "Segue",
"shouts": "Grida"
"shouts": "Gridi"
},
"organizations": {
"name": "Organizzazioni"
@ -90,25 +95,33 @@
},
"quotes": {
"african": {
"quote": "Molte piccole persone in molti piccoli luoghi fanno molte piccole cose, che possono alterare la faccia del mondo.",
"quote": "Molte piccole persone in molti piccoli luoghi fanno molte piccole cose, che possono cambiare la faccia del mondo.",
"author": "Proverbio africano"
}
},
"common": {
"post": "Messaggio ::: Messaggi",
"comment": "Commento ::: Commenti",
"letsTalk": "Parliamo",
"versus": "Contro",
"letsTalk": "Discutiamo",
"versus": "Verso",
"moreInfo": "Ulteriori informazioni",
"takeAction": "Agire",
"shout": "Grida ::: Grida",
"shout": "Grido ::: Gridi",
"user": "Utente ::: Utenti",
"category": "Categoria ::: Categorie",
"organization": "Organizzazione ::: Organizzazioni",
"project": "Progetto ::: Progetti",
"tag": "Tag ::: Tag",
"name": "Nome",
"loadMore": "caricare di più",
"loading": "caricamento"
"loadMore": "Caricare di più",
"loading": "Caricamento in corso"
},
"actions": {
"loading": "Caricamento in corso",
"loadMore": "Carica di più",
"create": "Crea",
"save": "Salva",
"edit": "Modifica",
"delete": "Cancella"
}
}

View File

@ -109,6 +109,51 @@
"tag": "Tag ::: Tags",
"name": "Naam",
"loadMore": "meer laden",
"loading": "inlading"
"loading": "inlading",
"reportContent": "Melden"
},
"disable": {
"comment": {
"title": "Commentaar uitschakelen",
"type": "Melding",
"message": "Wilt u de reactie van \" <b> {name} </b> \" echt uitschakelen ?"
}
},
"report": {
"submit": "Verzenden",
"cancel": "Annuleren",
"user": {
"title": "Gebruiker melden",
"type": "Gebruiker",
"message": "Wilt u echt het commentaar van \"<b>{name}</b>\" melden?"
},
"contribution": {
"title": "Bijdrage melden",
"type": "Bijdrage",
"message": "Wilt u echt het commentaar van \"<b>{name}</b>\" melden?"
},
"comment": {
"title": "Reactie melden",
"type": "Melding",
"message": "Wilt u echt het commentaar van \"<b>{name}</b>\" melden?"
}
},
"actions": {
"cancel": "Annuleren"
},
"contribution": {
"edit": "Bijdrage bewerken",
"delete": "Bijdrage verwijderen"
},
"comment": {
"edit": "Commentaar bewerken",
"delete": "Commentaar verwijderen"
},
"followButton": {
"follow": "Volgen",
"following": "Volgt"
},
"shoutButton": {
"shouted": "uitgeroepen"
}
}

View File

@ -13,12 +13,17 @@
"memberSince": "Członek od",
"follow": "Obserwuj",
"followers": "Obserwujący",
"following": "Obserwowani"
"following": "Obserwowani",
"shouted": "Krzyknij",
"commented": "Skomentuj"
},
"settings": {
"name": "Ustawienia",
"data": {
"name": "Twoje dane"
"name": "Twoje dane",
"labelName": "Twoje dane",
"labelCity": "Twoje miasto lub region",
"labelBio": "O Tobie"
},
"security": {
"name": "Bezpieczeństwo"
@ -51,7 +56,7 @@
"projects": "Projekty",
"invites": "Zaproszenia",
"follows": "Obserwowań",
"shouts": " okrzyk"
"shouts": "Okrzyk"
},
"organizations": {
"name": "Organizacje"
@ -109,6 +114,75 @@
"tag": "Tag ::: Tagi",
"name": "imię",
"loadMore": "załaduj więcej",
"loading": "ładowanie"
"loading": "ładowanie",
"reportContent": "Raport"
},
"actions": {
"loading": "ładowanie",
"loadMore": "załaduj więcej",
"create": "Stwórz",
"save": "Zapisz",
"edit": "Edytuj",
"delete": "Usuń",
"cancel": "Anuluj"
},
"moderation": {
"name": "Moderacja",
"reports": {
"empty": "Gratulacje, moderacja nie jest potrzebna",
"name": "Raporty",
"reporter": "zgłoszone przez"
}
},
"disable": {
"user": {
"title": "Ukryj użytkownika",
"type": "Użytkownik",
"message": "Czy na pewno chcesz wyłączyć użytkownika \" <b> {name} </b> \"?"
},
"contribution": {
"title": "Ukryj wpis",
"type": "Wpis / Post",
"message": "Czy na pewno chcesz ukryć wpis \" <b> tytuł} </b> \"?"
},
"comment": {
"title": "Ukryj wpis",
"type": "Komentarz",
"message": "Czy na pewno chcesz ukryć komentarz użytkownika\"<b>(Imie/Avatar</b>\"?"
}
},
"report": {
"submit": "Wyślij raport",
"cancel": "Anuluj",
"user": {
"title": "Zgłoś użytkownika",
"type": "Użytkownik",
"message": "Czy na pewno chcesz zgłosić użytkownika \" <b> {Imie} </b> \"?"
},
"contribution": {
"title": "Zgłoś wpis",
"type": "Wpis / Post",
"message": "Czy na pewno chcesz zgłosić ten wpis użytkownika \" <b> {Imie} </b> \"?"
},
"comment": {
"title": "Zgłoś komentarz",
"type": "Komentarz",
"message": "Czy na pewno chcesz zgłosić komentarz użytkownika\"<b>(Imie/Avatar</b>\"?"
}
},
"contribution": {
"edit": "Edytuj wpis",
"delete": "Usuń wpis"
},
"comment": {
"edit": "Edytuj komentarz",
"delete": "Usuń komentarz"
},
"followButton": {
"follow": "Obserwuj",
"following": "Obserwowani"
},
"shoutButton": {
"shouted": "krzyczeć"
}
}

View File

@ -1,7 +1,7 @@
{
"login": {
"copy": "Se você já tem uma conta no Human Connection, faça o login aqui.",
"login": "Login",
"copy": "Se você já tem uma conta no Human Connection, entre aqui.",
"login": "Entrar",
"logout": "Sair",
"email": "Seu email",
"password": "Sua senha",
@ -13,12 +13,17 @@
"memberSince": "Membro desde",
"follow": "Seguir",
"followers": "Seguidores",
"following": "Seguindo"
"following": "Seguindo",
"shouted": "Aclamou",
"commented": "Comentou"
},
"settings": {
"name": "Configurações",
"data": {
"name": "Seus Dados"
"name": "Seus dados",
"labelName": "Seu nome",
"labelCity": "Sua cidade ou estado",
"labelBio": "Sobre você"
},
"security": {
"name": "Segurança"
@ -30,7 +35,7 @@
"name": "Baixar dados"
},
"delete": {
"name": "Deletar conta"
"name": "Apagar conta"
},
"organizations": {
"name": "Minhas Organizações"
@ -40,18 +45,18 @@
}
},
"admin": {
"name": "Administrator",
"name": "Administração",
"dashboard": {
"name": "Painel de controle",
"users": "Usuários",
"posts": "Pastagens",
"posts": "Postagens",
"comments": "Comentários",
"notifications": "Notificações",
"organizations": "Organizações",
"projects": "Projetos",
"invites": "Convites",
"follows": "Seguidores",
"shouts": "Gritos"
"follows": "Segue",
"shouts": "Aclamações"
},
"organizations": {
"name": "Organizações"
@ -68,12 +73,12 @@
"categories": {
"name": "Categorias",
"categoryName": "Nome",
"postCount": "Pastagens"
"postCount": "Postagens"
},
"tags": {
"name": "Etiquetas",
"tagCountUnique": "Usuários",
"tagCount": "Pastagens"
"tagCount": "Postagens"
},
"settings": {
"name": "Configurações"
@ -90,25 +95,94 @@
},
"quotes": {
"african": {
"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"
"quote": "Muitas pessoas pequenas, em muitos lugares pequenos, fazem muitas coisas pequenas, que podem mudar a face do mundo.",
"author": "Provérbio africano"
}
},
"common": {
"post": "Post ::: Postagens",
"post": "Postagem ::: Postagens",
"comment": "Comentário ::: Comentários",
"letsTalk": "Vamos falar",
"versus": "Versus",
"letsTalk": "Vamos Conversar",
"versus": "Contra",
"moreInfo": "Mais informações",
"takeAction": "Tomar uma ação",
"shout": "Grito ::: Gritos",
"shout": "Aclamação ::: Aclamações",
"user": "Usuário ::: Usuários",
"category": "Categoria ::: Categorias",
"organization": "Organização ::: Organizações",
"project": "Projeto ::: Projetos",
"tag": "Tag ::: Tags",
"tag": "Etiqueta ::: Etiquetas",
"name": "Nome",
"loadMore": "carregar mais",
"loading": "carregando"
"loadMore": "Carregar mais",
"loading": "Carregando",
"reportContent": "Denunciar"
},
"actions": {
"loading": "Carregando",
"loadMore": "Carregar mais",
"create": "Criar",
"save": "Salvar",
"edit": "Editar",
"delete": "Apagar",
"cancel": "Cancelar"
},
"moderation": {
"name": "Moderação",
"reports": {
"empty": "Parabéns, nada a moderar.",
"name": "Denúncias",
"reporter": "Denunciado por"
}
},
"disable": {
"user": {
"title": "Desativar usuário",
"type": "Usuário",
"message": "Você realmente deseja desativar o usuário \" <b> {name} </b> \"?"
},
"contribution": {
"title": "Desativar Contribuição",
"type": "Contribuição",
"message": "Você realmente deseja desativar a contribuição \" <b> {name} </b> \"?"
},
"comment": {
"title": "Desativar comentário",
"type": "Comentário",
"message": "Você realmente deseja desativar o comentário de \" <b> {name} </b> \"?"
}
},
"report": {
"submit": "Enviar denúncia",
"cancel": "Cancelar",
"user": {
"title": "Denunciar usuário",
"type": "Usuário",
"message": "Você realmente deseja denunciar o usuário \" <b> {name} </b> \"?"
},
"contribution": {
"title": "Denunciar Contribuição",
"type": "Contribuição",
"message": "Você realmente deseja denunciar a contribuição \" <b> {name} </b> \"?"
},
"comment": {
"title": "Denunciar Comentário",
"type": "Comentário",
"message": "Você realmente deseja denunciar o comentário de \"<b>{name}</b>\"?"
}
},
"contribution": {
"edit": "Editar Contribuição",
"delete": "Apagar Contribuição"
},
"comment": {
"edit": "Editar Comentário",
"delete": "Apagar Comentário"
},
"followButton": {
"follow": "Seguir",
"following": "Seguindo"
},
"shoutButton": {
"shouted": "Aclamou"
}
}

View File

@ -34,7 +34,7 @@
}
},
"dependencies": {
"@human-connection/styleguide": "~0.5.11",
"@human-connection/styleguide": "0.5.15",
"@nuxtjs/apollo": "4.0.0-rc4",
"@nuxtjs/axios": "~5.4.1",
"@nuxtjs/dotenv": "~1.3.0",

View File

@ -77,15 +77,24 @@
slot="disabledBy"
slot-scope="scope"
>
<nuxt-link v-if="scope.row.type === 'Post' && scope.row.post.disabledBy" :to="{ name: 'profile-slug', params: { slug: scope.row.post.disabledBy.slug } }">
<b>{{ scope.row.post.disabledBy.name | truncate(50) }}</b>
</nuxt-link>
<nuxt-link v-else-if="scope.row.type === 'Comment' && scope.row.comment.disabledBy" :to="{ name: 'profile-slug', params: { slug: scope.row.comment.disabledBy.slug } }">
<b>{{ scope.row.comment.disabledBy.name | truncate(50) }}</b>
</nuxt-link>
<nuxt-link v-else-if="scope.row.type === 'User' && scope.row.user.disabledBy" :to="{ name: 'profile-slug', params: { slug: scope.row.user.disabledBy.slug } }">
<b>{{ scope.row.user.disabledBy.name | truncate(50) }}</b>
</nuxt-link>
<nuxt-link
v-if="scope.row.type === 'Post' && scope.row.post.disabledBy"
:to="{ name: 'profile-slug', params: { slug: scope.row.post.disabledBy.slug } }"
>
<b>{{ scope.row.post.disabledBy.name | truncate(50) }}</b>
</nuxt-link>
<nuxt-link
v-else-if="scope.row.type === 'Comment' && scope.row.comment.disabledBy"
:to="{ name: 'profile-slug', params: { slug: scope.row.comment.disabledBy.slug } }"
>
<b>{{ scope.row.comment.disabledBy.name | truncate(50) }}</b>
</nuxt-link>
<nuxt-link
v-else-if="scope.row.type === 'User' && scope.row.user.disabledBy"
:to="{ name: 'profile-slug', params: { slug: scope.row.user.disabledBy.slug } }"
>
<b>{{ scope.row.user.disabledBy.name | truncate(50) }}</b>
</nuxt-link>
</template>
</ds-table>
<hc-empty

View File

@ -902,10 +902,12 @@
debug "^3.1.0"
lodash.once "^4.1.1"
"@human-connection/styleguide@~0.5.11":
version "0.5.11"
resolved "https://registry.yarnpkg.com/@human-connection/styleguide/-/styleguide-0.5.11.tgz#8e44b5560a27ff87175c438baaee2645045030ae"
integrity sha512-djN4VnbeP4p6z8svlni68g7ST41qzxazwq3t2ygg4qTLEZLyOUopZW9++PST9s2YEQ97cNR1PyqnC6QGhBqMUA==
"@human-connection/styleguide@0.5.15":
version "0.5.15"
resolved "https://registry.yarnpkg.com/@human-connection/styleguide/-/styleguide-0.5.15.tgz#87142957b1ae03749e99db287adb6eafc5e2980a"
integrity sha512-BsYwXhPZutRVxyyvCWYkSsw8rEoUTimFeH4GdA9u9gohfS+opVl56KjiBPpepHsaVjbnuL8932BD/47QdM5cZg==
dependencies:
vue "^2.6.6"
"@jest/console@^24.3.0":
version "24.3.0"
@ -12562,6 +12564,11 @@ vue@^2.5.22:
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.6.tgz#dde41e483c11c46a7bf523909f4f2f816ab60d25"
integrity sha512-Y2DdOZD8sxApS+iUlwv1v8U1qN41kq6Kw45lM6nVZKhygeWA49q7VCCXkjXqeDBXgurrKWkYQ9cJeEJwAq0b9Q==
vue@^2.6.6:
version "2.6.8"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.8.tgz#f21cbc536bfc14f7d1d792a137bb12f69e60ea91"
integrity sha512-+vp9lEC2Kt3yom673pzg1J7T1NVGuGzO9j8Wxno+rQN2WYVBX2pyo/RGQ3fXCLh2Pk76Skw/laAPCuBuEQ4diw==
vuex-i18n@~1.11.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/vuex-i18n/-/vuex-i18n-1.11.0.tgz#e6cdc95080c445ab2c211cc6b64a907d217639d3"