Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1,263 additions
and 1 deletion.
- +1 −1 LocalizedMenu.sublime-settings
- +72 −0 locale/pt_BR/menu.json
- +6 −0 locale/pt_BR/pt_BR.json
- +23 −0 menu/3211/pt_BR/Context.sublime-menu.json
- +83 −0 menu/3211/pt_BR/Encoding.sublime-menu.json
- +9 −0 menu/3211/pt_BR/Find in Files.sublime-menu.json
- +17 −0 menu/3211/pt_BR/Indentation.sublime-menu.json
- +5 −0 menu/3211/pt_BR/Line Endings.sublime-menu.json
- +907 −0 menu/3211/pt_BR/Main.sublime-menu.json
- +4 −0 menu/3211/pt_BR/Side Bar Mount Point.sublime-menu.json
- +17 −0 menu/3211/pt_BR/Side Bar.sublime-menu.json
- +6 −0 menu/3211/pt_BR/Syntax.sublime-menu.json
- +8 −0 menu/3211/pt_BR/Tab Context.sublime-menu.json
- +7 −0 menu/3211/pt_BR/Widget Context.sublime-menu.json
- +98 −0 readme/README.pt_BR.md
@@ -0,0 +1,72 @@ | ||
[ | ||
{ | ||
"id": "preferences", | ||
"children": [ | ||
{ | ||
"id": "package-settings", | ||
"caption": "Configurações do Pacotes", | ||
"children": | ||
[ | ||
{ | ||
"caption": "LocalizedMenu", | ||
"children": | ||
[ | ||
{ | ||
"command": "open_file", "args": | ||
{ | ||
"file": "${packages}/LocalizedMenu/LocalizedMenu.sublime-settings" | ||
}, | ||
"caption": "Configurações - Padrão" | ||
}, | ||
{ | ||
"command": "open_file", "args": | ||
{ | ||
"file": "${packages}/User/LocalizedMenu.sublime-settings" | ||
}, | ||
"caption": "Configurações - Usuário" | ||
}, | ||
{ "caption": "-" } | ||
] | ||
} | ||
] | ||
}, | ||
{ "caption": "-" }, | ||
{ | ||
"id": "locales", | ||
"caption": "Idiomas", "mnemonic": "I", | ||
"children": [ | ||
{ | ||
"command": "localize_run", | ||
"args": { | ||
"action": "detect" | ||
}, | ||
"caption": "Detectar" | ||
}, | ||
{ | ||
"command": "localize_run", | ||
"args": { | ||
"action": "reset" | ||
}, | ||
"caption": "Redefinir" | ||
}, | ||
{ | ||
"command": "localize_run", | ||
"args": { | ||
"action": "add" | ||
}, | ||
"caption": "Adicionar" | ||
}, | ||
{ | ||
"command": "localize_run", | ||
"args": { | ||
"action": "submit" | ||
}, | ||
"caption": "Enviar" | ||
}, | ||
{ "caption": "-" } | ||
] | ||
}, | ||
{ "caption": "-" } | ||
] | ||
} | ||
] |
@@ -0,0 +1,6 @@ | ||
|
||
{ | ||
"hidden": false, | ||
"caption": "Português do Brasil", | ||
"mnemonic": "B" | ||
} |
@@ -0,0 +1,23 @@ | ||
[ | ||
{ "command": "open_context_url" }, | ||
{ "command": "context_goto_definition", "caption": "Ir para Definição" }, | ||
{ "caption": "-", "id": "diff" }, | ||
{ "command": "toggle_inline_diff" , "caption": "Mostrar Pedaço de Diferente" }, | ||
{ "caption": "-", "id": "clipboard" }, | ||
{ "command": "cut" , "caption": "Recortar" }, | ||
{ "command": "copy" , "caption": "Copiar" }, | ||
{ "command": "paste" , "caption": "Colar" }, | ||
{ "caption": "-", "id": "selection" }, | ||
{ "command": "select_all" , "caption": "Selecionar Todos" }, | ||
{ "caption": "-", "id": "repo_commands" }, | ||
{ "caption": "Abrir Repositório Git…", "command": "sublime_merge_open_repo" }, | ||
{ "caption": "Histórico de Arquivo…", "command": "sublime_merge_file_history" }, | ||
{ "caption": "Histórico da Linha…", "command": "sublime_merge_line_history" }, | ||
{ "caption": "Blame File…", "command": "sublime_merge_blame_file" }, | ||
{ "caption": "-", "id": "file" }, | ||
{ "command": "open_in_browser", "caption": "Abrir no Navegador" }, | ||
{ "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"}, "caption": "Abrir Conteúdo da Pasta…" }, | ||
{ "command": "copy_path", "caption": "Copiar Caminho do Arquivo" }, | ||
{ "command": "reveal_in_side_bar", "caption": "Revelar na Barra Lateral" }, | ||
{ "caption": "-", "id": "end" } | ||
] |
@@ -0,0 +1,83 @@ | ||
[ | ||
{ | ||
"caption": "Definir Codificação", | ||
"children": | ||
[ | ||
{ "caption": "UTF-8", "command": "set_encoding", "args": {"encoding": "utf-8" } }, | ||
{ "caption": "UTF-16 LE", "command": "set_encoding", "args": {"encoding": "utf-16 le" } }, | ||
{ "caption": "UTF-16 BE", "command": "set_encoding", "args": {"encoding": "utf-16 be" } }, | ||
{ "caption": "-" }, | ||
{ "caption": "Western (Windows 1252)", "command": "set_encoding", "args": {"encoding": "Western (Windows 1252)" } }, | ||
{ "caption": "Western (ISO 8859-1)", "command": "set_encoding", "args": {"encoding": "Western (ISO 8859-1)" } }, | ||
{ "caption": "Western (ISO 8859-3)", "command": "set_encoding", "args": {"encoding": "Western (ISO 8859-3)" } }, | ||
{ "caption": "Western (ISO 8859-15)", "command": "set_encoding", "args": {"encoding": "Western (ISO 8859-15)" } }, | ||
{ "caption": "Western (Mac Roman)", "command": "set_encoding", "args": {"encoding": "Western (Mac Roman)" } }, | ||
{ "caption": "DOS (CP 437)", "command": "set_encoding", "args": {"encoding": "DOS (CP 437)" } }, | ||
{ "caption": "Arabic (Windows 1256)", "command": "set_encoding", "args": {"encoding": "Arabic (Windows 1256)" } }, | ||
{ "caption": "Arabic (ISO 8859-6)", "command": "set_encoding", "args": {"encoding": "Arabic (ISO 8859-6)" } }, | ||
{ "caption": "Baltic (Windows 1257)", "command": "set_encoding", "args": {"encoding": "Baltic (Windows 1257)" } }, | ||
{ "caption": "Baltic (ISO 8859-4)", "command": "set_encoding", "args": {"encoding": "Baltic (ISO 8859-4)" } }, | ||
{ "caption": "Celtic (ISO 8859-14)", "command": "set_encoding", "args": {"encoding": "Celtic (ISO 8859-14)" } }, | ||
{ "caption": "Central European (Windows 1250)", "command": "set_encoding", "args": {"encoding": "Central European (Windows 1250)" } }, | ||
{ "caption": "Central European (ISO 8859-2)", "command": "set_encoding", "args": {"encoding": "Central European (ISO 8859-2)" } }, | ||
{ "caption": "Cyrillic (Windows 1251)", "command": "set_encoding", "args": {"encoding": "Cyrillic (Windows 1251)" } }, | ||
{ "caption": "Cyrillic (Windows 866)", "command": "set_encoding", "args": {"encoding": "Cyrillic (Windows 866)" } }, | ||
{ "caption": "Cyrillic (ISO 8859-5)", "command": "set_encoding", "args": {"encoding": "Cyrillic (ISO 8859-5)" } }, | ||
{ "caption": "Cyrillic (KOI8-R)", "command": "set_encoding", "args": {"encoding": "Cyrillic (KOI8-R)" } }, | ||
{ "caption": "Cyrillic (KOI8-U)", "command": "set_encoding", "args": {"encoding": "Cyrillic (KOI8-U)" } }, | ||
{ "caption": "Estonian (ISO 8859-13)", "command": "set_encoding", "args": {"encoding": "Estonian (ISO 8859-13)" } }, | ||
{ "caption": "Greek (Windows 1253)", "command": "set_encoding", "args": {"encoding": "Greek (Windows 1253)" } }, | ||
{ "caption": "Greek (ISO 8859-7)", "command": "set_encoding", "args": {"encoding": "Greek (ISO 8859-7)" } }, | ||
{ "caption": "Hebrew (Windows 1255)", "command": "set_encoding", "args": {"encoding": "Hebrew (Windows 1255)" } }, | ||
{ "caption": "Hebrew (ISO 8859-8)", "command": "set_encoding", "args": {"encoding": "Hebrew (ISO 8859-8)" } }, | ||
{ "caption": "Nordic (ISO 8859-10)", "command": "set_encoding", "args": {"encoding": "Nordic (ISO 8859-10)" } }, | ||
{ "caption": "Romanian (ISO 8859-16)", "command": "set_encoding", "args": {"encoding": "Romanian (ISO 8859-16)" } }, | ||
{ "caption": "Turkish (Windows 1254)", "command": "set_encoding", "args": {"encoding": "Turkish (Windows 1254)" } }, | ||
{ "caption": "Turkish (ISO 8859-9)", "command": "set_encoding", "args": {"encoding": "Turkish (ISO 8859-9)" } }, | ||
{ "caption": "Vietnamese (Windows 1258)", "command": "set_encoding", "args": {"encoding": "Vietnamese (Windows 1258)" } }, | ||
{ "caption": "-" }, | ||
{ "caption": "Hexadecimal", "command": "set_encoding", "args": {"encoding": "Hexadecimal" } } | ||
] | ||
}, | ||
|
||
{ | ||
"caption": "Reabrir com Codificação", | ||
"children": | ||
[ | ||
{ "caption": "UTF-8", "command": "reopen", "args": {"encoding": "utf-8" } }, | ||
{ "caption": "UTF-16 LE", "command": "reopen", "args": {"encoding": "utf-16 le" } }, | ||
{ "caption": "UTF-16 BE", "command": "reopen", "args": {"encoding": "utf-16 be" } }, | ||
{ "caption": "-" }, | ||
{ "caption": "Western (Windows 1252)", "command": "reopen", "args": {"encoding": "Western (Windows 1252)" } }, | ||
{ "caption": "Western (ISO 8859-1)", "command": "reopen", "args": {"encoding": "Western (ISO 8859-1)" } }, | ||
{ "caption": "Western (ISO 8859-3)", "command": "reopen", "args": {"encoding": "Western (ISO 8859-3)" } }, | ||
{ "caption": "Western (ISO 8859-15)", "command": "reopen", "args": {"encoding": "Western (ISO 8859-15)" } }, | ||
{ "caption": "Western (Mac Roman)", "command": "reopen", "args": {"encoding": "Western (Mac Roman)" } }, | ||
{ "caption": "DOS (CP 437)", "command": "reopen", "args": {"encoding": "DOS (CP 437)" } }, | ||
{ "caption": "Arabic (Windows 1256)", "command": "reopen", "args": {"encoding": "Arabic (Windows 1256)" } }, | ||
{ "caption": "Arabic (ISO 8859-6)", "command": "reopen", "args": {"encoding": "Arabic (ISO 8859-6)" } }, | ||
{ "caption": "Baltic (Windows 1257)", "command": "reopen", "args": {"encoding": "Baltic (Windows 1257)" } }, | ||
{ "caption": "Baltic (ISO 8859-4)", "command": "reopen", "args": {"encoding": "Baltic (ISO 8859-4)" } }, | ||
{ "caption": "Celtic (ISO 8859-14)", "command": "reopen", "args": {"encoding": "Celtic (ISO 8859-14)" } }, | ||
{ "caption": "Central European (Windows 1250)", "command": "reopen", "args": {"encoding": "Central European (Windows 1250)" } }, | ||
{ "caption": "Central European (ISO 8859-2)", "command": "reopen", "args": {"encoding": "Central European (ISO 8859-2)" } }, | ||
{ "caption": "Cyrillic (Windows 1251)", "command": "reopen", "args": {"encoding": "Cyrillic (Windows 1251)" } }, | ||
{ "caption": "Cyrillic (Windows 866)", "command": "reopen", "args": {"encoding": "Cyrillic (Windows 866)" } }, | ||
{ "caption": "Cyrillic (ISO 8859-5)", "command": "reopen", "args": {"encoding": "Cyrillic (ISO 8859-5)" } }, | ||
{ "caption": "Cyrillic (KOI8-R)", "command": "reopen", "args": {"encoding": "Cyrillic (KOI8-R)" } }, | ||
{ "caption": "Cyrillic (KOI8-U)", "command": "reopen", "args": {"encoding": "Cyrillic (KOI8-U)" } }, | ||
{ "caption": "Estonian (ISO 8859-13)", "command": "reopen", "args": {"encoding": "Estonian (ISO 8859-13)" } }, | ||
{ "caption": "Greek (Windows 1253)", "command": "reopen", "args": {"encoding": "Greek (Windows 1253)" } }, | ||
{ "caption": "Greek (ISO 8859-7)", "command": "reopen", "args": {"encoding": "Greek (ISO 8859-7)" } }, | ||
{ "caption": "Hebrew (Windows 1255)", "command": "reopen", "args": {"encoding": "Hebrew (Windows 1255)" } }, | ||
{ "caption": "Hebrew (ISO 8859-8)", "command": "reopen", "args": {"encoding": "Hebrew (ISO 8859-8)" } }, | ||
{ "caption": "Nordic (ISO 8859-10)", "command": "reopen", "args": {"encoding": "Nordic (ISO 8859-10)" } }, | ||
{ "caption": "Romanian (ISO 8859-16)", "command": "reopen", "args": {"encoding": "Romanian (ISO 8859-16)" } }, | ||
{ "caption": "Turkish (Windows 1254)", "command": "reopen", "args": {"encoding": "Turkish (Windows 1254)" } }, | ||
{ "caption": "Turkish (ISO 8859-9)", "command": "reopen", "args": {"encoding": "Turkish (ISO 8859-9)" } }, | ||
{ "caption": "Vietnamese (Windows 1258)", "command": "reopen", "args": {"encoding": "Vietnamese (Windows 1258)" } }, | ||
{ "caption": "-" }, | ||
{ "caption": "Hexadecimal", "command": "reopen", "args": {"encoding": "Hexadecimal" } } | ||
] | ||
}, | ||
] |
@@ -0,0 +1,9 @@ | ||
[ | ||
{ "command": "clear_location", "caption": "Limpar" }, | ||
{ "command": "add_directory", "caption": "Adicionar Pasta" }, | ||
{ "command": "add_where_snippet", "args": {"snippet": "*.${0:txt}"}, "caption": "Adicionar Filtro de Inclusão" }, | ||
{ "command": "add_where_snippet", "args": {"snippet": "-*.${0:txt}"}, "caption": "Adicionar Filtro de Exclusão" }, | ||
{ "command": "add_where_snippet", "args": {"snippet": "<open folders>"}, "caption": "Adicionar Pastas Abertas" }, | ||
{ "command": "add_where_snippet", "args": {"snippet": "<open files>"}, "caption": "Adicionar Arquivos Abertos" }, | ||
{ "command": "add_where_snippet", "args": {"snippet": "<current file>"}, "caption": "Adicionar Arquivo Atual" }, | ||
] |
@@ -0,0 +1,17 @@ | ||
[ | ||
{ "command": "toggle_setting", "args": {"setting": "translate_tabs_to_spaces"}, "caption": "Indentar Usando Espaços", "checkbox": true }, | ||
{ "caption": "-" }, | ||
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 1}, "caption": "Largura do Tab: 1", "checkbox": true }, | ||
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 2}, "caption": "Largura do Tab: 2", "checkbox": true }, | ||
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 3}, "caption": "Largura do Tab: 3", "checkbox": true }, | ||
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 4}, "caption": "Largura do Tab: 4", "checkbox": true }, | ||
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 5}, "caption": "Largura do Tab: 5", "checkbox": true }, | ||
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 6}, "caption": "Largura do Tab: 6", "checkbox": true }, | ||
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 7}, "caption": "Largura do Tab: 7", "checkbox": true }, | ||
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 8}, "caption": "Largura do Tab: 8", "checkbox": true }, | ||
{ "caption": "-" }, | ||
{ "command": "detect_indentation", "caption": "Adivinha Configurações do Buffer" }, | ||
{ "caption": "-" }, | ||
{ "command": "expand_tabs", "caption": "Converter indentação para Espaço", "args": {"set_translate_tabs": true} }, | ||
{ "command": "unexpand_tabs", "caption": "Converter Indentação para Tabs", "args": {"set_translate_tabs": true} } | ||
] |
@@ -0,0 +1,5 @@ | ||
[ | ||
{ "command": "set_line_ending", "args": {"type": "windows"}, "caption": "Final de Linha do Windows (CRLF)", "checkbox": true }, | ||
{ "command": "set_line_ending", "args": {"type": "unix"}, "caption": "Final de Linha do Unix (LF)", "checkbox": true }, | ||
{ "command": "set_line_ending", "args": {"type": "cr"}, "caption": "Final de Linha do Mac OS 9 (CR)", "checkbox": true } | ||
] |
Oops, something went wrong.