-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
locales: new translation updates (#365)
- Loading branch information
1 parent
5dfd269
commit 2bc5e35
Showing
12 changed files
with
36 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
{} | ||
{ | ||
"no_results": "Nenhum comando chamado '{query}'.", | ||
"run_command_button": "🔨 Executar '{query}'" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"get_sticker_id_string": "O id deste sticker é: <code>{stickerid}</code>", | ||
"animated_not_supported": "Olha, por enquanto não suportamos esses stickers que se mexem, desculpe.", | ||
"animated_not_supported": "Stickers animados não rolam, mano.", | ||
"sticker_info": "<b>Emoji:</b> {emoji}\n<b>ID do Sticker:</b> <code>{id}</code>", | ||
"not_sticker": "Isto não é um sticker.", | ||
"not_sticker": "Ixi, isso não é um sticker não!", | ||
"kanging_sticker_msg": "<code>Kibando o sticker…</code>", | ||
"sticker_kanged_string": "Sticker adicionado <b>com sucesso</b> ao pacote\nEmoji: {sticker_emoji}", | ||
"use_existing_pack": "<code>Usando o pacote de stickers existente…</code>", | ||
"err_sticker_no_file_name": "<b>Erro</b>: <code>Este sticker não possui um nome de arquivo!</code>", | ||
"sticker_kanged_string": "Sticker adicionado ao pack com <b>sucesso</b>, beleza!\nEmoji: {sticker_emoji}", | ||
"use_existing_pack": "<code>Usando o pack de stickers que já tem...</code>", | ||
"err_sticker_no_file_name": "<b>Erro</b>: <code>Esse sticker não tem nome de arquivo!</code>", | ||
"view_sticker_pack_btn": "Visualizar", | ||
"create_new_pack_string": "Criando um novo pacote de stickers…", | ||
"create_new_pack_string": "Criando um novo pacote de stickers...", | ||
"invalid_media_string": "<b>Erro:</b> <code>Mídia inválida<code>", | ||
"cant_create_sticker_pack_string": "Ops, parece que eu não tenho permissões suficientes para criar um pacote de sticker para você!\n<b>Por favor, inicie o bot primeiro.</b>" | ||
"cant_create_sticker_pack_string": "Oops, parece que eu não tenho permissões suficientes para criar um pacote de stickers para você! \n<b>Por favor, inicie o bot primeiro</b>." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
{ | ||
"run_description": "Roda o código na linguagem de programação que você escolher.", | ||
"code_exec_tio_res_string_no_err": "<b>Linguagem:</b> <code>{langformat}</code>\n\n<b>Código:</b>\n<code>{codeformat}</code>\n\n<b>Resultados:</b>\n<code>{resformat}</code>\n\n<b>Estatísticas:</b><code>{statsformat}</code>", | ||
"code_exec_tio_res_string_err": "<b>Linguagem:</b> <code>{langformat}</code>\n\n<b>Código:</b>\n<code>{codeformat}</code>\n\n<b>Resultados:</b>\n<code>{resformat}</code>\n\n<b>Erros:</b>\n<code>{errformat}</code>", | ||
"code_exec_err_string": "Erro: A linguagem <b>{langformat}</b> não foi encontrada. Lista de linguagens suportadas: {langslistlink}", | ||
"code_exec_err_string": "Erro: Não encontrei a linguagem <b>{langformat}</b>. Aqui estão as linguagens suportadas: {langslistlink}", | ||
"code_exec_inline_send": "Linguagem: {langformat}", | ||
"code_exec_err_inline_send_string": "Linguagem {langformat} não encontrada." | ||
"code_exec_err_inline_send_string": "Não achei essa linguagem, mano: {langformat}." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"tr_description": "Traduz o texto para o idioma determinado (o padrão é o idioma padrão do chat).", | ||
"tr_description": "Traduz o texto pra qualquer língua que tu quiser (se não escolher, vai na língua padrão do chat).", | ||
"translate_usage": "<b>Ow vc usa assim:</b> <del>/tr <indioma> e logó apoiz u teixto tanto ixcritu tantu resposdendo a um cara</del> aprende o indioma.", | ||
"translating": "Já aprendeu o indioma?", | ||
"translating": "Traduzindo pra caramba…", | ||
"translation": "<b>Indioma natal:</b> {from_lang}, <b>Indioma a ser aprendido:</b> {to_lang}\n<b>Não leia:</b> <code>{translation}</code>", | ||
"translate_inline_send": "Traduzir de {srclangformat} para {tolangformat}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
{} | ||
{ | ||
"no_results": "Nenhum comando chamado '{query}'.", | ||
"run_command_button": "🔨 Executar '{query}'" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters