mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
parent
582a679910
commit
b995a4dd0b
@ -63,7 +63,7 @@
|
|||||||
"FilteredViewName": "Filtered view name",
|
"FilteredViewName": "Filtered view name",
|
||||||
"Then": "Then",
|
"Then": "Then",
|
||||||
"ShowPreviewOnClick": "Please click to show document index preview...",
|
"ShowPreviewOnClick": "Please click to show document index preview...",
|
||||||
"Showed": "Showed",
|
"Shown": "Shown",
|
||||||
"Total": "Total",
|
"Total": "Total",
|
||||||
"ShowEmptyGroups": "Show empty groups"
|
"ShowEmptyGroups": "Show empty groups"
|
||||||
}
|
}
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
"FilteredViewName": "Имя фильтрованного отображения",
|
"FilteredViewName": "Имя фильтрованного отображения",
|
||||||
"Then": "Затем",
|
"Then": "Затем",
|
||||||
"ShowPreviewOnClick": "Пожалуйста нажмите чтобы увидеть предпросмотр...",
|
"ShowPreviewOnClick": "Пожалуйста нажмите чтобы увидеть предпросмотр...",
|
||||||
"Showed": "Показано",
|
"Shown": "Показано",
|
||||||
"Total": "Всего",
|
"Total": "Всего",
|
||||||
"ShowEmptyGroups": "Показывать пустые группы"
|
"ShowEmptyGroups": "Показывать пустые группы"
|
||||||
}
|
}
|
||||||
|
@ -366,7 +366,7 @@
|
|||||||
<div class="content" class:padding={showNotification || enableChecking}>
|
<div class="content" class:padding={showNotification || enableChecking}>
|
||||||
<Label label={view.string.Total} />: {total}
|
<Label label={view.string.Total} />: {total}
|
||||||
{#if objects.length > 0 && objects.length < total}
|
{#if objects.length > 0 && objects.length < total}
|
||||||
<Label label={view.string.Showed} />: {objects.length}
|
<Label label={view.string.Shown} />: {objects.length}
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -63,7 +63,7 @@ export default mergeIds(viewId, view, {
|
|||||||
Manual: '' as IntlString,
|
Manual: '' as IntlString,
|
||||||
Then: '' as IntlString,
|
Then: '' as IntlString,
|
||||||
ShowPreviewOnClick: '' as IntlString,
|
ShowPreviewOnClick: '' as IntlString,
|
||||||
Showed: '' as IntlString,
|
Shown: '' as IntlString,
|
||||||
ShowEmptyGroups: '' as IntlString,
|
ShowEmptyGroups: '' as IntlString,
|
||||||
Total: '' as IntlString
|
Total: '' as IntlString
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user