chore: clean up i18n (#3350)
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"choose_file": "Scegli un file",
|
||||
"clear": "Cancella",
|
||||
"clear_all": "Cancella tutto",
|
||||
"clear_history": "Clear all History",
|
||||
"close": "Close",
|
||||
"connect": "Connetti",
|
||||
"connecting": "Connecting",
|
||||
@@ -31,6 +32,7 @@
|
||||
"paste": "Paste",
|
||||
"prettify": "Abbellisci",
|
||||
"remove": "Rimuovi",
|
||||
"rename": "Rename",
|
||||
"restore": "Ripristina",
|
||||
"save": "Salva",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
@@ -77,6 +79,8 @@
|
||||
"search": "Cerca",
|
||||
"share": "Condividi",
|
||||
"shortcuts": "Scorciatoie",
|
||||
"social_description": "Follow us on social media to stay updated with the latest news, updates and releases.",
|
||||
"social_links": "Social links",
|
||||
"spotlight": "Riflettore",
|
||||
"status": "Stato",
|
||||
"status_description": "Check the status of the website",
|
||||
@@ -131,12 +135,15 @@
|
||||
"renamed": "Raccolta rinominata",
|
||||
"request_in_use": "Request in use",
|
||||
"save_as": "Salva come",
|
||||
"save_to_collection": "Save to Collection",
|
||||
"select": "Seleziona una raccolta",
|
||||
"select_location": "Seleziona la posizione",
|
||||
"select_team": "Seleziona un team",
|
||||
"team_collections": "Raccolte di team"
|
||||
},
|
||||
"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": "Sei sicuro di voler uscire?",
|
||||
"remove_collection": "Sei sicuro di voler eliminare definitivamente questa raccolta?",
|
||||
@@ -150,6 +157,11 @@
|
||||
"save_unsaved_tab": "Do you want to save changes made in this tab?",
|
||||
"sync": "Vuoi ripristinare il tuo spazio di lavoro con quello del cloud? Questo annullerà le tue modifiche fatte in locale."
|
||||
},
|
||||
"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": "Intestazione {count}",
|
||||
"message": "Messaggio {count}",
|
||||
@@ -192,17 +204,31 @@
|
||||
"create_new": "Crea un nuovo ambiente",
|
||||
"created": "Environment created",
|
||||
"deleted": "Environment deletion",
|
||||
"duplicated": "Environment duplicated",
|
||||
"edit": "Modifica ambiente",
|
||||
"empty_variables": "No variables",
|
||||
"global": "Global",
|
||||
"global_variables": "Global variables",
|
||||
"invalid_name": "Si prega di fornire un nome valido per l'ambiente",
|
||||
"list": "Environment variables",
|
||||
"my_environments": "My Environments",
|
||||
"name": "Name",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Nuovo ambiente",
|
||||
"no_active_environment": "No active environment",
|
||||
"no_environment": "Nessun 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": "Seleziona ambiente",
|
||||
"set": "Set environment",
|
||||
"set_as_environment": "Set as environment",
|
||||
"team_environments": "Team Environments",
|
||||
"title": "Ambienti",
|
||||
"updated": "Environment updation",
|
||||
"value": "Value",
|
||||
"variable": "Variable",
|
||||
"variable_list": "Elenco variabili"
|
||||
},
|
||||
"error": {
|
||||
@@ -226,6 +252,7 @@
|
||||
"no_duration": "Nessuna durata",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"proxy_error": "Proxy error",
|
||||
"script_fail": "Impossibile eseguire lo script di pre-richiesta",
|
||||
"something_went_wrong": "Qualcosa è andato storto",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -251,9 +278,13 @@
|
||||
"renamed": "Cartella rinominata"
|
||||
},
|
||||
"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": "Mutazioni",
|
||||
"schema": "Schema",
|
||||
"subscriptions": "Sottoscrizioni"
|
||||
"subscriptions": "Sottoscrizioni",
|
||||
"switch_connection": "Switch connection"
|
||||
},
|
||||
"group": {
|
||||
"time": "Time",
|
||||
@@ -307,13 +338,36 @@
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Importa"
|
||||
},
|
||||
"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": "Disposizione verticale",
|
||||
"name": "Layout",
|
||||
"row": "Disposizione orizzontale",
|
||||
"zen_mode": "Modalità zen"
|
||||
"row": "Disposizione orizzontale"
|
||||
},
|
||||
"modal": {
|
||||
"close_unsaved_tab": "You have unsaved changes",
|
||||
@@ -418,6 +472,7 @@
|
||||
"payload": "Contenuto (Payload)",
|
||||
"query": "Query",
|
||||
"raw_body": "Corpo della richiesta non formattato",
|
||||
"rename": "Rename Request",
|
||||
"renamed": "Richiesta rinominata",
|
||||
"run": "Esegui",
|
||||
"save": "Salva",
|
||||
@@ -425,6 +480,7 @@
|
||||
"saved": "Richiesta salvata",
|
||||
"share": "Condividi",
|
||||
"share_description": "Share Hoppscotch with your friends",
|
||||
"stop": "Stop",
|
||||
"title": "Richiesta",
|
||||
"type": "Tipo di richiesta",
|
||||
"url": "URL",
|
||||
@@ -459,7 +515,6 @@
|
||||
"account_name_description": "Questo è il tuo nome mostrato.",
|
||||
"background": "Sfondo",
|
||||
"black_mode": "Nero",
|
||||
"change_font_size": "Cambia la dimensione dei caratteri",
|
||||
"choose_language": "Scegli la lingua",
|
||||
"dark_mode": "Scuro",
|
||||
"delete_account": "Delete account",
|
||||
@@ -472,10 +527,6 @@
|
||||
"extensions": "Estensioni",
|
||||
"extensions_use_toggle": "Utilizza l'estensione del browser per inviare richieste (se presente)",
|
||||
"follow": "Follow Us",
|
||||
"font_size": "Dimensione dei caratteri",
|
||||
"font_size_large": "Grande",
|
||||
"font_size_medium": "Medio",
|
||||
"font_size_small": "Piccolo",
|
||||
"interceptor": "Interceptor",
|
||||
"interceptor_description": "Middleware tra applicazione e API.",
|
||||
"language": "Lingua",
|
||||
@@ -540,19 +591,27 @@
|
||||
"settings": "Vai alla pagina Impostazioni",
|
||||
"title": "Navigazione"
|
||||
},
|
||||
"others": {
|
||||
"prettify": "Prettify Editor's Content",
|
||||
"title": "Others"
|
||||
},
|
||||
"request": {
|
||||
"copy_request_link": "Copia il link alla richiesta",
|
||||
"delete_method": "Seleziona il metodo DELETE",
|
||||
"get_method": "Seleziona il metodo GET",
|
||||
"head_method": "Seleziona il metodo HEAD",
|
||||
"import_curl": "Import cURL",
|
||||
"method": "Metodo",
|
||||
"next_method": "Seleziona il metodo successivo",
|
||||
"post_method": "Seleziona il metodo POST",
|
||||
"previous_method": "Seleziona il metodo precedente",
|
||||
"put_method": "Seleziona il metodo PUT",
|
||||
"rename": "Rename Request",
|
||||
"reset_request": "Resetta la richiesta",
|
||||
"save_request": "Save Request",
|
||||
"save_to_collections": "Salva nelle raccolte",
|
||||
"send_request": "Invia richiesta",
|
||||
"show_code": "Generate code snippet",
|
||||
"title": "Richiesta"
|
||||
},
|
||||
"response": {
|
||||
@@ -582,6 +641,85 @@
|
||||
"log": "Log",
|
||||
"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 di evento",
|
||||
"log": "Log",
|
||||
@@ -627,7 +765,7 @@
|
||||
"support": {
|
||||
"changelog": "Maggiori informazioni sulle ultime versioni",
|
||||
"chat": "Domande? Chatta con noi!",
|
||||
"community": "Fai domande e aiuta gli altri",
|
||||
"community": "Fai domande e aiuta gli altri",
|
||||
"documentation": "Maggiori informazioni su Hoppscotch",
|
||||
"forum": "Fai domande e ottieni risposte",
|
||||
"github": "Follow us on Github",
|
||||
@@ -639,8 +777,11 @@
|
||||
"tab": {
|
||||
"authorization": "Autorizzazione",
|
||||
"body": "Corpo",
|
||||
"close": "Close Tab",
|
||||
"close_others": "Close other Tabs",
|
||||
"collections": "Raccolte",
|
||||
"documentation": "Documentazione",
|
||||
"duplicate": "Duplicate Tab",
|
||||
"environments": "Environments",
|
||||
"headers": "Intestazioni",
|
||||
"history": "Cronologia",
|
||||
|
||||
Reference in New Issue
Block a user