mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Langpack source file update for August (#20328)
* [Loc] Update to August langpack XLF files * [Loc] Update for langpack source files * xlf update 8-12-2022 * added update to json files
This commit is contained in:
@@ -934,6 +934,14 @@ Questi file andranno PERSI DEFINITIVAMENTE.</target>
|
||||
<source xml:lang="en">Don't Show Again</source>
|
||||
<target state="translated">Non visualizzare più questo messaggio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no">
|
||||
<source xml:lang="en">No</source>
|
||||
<target state="translated">No</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="ok">
|
||||
<source xml:lang="en">OK</source>
|
||||
<target state="translated">OK</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="open">
|
||||
<source xml:lang="en">Open</source>
|
||||
<target state="translated">Apri</target>
|
||||
@@ -966,6 +974,18 @@ Questi file andranno PERSI DEFINITIVAMENTE.</target>
|
||||
<source xml:lang="en">Successfully pushed.</source>
|
||||
<target state="translated">Push avvenuto con successo.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button publish title">
|
||||
<source xml:lang="en">$(cloud-upload) Publish Changes</source>
|
||||
<target state="translated">$(cloud-upload) Pubblica modifiche</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button publish tooltip">
|
||||
<source xml:lang="en">Publish Changes</source>
|
||||
<target state="translated">Pubblica modifiche</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button sync title">
|
||||
<source xml:lang="en"> Sync Changes $(sync){0}{1}</source>
|
||||
<target state="translated"> Sincronizza modifiche $(sync){0}{1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="staged changes">
|
||||
<source xml:lang="en">Staged Changes</source>
|
||||
<target state="translated">Modifiche preparate per il commit</target>
|
||||
@@ -978,6 +998,10 @@ Questi file andranno PERSI DEFINITIVAMENTE.</target>
|
||||
<source xml:lang="en">Syncing. Cancelling may cause serious damages to the repository</source>
|
||||
<target state="translated">Sincronizzazione in corso. L'annullamento dell'operazione può causare gravi danni al repository</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tooManyChangesWarning">
|
||||
<source xml:lang="en">Too many changes were detected. Only the first {0} changes will be shown below.</source>
|
||||
<target state="translated">Sono state rilevate troppe modifiche. Di seguito verranno visualizzate solo le prime {0} modifiche.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="untracked">
|
||||
<source xml:lang="en">Untracked</source>
|
||||
<target state="translated">Non registrato</target>
|
||||
@@ -1772,6 +1796,22 @@ Questi file andranno PERSI DEFINITIVAMENTE.</target>
|
||||
<source xml:lang="en">Controls whether to show a notification when a push is successful.</source>
|
||||
<target state="translated">Controlla se visualizzare una notifica quando un push è avvenuto con successo.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.showUnpublishedCommitsButton">
|
||||
<source xml:lang="en">Controls whether to show an action button to sync or publish, if there are unpublished commits.</source>
|
||||
<target state="translated">Controlla se visualizzare un pulsante di azione da sincronizzare o pubblicare, in caso di commit non pubblicati.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.showUnpublishedCommitsButton.always">
|
||||
<source xml:lang="en">Always shows the action button, if there are unpublished commits.</source>
|
||||
<target state="translated">Mostra sempre il pulsante di azione se sono presenti commit non pubblicati.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.showUnpublishedCommitsButton.never">
|
||||
<source xml:lang="en">Never shows the action button.</source>
|
||||
<target state="translated">Non mostra mai il pulsante di azione.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.showUnpublishedCommitsButton.whenEmpty">
|
||||
<source xml:lang="en">Only shows the action button if there are no other changes and there are unpublished commits.</source>
|
||||
<target state="translated">Mostra il pulsante di azione solo se non sono presenti altre modifiche e sono presenti commit non pubblicati.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.smartCommitChanges">
|
||||
<source xml:lang="en">Control which changes are automatically staged by Smart Commit.</source>
|
||||
<target state="translated">Controlla quali modifiche vengono automaticamente preparate per il commit da Commit intelligente.</target>
|
||||
@@ -1784,6 +1824,10 @@ Questi file andranno PERSI DEFINITIVAMENTE.</target>
|
||||
<source xml:lang="en">Automatically stage tracked changes only.</source>
|
||||
<target state="translated">Solo modifiche tracciate automaticamente preparate per il commit.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.statusLimit">
|
||||
<source xml:lang="en">Controls how to limit the number of changes that can be parsed from Git status command. Can be set to 0 for no limit.</source>
|
||||
<target state="translated">Controlla come limitare il numero di modifiche che è possibile analizzare dal comando di stato GIT. Può essere impostato su 0 per non porre alcun limite.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.suggestSmartCommit">
|
||||
<source xml:lang="en">Suggests to enable smart commit (commit all changes when there are no staged changes).</source>
|
||||
<target state="translated">Suggerisce di abilitare il commit intelligente (eseguire il commit di tutte le modifiche quando non ci sono modifiche preparate per il commit).</target>
|
||||
|
||||
Reference in New Issue
Block a user