From db8b2f56c014a3fa207501f74e0bb5088ea41719 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 10 Mar 2021 16:11:47 +0100 Subject: [PATCH] Update english strings --- .../about-follows/about-follows.component.html | 2 +- .../about-instance/about-instance.component.html | 2 +- .../video-channel-playlists.component.html | 2 +- .../comment/video-comments.component.html | 15 ++++++--------- .../comment/video-comments.component.ts | 1 - .../instance-config-warning-modal.component.html | 2 +- 6 files changed, 10 insertions(+), 14 deletions(-) diff --git a/client/src/app/+about/about-follows/about-follows.component.html b/client/src/app/+about/about-follows/about-follows.component.html index 2cf890acf..e9139b503 100644 --- a/client/src/app/+about/about-follows/about-follows.component.html +++ b/client/src/app/+about/about-follows/about-follows.component.html @@ -1,7 +1,7 @@

Follows

-

Followers instances ({{ followersPagination.totalItems }})

+

Follower instances ({{ followersPagination.totalItems }})

This instance does not have instances followers.
diff --git a/client/src/app/+about/about-instance/about-instance.component.html b/client/src/app/+about/about-instance/about-instance.component.html index d8794d602..1f372090e 100644 --- a/client/src/app/+about/about-instance/about-instance.component.html +++ b/client/src/app/+about/about-instance/about-instance.component.html @@ -83,7 +83,7 @@ fragment="business-model" #anchorLink (click)="onClickCopyLink(anchorLink)"> -

How we will pay for this instance

+

How we will pay for keeping our instance running

diff --git a/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html b/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html index 03770ceec..594935afd 100644 --- a/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html +++ b/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html @@ -1,6 +1,6 @@
- Created {{ pagination.totalItems }} playlists + Created {pagination.totalItems, plural, =1 {1 playlist} other {{{ pagination.totalItems }} playlists}}
This channel does not have playlists.
diff --git a/client/src/app/+videos/+video-watch/comment/video-comments.component.html b/client/src/app/+videos/+video-watch/comment/video-comments.component.html index 4a6426d30..9e6fde2e0 100644 --- a/client/src/app/+videos/+video-watch/comment/video-comments.component.html +++ b/client/src/app/+videos/+video-watch/comment/video-comments.component.html @@ -1,12 +1,7 @@

- - - 1 Comment - {{ totalNotDeletedComments }} Comments - - Comments + {totalNotDeletedComments, plural, =0 {Comments} =1 {1 Comment} other {{{totalNotDeletedComments}} Comments}}

@@ -79,15 +74,17 @@ + - View {{ comment.totalReplies }} replies from {{ video?.account?.displayName || 'the author' }} and others + View {comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}} from {{ video?.account?.displayName || 'the author' }} and others - View {{ comment.totalReplies }} replies from {{ video?.account?.displayName || 'the author' }} + View {comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}} from {{ video?.account?.displayName || 'the author' }} - View {{ comment.totalReplies }} replies + + View {comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}
diff --git a/client/src/app/+videos/+video-watch/comment/video-comments.component.ts b/client/src/app/+videos/+video-watch/comment/video-comments.component.ts index d36dd9e34..210236b61 100644 --- a/client/src/app/+videos/+video-watch/comment/video-comments.component.ts +++ b/client/src/app/+videos/+video-watch/comment/video-comments.component.ts @@ -5,7 +5,6 @@ import { AuthService, ComponentPagination, ConfirmService, hasMoreItems, Notifie import { HooksService } from '@app/core/plugins/hooks.service' import { Syndication, VideoDetails } from '@app/shared/shared-main' import { VideoComment, VideoCommentService, VideoCommentThreadTree } from '@app/shared/shared-video-comment' -import { ThisReceiver } from '@angular/compiler' @Component({ selector: 'my-video-comments', diff --git a/client/src/app/modal/instance-config-warning-modal.component.html b/client/src/app/modal/instance-config-warning-modal.component.html index 5a8adf726..498adfeff 100644 --- a/client/src/app/modal/instance-config-warning-modal.component.html +++ b/client/src/app/modal/instance-config-warning-modal.component.html @@ -15,7 +15,7 @@
  • Who you are
  • How long you plan to maintain your instance
  • -
  • How you plan to pay your instance
  • +
  • How you plan to pay for keeping your instance running
  • How you will moderate your instance
  • Instance terms