From 6d516b023b06debb7f35c050f400046d658def49 Mon Sep 17 00:00:00 2001 From: Rodrigo Gabirobertz <135872594+demorogabrtz@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:40:18 -0300 Subject: [PATCH] updated pt_br translation --- .../assets/universal_graves/lang/pt_br.json | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 src/main/resources/assets/universal_graves/lang/pt_br.json diff --git a/src/main/resources/assets/universal_graves/lang/pt_br.json b/src/main/resources/assets/universal_graves/lang/pt_br.json new file mode 100644 index 0000000..ab70884 --- /dev/null +++ b/src/main/resources/assets/universal_graves/lang/pt_br.json @@ -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" +}