From c09e3fcd641b27e3a5ed5a3628616faacafac1a7 Mon Sep 17 00:00:00 2001 From: FITFC <101124415+FITFC@users.noreply.github.com> Date: Mon, 28 Nov 2022 12:12:43 -0500 Subject: [PATCH] added pt_br --- src/main/resources/assets/owo/lang/pt_br.json | 74 +++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 src/main/resources/assets/owo/lang/pt_br.json diff --git a/src/main/resources/assets/owo/lang/pt_br.json b/src/main/resources/assets/owo/lang/pt_br.json new file mode 100644 index 00000000..75148629 --- /dev/null +++ b/src/main/resources/assets/owo/lang/pt_br.json @@ -0,0 +1,74 @@ +{ + "text.owo.itemGroup.tab_template": [ + { "index": 0 }, + { "text": " > ", "color": "gray" }, + { "index": 1, "color": "dark_gray" } + ], + "text.owo.config.search": "Buscar...", + "text.owo.config.search.matches": "%d de %d", + "text.owo.config.search.no_matches": "Sem combinações", + "text.owo.config.must_restart": "Algumas alterações feitas exigem uma reinicialização para serem aplicadas", + "text.owo.config.button.exit_minecraft": "Sair do Minecraft", + "text.owo.config.button.ignore_restart": "Reiniciar mais tarde", + "text.owo.config.applies_after_restart": [ + { + "text": "⏻ ", + "color": "#FAEA48" + }, + { + "text": "Esta opção se aplica após uma reinicialização", + "color": "gray" + } + ], + "text.owo.config.managed_by_server": [ + { + "text": "⚑ ", + "color": "#EB1D36" + }, + { + "text": "Esta opção está sendo gerenciada pelo servidor\n Desconecte para editá-lo", + "color": "gray" + } + ], + "text.owo.config.button.reload": "Recarregar", + "text.owo.config.button.done": "Done", + "text.owo.config.sections": [ + { + "text": "Sections", + "underlined": true + } + ], + "text.owo.config.list.add_entry": "Add entrada", + "text.owo.config.boolean_toggle.enabled": [ + "", + { + "text": "[", + "color": "gray" + }, + { + "text": "✔", + "color": "#28FFBF" + }, + { + "text": "]", + "color": "gray" + }, + " Enabled" + ], + "text.owo.config.boolean_toggle.disabled": [ + "", + { + "text": "[", + "color": "gray" + }, + { + "text": "❌", + "color": "#EB1D36" + }, + { + "text": "]", + "color": "gray" + }, + " Disabled" + ] + } \ No newline at end of file