{{ t('server') }}
{{ t('server') }}
{{ t('welcome') }}, {{ user.username }} ({{ user.role_name }}) - {{ t('cp_short') }}: {{ user.cp_atual }}
{{ t('auction_notices_desc') }}
{{ t('participation_desc') }}
{{ t('create_event_desc') }}
{{ t('offer_items_desc') }}
| {{ t('user_th') }} {{ userSortKey === 'username' ? (userSortOrder === 'asc' ? '↑' : '↓') : '' }} | {{ t('cp_label') }} {{ userSortKey === 'cp_atual' ? (userSortOrder === 'asc' ? '↑' : '↓') : '' }} | {{ t('role_th') }} | {{ t('actions_th') }} |
|---|---|---|---|
|
{{ u.username.charAt(0).toUpperCase() }}
{{ u.username }}
|
{{ Number(u.cp_atual).toLocaleString() }}
|
{{ u.role_name }} |
|
{{it.description || t('no_desc')}}
{{ t('auction_ongoing') }}
{{ t('finalize_auction_desc') }}
{{ t('auction_concluded') }} {{ t('read_only') }}
{{ t('archived_desc') }}
| {{ t('item_th') }} | {{ t('global_th') }} | {{ t('assigned_to') }} | {{ t('received_by') }} | {{ t('actions_th') }} |
|---|---|---|---|---|
|
|
{{ item.is_global ? 'Global' : 'Normal' }}
|
{{ item.assigned_username }}
-
|
🏆 {{ item.winner_username }}
Não distribuído
-
|
{{ t('wishlist_desc') }}
{{ t('blacklist_desc') }}
| {{ t('banned_user_th') }} | {{ t('reason_th') }} | {{ t('date_th') }} | {{ t('banned_by_th') }} |
|---|---|---|---|
|
{{ b.banned_user }}
|
{{ b.reason }} |
{{ new Date(b.banned_at).toLocaleString('pt-BR') }} | {{ b.banned_by || 'Sistema' }} |