{{ $t('actions.add') }}
{{ item.name }}
{{ $t('pages.inbounds') }}
{{ i }}
{{ item.inbounds != '' ? item.inbounds.split(',').length : 0 }}
{{ $t('stats.volume') }}
{{ item.volume == 0 ? $t('unlimited') : HumanReadable.sizeFormat(item.volume) }}
{{ $t('date.expiry') }}
{{ item.expiry == 0 ? $t('unlimited') : HumanReadable.remainedDays(item.expiry)?? $t('date.expired') }}
{{ $t('stats.usage') }}
{{ $t('stats.upload') }}:{{ HumanReadable.sizeFormat(item.up) }}
{{ $t('stats.download') }}:{{ HumanReadable.sizeFormat(item.down) }}
{{ $t('remained') }}: {{ HumanReadable.sizeFormat(item.volume - (item.up + item.down)) }}
{{ HumanReadable.sizeFormat(item.up + item.down) }}
{{ $t('online') }}
{{ $t('online') }}
-
{{ $t('confirm') }}
{{ $t('yes') }}
{{ $t('no') }}