mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
parent
582a679910
commit
b995a4dd0b
@ -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"
|
||||
}
|
||||
|
@ -60,7 +60,7 @@
|
||||
"FilteredViewName": "Имя фильтрованного отображения",
|
||||
"Then": "Затем",
|
||||
"ShowPreviewOnClick": "Пожалуйста нажмите чтобы увидеть предпросмотр...",
|
||||
"Showed": "Показано",
|
||||
"Shown": "Показано",
|
||||
"Total": "Всего",
|
||||
"ShowEmptyGroups": "Показывать пустые группы"
|
||||
}
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user