Information
-
{{ __('Owner') }}:
{{ entity.owner }}
-
{{ __('Type') }}:
{{ entity.file_type }}
-
{{ __('Size') }}:
{{ entity.file_size_pretty }}{{ ` (${entity.file_size})` }}
-
{{ __('Modified') }}:
{{ formatDate(entity.modified) }}
-
{{ __('Added') }}:
{{ formatDate(entity.creation) }}
-
{{ __('Tags') }}:
{{ __('Stats') }}
-
{{ __('Words') }}:
{{
editor.storage.characterCount.words()
}}
-
{{ __('Characters') }}:
{{
editor.storage.characterCount.characters()
}}
-
{{ __('Reading time') }}:
{{ Math.ceil(editor.storage.characterCount.words() / 200) }}
{{
Math.ceil(editor.storage.characterCount.words() / 200) > 1
? 'minutes'
: 'minute'
}}
Access
-
{{ __('General') }}:
{{ accessConfig[getGeneralAccess.data.type].label }}
-
{{ __('Shared') }}:
{{
userAccess.data.length +
' ' +
(userAccess.data.length === 1 ? __('person') : __('people'))
}}
{{
userAccess.data.length < 3 ? '(' + userAccess.data.map((k) => k.user).join(', ') + ')'
: ''
}}
-
-
ID:
{{ entity.name }}
-
Disk path:
{{ entity.path }}
-
Team:
{{ entity.team }}
-
MIME type:
{{ entity.mime_type }}