Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated strings from microsoft/vscode-loc-drop@e6f65a8e92b0d72e925da46256f38e9d75491147 #1581

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
364 changes: 184 additions & 180 deletions i18n/vscode-language-pack-cs/translations/main.i18n.json

Large diffs are not rendered by default.

238 changes: 121 additions & 117 deletions i18n/vscode-language-pack-de/translations/main.i18n.json

Large diffs are not rendered by default.

338 changes: 171 additions & 167 deletions i18n/vscode-language-pack-es/translations/main.i18n.json

Large diffs are not rendered by default.

360 changes: 182 additions & 178 deletions i18n/vscode-language-pack-fr/translations/main.i18n.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"All Repositories": "Tutti gli repository",
"Always": "Sempre",
"Always Pull": "Esegui sempre il pull",
"Always Replace Local Tag(s)": "Always Replace Local Tag(s)",
"Always Replace Local Tag(s)": "Sostituisci sempre tag locali",
"Are you sure you want to DELETE {0} files?\nThis is IRREVERSIBLE!\nThese files will be FOREVER LOST if you proceed.": "ELIMINARE {0} file? \nQuesta operazione è IRREVERSIBILE.\nSe si procede, questi file andranno PERSI DEFINITIVAMENTE.",
"Are you sure you want to DELETE {0}?\nThis is IRREVERSIBLE!\nThis file will be FOREVER LOST if you proceed.": "ELIMINARE {0}? \nQuesta operazione è IRREVERSIBILE.\nSe si procede, questo file andrà PERSO DEFINITIVAMENTE.",
"Are you sure you want to continue connecting?": "Continuare la connessione?",
Expand Down Expand Up @@ -119,8 +119,8 @@
"Git repositories were found in the parent folders of the workspace or the open file(s). Would you like to open the repositories?": "I repository Git sono stati trovati nelle cartelle padre dell'area di lavoro o dei file aperti. Aprire i repository?",
"Git: {0}": "GIT: {0}",
"HEAD version of \"{0}\" is not available.": "La versione HEAD di \"{0}\" non è disponibile.",
"Hard wrap all lines": "Hard wrap all lines",
"Hard wrap line": "Hard wrap line",
"Hard wrap all lines": "Applica il ritorno a capo a tutte le righe",
"Hard wrap line": "Applica il ritorno a capo alla riga",
"Ignored": "Ignorato",
"Incoming": "In ingresso",
"Index Added": "Indice aggiunto",
Expand Down Expand Up @@ -197,7 +197,7 @@
"Pull {0} commits from {1}/{2}": "Esegui il pull di {0} commit da {1}/{2}",
"Push {0} commits to {1}/{2}": "Esegui il push di {0} commit in {1}/{2}",
"Rebasing": "Rebase in corso",
"Regenerate Branch Name": "Regenerate Branch Name",
"Regenerate Branch Name": "Rigenera nome ramo",
"Remote \"{0}\" already exists.": "Il repository remoto \"{0}\" esiste già.",
"Remote branch at {0}": "Ramo remoto in {0}",
"Remote name": "Nome del repository remoto",
Expand Down Expand Up @@ -327,10 +327,10 @@
"colors.conflict": "Colore delle risorse con conflitti.",
"colors.deleted": "Colore delle risorse eliminate.",
"colors.ignored": "Colore delle risorse ignorate.",
"colors.incomingAdded": "Color for added incoming resource.",
"colors.incomingDeleted": "Color for deleted incoming resource.",
"colors.incomingModified": "Color for modified incoming resource.",
"colors.incomingRenamed": "Color for renamed incoming resource.",
"colors.incomingAdded": "Colore per la risorsa in ingresso aggiunta.",
"colors.incomingDeleted": "Colore per la risorsa in ingresso eliminata.",
"colors.incomingModified": "Colore per la risorsa in ingresso modificata.",
"colors.incomingRenamed": "Colore per la risorsa in ingresso rinominata.",
"colors.modified": "Colore delle risorse modificate.",
"colors.renamed": "Colore delle risorse rinominate o copiate.",
"colors.stageDeleted": "Colore per le risorse eliminate che sono state preparate per il commit.",
Expand All @@ -354,7 +354,7 @@
"command.cloneRecursive": "Clona (ricorsivo)",
"command.close": "Chiudi repository",
"command.closeAllDiffEditors": "Chiudi tutti gli editor diff",
"command.closeAllUnmodifiedEditors": "Close All Unmodified Editors",
"command.closeAllUnmodifiedEditors": "Chiudi tutti gli editor non modificati",
"command.closeOtherRepositories": "Chiudi altri repository",
"command.commit": "Esegui commit",
"command.commitAll": "Esegui commit di tutto",
Expand Down Expand Up @@ -560,7 +560,7 @@
"config.pullTags": "Recupera tutti i tag durante il pull.",
"config.rebaseWhenSync": "Forza Git a usare rebase durante l'esecuzione del comando di sincronizzazione.",
"config.rememberPostCommitCommand": "Ricorda l'ultimo comando Git eseguito dopo un commit.",
"config.replaceTagsWhenPull": "Automatically replace the local tags with the remote tags in case of a conflict when running the pull command.",
"config.replaceTagsWhenPull": "Sostituisci automaticamente i tag locali con i tag remoti in caso di conflitto durante l'esecuzione del comando pull.",
"config.repositoryScanIgnoredFolders": "Elenco di cartelle ignorate durante l'analisi dei repository GIT quando '#git.autoRepositoryDetection#' è impostato su 'true' o 'subFolders'.",
"config.repositoryScanMaxDepth": "Controlla la profondità usata per l'analisi delle cartelle dell'area di lavoro per i repository GIT quando '#git.autoRepositoryDetection#' è impostato su 'true' o 'subFolders'. Può essere impostato su '-1' per nessun limite.",
"config.requireGitUserConfig": "Controlla se richiedere la configurazione esplicita dell'utente GIT o lasciare che sia GIT a indovinarla se non è presente.",
Expand Down
Loading
Loading