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:
Alex Ma
2022-08-12 12:31:44 -07:00
committed by GitHub
parent 57234a52fd
commit e1952b8d12
240 changed files with 10105 additions and 11395 deletions

View File

@@ -934,6 +934,14 @@ Ces fichiers seront DÉFINITIVEMENT PERDUS.</target>
<source xml:lang="en">Don't Show Again</source>
<target state="translated">Ne plus afficher</target>
</trans-unit>
<trans-unit id="no">
<source xml:lang="en">No</source>
<target state="translated">Non</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">Ouvrir</target>
@@ -966,6 +974,18 @@ Ces fichiers seront DÉFINITIVEMENT PERDUS.</target>
<source xml:lang="en">Successfully pushed.</source>
<target state="translated">Envoi (push) réussi.</target>
</trans-unit>
<trans-unit id="scm button publish title">
<source xml:lang="en">$(cloud-upload) Publish Changes</source>
<target state="translated">$(cloud-upload) Publier les modifications</target>
</trans-unit>
<trans-unit id="scm button publish tooltip">
<source xml:lang="en">Publish Changes</source>
<target state="translated">Publier les modifications</target>
</trans-unit>
<trans-unit id="scm button sync title">
<source xml:lang="en"> Sync Changes $(sync){0}{1}</source>
<target state="translated"> Synchroniser les modifications $(sync){0}{1}</target>
</trans-unit>
<trans-unit id="staged changes">
<source xml:lang="en">Staged Changes</source>
<target state="translated">Changements indexés</target>
@@ -978,6 +998,10 @@ Ces fichiers seront DÉFINITIVEMENT PERDUS.</target>
<source xml:lang="en">Syncing. Cancelling may cause serious damages to the repository</source>
<target state="translated">Synchronisation. L'annulation peut endommager gravement le dépôt</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">Trop de modifications ont été détectées. Seules les premières modifications {0} saffichent ci-dessous.</target>
</trans-unit>
<trans-unit id="untracked">
<source xml:lang="en">Untracked</source>
<target state="translated">Non suivi</target>
@@ -1772,6 +1796,22 @@ Ces fichiers seront DÉFINITIVEMENT PERDUS.</target>
<source xml:lang="en">Controls whether to show a notification when a push is successful.</source>
<target state="translated">Contrôle sil faut afficher une notification en cas de réussite d'un envoi (push).</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">Contrôle sil faut afficher un bouton daction pour synchroniser ou publier, sil existe des validations non publiées.</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">Affiche toujours le bouton daction, sil existe des validations non publiées.</target>
</trans-unit>
<trans-unit id="config.showUnpublishedCommitsButton.never">
<source xml:lang="en">Never shows the action button.</source>
<target state="translated">Naffiche jamais le bouton daction.</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">Affiche uniquement le bouton daction sil ny a pas dautres modifications et sil existe des validations non publiées.</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">Contrôle les modifications organisées automatiquement par Smart Commit.</target>
@@ -1784,6 +1824,10 @@ Ces fichiers seront DÉFINITIVEMENT PERDUS.</target>
<source xml:lang="en">Automatically stage tracked changes only.</source>
<target state="translated">Organise automatiquement les modifications suivies uniquement.</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">Contrôle comment limiter le nombre de modifications qui peuvent être analysées à partir de la commande détat Git. Peut être défini sur 0 sans 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">Propose d'activer Smart Commit (valide toutes les modifications en l'absence de modifications organisées).</target>