brackets-git
Version:
Integration of Git into Brackets
445 lines (443 loc) • 30.6 kB
JavaScript
/*jshint maxlen:false */
define({
// ACTION: "Action",
ACTION: "Ação",
// ADD_ENDLINE_TO_THE_END_OF_FILE: "Add endline at the end of file",
ADD_ENDLINE_TO_THE_END_OF_FILE: "Adicionar endline no fim do arquivo",
// ADD_TO_GITIGNORE: "Add to .gitignore",
ADD_TO_GITIGNORE: "Adicionar ao .gitignore",
// ADVANCED_FEATURES_WARNING: "This features are not recommended for basic Git users as they may cause you to lose code that has been already commited if used inproperly. Use with caution.",
ADVANCED_FEATURES_WARNING: "Estes recursos não são recomendados para usuários básicos do Git, pois podem causar perda de código de commits já feitos se usados incorretamente. Use com cuidado.",
// AMEND_COMMIT: "Amend last commit",
AMEND_COMMIT: "Emendar no último commit",
// AMEND_COMMIT_FORBIDDEN: "Cannot amend commit when there are no unpushed commits",
AMEND_COMMIT_FORBIDDEN: "Não é possível emendar o commit quando não tem unpushed commits",
// _ANOTHER_BRANCH: "another branch",
// TODO: localize _ANOTHER_BRANCH to pt-br
// AUTHOR: "Author",
AUTHOR: "Autor",
// AUTHORS_OF: "Authors of",
// TODO: localize AUTHORS_OF to pt-br
// AVATAR_TYPE: "Avatar type",
AVATAR_TYPE: "Tipo de avatar",
// BASH_NOT_AVAILABLE: "Bash is not available or properly configured",
BASH_NOT_AVAILABLE: "O console de comando não está disponível ou devidamente configurado",
// BASIC_CONFIGURATION: "Basic configuration",
BASIC_CONFIGURATION: "Configuração básica",
// BLACK_WHITE_AVATAR: "Black and white avatar",
BLACK_WHITE_AVATAR: "Avatar preto e branco",
// BRACKETS_GIT_ERROR: "Brackets Git encountered an error\u2026",
BRACKETS_GIT_ERROR: "Brackets Git encontrou um erro\u2026",
// BRANCH_NAME: "Branch name",
BRANCH_NAME: "Nome do Branch",
// BUTTON_CANCEL: "Cancel",
BUTTON_CANCEL: "Cancelar",
// BUTTON_CHANGELOG: "Show changelog",
BUTTON_CHANGELOG: "Histórico de alterações",
// BUTTON_CHECKOUT_COMMIT: "Checkout",
// TODO: localize BUTTON_CHECKOUT_COMMIT to pt-br
// BUTTON_CLONE: "Clone",
// TODO: localize BUTTON_CLONE to pt-br
// BUTTON_CLOSE: "Close",
BUTTON_CLOSE: "Fechar",
// BUTTON_COMMIT: "Commit",
BUTTON_COMMIT: "Fazer Commit",
// BUTTON_DEFAULTS: "Restore defaults",
BUTTON_DEFAULTS: "Restaurar padrões",
// BUTTON_FIND_CONFLICTS: "Find conflicts\u2026",
BUTTON_FIND_CONFLICTS: "Localizar conflitos\u2026",
// BUTTON_INIT: "Init",
BUTTON_INIT: "Init",
// BUTTON_MERGE_ABORT: "Abort merge",
// TODO: localize BUTTON_MERGE_ABORT to pt-br
// BUTTON_OK: "OK",
BUTTON_OK: "OK",
// BUTTON_REBASE_ABORT: "Abort",
// TODO: localize BUTTON_REBASE_ABORT to pt-br
// BUTTON_REBASE_CONTINUE: "Continue rebase",
// TODO: localize BUTTON_REBASE_CONTINUE to pt-br
// BUTTON_REBASE_SKIP: "Skip",
// TODO: localize BUTTON_REBASE_SKIP to pt-br
// BUTTON_REPORT: "Report",
BUTTON_REPORT: "Relatar",
// BUTTON_RESET: "Reset index",
// TODO: localize BUTTON_RESET to pt-br
// BUTTON_RESET_HARD: "Reset to this commit and discard the changes that came after it. (reset --hard)",
// TODO: localize BUTTON_RESET_HARD to pt-br
// BUTTON_RESET_MIXED: "Reset to this commit and retain changes that came after it unstaged. (reset --mixed)",
// TODO: localize BUTTON_RESET_MIXED to pt-br
// BUTTON_RESET_SOFT: "Reset to this commit and retain changes that came after it staged for a new commit. (reset --soft)",
// TODO: localize BUTTON_RESET_SOFT to pt-br
// BUTTON_SAVE: "Save",
BUTTON_SAVE: "Salvar",
// CANCEL: "Cancel",
CANCEL: "Cancelar",
// CHANGELOG: "Changelog",
CHANGELOG: "Histórico de alterações",
// CHANGE_USER_EMAIL: "Change git email",
CHANGE_USER_EMAIL: "Mudar email do git",
// CHANGE_USER_NAME: "Change git username",
CHANGE_USER_NAME: "Mudar nome de usuário do git",
// CHECK_GIT_SETTINGS: "Failed to launch Git executable - fix Git settings and restart Brackets",
CHECK_GIT_SETTINGS: "Verificar configurações do Git",
// CLONE_REPOSITORY: "Clone repository",
// TODO: localize CLONE_REPOSITORY to pt-br
// CODE_INSPECTION_PROBLEMS: "Code inspection problems:",
// TODO: localize CODE_INSPECTION_PROBLEMS to pt-br
// COLLAPSE_ALL: "Collapse all",
// TODO: localize COLLAPSE_ALL to pt-br
// COLORED_AVATAR: "Colored avatar",
// TODO: localize COLORED_AVATAR to pt-br
// COMMAND_ARGUMENTS: "Command arguments",
// TODO: localize COMMAND_ARGUMENTS to pt-br
// COMMIT: "Commit",
// TODO: localize COMMIT to pt-br
// COMMIT_ALL_SHORTCUT: "Commit all files",
COMMIT_ALL_SHORTCUT: "Commit todos os arquivos",
// COMMIT_CURRENT_SHORTCUT: "Commit current file",
COMMIT_CURRENT_SHORTCUT: "Commit arquivo atual",
// COMMIT_MESSAGE_PLACEHOLDER: "Enter commit message here\u2026",
COMMIT_MESSAGE_PLACEHOLDER: "Insira a mensagem do commit aqui\u2026",
// CREATE_NEW_BRANCH: "Create new branch\u2026",
CREATE_NEW_BRANCH: "Criar um novo branch\u2026",
// CREATE_NEW_GITFTP_SCOPE: "Create new Git-FTP remote\u2026",
// TODO: localize CREATE_NEW_GITFTP_SCOPE to pt-br
// CREATE_NEW_REMOTE: "Create new remote\u2026",
// TODO: localize CREATE_NEW_REMOTE to pt-br
// CURRENT_TRACKING_BRANCH: "Current tracking branch",
// TODO: localize CURRENT_TRACKING_BRANCH to pt-br
// _CURRENT_TRACKING_BRANCH: "current tracking branch",
// TODO: localize _CURRENT_TRACKING_BRANCH to pt-br
// CUSTOM_TERMINAL_COMMAND: "Custom terminal command (sample: gnome-terminal or complete path to executable)",
CUSTOM_TERMINAL_COMMAND: "Comando de terminal personalizado (exemplo: gnome-terminal ou caminho completo ao executável)",
// CUSTOM_TERMINAL_COMMAND_HINT: "Sample arguments: --window --working-directory=$1<br>$1 in arguments will be replaced by current project directory.",
CUSTOM_TERMINAL_COMMAND_HINT: "Exemplo de argumentos: --window --working-directory=$1<br>$1 nos argumentos serão substituídos pelo diretório do projeto atual.",
// DATE_FORMAT: "MM/DD/YYYY HH:mm:ss",
DATE_FORMAT: "DD/MM/YYYY HH:mm:ss",
// DATE_MODE_0: "Formatted using local date format",
DATE_MODE_0: "Formatado no formato de data local",
// DATE_MODE_1: "Relative time",
DATE_MODE_1: "Hora relativa",
// DATE_MODE_2: "Intelligent mode (relative/formatted)",
DATE_MODE_2: "Modo inteligente (relativo/formatado)",
// DATE_MODE_3: "Formatted using your own format",
DATE_MODE_3: "Formatado no seu próprio formato",
// DATE_MODE_4: "Original Git date",
DATE_MODE_4: "Data original do Git",
// DEBUG: "Debug",
// TODO: localize DEBUG to pt-br
// DEBUG_MODE_SETTING: "DEBUG mode — Leave this OFF unless you need to find a problem with the extension. All Git communication will be forwarded to Brackets console!",
DEBUG_MODE_SETTING: "Modo de depuração — Deixe isto DESLIGADO a não ser que precise encontrar um problema na extensão. Toda a comunicação do Git será redirecionada ao console do Brackets!",
// DELETE_FILE: "Delete file",
DELETE_FILE: "Excluir arquivo",
// DELETE_LOCAL_BRANCH: "Delete local branch",
// TODO: localize DELETE_LOCAL_BRANCH to pt-br
// DELETE_LOCAL_BRANCH_NAME: "Do you really wish to delete local branch \"{0}\"?",
// TODO: localize DELETE_LOCAL_BRANCH_NAME to pt-br
// DELETE_REMOTE: "Delete remote",
// TODO: localize DELETE_REMOTE to pt-br
// DELETE_REMOTE_NAME: "Do you really wish to delete remote \"{0}\"?",
// TODO: localize DELETE_REMOTE_NAME to pt-br
// DIALOG_CHECKOUT: "When checking out a commit, the repo will go into a DETACHED HEAD state. You can't make any commits unless you create a branch based on this.",
// TODO: localize DIALOG_CHECKOUT to pt-br
// DIALOG_PULL_TITLE: "Pull from remote",
// TODO: localize DIALOG_PULL_TITLE to pt-br
// DIALOG_PUSH_TITLE: "Push to remote",
// TODO: localize DIALOG_PUSH_TITLE to pt-br
// DIALOG_RESET_HARD: "You will lose all changes after this commit!",
// TODO: localize DIALOG_RESET_HARD to pt-br
// DIALOG_RESET_MIXED: "Changes after this commit will be unstaged.",
// TODO: localize DIALOG_RESET_MIXED to pt-br
// DIALOG_RESET_SOFT: "Changes after this commit will be staged for a new commit.",
// TODO: localize DIALOG_RESET_SOFT to pt-br
// DIFF: "Diff",
DIFF: "Diff",
// DIFFTOOL: "Diff with difftool",
// TODO: localize DIFFTOOL to pt-br
// DIFF_FAILED_SEE_FILES: "Git diff failed to provide diff results. This is the list of staged files to be commited:",
// TODO: localize DIFF_FAILED_SEE_FILES to pt-br
// ENABLE_ADVANCED_FEATURES: "Enable advanced features",
ENABLE_ADVANCED_FEATURES: "Habilitar recursos avançados",
// ENTER_GITFTP_SCOPE_NAME: "Enter name of the new Git-FTP remote:",
// TODO: localize ENTER_GITFTP_SCOPE_NAME to pt-br
// ENTER_GITFTP_SCOPE_URL: "Enter FTP URL of the new Git-FTP remote specifing username and password:",
// TODO: localize ENTER_GITFTP_SCOPE_URL to pt-br
// ENTER_NEW_USER_EMAIL: "Enter email",
ENTER_NEW_USER_EMAIL: "Insira e-mail",
// ENTER_NEW_USER_NAME: "Enter username",
ENTER_NEW_USER_NAME: "Insira nome de usuário",
// ENTER_PASSWORD: "Enter password:",
ENTER_PASSWORD: "Insira senha",
// ENTER_REMOTE_GIT_URL: "Enter Git URL of the repository you want to clone:",
ENTER_REMOTE_GIT_URL: "Insira a URL do repositório Git que você deseja clonar:",
// ENTER_REMOTE_NAME: "Enter name of the new remote:",
ENTER_REMOTE_NAME: "Insira o nome do novo remoto:",
// ENTER_REMOTE_URL: "Enter URL of the new remote:",
ENTER_REMOTE_URL: "Insira a URL do novo remoto:",
// ENTER_USERNAME: "Enter username:",
ENTER_USERNAME: "Usuário",
// ERROR_CONNECT_NODEJS: "Failed to connect to NodeJS. If you've just updated the extension then close all instances of Brackets and try starting again.",
ERROR_CONNECT_NODEJS: "Falha ao conectar com o NodeJS. Se você acabou de atualizar a extensão, feche todas as instâncias do Brackets e tente novamente.",
// ERROR_TERMINAL_NOT_FOUND: "Terminal was not found for your OS, you can define a custom Terminal command in the settings",
ERROR_TERMINAL_NOT_FOUND: "Terminal was not found for your OS, you can define a custom Terminal command in the settings",
// EXPAND_ALL: "Expand all",
EXPAND_ALL: "Expandir tudo",
// EXTENDED_COMMIT_MESSAGE: "EXTENDED",
EXTENDED_COMMIT_MESSAGE: "ESTENDIDO",
// EXTENSION_WAS_UPDATED_TITLE: "The extension was updated to {0}",
EXTENSION_WAS_UPDATED_TITLE: "A extensão foi atualizada para {0}",
// FEATURES: "Features",
FEATURES: "Recursos",
// FILE_ADDED: "New file",
FILE_ADDED: "Adicionado",
// FILE_COPIED: "Copied",
FILE_COPIED: "Copiado",
// FILE_DELETED: "Deleted",
FILE_DELETED: "Excluído",
// FILE_IGNORED: "Ignored",
FILE_IGNORED: "Ignorado",
// FILE_MODIFIED: "Modified",
FILE_MODIFIED: "Modificado",
// FILE_RENAMED: "Renamed",
FILE_RENAMED: "Renomeado",
// FILE_STAGED: "Staged",
FILE_STAGED: "Staged",
// FILE_UNMERGED: "Unmerged",
// TODO: localize FILE_UNMERGED to pt-br
// FILE_UNMODIFIED: "Unmodified",
FILE_UNMODIFIED: "Não modificado",
// FILE_UNTRACKED: "Untracked",
FILE_UNTRACKED: "Não versionado",
// FOR_MAC_LINUX_USERS: "For Mac/Linux users",
FOR_MAC_LINUX_USERS: "Para usuários de Mac/Linux",
// FOR_WINDOWS_USERS: "For Windows users",
FOR_WINDOWS_USERS: "Para usuários de Windows",
// GITFTP_PUSH_RESPONSE: "Git-FTP Push response",
// TODO: localize GITFTP_PUSH_RESPONSE to pt-br
// GITFTP_SCOPES: "Git-FTP remotes",
// TODO: localize GITFTP_SCOPES to pt-br
// GIT_COMMIT: "Git commit\u2026",
GIT_COMMIT: "Git commit\u2026",
// GIT_CONFIGURATION: "Git configuration",
GIT_CONFIGURATION: "Configuração do Git",
// GIT_DIFF: "Git diff —",
GIT_DIFF: "Git diff —",
// GIT_PULL_RESPONSE: "Git Pull response",
GIT_PULL_RESPONSE: "Resposta do Git Pull",
// GIT_PUSH_RESPONSE: "Git Push response",
GIT_PUSH_RESPONSE: "Resposta do Git Push",
// GIT_REMOTES: "Git remotes",
// TODO: localize GIT_REMOTES to pt-br
// GIT_SETTINGS: "Git Settings\u2026",
GIT_SETTINGS: "Configurações do Git\u2026",
// GOTO_NEXT_GIT_CHANGE: "Go to next Git change",
// TODO: localize GOTO_NEXT_GIT_CHANGE to pt-br
// GOTO_PREVIOUS_GIT_CHANGE: "Go to previous Git change",
// TODO: localize GOTO_PREVIOUS_GIT_CHANGE to pt-br
// GUTTER_CLICK_DETAILS: "Click for more details",
GUTTER_CLICK_DETAILS: "Clique para mais detalhes",
// HIDE_UNTRACKED: "Hide untracked",
// TODO: localize HIDE_UNTRACKED to pt-br
// HISTORY: "History",
HISTORY: "Histórico",
// HISTORY_COMMIT_BY: "by",
HISTORY_COMMIT_BY: "por",
// IDENTICON: "Identicon (www.gravatar.com)",
// TODO: localize IDENTICON to pt-br
// INIT_GITFTP_SCOPE: "Initialize Git-FTP remote",
// TODO: localize INIT_GITFTP_SCOPE to pt-br
// INIT_GITFTP_SCOPE_NAME: "Initialize Git-FTP remote \"{0}\"?",
// TODO: localize INIT_GITFTP_SCOPE_NAME to pt-br
// LAUNCH_BASH_SHORTCUT: "Bash/Terminal shortcut",
// TODO: localize LAUNCH_BASH_SHORTCUT to pt-br
// LINES: "Lines",
LINES: "Linhas",
// _LINES: "lines",
_LINES: "linhas",
// LIST_MODIFIED_FILES: "Modified files",
LIST_MODIFIED_FILES: "Lista de arquivos modificados",
// LOADING: "Loading\u2026",
LOADING: "Carregando\u2026",
// MARK_MODIFIED_FILES_IN_TREE: "Mark modified files in file tree",
MARK_MODIFIED_FILES_IN_TREE: "Marcar arquivos modificados na árvore de arquivos",
// MERGE_BRANCH: "Merge branch",
// TODO: localize MERGE_BRANCH to pt-br
// MERGE_MESSAGE: "Merge message",
// TODO: localize MERGE_MESSAGE to pt-br
// MERGE_RESULT: "Merge result",
// TODO: localize MERGE_RESULT to pt-br
// MORE_INFO: "More information\u2026",
MORE_INFO: "Mais informações\u2026",
// NORMALIZE_LINE_ENDINGS: "Normalize line endings (to \\n)",
NORMALIZE_LINE_ENDINGS: "Padronizar finais de linha (para \\n)",
// NOTHING_TO_COMMIT: "Nothing to commit, working directory clean.",
NOTHING_TO_COMMIT: "Nada para fazer commit, diretório de trabalho limpo.",
// OK: "OK",
OK: "OK",
// OPERATION_IN_PROGRESS_TITLE: "Git operation in progress\u2026",
// TODO: localize OPERATION_IN_PROGRESS_TITLE to pt-br
// ORIGIN_BRANCH: "Origin branch",
// TODO: localize ORIGIN_BRANCH to pt-br
// PANEL_COMMAND: "Show Git panel",
PANEL_COMMAND: "Git",
// PANEL_SHORTCUT: "Toggle panel",
PANEL_SHORTCUT: "Alternar painel",
// PASSWORD: "Password",
PASSWORD: "Senha",
// PASSWORDS: "Passwords",
PASSWORDS: "Senhas",
// PATH_TO_GIT_EXECUTABLE: "Path to Git executable",
PATH_TO_GIT_EXECUTABLE: "Caminho para executável do Git",
// PATH_TO_GIT_MSYSGIT: "Path to msysgit folder",
PATH_TO_GIT_MSYSGIT: "Caminho para pasta do msysgit",
// PICTURE: "Gravatar (www.gravatar.com)",
// TODO: localize PICTURE to pt-br
// PULL_AVOID_MERGING: "Avoid manual merging",
PULL_AVOID_MERGING: "Evitar mesclagem manual",
// PULL_DEFAULT: "Default merge",
// TODO: localize PULL_DEFAULT to pt-br
// PULL_FROM: "Pull from",
// TODO: localize PULL_FROM to pt-br
// PULL_MERGE_NOCOMMIT: "Merge without commit",
// TODO: localize PULL_MERGE_NOCOMMIT to pt-br
// PULL_REBASE: "Use rebase",
// TODO: localize PULL_REBASE to pt-br
// PULL_RESET: "Use soft reset",
// TODO: localize PULL_RESET to pt-br
// PULL_SHORTCUT: "Pull from remote repository",
// TODO: localize PULL_SHORTCUT to pt-br
// PUSH_DEFAULT: "Default push",
// TODO: localize PUSH_DEFAULT to pt-br
// PUSH_DELETE_BRANCH: "Delete remote branch",
// TODO: localize PUSH_DELETE_BRANCH to pt-br
// PUSH_FORCED: "Forced push",
// TODO: localize PUSH_FORCED to pt-br
// PUSH_SHORTCUT: "Push to remote repository",
// TODO: localize PUSH_SHORTCUT to pt-br
// PUSH_TO: "Push to",
// TODO: localize PUSH_TO to pt-br
// Q_DELETE_FILE: "Are you sure you wish to delete the file <span class='dialog-filename'>{0}</span>?",
Q_DELETE_FILE: "Tem certeza de que deseja excluir o arquivo <span class='dialog-filename'>{0}</span>?",
// Q_RESTART_BRACKETS: "Do you wish to restart Brackets to apply new settings?",
Q_RESTART_BRACKETS: "Deseja reiniciar o Brackets para aplicar as novas configurações?",
// Q_UNDO_CHANGES: "Reset changes to file <span class='dialog-filename'>{0}</span>?",
Q_UNDO_CHANGES: "Redefinir alterações ao arquivo <span class='dialog-filename'>{0}</span>?",
// REBASE_RESULT: "Rebase result",
// TODO: localize REBASE_RESULT to pt-br
// REMOVE_BOM: "Remove BOM from files",
// TODO: localize REMOVE_BOM to pt-br
// REMOVE_FROM_GITIGNORE: "Remove from .gitignore",
REMOVE_FROM_GITIGNORE: "Remover do .gitignore",
// REQ_INTERNET: "Requires internet connection",
// TODO: localize REQ_INTERNET to pt-br
// RESET_LOCAL_REPO: "Discard all changes since last commit",
// TODO: localize RESET_LOCAL_REPO to pt-br
// RESET_LOCAL_REPO_CONFIRM: "Do you wish to discard all changes done since last commit? This action can't be reverted.",
// TODO: localize RESET_LOCAL_REPO_CONFIRM to pt-br
// RESTART: "Restart",
RESTART: "Reiniciar",
// SAVE_CREDENTIALS_HELP: "You don't need to fill out username/password if your credentials are managed elsewhere. Use this only when your operation keeps timing out.",
SAVE_CREDENTIALS_HELP: "Não é preciso preencher usuário/senha se suas credenciais forem gerenciadas em outro lugar. Use isto apenas se a operação ficar expirando.",
// SAVE_CREDENTIALS_IN_URL: "Save credentials to remote url (in plain text)",
SAVE_CREDENTIALS_IN_URL: "Salvar credenciais a uma url remota (em texto plano)",
// SAVE_PASSWORD_QUESTION: "Save username/password?",
SAVE_PASSWORD_QUESTION: "Salvar usuário/senha?",
// SET_ORIGIN_URL: "Set origin URL",
SET_ORIGIN_URL: "Definir URL da origem",
// SET_THIS_BRANCH_AS_TRACKING: "Set this branch as a new tracking branch",
// TODO: localize SET_THIS_BRANCH_AS_TRACKING to pt-br
// SHORTCUTS: "Shortcuts",
SHORTCUTS: "Atalhos",
// SHORTCUTS_HINT: "Separate keys with dash, like this: Ctrl-Alt-G<br>You can use the english key identifiers Ctrl, Cmd (Mac), Alt and Shift.",
SHORTCUTS_HINT: "Separe as teclas com um traço, assim: Ctrl-Alt-G<br>Você pode usar o nome das teclas em inglês Ctrl, Cmd (Mac), Alt e Shift.",
// SHOWN_DATE_FORMAT: "Format of commit dates in history",
SHOWN_DATE_FORMAT: "Formato de data dos commits no histórico",
// SHOW_BASH_TERMINAL_BUTTON: "Show Bash/Terminal button in the panel",
// TODO: localize SHOW_BASH_TERMINAL_BUTTON to pt-br
// SHOW_REPORT_BUG_BUTTON: "Show Report Bug button in the panel",
SHOW_REPORT_BUG_BUTTON: "Mostrar botão Relatar Erro no painel",
// SHOW_UNTRACKED: "Show untracked",
// TODO: localize SHOW_UNTRACKED to pt-br
// STRIP_WHITESPACE_FROM_COMMITS: "Strip trailing whitespace from commits",
STRIP_WHITESPACE_FROM_COMMITS: "Remover espaços em branco extras dos commits",
// TARGET_BRANCH: "Target branch",
// TODO: localize TARGET_BRANCH to pt-br
// TITLE_CHECKOUT: "Do you really wish to checkout this commit?",
// TODO: localize TITLE_CHECKOUT to pt-br
// TITLE_RESET: "Do you really wish to reset?",
// TODO: localize TITLE_RESET to pt-br
// TOOLTIP_BUG: "Report bug",
TOOLTIP_BUG: "Relatar erro",
// TOOLTIP_CHECKOUT_COMMIT: "Checkout a specific commit",
// TODO: localize TOOLTIP_CHECKOUT_COMMIT to pt-br
// TOOLTIP_CLONE: "Clone existing repository",
// TODO: localize TOOLTIP_CLONE to pt-br
// TOOLTIP_CLOSE_NOT_MODIFIED: "Close files not modified in Git",
TOOLTIP_CLOSE_NOT_MODIFIED: "Fechar não modificados",
// TOOLTIP_COMMIT: "Commit the selected files",
TOOLTIP_COMMIT: "Fazer Commit dos arquivos selecionados",
// TOOLTIP_FIND_CONFLICTS: "Starts a search for Git merge/rebase conflicts in the project",
// TODO: localize TOOLTIP_FIND_CONFLICTS to pt-br
// TOOLTIP_GITPUSH: "Git-FTP Push",
// TODO: localize TOOLTIP_GITPUSH to pt-br
// TOOLTIP_HIDE_FILE_HISTORY: "Hide file history",
TOOLTIP_HIDE_FILE_HISTORY: "Ocultar histórico de arquivo",
// TOOLTIP_HIDE_HISTORY: "Hide history",
TOOLTIP_HIDE_HISTORY: "Ocultar histórico",
// TOOLTIP_INIT: "Initialize repository",
TOOLTIP_INIT: "Inicializar repositório",
// TOOLTIP_MERGE_ABORT: "Abort the merge operation and reset HEAD to the last local commit",
// TODO: localize TOOLTIP_MERGE_ABORT to pt-br
// TOOLTIP_MORE: "More actions\u2026",
TOOLTIP_MORE: "Mais ações\u2026",
// TOOLTIP_OPEN_BASH: "Open Bash/Terminal console",
TOOLTIP_OPEN_BASH: "Abrir console de comandos",
// TOOLTIP_PICK_REMOTE: "Pick preferred remote",
// TODO: localize TOOLTIP_PICK_REMOTE to pt-br
// TOOLTIP_PULL: "Git Pull",
TOOLTIP_PULL: "Git Pull",
// TOOLTIP_PUSH: "Git Push",
TOOLTIP_PUSH: "Git Push",
// TOOLTIP_REBASE_ABORT: "Abort the rebase operation and reset HEAD to the original branch",
// TODO: localize TOOLTIP_REBASE_ABORT to pt-br
// TOOLTIP_REBASE_CONTINUE: "Restart the rebasing process after having resolved a merge conflict",
// TODO: localize TOOLTIP_REBASE_CONTINUE to pt-br
// TOOLTIP_REBASE_SKIP: "Restart the rebasing process by skipping the current patch",
// TODO: localize TOOLTIP_REBASE_SKIP to pt-br
// TOOLTIP_REFRESH_PANEL: "Refresh panel",
TOOLTIP_REFRESH_PANEL: "Recarregar painel",
// TOOLTIP_SHOW_FILE_HISTORY: "Show file history",
TOOLTIP_SHOW_FILE_HISTORY: "Mostrar histórico de arquivo",
// TOOLTIP_SHOW_HISTORY: "Show history",
TOOLTIP_SHOW_HISTORY: "Mostrar histórico",
// UNDO_CHANGES: "Discard changes",
UNDO_CHANGES: "Desfazer alterações",
// UNDO_LAST_LOCAL_COMMIT: "Undo last local (not pushed) commit",
// TODO: localize UNDO_LAST_LOCAL_COMMIT to pt-br
// URL: "URL",
URL: "URL",
// USERNAME: "Username",
USERNAME: "Nome de usuário",
// USER_ABORTED: "User aborted!",
USER_ABORTED: "Abortado pelo usuário!",
// USER_DATE_FORMAT: "Own date format (<a href='http://momentjs.com/docs/#/displaying/format/'>Syntax</a>)",
USER_DATE_FORMAT: "Formato de data próprio (<a href='http://momentjs.com/docs/#/displaying/format/'>Sintaxe</a>)",
// USE_CODE_INSPECTION: "Use Code inspection",
USE_CODE_INSPECTION: "Usar inspetor de código",
// USE_GITFTP: "Use Git-FTP",
// TODO: localize USE_GITFTP to pt-br
// USE_GIT_GUTTER: "Use Git gutter marks",
USE_GIT_GUTTER: "Usar marcas do Git na margem",
// USE_REBASE: "Use REBASE",
USE_REBASE: "Usar REBASE",
// USE_VERBOSE_DIFF: "Show verbose output in diffs",
USE_VERBOSE_DIFF: "Mostrar saída detalhada em diffs",
// USE_DIFFTOOL: "Use difftool for diffs",
// TODO: localize USE_DIFFTOOL to pt-br
// USING_GIT_VERSION: "Git version",
USING_GIT_VERSION: "Versão do Git",
// VIEW_AUTHORS_FILE: "View authors of file",
VIEW_AUTHORS_FILE: "Ver autores do arquivo",
// VIEW_AUTHORS_SELECTION: "View authors of selection"
VIEW_AUTHORS_SELECTION: "Ver autores da seleção"
});