{{ isRegisterMode ? t('create_account') : t('login_title') }}

{{ t('server') }}

Immortals

{{ t('server') }}

{{ t('welcome') }}, {{ user.username }} ({{ user.role_name }}) - {{ t('cp_short') }}: {{ user.cp_atual }}

🛒 {{ t('requested_items') }}

{{ t('no_items_requested') }}
{{ it.is_chest == 1 ? '🎁' : '📦' }}

{{ it.name }}

{{ it.description || t('no_desc') }}

{{ t('auction_notices') }}

{{ t('auction_notices_desc') }}

{{ t('no_items_auction') }}
{{ itemObj.is_chest == 1 ? '🎁' : '📦' }}

{{ itemObj.name }}

{{ t('priority_queue') }}
{{ t('empty_queue') }}
{{idx+1}}
{{player.username}} {{ t('won_tag') }}
{{ t('pres_tag') }} {{ t('no_item_tag') }}
{{ t('cp_short') }}: {{player.cp_atual}} {{ t('score_label') }}: {{player.presence_score}}

💎 {{ t('all_requests_title') }}

{{ t('no_pending_requests') }}
{{ req.is_chest == 1 ? '🎁' : '📦' }}

{{ req.item_name }}

{{ t('requested_by') }}
{{ req.username }}
{{ t('cp_short') }}: {{ Number(req.cp_atual).toLocaleString() }} {{ t('score_label') }}: {{ req.presence_score }}
{{ selectedItemData.is_chest == 1 ? '🎁' : '📦' }}

{{ t('participation_mgmt') }}

{{ t('participation_desc') }}

{{ t('priority_queue') }}

{{ t('select_item') }}
#{{index+1}}

{{player.username}} ({{ t('cp_short') }}: {{player.cp_atual}}) {{ t('won_btn') }}

{{ t('pres_score_label') }}: {{player.presence_score}}
{{ t('in_event') }} {{ t('doesnt_have') }}

📊 {{ t('auction_notices') }}

{{ t('no_items_auction') }}
{{ itemObj.is_chest == 1 ? '🎁' : '📦' }}

{{ itemObj.name }}

{{ t('priority_queue') }}
{{ t('empty_queue') }}
{{idx+1}}
{{player.username}} {{ t('won_tag') }}
{{ t('pres_tag') }} {{ t('no_item_tag') }}
{{ t('cp_short') }}: {{player.cp_atual}} {{ t('score_label') }}: {{player.presence_score}}

{{ t('create_event_title') }}

{{ t('create_event_desc') }}

{{ t('offer_items_title') }}

{{ t('offer_items_desc') }}

{{ it.is_chest == 1 ? '🎁' : '📦' }}

{{it.name}}

{{ t('chest_label') }}

⚠️ {{ t('pending_reqs') }} ({{ pendingUsers.length }})

{{ p.username }} ({{ p.char_name }}) {{ t('cp_initial') }}: {{ p.cp_atual?.toLocaleString() }}

👤 {{ formUser.id ? t('edit_member') : t('add_member') }}

📋 {{ t('guild_members') }} ({{ activeUsers.length }})

{{ 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 }}

{{ formItem.id ? t('edit_item_db') : t('add_item_db_title') }}

📸 {{ t('click_upload_img') }}

Itens Cadastrados no Banco ({{ itemsList.length }})

📭 Nenhum item foi cadastrado ainda.
{{ it.is_chest == 1 ? '🎁' : '📦' }} {{ t('chest_label') }}

{{it.name}}

{{it.description || t('no_desc')}}

⚖️ {{ t('auction_history_title') }}

{{ 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.name }}
{{ item.is_global ? 'Global' : 'Normal' }}
{{ item.assigned_username }} -
🏆 {{ item.winner_username }} Não distribuído -
Selecione um evento e data para visualizar os itens e resultados.

💎 {{ t('wishlist_title') }}

{{ t('wishlist_desc') }}

{{ it.is_chest == 1 ? '🎁' : '📦' }}

{{ it.name }}

{{ t('chest_label').toUpperCase() }}
{{ t('manage_inv_desc') }}

🚫 {{ t('add_blacklist') }}

{{ t('blacklist_desc') }}

📜 {{ t('banned_list') }}

🕊️ {{ t('no_one_banned') }}
{{ 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' }}