From 51568b652eed957c0e64083d57fd2f22dba8963c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Wed, 2 Jun 2021 16:59:34 +0200 Subject: [PATCH] Updated translations --- .../app/core/translate/marked-translations.ts | 2 +- .../action-bar/action-bar.component.html | 4 +- .../components/stream/stream.component.html | 2 +- client/src/assets/i18n/de.json | 2 +- client/src/assets/i18n/de.po | 55 ++++++-------- client/src/assets/i18n/es.json | 2 +- client/src/assets/i18n/es.po | 52 ++++++-------- client/src/assets/i18n/it.json | 2 +- client/src/assets/i18n/it.po | 72 ++++++++++--------- client/src/assets/i18n/template-en.pot | 47 +++++------- 10 files changed, 108 insertions(+), 132 deletions(-) diff --git a/client/src/app/core/translate/marked-translations.ts b/client/src/app/core/translate/marked-translations.ts index 7b492695b..db3612c9f 100644 --- a/client/src/app/core/translate/marked-translations.ts +++ b/client/src/app/core/translate/marked-translations.ts @@ -37,7 +37,7 @@ _('Server settings required to activate Jitsi Meet integration.'); _('Livestream url'); _('Remove URL to deactivate livestream. Check extra group permission to see livestream.'); _('Livestream poster image url'); -_('Shows if livestream is not started. Recommended image format: 500x200px, PNG or JPG'); +_('Shows if livestream is not started. Recommended image format: 500x280px, PNG or JPG'); _('Enable virtual help desk room'); _('Shows a button with help icon to connect to an extra Jitsi conference room for technical audio/video tests.'); _('Number of next speakers automatically connecting to the live conference'); diff --git a/client/src/app/site/interaction/components/action-bar/action-bar.component.html b/client/src/app/site/interaction/components/action-bar/action-bar.component.html index 87a51454a..45cf27ec9 100644 --- a/client/src/app/site/interaction/components/action-bar/action-bar.component.html +++ b/client/src/app/site/interaction/components/action-bar/action-bar.component.html @@ -39,7 +39,7 @@ mat-mini-fab class="action-bar-shadow background-default" (click)="enterSupportRoom()" - matTooltip="{{ 'Access help desk' | translate }}" + matTooltip="{{ 'Help desk' | translate }}" *ngIf="isSupportEnabled | async" @fade > @@ -51,7 +51,7 @@