Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-02-14 15:32:25 +06:00 committed by GitHub
parent 582a679910
commit b995a4dd0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -63,7 +63,7 @@
"FilteredViewName": "Filtered view name",
"Then": "Then",
"ShowPreviewOnClick": "Please click to show document index preview...",
"Showed": "Showed",
"Shown": "Shown",
"Total": "Total",
"ShowEmptyGroups": "Show empty groups"
}

View File

@ -60,7 +60,7 @@
"FilteredViewName": "Имя фильтрованного отображения",
"Then": "Затем",
"ShowPreviewOnClick": "Пожалуйста нажмите чтобы увидеть предпросмотр...",
"Showed": "Показано",
"Shown": "Показано",
"Total": "Всего",
"ShowEmptyGroups": "Показывать пустые группы"
}

View File

@ -366,7 +366,7 @@
<div class="content" class:padding={showNotification || enableChecking}>
<Label label={view.string.Total} />: {total}
{#if objects.length > 0 && objects.length < total}
<Label label={view.string.Showed} />: {objects.length}
<Label label={view.string.Shown} />: {objects.length}
{/if}
</div>
</div>

View File

@ -63,7 +63,7 @@ export default mergeIds(viewId, view, {
Manual: '' as IntlString,
Then: '' as IntlString,
ShowPreviewOnClick: '' as IntlString,
Showed: '' as IntlString,
Shown: '' as IntlString,
ShowEmptyGroups: '' as IntlString,
Total: '' as IntlString
}