chore: clean up i18n (#3350)
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"choose_file": "Escolha um arquivo",
|
||||
"clear": "Claro",
|
||||
"clear_all": "Limpar tudo",
|
||||
"clear_history": "Clear all History",
|
||||
"close": "Close",
|
||||
"connect": "Conectar",
|
||||
"connecting": "Connecting",
|
||||
@@ -31,6 +32,7 @@
|
||||
"paste": "Paste",
|
||||
"prettify": "Embelezar",
|
||||
"remove": "Remover",
|
||||
"rename": "Rename",
|
||||
"restore": "Restaurar",
|
||||
"save": "Salvar",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
@@ -77,6 +79,8 @@
|
||||
"search": "Procurar",
|
||||
"share": "Compartilhado",
|
||||
"shortcuts": "Atalhos",
|
||||
"social_description": "Follow us on social media to stay updated with the latest news, updates and releases.",
|
||||
"social_links": "Social links",
|
||||
"spotlight": "Holofote",
|
||||
"status": "Status",
|
||||
"status_description": "Check the status of the website",
|
||||
@@ -131,12 +135,15 @@
|
||||
"renamed": "Coleção renomeada",
|
||||
"request_in_use": "Request in use",
|
||||
"save_as": "Salvar como",
|
||||
"save_to_collection": "Save to Collection",
|
||||
"select": "Selecione uma coleção",
|
||||
"select_location": "Selecione a localização",
|
||||
"select_team": "Selecione uma equipe",
|
||||
"team_collections": "Coleções da equipe"
|
||||
},
|
||||
"confirm": {
|
||||
"close_unsaved_tab": "Are you sure you want to close this tab?",
|
||||
"close_unsaved_tabs": "Are you sure you want to close all tabs? {count} unsaved tabs will be lost.",
|
||||
"exit_team": "Are you sure you want to leave this team?",
|
||||
"logout": "Tem certeza que deseja sair?",
|
||||
"remove_collection": "Tem certeza de que deseja excluir esta coleção permanentemente?",
|
||||
@@ -150,6 +157,11 @@
|
||||
"save_unsaved_tab": "Do you want to save changes made in this tab?",
|
||||
"sync": "Tem certeza de que deseja sincronizar este espaço de trabalho?"
|
||||
},
|
||||
"context_menu": {
|
||||
"add_parameters": "Add to parameters",
|
||||
"open_request_in_new_tab": "Open request in new tab",
|
||||
"set_environment_variable": "Set as variable"
|
||||
},
|
||||
"count": {
|
||||
"header": "Cabeçalho {count}",
|
||||
"message": "Mensagem {count}",
|
||||
@@ -192,17 +204,31 @@
|
||||
"create_new": "Crie um novo ambiente",
|
||||
"created": "Environment created",
|
||||
"deleted": "Environment deletion",
|
||||
"duplicated": "Environment duplicated",
|
||||
"edit": "Editar Ambiente",
|
||||
"empty_variables": "No variables",
|
||||
"global": "Global",
|
||||
"global_variables": "Global variables",
|
||||
"invalid_name": "Forneça um nome válido para o ambiente",
|
||||
"list": "Environment variables",
|
||||
"my_environments": "My Environments",
|
||||
"name": "Name",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Novo ambiente",
|
||||
"no_active_environment": "No active environment",
|
||||
"no_environment": "Sem ambiente",
|
||||
"no_environment_description": "No environments were selected. Choose what to do with the following variables.",
|
||||
"quick_peek": "Environment Quick Peek",
|
||||
"replace_with_variable": "Replace with variable",
|
||||
"scope": "Scope",
|
||||
"select": "Selecione o ambiente",
|
||||
"set": "Set environment",
|
||||
"set_as_environment": "Set as environment",
|
||||
"team_environments": "Team Environments",
|
||||
"title": "Ambientes",
|
||||
"updated": "Environment updation",
|
||||
"value": "Value",
|
||||
"variable": "Variable",
|
||||
"variable_list": "Lista de Variáveis"
|
||||
},
|
||||
"error": {
|
||||
@@ -226,6 +252,7 @@
|
||||
"no_duration": "Sem duração",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"proxy_error": "Proxy error",
|
||||
"script_fail": "Não foi possível executar o script de pré-solicitação",
|
||||
"something_went_wrong": "Algo deu errado",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -251,9 +278,13 @@
|
||||
"renamed": "Pasta renomeada"
|
||||
},
|
||||
"graphql": {
|
||||
"connection_switch_confirm": "Do you want to connect with the latest GraphQL endpoint?",
|
||||
"connection_switch_new_url": "Switching to a tab will disconnected you from the active GraphQL connection. New connection URL is",
|
||||
"connection_switch_url": "You're connected to a GraphQL endpoint the connection URL is",
|
||||
"mutations": "Mutações",
|
||||
"schema": "Esquema",
|
||||
"subscriptions": "Assinaturas"
|
||||
"subscriptions": "Assinaturas",
|
||||
"switch_connection": "Switch connection"
|
||||
},
|
||||
"group": {
|
||||
"time": "Time",
|
||||
@@ -307,13 +338,36 @@
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Importar"
|
||||
},
|
||||
"inspections": {
|
||||
"description": "Inspect possible errors",
|
||||
"environment": {
|
||||
"add_environment": "Add to Environment",
|
||||
"not_found": "Environment variable “{environment}” not found."
|
||||
},
|
||||
"header": {
|
||||
"cookie": "The browser doesn't allow Hoppscotch to set the Cookie Header. While we're working on the Hoppscotch Desktop App (coming soon), please use the Authorization Header instead."
|
||||
},
|
||||
"response": {
|
||||
"401_error": "Please check your authentication credentials.",
|
||||
"404_error": "Please check your request URL and method type.",
|
||||
"cors_error": "Please check your Cross-Origin Resource Sharing configuration.",
|
||||
"default_error": "Please check your request.",
|
||||
"network_error": "Please check your network connection."
|
||||
},
|
||||
"title": "Inspector",
|
||||
"url": {
|
||||
"extension_not_installed": "Extension not installed.",
|
||||
"extension_unknown_origin": "Make sure you've added the API endpoint's origin to the Hoppscotch Browser Extension list.",
|
||||
"extention_enable_action": "Enable Browser Extension",
|
||||
"extention_not_enabled": "Extension not enabled."
|
||||
}
|
||||
},
|
||||
"layout": {
|
||||
"collapse_collection": "Collapse or Expand Collections",
|
||||
"collapse_sidebar": "Collapse or Expand the sidebar",
|
||||
"column": "Vertical layout",
|
||||
"name": "Layout",
|
||||
"row": "Horizontal layout",
|
||||
"zen_mode": "Modo zen"
|
||||
"row": "Horizontal layout"
|
||||
},
|
||||
"modal": {
|
||||
"close_unsaved_tab": "You have unsaved changes",
|
||||
@@ -418,6 +472,7 @@
|
||||
"payload": "Carga útil",
|
||||
"query": "Consulta",
|
||||
"raw_body": "Corpo de Solicitação Bruta",
|
||||
"rename": "Rename Request",
|
||||
"renamed": "Pedido renomeado",
|
||||
"run": "Corre",
|
||||
"save": "Salvar",
|
||||
@@ -425,6 +480,7 @@
|
||||
"saved": "Pedido salvo",
|
||||
"share": "Compartilhado",
|
||||
"share_description": "Share Hoppscotch with your friends",
|
||||
"stop": "Stop",
|
||||
"title": "Solicitar",
|
||||
"type": "Tipo de solicitação",
|
||||
"url": "URL",
|
||||
@@ -459,7 +515,6 @@
|
||||
"account_name_description": "Este é o seu nome de exibição.",
|
||||
"background": "Fundo",
|
||||
"black_mode": "Preto",
|
||||
"change_font_size": "Mudar TAMANHO DA FONTE",
|
||||
"choose_language": "Escolha o seu idioma",
|
||||
"dark_mode": "Escuro",
|
||||
"delete_account": "Delete account",
|
||||
@@ -472,10 +527,6 @@
|
||||
"extensions": "Extensões",
|
||||
"extensions_use_toggle": "Use a extensão do navegador para enviar solicitações (se houver)",
|
||||
"follow": "Follow Us",
|
||||
"font_size": "Tamanho da fonte",
|
||||
"font_size_large": "Grande",
|
||||
"font_size_medium": "Médio",
|
||||
"font_size_small": "Pequeno",
|
||||
"interceptor": "Interceptor",
|
||||
"interceptor_description": "Middleware entre aplicativo e APIs.",
|
||||
"language": "Língua",
|
||||
@@ -540,19 +591,27 @@
|
||||
"settings": "Vá para a página de configurações",
|
||||
"title": "Navegação"
|
||||
},
|
||||
"others": {
|
||||
"prettify": "Prettify Editor's Content",
|
||||
"title": "Others"
|
||||
},
|
||||
"request": {
|
||||
"copy_request_link": "Copiar link de solicitação",
|
||||
"delete_method": "Selecione o método DELETE",
|
||||
"get_method": "Selecione o método GET",
|
||||
"head_method": "Selecione o método HEAD",
|
||||
"import_curl": "Import cURL",
|
||||
"method": "Método",
|
||||
"next_method": "Selecione o próximo método",
|
||||
"post_method": "Selecione o método POST",
|
||||
"previous_method": "Selecione o método anterior",
|
||||
"put_method": "Selecione o método PUT",
|
||||
"rename": "Rename Request",
|
||||
"reset_request": "Pedido de reinicialização",
|
||||
"save_request": "Save Request",
|
||||
"save_to_collections": "Salvar em coleções",
|
||||
"send_request": "Enviar pedido",
|
||||
"show_code": "Generate code snippet",
|
||||
"title": "Solicitar"
|
||||
},
|
||||
"response": {
|
||||
@@ -582,6 +641,85 @@
|
||||
"log": "Registro",
|
||||
"url": "URL"
|
||||
},
|
||||
"spotlight": {
|
||||
"change_language": "Change Language",
|
||||
"environments": {
|
||||
"delete": "Delete current environment",
|
||||
"duplicate": "Duplicate current environment",
|
||||
"duplicate_global": "Duplicate global environment",
|
||||
"edit": "Edit current environment",
|
||||
"edit_global": "Edit global environment",
|
||||
"new": "Create new environment",
|
||||
"new_variable": "Create a new environment variable",
|
||||
"title": "Environments"
|
||||
},
|
||||
"general": {
|
||||
"chat": "Chat with support",
|
||||
"help_menu": "Help and support",
|
||||
"open_docs": "Read Documentation",
|
||||
"open_github": "Open GitHub repository",
|
||||
"open_keybindings": "Keyboard shortcuts",
|
||||
"social": "Social",
|
||||
"title": "General"
|
||||
},
|
||||
"graphql": {
|
||||
"connect": "Connect to server",
|
||||
"disconnect": "Disconnect from server"
|
||||
},
|
||||
"miscellaneous": {
|
||||
"invite": "Invite your friends to Hoppscotch",
|
||||
"title": "Miscellaneous"
|
||||
},
|
||||
"request": {
|
||||
"save_as_new": "Save as new request",
|
||||
"select_method": "Select method",
|
||||
"switch_to": "Switch to",
|
||||
"tab_authorization": "Authorization tab",
|
||||
"tab_body": "Body tab",
|
||||
"tab_headers": "Headers tab",
|
||||
"tab_parameters": "Parameters tab",
|
||||
"tab_pre_request_script": "Pre-request script tab",
|
||||
"tab_query": "Query tab",
|
||||
"tab_tests": "Tests tab",
|
||||
"tab_variables": "Variables tab"
|
||||
},
|
||||
"response": {
|
||||
"copy": "Copy response",
|
||||
"download": "Download response as file",
|
||||
"title": "Response"
|
||||
},
|
||||
"section": {
|
||||
"interceptor": "Interceptor",
|
||||
"interface": "Interface",
|
||||
"theme": "Theme",
|
||||
"user": "User"
|
||||
},
|
||||
"settings": {
|
||||
"change_interceptor": "Change Interceptor",
|
||||
"change_language": "Change Language",
|
||||
"theme": {
|
||||
"black": "Black",
|
||||
"dark": "Dark",
|
||||
"light": "Light",
|
||||
"system": "System preference"
|
||||
}
|
||||
},
|
||||
"tab": {
|
||||
"close_current": "Close current tab",
|
||||
"close_others": "Close all other tabs",
|
||||
"duplicate": "Duplicate current tab",
|
||||
"new_tab": "Open a new tab",
|
||||
"title": "Tabs"
|
||||
},
|
||||
"workspace": {
|
||||
"delete": "Delete current team",
|
||||
"edit": "Edit current team",
|
||||
"invite": "Invite people to team",
|
||||
"new": "Create new team",
|
||||
"switch_to_personal": "Switch to your personal workspace",
|
||||
"title": "Teams"
|
||||
}
|
||||
},
|
||||
"sse": {
|
||||
"event_type": "Tipo de evento",
|
||||
"log": "Registro",
|
||||
@@ -639,8 +777,11 @@
|
||||
"tab": {
|
||||
"authorization": "Autorização",
|
||||
"body": "Corpo",
|
||||
"close": "Close Tab",
|
||||
"close_others": "Close other Tabs",
|
||||
"collections": "Coleções",
|
||||
"documentation": "Documentação",
|
||||
"duplicate": "Duplicate Tab",
|
||||
"environments": "Environments",
|
||||
"headers": "Cabeçalhos",
|
||||
"history": "História",
|
||||
|
||||
Reference in New Issue
Block a user