From 67fdc738d27abe2becddba42e44322c1aab90246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20R=C3=B6hrl?= Date: Tue, 28 Jan 2020 10:16:16 +0100 Subject: [PATCH] added translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakob Röhrl --- src/components/Controls.vue | 2 +- src/components/board/Stack.vue | 2 +- src/components/board/TimelineTabSidebar.vue | 2 +- src/components/card/CardSidebarTabActivity.vue | 2 +- src/components/card/CardSidebarTabComments.vue | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/Controls.vue b/src/components/Controls.vue index 9a96e41a6..106fc2f2b 100644 --- a/src/components/Controls.vue +++ b/src/components/Controls.vue @@ -33,7 +33,7 @@
- + - + diff --git a/src/components/card/CardSidebarTabActivity.vue b/src/components/card/CardSidebarTabActivity.vue index ccbcfc9f7..3c7dc9125 100644 --- a/src/components/card/CardSidebarTabActivity.vue +++ b/src/components/card/CardSidebarTabActivity.vue @@ -30,7 +30,7 @@ :activity="entry" /> diff --git a/src/components/card/CardSidebarTabComments.vue b/src/components/card/CardSidebarTabComments.vue index 4330b2490..9646dbab9 100644 --- a/src/components/card/CardSidebarTabComments.vue +++ b/src/components/card/CardSidebarTabComments.vue @@ -32,7 +32,7 @@
- No users found + {{ t('deck', 'No users found') }}
@@ -42,13 +42,13 @@ :comment="comment" @doReload="loadComments" /> - Load More + {{ t('deck', 'Load More') }}
-

Keine Kommentare bisher. Beginne die Diskussion!

+

{{ t('deck', 'No comments yet. Begin the discussion!') }}