From f332ffa2a2e9bd7d223c78b6123dbba272f21e84 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 8 Jan 2020 20:00:52 +0100 Subject: [PATCH] Generate translations --- .../subscribe-button.component.ts | 4 +- .../modals/video-download.component.html | 5 +- client/src/locale/angular.ar-001.xlf | 315 +++--- client/src/locale/angular.ca-ES.xlf | 987 ++++++++++------- client/src/locale/angular.cs-CZ.xlf | 343 +++--- client/src/locale/angular.da-DK.xlf | 301 +++--- client/src/locale/angular.de-DE.xlf | 408 ++++--- client/src/locale/angular.el-GR.xlf | 292 +++-- client/src/locale/angular.en-GB.xlf | 302 ++++-- client/src/locale/angular.en-US.xlf | 333 +++--- client/src/locale/angular.eo.xlf | 292 +++-- client/src/locale/angular.es-ES.xlf | 976 ++++++++++------- client/src/locale/angular.eu-ES.xlf | 352 ++++--- client/src/locale/angular.fa-IR.xlf | 993 +++++++++++------- client/src/locale/angular.fi-FI.xlf | 343 +++--- client/src/locale/angular.fr-FR.xlf | 940 +++++++++++------ client/src/locale/angular.gd.xlf | 412 ++++---- client/src/locale/angular.gl-ES.xlf | 278 +++-- client/src/locale/angular.hu-HU.xlf | 407 ++++--- client/src/locale/angular.it-IT.xlf | 292 +++-- client/src/locale/angular.ja-JP.xlf | 297 ++++-- client/src/locale/angular.jbo.xlf | 279 +++-- client/src/locale/angular.ko-KR.xlf | 340 +++--- client/src/locale/angular.lt-LT.xlf | 350 +++--- client/src/locale/angular.nb-NO.xlf | 350 +++--- client/src/locale/angular.nl-NL.xlf | 292 +++-- client/src/locale/angular.oc.xlf | 343 +++--- client/src/locale/angular.pl-PL.xlf | 324 +++--- client/src/locale/angular.pt-BR.xlf | 302 ++++-- client/src/locale/angular.pt-PT.xlf | 292 +++-- client/src/locale/angular.ru-RU.xlf | 346 +++--- client/src/locale/angular.sk-SK.xlf | 350 +++--- client/src/locale/angular.sl-SI.xlf | 265 +++-- client/src/locale/angular.sv-SE.xlf | 954 +++++++++++------ client/src/locale/angular.ta.xlf | 305 +++--- client/src/locale/angular.th-TH.xlf | 972 ++++++++++------- client/src/locale/angular.tr-TR.xlf | 338 +++--- client/src/locale/angular.uk-UA.xlf | 325 +++--- client/src/locale/angular.vi-VN.xlf | 282 +++-- client/src/locale/angular.xlf | 260 +++-- client/src/locale/angular.zh-Hans-CN.xlf | 292 +++-- client/src/locale/angular.zh-Hant-TW.xlf | 960 +++++++++++------ 42 files changed, 10787 insertions(+), 6606 deletions(-) diff --git a/client/src/app/shared/user-subscription/subscribe-button.component.ts b/client/src/app/shared/user-subscription/subscribe-button.component.ts index 7180400b5..0407856cb 100644 --- a/client/src/app/shared/user-subscription/subscribe-button.component.ts +++ b/client/src/app/shared/user-subscription/subscribe-button.component.ts @@ -70,9 +70,7 @@ export class SubscribeButtonComponent implements OnInit { this.subscribed = true this.notifier.success( - this.i18n( - 'Subscribed to {{nameWithHost}}. ' + - 'You will be notified of all their new videos.', + this.i18n('Subscribed to {{nameWithHost}}. You will be notified of all their new videos.', { nameWithHost: this.videoChannel.displayName } ), this.i18n('Subscribed') diff --git a/client/src/app/shared/video/modals/video-download.component.html b/client/src/app/shared/video/modals/video-download.component.html index ed61198c4..8cca985b1 100644 --- a/client/src/app/shared/video/modals/video-download.component.html +++ b/client/src/app/shared/video/modals/video-download.component.html @@ -1,9 +1,10 @@