Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated pt_br translation #187

Open
wants to merge 1 commit into
base: 1.21.4
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 68 additions & 0 deletions src/main/resources/assets/universal_graves/lang/pt_br.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"text.graves.grave_of": "Túmulo de %s",
"text.graves.items_xp": "Itens: %s XP: %s",
"text.graves.items": "Itens: %s",
"text.graves.protected_time": "Protegido por %s",
"text.graves.protected_time_sign": "Protegido por",
"text.graves.break_time": "Quebra em %s",
"text.graves.break_time_sign": "Quebra em",
"text.graves.not_protected": "Não protegido!",
"text.graves.players_grave": "Túmulo de %s",
"text.graves.admin_graves": "Todos os túmulos",
"text.graves.gui_title": "Seus túmulos",
"text.graves.no_longer_protected": "Seu túmulo em %s (%s) contendo %s item(ns) não está mais protegido!",
"text.graves.expired": "Seu túmulo em %s (%s) contendo %s item(ns) expirou!",
"text.graves.somebody_broke": "Seu túmulo em %s (%s) contendo %s item(ns) foi quebrado!",
"text.graves.created_at": "Túmulo criado em %s (%s)",
"text.graves.created_at_expire": "Túmulo criado em %s (%s). Ele expirará em %s",
"text.graves.creation_failed": "Não foi possível criar o túmulo! Seus itens foram dropados em %s (%s)",
"text.graves.creation_failed_void": "Túmulo não foi criado, pois você morreu no vazio!",
"text.graves.creation_failed_pvp": "Túmulo não foi criado, pois um jogador te matou! Seus itens foram dropados em %s (%s)",
"text.graves.creation_failed_claim": "Túmulo não foi criado, pois você estava em uma área protegida! Seus itens foram dropados em %s (%s)",
"text.graves.grave_unlock_payment.no_access": "Você não tem acesso a este túmulo!",
"text.graves.grave_unlock_payment.accepted": "Você desbloqueou o túmulo!",
"text.graves.grave_unlock_payment.failed": "Você não tem recursos suficientes para desbloquear o túmulo! Necessário: %s",

"text.graves.damage_source_info": "Você foi danificado por: %s",
"text.graves.damage_source_info.enabled": "Exibição das próximas fontes de dano ativada! Digite este comando novamente para desativar.",
"text.graves.damage_source_info.disabled": "Exibição das fontes de dano desativada!",

"text.graves.about.version": "Versão: %s",
"text.graves.about.contributors": "Contribuidores",

"text.graves.gui.next_page": "Próxima página",
"text.graves.gui.previous_page": "Página anterior",
"text.graves.gui.remove_protection": "Remover proteção",
"text.graves.gui.break_grave": "Quebrar túmulo",
"text.graves.gui.quick_pickup": "Pegar todos os itens",
"text.graves.gui.teleport": "Teleportar para o túmulo",
"text.graves.gui.cost.not_enough": "Recursos insuficientes!",
"text.graves.gui.cost": "Custo:",
"text.graves.gui.teleport.cost": "Custo:",
"text.graves.gui.unlock_grave": "Desbloquear túmulo",
"text.graves.gui.fetch": "Mover túmulo para sua localização",
"text.graves.gui.fetch_failed": "Não foi possível mover o túmulo para sua localização!",

"text.graves.gui.cant_reverse": "Você não pode reverter esta ação!",
"text.graves.gui.click_to_confirm": "Clique novamente para confirmar",

"text.graves.teleport.teleport_timer": "Teleportando em %s segundos, não se mova!",
"text.graves.teleport.teleport_timer_moving": "Teleportando em %s segundos",
"text.graves.teleport.teleport_location": "Teleportando para %s",
"text.graves.teleport.teleport_cancelled": "Teleporte cancelado",

"item.universal_graves.grave_compass": "Bússola de Túmulo",
"block.universal_graves.grave": "Túmulo",
"block.universal_graves.visual_grave": "Túmulo Esvaziado",
"block.universal_graves.container_grave": "Lápide",

"gamerule.universal_graves:protection_time": "Tempo de proteção do túmulo contra outros jogadores",
"gamerule.universal_graves:breaking_time": "Tempo de expiração do túmulo",

"text.graves.cost.level": "Níveis de XP",
"text.graves.cost.creative": "Criativo",
"text.graves.cost.free": "Gratuito",
"text.graves.cost.item": "Itens",

"screen.graves.settings": "Configurações de Túmulos Universais"
}