From d84ceddcbbdf4af6a67b5080bf5e1b3a6640706f Mon Sep 17 00:00:00 2001 From: Alex Ma Date: Sun, 16 Jan 2022 13:35:34 -0800 Subject: [PATCH] [Loc] add git.xlf and git updates (#18098) --- build/gulpfile.vscode.js | 1 + .../translations/extensions/git.i18n.json | 16 +- .../translations/extensions/git.i18n.json | 16 +- .../translations/extensions/git.i18n.json | 16 +- .../translations/extensions/git.i18n.json | 16 +- .../translations/extensions/git.i18n.json | 16 +- .../translations/extensions/git.i18n.json | 16 +- .../translations/extensions/git.i18n.json | 16 +- .../translations/extensions/git.i18n.json | 16 +- .../translations/extensions/git.i18n.json | 16 +- .../translations/extensions/git.i18n.json | 16 +- resources/xlf/en/git.xlf | 1428 +++++++++++++++++ 12 files changed, 1509 insertions(+), 80 deletions(-) create mode 100644 resources/xlf/en/git.xlf diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index 9c68f14d2a..560a80b3f7 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -120,6 +120,7 @@ const extensionsFilter = filter([ '**/big-data-cluster.xlf', '**/cms.xlf', '**/dacpac.xlf', + '**/git.xlf', '**/data-workspace.xlf', '**/import.xlf', '**/kusto.xlf', diff --git a/i18n/ads-language-pack-de/translations/extensions/git.i18n.json b/i18n/ads-language-pack-de/translations/extensions/git.i18n.json index c7c4abf26f..74420e84e8 100644 --- a/i18n/ads-language-pack-de/translations/extensions/git.i18n.json +++ b/i18n/ads-language-pack-de/translations/extensions/git.i18n.json @@ -455,7 +455,7 @@ "config.smartCommitChanges.tracked": "Es wurden nur nachverfolgte Änderungen automatisch gestaget.", "config.suggestSmartCommit": "Schlägt das Aktivieren intelligenter Commits vor. Dabei werden alle Änderungen committet, wenn keine gestageten Änderungen vorliegen.", "config.supportCancellation": "Steuert, ob bei Ausführung der Synchronisierungsaktion eine Benachrichtigung angezeigt wird, sodass der Benutzer den Vorgang abbrechen kann.", - "config.terminalAuthentication": "Steuert, ob VS Code als Authentifizierungshandler für git-Prozesse aktiviert werden soll, die im integrierten Terminal erzeugt werden. Hinweis: Terminals müssen neu gestartet werden, damit eine Änderung dieser Einstellung wirksam wird.", + "config.terminalAuthentication": "Steuert, ob Azure Data Studio als Authentifizierungshandler für git-Prozesse aktiviert werden soll, die im integrierten Terminal erzeugt werden. Hinweis: Terminals müssen neu gestartet werden, damit eine Änderung dieser Einstellung wirksam wird.", "config.timeline.date": "Steuert, welches Datum für Elemente in der Zeitachsenansicht verwendet werden soll.", "config.timeline.date.authored": "Erstellungsdatum verwenden", "config.timeline.date.committed": "Commitdatum verwenden", @@ -479,13 +479,13 @@ "submenu.stash": "Stash ausführen", "submenu.tags": "Tags", "view.workbench.cloneRepository": "Sie können ein Repository lokal klonen.\r\n[Repository klonen](command:git.clone \"Clone a repository once the git extension has activated\")", - "view.workbench.learnMore": "Weitere Informationen zur Verwendung von Git und Quellcodeverwaltung in VS Code [finden Sie in unserer Dokumentation](https://aka.ms/vscode-scm).", - "view.workbench.scm.disabled": "Wenn Sie Git-Features verwenden möchten, müssen Sie Git in Ihren [Einstellungen](command:workbench.action.openSettings?%5B%22git.enabled%22%5D) aktivieren.\r\nWeitere Informationen zur Verwendung von Git und der Quellcodeverwaltung in VS Code [finden Sie in unserer Dokumentation](https://aka.ms/vscode-scm).", - "view.workbench.scm.empty": "Zum Verwenden von Git-Features können Sie einen Ordner mit einem Git-Repository öffnen oder das Repository von einer URL klonen.\r\n[Ordner öffnen](command:vscode.openFolder)\r\n[Repository klonen](command:git.clone)\r\nWeitere Informationen zur Verwendung von Git und der Quellcodeverwaltung in VS Code [finden Sie in unserer Dokumentation](https://aka.ms/vscode-scm).", - "view.workbench.scm.emptyWorkspace": "Der derzeit geöffnete Arbeitsbereich verfügt über keine Ordner, die Git-Repositorys enthalten.\r\n[Ordner zum Arbeitsbereich hinzufügen](command:workbench.action.addRootFolder)\r\nWeitere Informationen zur Verwendung von Git und der Quellcodeverwaltung in VS Code [finden Sie in unserer Dokumentation](https://aka.ms/vscode-scm).", - "view.workbench.scm.folder": "Der aktuell geöffnete Ordner enthält kein Git-Repository. Sie können ein Repository initialisieren, wodurch die Git-Features zur Quellcodeverwaltung aktiviert werden.\r\n[Repository initialisieren](command:git.init?%5Btrue%5D)\r\nWeitere Informationen zur Verwendung von Git und der Quellcodeverwaltung in VS Code finden Sie in unserer [Dokumentation](https://aka.ms/vscode-scm).", - "view.workbench.scm.missing": "Eine gültige Git-Installation wurde nicht erkannt. Weitere Details finden Sie in der [Git-Ausgabe](command:git.showOutput).\r\nBitte [installieren Sie Git](https://git-scm.com/), oder informieren Sie sich in [unserer Dokumentation](https://aka.ms/vscode-scm) darüber, wie Sie Git und die Quellcodeverwaltung in VS Code verwenden.\r\nWenn Sie ein anderes Versionskontrollsystem verwenden, können Sie [im Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) nach zusätzlichen Erweiterungen suchen.", - "view.workbench.scm.workspace": "Der aktuell geöffnete Arbeitsbereich enthält keine Ordner mit Git-Repositorys. Sie können ein Repository für einen Ordner initialisieren, wodurch die Git-Features zur Quellcodeverwaltung aktiviert werden.\r\n[Repository initialisieren](command:git.init)\r\nWeitere Informationen zur Verwendung von Git und der Quellcodeverwaltung in VS Code finden Sie in unserer [Dokumentation](https://aka.ms/vscode-scm)." + "view.workbench.learnMore": "Weitere Informationen zur Verwendung von Git und Quellcodeverwaltung in Azure Data Studio [finden Sie in unserer Dokumentation](https://aka.ms/vscode-scm).", + "view.workbench.scm.disabled": "Wenn Sie Git-Features verwenden möchten, müssen Sie Git in Ihren [Einstellungen](command:workbench.action.openSettings?%5B%22git.enabled%22%5D) aktivieren.\r\nWeitere Informationen zur Verwendung von Git und der Quellcodeverwaltung in Azure Data Studio [finden Sie in unserer Dokumentation](https://aka.ms/vscode-scm).", + "view.workbench.scm.empty": "Zum Verwenden von Git-Features können Sie einen Ordner mit einem Git-Repository öffnen oder das Repository von einer URL klonen.\r\n[Ordner öffnen](command:vscode.openFolder)\r\n[Repository klonen](command:git.clone)\r\nWeitere Informationen zur Verwendung von Git und der Quellcodeverwaltung in Azure Data Studio [finden Sie in unserer Dokumentation](https://aka.ms/vscode-scm).", + "view.workbench.scm.emptyWorkspace": "Der derzeit geöffnete Arbeitsbereich verfügt über keine Ordner, die Git-Repositorys enthalten.\r\n[Ordner zum Arbeitsbereich hinzufügen](command:workbench.action.addRootFolder)\r\nWeitere Informationen zur Verwendung von Git und der Quellcodeverwaltung in Azure Data Studio [finden Sie in unserer Dokumentation](https://aka.ms/vscode-scm).", + "view.workbench.scm.folder": "Der aktuell geöffnete Ordner enthält kein Git-Repository. Sie können ein Repository initialisieren, wodurch die Git-Features zur Quellcodeverwaltung aktiviert werden.\r\n[Repository initialisieren](command:git.init?%5Btrue%5D)\r\nWeitere Informationen zur Verwendung von Git und der Quellcodeverwaltung in Azure Data Studio finden Sie in unserer [Dokumentation](https://aka.ms/vscode-scm).", + "view.workbench.scm.missing": "Eine gültige Git-Installation wurde nicht erkannt. Weitere Details finden Sie in der [Git-Ausgabe](command:git.showOutput).\r\nBitte [installieren Sie Git](https://git-scm.com/), oder informieren Sie sich in [unserer Dokumentation](https://aka.ms/vscode-scm) darüber, wie Sie Git und die Quellcodeverwaltung in Azure Data Studio verwenden.\r\nWenn Sie ein anderes Versionskontrollsystem verwenden, können Sie [im Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) nach zusätzlichen Erweiterungen suchen.", + "view.workbench.scm.workspace": "Der aktuell geöffnete Arbeitsbereich enthält keine Ordner mit Git-Repositorys. Sie können ein Repository für einen Ordner initialisieren, wodurch die Git-Features zur Quellcodeverwaltung aktiviert werden.\r\n[Repository initialisieren](command:git.init)\r\nWeitere Informationen zur Verwendung von Git und der Quellcodeverwaltung in Azure Data Studio finden Sie in unserer [Dokumentation](https://aka.ms/vscode-scm)." } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-es/translations/extensions/git.i18n.json b/i18n/ads-language-pack-es/translations/extensions/git.i18n.json index 23d8e20a2d..d0c2862770 100644 --- a/i18n/ads-language-pack-es/translations/extensions/git.i18n.json +++ b/i18n/ads-language-pack-es/translations/extensions/git.i18n.json @@ -455,7 +455,7 @@ "config.smartCommitChanges.tracked": "Solo cambios de seguimiento \"staged\" automáticamente.", "config.suggestSmartCommit": "Sugiere habilitar la confirmación inteligente (confirmar todos los cambios cuando no hay cambios \"staged\").", "config.supportCancellation": "Controla si aparece una notificación al ejecutar la acción Sincronizar, que permite al usuario cancelar la operación.", - "config.terminalAuthentication": "Controla si debe habilitarse VS Code como controlador de autenticación para los procesos GIT que se generan en el terminal integrado. Nota: Los terminales deben reiniciarse para recoger el cambio en esta configuración.", + "config.terminalAuthentication": "Controla si debe habilitarse Azure Data Studio como controlador de autenticación para los procesos GIT que se generan en el terminal integrado. Nota: Los terminales deben reiniciarse para recoger el cambio en esta configuración.", "config.timeline.date": "Controla la fecha que se va a usar para los elementos de la vista Escala de tiempo.", "config.timeline.date.authored": "Usar la fecha de creación", "config.timeline.date.committed": "Usar la fecha de confirmación", @@ -479,13 +479,13 @@ "submenu.stash": "Stash", "submenu.tags": "Etiquetas", "view.workbench.cloneRepository": "Puede clonar un repositorio de forma local.\r\n[Clonar repositorio](command:git.clone \"Clonar un repositorio una vez que la extensión GIT se haya activado\")", - "view.workbench.learnMore": "Para obtener más información sobre cómo usar GIT y el control de código fuente en VS Code, [lea nuestra documentación](https://aka.ms/vscode-scm).", - "view.workbench.scm.disabled": "Si desea utilizar las características de git, habilite git en su [configuración](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\r\nPara obtener más información sobre cómo usar Git y el control de código fuente en VS Code [lea nuestros documentos](https://aka.ms/vscode-scm).", - "view.workbench.scm.empty": "Para utilizar las características de git, puede abrir una carpeta que contenga un repositorio git o clonarlo desde una dirección URL.\r\n[Abrir carpeta](command:vscode.openFolder)\r\n[Clonar repositorio](command:git.clone)\r\nPara obtener más información sobre cómo usar Git y el control de código fuente en VS Code [lea nuestros documentos](https://aka.ms/vscode-scm).", - "view.workbench.scm.emptyWorkspace": "El área de trabajo abierto actualmente no tiene ninguna carpeta que contenga repositorios git.\r\n[Agregue carpeta al espacio de trabajo](command:workbench.action.addRootFolder)\r\nPara obtener más información sobre cómo usar Git y el control de código fuente en VS Code [lea nuestros documentos](https://aka.ms/vscode-scm).", - "view.workbench.scm.folder": "La carpeta abierta actualmente no tiene un repositorio git. Puede inicializar un repositorio que habilitará características de control de código fuente con tecnología de git.\r\n[Inicializar repositorio](command:git.init?%5Btrue%5D)\r\n Para obtener más información sobre cómo usar git y el control de código fuente en VS Code [lea nuestra documentación](https://aka.ms/vscode-scm).", - "view.workbench.scm.missing": "No se detectó una instalación git válida, se pueden encontrar más detalles en [git output](command:git.showOutput).\r\n[Instale git](https://git-scm.com/) u obtenga más información sobre cómo usar Git y el control de código fuente en VS Code en [nuestros documentos](https://aka.ms/vscode-scm).\r\nSi está utilizando un sistema de control de versiones diferente, puede [buscar en Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) extensiones adicionales.", - "view.workbench.scm.workspace": "El área de trabajo abierta actualmente no tiene ninguna carpeta que contenga repositorios de git. Puede inicializar un repositorio en una carpeta, lo que habilitará las características de control de código con tecnología de git.\r\n[Inicializar repositorio](command:git.init)\r\n Para obtener más información sobre cómo usar git y el control de código fuente en VS Code [lea nuestra documentación] (https://aka.ms/vscode-scm)." + "view.workbench.learnMore": "Para obtener más información sobre cómo usar GIT y el control de código fuente en Azure Data Studio, [lea nuestra documentación](https://aka.ms/vscode-scm).", + "view.workbench.scm.disabled": "Si desea utilizar las características de git, habilite git en su [configuración](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\r\nPara obtener más información sobre cómo usar Git y el control de código fuente en Azure Data Studio [lea nuestros documentos](https://aka.ms/vscode-scm).", + "view.workbench.scm.empty": "Para utilizar las características de git, puede abrir una carpeta que contenga un repositorio git o clonarlo desde una dirección URL.\r\n[Abrir carpeta](command:vscode.openFolder)\r\n[Clonar repositorio](command:git.clone)\r\nPara obtener más información sobre cómo usar Git y el control de código fuente en Azure Data Studio [lea nuestros documentos](https://aka.ms/vscode-scm).", + "view.workbench.scm.emptyWorkspace": "El área de trabajo abierto actualmente no tiene ninguna carpeta que contenga repositorios git.\r\n[Agregue carpeta al espacio de trabajo](command:workbench.action.addRootFolder)\r\nPara obtener más información sobre cómo usar Git y el control de código fuente en Azure Data Studio [lea nuestros documentos](https://aka.ms/vscode-scm).", + "view.workbench.scm.folder": "La carpeta abierta actualmente no tiene un repositorio git. Puede inicializar un repositorio que habilitará características de control de código fuente con tecnología de git.\r\n[Inicializar repositorio](command:git.init?%5Btrue%5D)\r\n Para obtener más información sobre cómo usar git y el control de código fuente en Azure Data Studio [lea nuestra documentación](https://aka.ms/vscode-scm).", + "view.workbench.scm.missing": "No se detectó una instalación git válida, se pueden encontrar más detalles en [git output](command:git.showOutput).\r\n[Instale git](https://git-scm.com/) u obtenga más información sobre cómo usar Git y el control de código fuente en Azure Data Studio en [nuestros documentos](https://aka.ms/vscode-scm).\r\nSi está utilizando un sistema de control de versiones diferente, puede [buscar en Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) extensiones adicionales.", + "view.workbench.scm.workspace": "El área de trabajo abierta actualmente no tiene ninguna carpeta que contenga repositorios de git. Puede inicializar un repositorio en una carpeta, lo que habilitará las características de control de código con tecnología de git.\r\n[Inicializar repositorio](command:git.init)\r\n Para obtener más información sobre cómo usar git y el control de código fuente en Azure Data Studio [lea nuestra documentación] (https://aka.ms/vscode-scm)." } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-fr/translations/extensions/git.i18n.json b/i18n/ads-language-pack-fr/translations/extensions/git.i18n.json index 8c0a39ff6d..2e1189c52a 100644 --- a/i18n/ads-language-pack-fr/translations/extensions/git.i18n.json +++ b/i18n/ads-language-pack-fr/translations/extensions/git.i18n.json @@ -455,7 +455,7 @@ "config.smartCommitChanges.tracked": "Organise automatiquement les modifications suivies uniquement.", "config.suggestSmartCommit": "Propose d'activer Smart Commit (valide toutes les modifications en l'absence de modifications organisées).", "config.supportCancellation": "Contrôle si une notification apparaît lors de l'exécution de l'action Sync, qui permet à l'utilisateur d'annuler l'opération.", - "config.terminalAuthentication": "Détermine si VS Code doit être activé en tant que gestionnaire d'authentification pour les processus git générés dans le terminal intégré. Remarque : Les terminaux doivent redémarrer pour permettre la prise en compte des changements apportés à ce paramètre.", + "config.terminalAuthentication": "Détermine si Azure Data Studio doit être activé en tant que gestionnaire d'authentification pour les processus git générés dans le terminal intégré. Remarque : Les terminaux doivent redémarrer pour permettre la prise en compte des changements apportés à ce paramètre.", "config.timeline.date": "Contrôle la date à utiliser pour les éléments de la vue Chronologie.", "config.timeline.date.authored": "Utiliser la date de création", "config.timeline.date.committed": "Utiliser la date de commit", @@ -479,13 +479,13 @@ "submenu.stash": "Remiser (stash)", "submenu.tags": "Étiquettes", "view.workbench.cloneRepository": "Vous pouvez cloner un dépôt localement.\r\n[Cloner un dépôt](command:git.clone « Cloner un dépôt une fois l’extension Git activée »)", - "view.workbench.learnMore": "Pour en savoir plus sur l'utilisation de Git et du contrôle de code source dans VS Code, [lisez notre documentation](https://aka.ms/vscode-scm).", - "view.workbench.scm.disabled": "Si vous voulez utiliser des fonctionnalités git, activez git dans vos [paramètres](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\r\nPour en savoir plus sur l'utilisation de Git et du contrôle de code source dans VS Code, [lisez notre documentation](https://aka.ms/vscode-scm).", - "view.workbench.scm.empty": "Pour utiliser des fonctionnalités git, vous pouvez ouvrir un dossier contenant un dépôt git ou le cloner à partir d'une URL.\r\n[Ouvrir un dossier](command:vscode.openFolder)\r\n[Cloner le dépôt](command:git.clone)\r\nPour en savoir plus sur la façon d'utiliser git et le contrôle de code source dans VS Code [lisez nos documents](https://aka.ms/vscode-scm).", - "view.workbench.scm.emptyWorkspace": "L'espace de travail actuellement ouvert n'a aucun dossier contenant des dépôts git.\r\n[Ajouter un dossier à l'espace de travail](command:workbench.action.addRootFolder)\r\nPour en savoir plus sur la façon d'utiliser git et le contrôle de code source dans VS Code [lisez nos documents](https://aka.ms/vscode-scm).", - "view.workbench.scm.folder": "Le dossier actif ne contient aucun dépôt git. Vous pouvez initialiser un dépôt pour activer les fonctionnalités de contrôle de code source basées sur git.\r\n[Initialiser un dépôt](command:git.init?%5Btrue%5D)\r\nPour en savoir plus sur l’utilisation de git et le contrôle de code source dans VSCode, [consultez notre documentation](https://aka.ms/vscode-scm).", - "view.workbench.scm.missing": "Aucune installation git valide n'a été détectée, plus de détails sont disponibles dans la [sortie git](command:git.showOutput).\r\n[Installez git](https://git-scm.com/) ou découvrez plus d'informations sur l'utilisation de Git et du contrôle de code source dans VS Code dans [notre documentation](https://aka.ms/vscode-scm).\r\nSi vous utilisez un système de contrôle de version différent, vous pouvez [rechercher dans la Plage de marché](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) des extensions supplémentaires.", - "view.workbench.scm.workspace": "L’espace de travail actif n’a aucun dossier contenant des dépôts git. Vous pouvez initialiser un dépôt dans un dossier pour activer les fonctionnalités de contrôle de code source basées sur git.\r\n[Initialiser un dépôt](command:git.init)\r\nPour en savoir plus sur l’utilisation de git et le contrôle de code source dans VS Code, [consultez notre documentation](https://aka.ms/vscode-scm)." + "view.workbench.learnMore": "Pour en savoir plus sur l'utilisation de Git et du contrôle de code source dans Azure Data Studio, [lisez notre documentation](https://aka.ms/vscode-scm).", + "view.workbench.scm.disabled": "Si vous voulez utiliser des fonctionnalités git, activez git dans vos [paramètres](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\r\nPour en savoir plus sur l'utilisation de Git et du contrôle de code source dans Azure Data Studio, [lisez notre documentation](https://aka.ms/vscode-scm).", + "view.workbench.scm.empty": "Pour utiliser des fonctionnalités git, vous pouvez ouvrir un dossier contenant un dépôt git ou le cloner à partir d'une URL.\r\n[Ouvrir un dossier](command:vscode.openFolder)\r\n[Cloner le dépôt](command:git.clone)\r\nPour en savoir plus sur la façon d'utiliser git et le contrôle de code source dans Azure Data Studio [lisez nos documents](https://aka.ms/vscode-scm).", + "view.workbench.scm.emptyWorkspace": "L'espace de travail actuellement ouvert n'a aucun dossier contenant des dépôts git.\r\n[Ajouter un dossier à l'espace de travail](command:workbench.action.addRootFolder)\r\nPour en savoir plus sur la façon d'utiliser git et le contrôle de code source dans Azure Data Studio [lisez nos documents](https://aka.ms/vscode-scm).", + "view.workbench.scm.folder": "Le dossier actif ne contient aucun dépôt git. Vous pouvez initialiser un dépôt pour activer les fonctionnalités de contrôle de code source basées sur git.\r\n[Initialiser un dépôt](command:git.init?%5Btrue%5D)\r\nPour en savoir plus sur l’utilisation de git et le contrôle de code source dans Azure Data Studio, [consultez notre documentation](https://aka.ms/vscode-scm).", + "view.workbench.scm.missing": "Aucune installation git valide n'a été détectée, plus de détails sont disponibles dans la [sortie git](command:git.showOutput).\r\n[Installez git](https://git-scm.com/) ou découvrez plus d'informations sur l'utilisation de Git et du contrôle de code source dans Azure Data Studio dans [notre documentation](https://aka.ms/vscode-scm).\r\nSi vous utilisez un système de contrôle de version différent, vous pouvez [rechercher dans la Plage de marché](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) des extensions supplémentaires.", + "view.workbench.scm.workspace": "L’espace de travail actif n’a aucun dossier contenant des dépôts git. Vous pouvez initialiser un dépôt dans un dossier pour activer les fonctionnalités de contrôle de code source basées sur git.\r\n[Initialiser un dépôt](command:git.init)\r\nPour en savoir plus sur l’utilisation de git et le contrôle de code source dans Azure Data Studio, [consultez notre documentation](https://aka.ms/vscode-scm)." } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-it/translations/extensions/git.i18n.json b/i18n/ads-language-pack-it/translations/extensions/git.i18n.json index 65e20394d4..d36c370b7d 100644 --- a/i18n/ads-language-pack-it/translations/extensions/git.i18n.json +++ b/i18n/ads-language-pack-it/translations/extensions/git.i18n.json @@ -455,7 +455,7 @@ "config.smartCommitChanges.tracked": "Solo modifiche tracciate automaticamente preparate per il commit.", "config.suggestSmartCommit": "Suggerisce di abilitare il commit intelligente (eseguire il commit di tutte le modifiche quando non ci sono modifiche preparate per il commit).", "config.supportCancellation": "Controlla se durante l'esecuzione dell'azione Sync viene inviata una notifica, che consente all'utente di annullare l'operazione.", - "config.terminalAuthentication": "Controlla se abilitare VS Code come gestore di autenticazione per i processi GIT generati nel terminale integrato. Nota: per rendere effettiva una modifica di questa impostazione, è necessario riavviare i terminali.", + "config.terminalAuthentication": "Controlla se abilitare Azure Data Studio come gestore di autenticazione per i processi GIT generati nel terminale integrato. Nota: per rendere effettiva una modifica di questa impostazione, è necessario riavviare i terminali.", "config.timeline.date": "Controlla la data da usare per gli elementi nella visualizzazione Sequenza temporale.", "config.timeline.date.authored": "Usa la data di creazione", "config.timeline.date.committed": "Usa la data di commit", @@ -479,13 +479,13 @@ "submenu.stash": "Accantona", "submenu.tags": "Tag", "view.workbench.cloneRepository": "È possibile clonare un repository in locale.\r\n[Clona repository](command:git.clone 'Clona un repository dopo l'attivazione dell'estensione GIT')", - "view.workbench.learnMore": "Per altre informazioni su come usare GIT e il controllo del codice sorgente in VS Code, [leggere la documentazione](https://aka.ms/vscode-scm).", - "view.workbench.scm.disabled": "Se si vogliono usare le funzionalità GIT, abilitare GIT nelle [impostazioni](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\r\nPer altre informazioni su come usare GIT e il controllo del codice sorgente in VS Code, [leggere la documentazione](https://aka.ms/vscode-scm).", - "view.workbench.scm.empty": "Per usare le funzionalità GIT, è possibile aprire una cartella contenente un repository GIT o clonarlo da un URL.\r\n[Apri cartella](command:vscode.openFolder)\r\n[Clona repository](command:git.clone)\r\nPer altre informazioni su come usare GIT e il controllo del codice sorgente in VS Code, [leggere la documentazione](https://aka.ms/vscode-scm).", - "view.workbench.scm.emptyWorkspace": "L'area di lavoro attualmente aperta non contiene cartelle con repository GIT.\r\n[Aggiungi cartella all'area di lavoro](command:workbench.action.addRootFolder)\r\nPer altre informazioni su come usare GIT e il controllo del codice sorgente in VS Code, [leggere la documentazione](https://aka.ms/vscode-scm).", - "view.workbench.scm.folder": "La cartella attualmente aperta non contiene un repository GIT. È possibile inizializzare un repository che abiliterà le funzionalità di controllo del codice sorgente basate su GIT.\r\n[Inizializza repository](command:git.init?%5Btrue%5D)\r\nPer altre informazioni su come usare GIT e il controllo del codice sorgente in VS Code, [leggere la documentazione](https://aka.ms/vscode-scm).", - "view.workbench.scm.missing": "Non è stata rilevata un'installazione GIT valida. Per altri dettagli, vedere l'[output GIT](command:git.showOutput).\r\n[Installare GIT](https://git-scm.com/) oppure vedere la [documentazione](https://aka.ms/vscode-scm) per informazioni su come usare GIT e il controllo del codice sorgente in VS Code.\r\nSe si usa un sistema di controllo delle versioni diverso, è possibile [cercare le estensioni aggiuntive nel Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).", - "view.workbench.scm.workspace": "L'area di lavoro attualmente aperta non contiene cartelle con repository GIT. È possibile inizializzare un repository in una cartella che abiliterà le funzionalità di controllo del codice sorgente basate su GIT.\r\n[Inizializza repository](command:git.init)\r\nPer altre informazioni su come usare GIT e il controllo del codice sorgente in VS Code, [leggere la documentazione](https://aka.ms/vscode-scm)." + "view.workbench.learnMore": "Per altre informazioni su come usare GIT e il controllo del codice sorgente in Azure Data Studio, [leggere la documentazione](https://aka.ms/vscode-scm).", + "view.workbench.scm.disabled": "Se si vogliono usare le funzionalità GIT, abilitare GIT nelle [impostazioni](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\r\nPer altre informazioni su come usare GIT e il controllo del codice sorgente in Azure Data Studio, [leggere la documentazione](https://aka.ms/vscode-scm).", + "view.workbench.scm.empty": "Per usare le funzionalità GIT, è possibile aprire una cartella contenente un repository GIT o clonarlo da un URL.\r\n[Apri cartella](command:vscode.openFolder)\r\n[Clona repository](command:git.clone)\r\nPer altre informazioni su come usare GIT e il controllo del codice sorgente in Azure Data Studio, [leggere la documentazione](https://aka.ms/vscode-scm).", + "view.workbench.scm.emptyWorkspace": "L'area di lavoro attualmente aperta non contiene cartelle con repository GIT.\r\n[Aggiungi cartella all'area di lavoro](command:workbench.action.addRootFolder)\r\nPer altre informazioni su come usare GIT e il controllo del codice sorgente in Azure Data Studio, [leggere la documentazione](https://aka.ms/vscode-scm).", + "view.workbench.scm.folder": "La cartella attualmente aperta non contiene un repository GIT. È possibile inizializzare un repository che abiliterà le funzionalità di controllo del codice sorgente basate su GIT.\r\n[Inizializza repository](command:git.init?%5Btrue%5D)\r\nPer altre informazioni su come usare GIT e il controllo del codice sorgente in Azure Data Studio, [leggere la documentazione](https://aka.ms/vscode-scm).", + "view.workbench.scm.missing": "Non è stata rilevata un'installazione GIT valida. Per altri dettagli, vedere l'[output GIT](command:git.showOutput).\r\n[Installare GIT](https://git-scm.com/) oppure vedere la [documentazione](https://aka.ms/vscode-scm) per informazioni su come usare GIT e il controllo del codice sorgente in Azure Data Studio.\r\nSe si usa un sistema di controllo delle versioni diverso, è possibile [cercare le estensioni aggiuntive nel Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).", + "view.workbench.scm.workspace": "L'area di lavoro attualmente aperta non contiene cartelle con repository GIT. È possibile inizializzare un repository in una cartella che abiliterà le funzionalità di controllo del codice sorgente basate su GIT.\r\n[Inizializza repository](command:git.init)\r\nPer altre informazioni su come usare GIT e il controllo del codice sorgente in Azure Data Studio, [leggere la documentazione](https://aka.ms/vscode-scm)." } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-ja/translations/extensions/git.i18n.json b/i18n/ads-language-pack-ja/translations/extensions/git.i18n.json index 65c14d6f32..1bb4f5e317 100644 --- a/i18n/ads-language-pack-ja/translations/extensions/git.i18n.json +++ b/i18n/ads-language-pack-ja/translations/extensions/git.i18n.json @@ -455,7 +455,7 @@ "config.smartCommitChanges.tracked": "自動的にステージングされた変更箇所のみ。", "config.suggestSmartCommit": "スマート コミットを有効にすることを推奨します (ステージング済み変更がない場合、すべての変更をコミットします)。", "config.supportCancellation": "ユーザーが操作を中止できる同期アクションの実行時に通知が表示されるかどうかを制御します。", - "config.terminalAuthentication": "統合ターミナルで生成される Git プロセスの認証ハンドラーとして VS Code を有効にするかどうかを制御します。注意: この設定の変更を反映させるには、ターミナルを再起動する必要があります。", + "config.terminalAuthentication": "統合ターミナルで生成される Git プロセスの認証ハンドラーとして Azure Data Studio を有効にするかどうかを制御します。注意: この設定の変更を反映させるには、ターミナルを再起動する必要があります。", "config.timeline.date": "タイムライン ビューでアイテムに使用する日付を制御します。", "config.timeline.date.authored": "作成日を使用する", "config.timeline.date.committed": "コミットされた日付を使用する", @@ -479,13 +479,13 @@ "submenu.stash": "一時退避", "submenu.tags": "タグ", "view.workbench.cloneRepository": "リポジトリをローカルに複製できます。\r\n[リポジトリの複製](command:git.clone 'Git 拡張機能がアクティブ化されたらリポジトリを複製する')", - "view.workbench.learnMore": "VS Code で Git とソース管理を使用する方法の詳細については、[ドキュメントをご覧ください](https://aka.ms/vscode-scm)。", - "view.workbench.scm.disabled": "git 機能を使用する場合、[設定](command:workbench.action.openSettings?%5B%22git.enabled%22%5D)で git を有効にしてください。\r\nGit とソース コントロールを VS Code で使用する方法の詳細については、[ドキュメントをご覧ください](https://aka.ms/vscode-scm)。", - "view.workbench.scm.empty": "Git 機能を使用するために、Git リポジトリを含むフォルダーを開くか、URL からクローンを作成することができます。\r\n[フォルダーを開く](command:vscode.openFolder)\r\n[リポジトリのクローン](command:git.clone)\r\nVS Code で Git とソース管理を使用する方法の詳細については、[ドキュメントをご覧ください](https://aka.ms/vscode-scm)。", - "view.workbench.scm.emptyWorkspace": "現在開いているワークスペースには、Git リポジトリを含むフォルダーがありません。\r\n[ワークスペースにフォルダーを追加します](command:workbench.action.addRootFolder)\r\nVS Code で Git とソース管理を使用する方法の詳細については、[ドキュメントをご覧ください](https://aka.ms/vscode-scm)。", - "view.workbench.scm.folder": "現在開いているフォルダーには Git リポジトリがありません。Git を利用したソース管理機能を有効にするリポジトリを初期化できます。\r\n[リポジトリを初期化する](command:git.init?%5Btrue%5D)\r\nVS Code で Git とソース管理を使用する方法の詳細については、[ドキュメントをご覧ください](https://aka.ms/vscode-scm)。", - "view.workbench.scm.missing": "有効な git インストールが検出されませんでした。詳細については、[git 出力](command:git.showOutput)をご確認ください。\r\n [git をインストール](https://git-scm.com/)するか、Git およびソース コントロールを VS Code で使用する方法の詳細について[ドキュメント](https://aka.ms/vscode-scm)を参照してください。別のバージョン管理システムを使用している場合は、追加の拡張機能を[マーケットプレイスで検索](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)できます。", - "view.workbench.scm.workspace": "現在開いているワークスペースには、Git リポジトリを含むフォルダーはありません。フォルダーにあるリポジトリを初期化して、Git を利用したソース管理機能を有効にすることができます。\r\n[リポジトリの初期化](command:git.init)\r\nVS Code で Git とソース管理を使用する方法の詳細については、[ドキュメントをご覧ください](https://aka.ms/vscode-scm)。" + "view.workbench.learnMore": "Azure Data Studio で Git とソース管理を使用する方法の詳細については、[ドキュメントをご覧ください](https://aka.ms/vscode-scm)。", + "view.workbench.scm.disabled": "git 機能を使用する場合、[設定](command:workbench.action.openSettings?%5B%22git.enabled%22%5D)で git を有効にしてください。\r\nGit とソース コントロールを Azure Data Studio で使用する方法の詳細については、[ドキュメントをご覧ください](https://aka.ms/vscode-scm)。", + "view.workbench.scm.empty": "Git 機能を使用するために、Git リポジトリを含むフォルダーを開くか、URL からクローンを作成することができます。\r\n[フォルダーを開く](command:vscode.openFolder)\r\n[リポジトリのクローン](command:git.clone)\r\nAzure Data Studio で Git とソース管理を使用する方法の詳細については、[ドキュメントをご覧ください](https://aka.ms/vscode-scm)。", + "view.workbench.scm.emptyWorkspace": "現在開いているワークスペースには、Git リポジトリを含むフォルダーがありません。\r\n[ワークスペースにフォルダーを追加します](command:workbench.action.addRootFolder)\r\nAzure Data Studio で Git とソース管理を使用する方法の詳細については、[ドキュメントをご覧ください](https://aka.ms/vscode-scm)。", + "view.workbench.scm.folder": "現在開いているフォルダーには Git リポジトリがありません。Git を利用したソース管理機能を有効にするリポジトリを初期化できます。\r\n[リポジトリを初期化する](command:git.init?%5Btrue%5D)\r\nAzure Data Studio で Git とソース管理を使用する方法の詳細については、[ドキュメントをご覧ください](https://aka.ms/vscode-scm)。", + "view.workbench.scm.missing": "有効な git インストールが検出されませんでした。詳細については、[git 出力](command:git.showOutput)をご確認ください。\r\n [git をインストール](https://git-scm.com/)するか、Git およびソース コントロールを Azure Data Studio で使用する方法の詳細について[ドキュメント](https://aka.ms/vscode-scm)を参照してください。別のバージョン管理システムを使用している場合は、追加の拡張機能を[マーケットプレイスで検索](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)できます。", + "view.workbench.scm.workspace": "現在開いているワークスペースには、Git リポジトリを含むフォルダーはありません。フォルダーにあるリポジトリを初期化して、Git を利用したソース管理機能を有効にすることができます。\r\n[リポジトリの初期化](command:git.init)\r\nAzure Data Studio で Git とソース管理を使用する方法の詳細については、[ドキュメントをご覧ください](https://aka.ms/vscode-scm)。" } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-ko/translations/extensions/git.i18n.json b/i18n/ads-language-pack-ko/translations/extensions/git.i18n.json index eb64e57d2e..5cc9c99bd4 100644 --- a/i18n/ads-language-pack-ko/translations/extensions/git.i18n.json +++ b/i18n/ads-language-pack-ko/translations/extensions/git.i18n.json @@ -455,7 +455,7 @@ "config.smartCommitChanges.tracked": "추적된 변경 사항만 자동으로 스테이징했습니다.", "config.suggestSmartCommit": "스마트 커밋을 사용하도록 제안합니다(스테이징된 변경 사항이 없는 경우 모든 변경 사항 커밋).", "config.supportCancellation": "동기화 작업을 실행할 때 사용자가 작업을 취소할 수 있도록 알림이 표시되는지 여부를 제어합니다.", - "config.terminalAuthentication": "통합 터미널에서 생성된 git 프로세스의 인증 처리기로 VS Code를 사용할지 여부를 제어합니다. 참고: 이 설정의 변경 내용을 적용하려면 터미널을 다시 시작해야 합니다.", + "config.terminalAuthentication": "통합 터미널에서 생성된 git 프로세스의 인증 처리기로 Azure Data Studio를 사용할지 여부를 제어합니다. 참고: 이 설정의 변경 내용을 적용하려면 터미널을 다시 시작해야 합니다.", "config.timeline.date": "타임라인 보기에서 항목에 사용할 날짜를 제어합니다.", "config.timeline.date.authored": "작성 날짜 사용", "config.timeline.date.committed": "커밋된 날짜 사용", @@ -479,13 +479,13 @@ "submenu.stash": "스태시", "submenu.tags": "태그", "view.workbench.cloneRepository": "리포지토리를 로컬에서 복제할 수 있습니다.\r\n[리포지토리 복제](command:git.clone 'Git 확장이 활성화되면 리포지토리 복제')", - "view.workbench.learnMore": "VS Code에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보려면 [Microsoft Docs](https://aka.ms/vscode-scm)를 참조하세요.", - "view.workbench.scm.disabled": "git 기능을 사용하려면 [설정]에서 git을 사용하도록 설정하세요(command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\r\nVS Code에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보려면 [Microsoft Docs](https://aka.ms/vscode-scm)를 참조하세요.", - "view.workbench.scm.empty": "Git 기능을 사용하려면 Git 리포지토리가 포함된 폴더를 열거나 URL에서 복제할 수 있습니다.\r\n[폴더 열기](command:vscode.openFolder)\r\n[리포지토리 복제](command:git.clone)\r\nVS Code에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보려면 [관련 문서를 참조](https://aka.ms/vscode-scm)하세요.", - "view.workbench.scm.emptyWorkspace": "현재 열려 있는 작업 영역에 Git 리포지토리를 포함하는 폴더가 없습니다.\r\n[작업 영역에 폴더 추가](command:workbench.action.addRootFolder)\r\nVS Code에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보려면 [관련 문서를 참조](https://aka.ms/vscode-scm)하세요.", - "view.workbench.scm.folder": "현재 열린 폴더에 Git 리포지토리가 없습니다. Git에서 제공하는 소스 제어 기능을 사용하도록 설정할 리포지토리를 초기화할 수 있습니다.\r\n[리포지토리 초기화](command:git.init?%5Btrue%5D)\r\nVS Code에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보려면 [Microsoft Docs](https://aka.ms/vscode-scm)를 읽어보세요.", - "view.workbench.scm.missing": "유효한 git 설치가 검색되지 않았습니다. [git 출력](command:git.showOutput)에서 자세한 내용을 확인할 수 있습니다.\r\n[git을 설치하거나](https://git-scm.com/) [Microsoft Docs](https://aka.ms/vscode-scm)에서 VS Code에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보세요.\r\n다른 버전의 제어 시스템을 사용하는 경우 추가 확장에 대해 [Marketplace를 검색](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)할 수 있습니다.", - "view.workbench.scm.workspace": "현재 열린 작업 영역에 Git 리포지토리가 포함된 폴더가 없습니다. Git에서 제공하는 소스 제어 기능을 사용하도록 설정할 폴더의 리포지토리를 초기화할 수 있습니다.\r\n[리포지토리 초기화](command:git.init)\r\nVS Code에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보려면 [Microsoft Docs](https://aka.ms/vscode-scm)를 읽어보세요." + "view.workbench.learnMore": "Azure Data Studio에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보려면 [Microsoft Docs](https://aka.ms/vscode-scm)를 참조하세요.", + "view.workbench.scm.disabled": "git 기능을 사용하려면 [설정]에서 git을 사용하도록 설정하세요(command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\r\nAzure Data Studio에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보려면 [Microsoft Docs](https://aka.ms/vscode-scm)를 참조하세요.", + "view.workbench.scm.empty": "Git 기능을 사용하려면 Git 리포지토리가 포함된 폴더를 열거나 URL에서 복제할 수 있습니다.\r\n[폴더 열기](command:vscode.openFolder)\r\n[리포지토리 복제](command:git.clone)\r\nAzure Data Studio에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보려면 [관련 문서를 참조](https://aka.ms/vscode-scm)하세요.", + "view.workbench.scm.emptyWorkspace": "현재 열려 있는 작업 영역에 Git 리포지토리를 포함하는 폴더가 없습니다.\r\n[작업 영역에 폴더 추가](command:workbench.action.addRootFolder)\r\nAzure Data Studio에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보려면 [관련 문서를 참조](https://aka.ms/vscode-scm)하세요.", + "view.workbench.scm.folder": "현재 열린 폴더에 Git 리포지토리가 없습니다. Git에서 제공하는 소스 제어 기능을 사용하도록 설정할 리포지토리를 초기화할 수 있습니다.\r\n[리포지토리 초기화](command:git.init?%5Btrue%5D)\r\nAzure Data Studio에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보려면 [Microsoft Docs](https://aka.ms/vscode-scm)를 읽어보세요.", + "view.workbench.scm.missing": "유효한 git 설치가 검색되지 않았습니다. [git 출력](command:git.showOutput)에서 자세한 내용을 확인할 수 있습니다.\r\n[git을 설치하거나](https://git-scm.com/) [Microsoft Docs](https://aka.ms/vscode-scm)에서 Azure Data Studio에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보세요.\r\n다른 버전의 제어 시스템을 사용하는 경우 추가 확장에 대해 [Marketplace를 검색](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)할 수 있습니다.", + "view.workbench.scm.workspace": "현재 열린 작업 영역에 Git 리포지토리가 포함된 폴더가 없습니다. Git에서 제공하는 소스 제어 기능을 사용하도록 설정할 폴더의 리포지토리를 초기화할 수 있습니다.\r\n[리포지토리 초기화](command:git.init)\r\nAzure Data Studio에서 Git 및 소스 제어를 사용하는 방법에 대해 자세히 알아보려면 [Microsoft Docs](https://aka.ms/vscode-scm)를 읽어보세요." } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-pt-BR/translations/extensions/git.i18n.json b/i18n/ads-language-pack-pt-BR/translations/extensions/git.i18n.json index 063edd2fc5..43f7a57e3a 100644 --- a/i18n/ads-language-pack-pt-BR/translations/extensions/git.i18n.json +++ b/i18n/ads-language-pack-pt-BR/translations/extensions/git.i18n.json @@ -455,7 +455,7 @@ "config.smartCommitChanges.tracked": "Somente preparar automaticamente as alterações controladas.", "config.suggestSmartCommit": "Sugere habilitar a confirmação inteligente (confirmar todas as alterações quando não há alterações preparadas).", "config.supportCancellation": "Controla se uma notificação aparece durante a execução da ação de sincronização, o que permite ao usuário cancelar a operação.", - "config.terminalAuthentication": "Controla se o VS Code deve ser habilitado para ser o manipulador de autenticação para processos git gerados no terminal integrado. Observação: os terminais precisam ser reiniciados para retirar uma alteração nesta configuração.", + "config.terminalAuthentication": "Controla se o Azure Data Studio deve ser habilitado para ser o manipulador de autenticação para processos git gerados no terminal integrado. Observação: os terminais precisam ser reiniciados para retirar uma alteração nesta configuração.", "config.timeline.date": "Controla qual data deve ser usada para os itens na exibição Linha do tempo.", "config.timeline.date.authored": "Usar a data de criação", "config.timeline.date.committed": "Usar a data confirmada", @@ -479,13 +479,13 @@ "submenu.stash": "Fazer Stash", "submenu.tags": "Marcas", "view.workbench.cloneRepository": "Você pode clonar um repositório localmente.\r\n[Clonar Repositório](comando: git.clone 'Clonar um repositório após a ativação da extensão git')", - "view.workbench.learnMore": "Para saber mais sobre como usar o Git e o controle do código-fonte no VS Code [leia nossos documentos](https://aka.ms/vscode-scm).", - "view.workbench.scm.disabled": "If you would like to use git features, please enable git in your [settings](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\r\nTo learn more about how to use git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).", - "view.workbench.scm.empty": "In order to use git features, you can open a folder containing a git repository or clone from a URL.\r\n[Open Folder](command:vscode.openFolder)\r\n[Clone Repository](command:git.clone)\r\nTo learn more about how to use git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).", - "view.workbench.scm.emptyWorkspace": "The workspace currently open doesn't have any folders containing git repositories.\r\n[Add Folder to Workspace](command:workbench.action.addRootFolder)\r\nTo learn more about how to use git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).", - "view.workbench.scm.folder": "A pasta aberta no momento não tem um repositório git. Você pode inicializar um repositório que habilitará os recursos de controle do código-fonte que são fornecidos pelo git.\r\n[Initialize Repository](command:git.init?%5Btrue%5D)\r\nPara saber mais sobre como usar o git e o controle do código-fonte no VS Code [leia nossa documentação] (https://aka.ms/vscode-scm).", - "view.workbench.scm.missing": "A valid git installation was not detected, more details can be found in the [git output](command:git.showOutput).\r\nPlease [install git](https://git-scm.com/), or learn more about how to use git and source control in VS Code in [our docs](https://aka.ms/vscode-scm).\r\nIf you're using a different version control system, you can [search the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) for additional extensions.", - "view.workbench.scm.workspace": "O workspace aberto atualmente não tem nenhuma pasta contendo repositórios git. Você pode inicializar um repositório em uma pasta que habilitará os recursos de controle do código-fonte que são fornecidos pelo git.\r\n[Inicializar o Repositório](command:git.init)\r\nPara saber mais sobre como usar o git e o controle do código-fonte no VS Code [leia nossa documentação] (https://aka.ms/vscode-scm)." + "view.workbench.learnMore": "Para saber mais sobre como usar o Git e o controle do código-fonte no Azure Data Studio [leia nossos documentos](https://aka.ms/vscode-scm).", + "view.workbench.scm.disabled": "If you would like to use git features, please enable git in your [settings](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\r\nTo learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).", + "view.workbench.scm.empty": "In order to use git features, you can open a folder containing a git repository or clone from a URL.\r\n[Open Folder](command:vscode.openFolder)\r\n[Clone Repository](command:git.clone)\r\nTo learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).", + "view.workbench.scm.emptyWorkspace": "The workspace currently open doesn't have any folders containing git repositories.\r\n[Add Folder to Workspace](command:workbench.action.addRootFolder)\r\nTo learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).", + "view.workbench.scm.folder": "A pasta aberta no momento não tem um repositório git. Você pode inicializar um repositório que habilitará os recursos de controle do código-fonte que são fornecidos pelo git.\r\n[Initialize Repository](command:git.init?%5Btrue%5D)\r\nPara saber mais sobre como usar o git e o controle do código-fonte no Azure Data Studio [leia nossa documentação] (https://aka.ms/vscode-scm).", + "view.workbench.scm.missing": "A valid git installation was not detected, more details can be found in the [git output](command:git.showOutput).\r\nPlease [install git](https://git-scm.com/), or learn more about how to use git and source control in Azure Data Studio in [our docs](https://aka.ms/vscode-scm).\r\nIf you're using a different version control system, you can [search the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) for additional extensions.", + "view.workbench.scm.workspace": "O workspace aberto atualmente não tem nenhuma pasta contendo repositórios git. Você pode inicializar um repositório em uma pasta que habilitará os recursos de controle do código-fonte que são fornecidos pelo git.\r\n[Inicializar o Repositório](command:git.init)\r\nPara saber mais sobre como usar o git e o controle do código-fonte no Azure Data Studio [leia nossa documentação] (https://aka.ms/vscode-scm)." } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-ru/translations/extensions/git.i18n.json b/i18n/ads-language-pack-ru/translations/extensions/git.i18n.json index b08d2148d2..12d626126a 100644 --- a/i18n/ads-language-pack-ru/translations/extensions/git.i18n.json +++ b/i18n/ads-language-pack-ru/translations/extensions/git.i18n.json @@ -455,7 +455,7 @@ "config.smartCommitChanges.tracked": "Только автоматически размещенные отслеживаемые изменения.", "config.suggestSmartCommit": "Предлагает включить интеллектуальную фиксацию (отправка всех изменений даже при отсутствии промежуточных изменений).", "config.supportCancellation": "Определяет, выдается ли уведомление при запуске действия синхронизации. Это уведомление позволяет пользователю отменить операцию.", - "config.terminalAuthentication": "Определяет, следует ли включить VS Code в качестве обработчика проверки подлинности для процессов Git, порожденных во встроенном терминале. Примечание. Для получения изменения в этом параметре необходимо перезапустить терминалы.", + "config.terminalAuthentication": "Определяет, следует ли включить Azure Data Studio в качестве обработчика проверки подлинности для процессов Git, порожденных во встроенном терминале. Примечание. Для получения изменения в этом параметре необходимо перезапустить терминалы.", "config.timeline.date": "Определяет, какую дату использовать для элементов в представлении временной шкалы.", "config.timeline.date.authored": "Использовать дату создания", "config.timeline.date.committed": "Использовать дату фиксации", @@ -479,13 +479,13 @@ "submenu.stash": "Спрятать", "submenu.tags": "Теги", "view.workbench.cloneRepository": "Репозиторий можно клонировать локально.\r\n[Клонировать репозиторий](command:git.clone \"Клонировать репозиторий после активации расширения Git\")", - "view.workbench.learnMore": "Чтобы получить дополнительные сведения об использовании Git и системы управления версиями в VS Code, [изучите нашу документацию](https://aka.ms/vscode-scm).", - "view.workbench.scm.disabled": "Если вы хотите использовать возможности Git, включите Git в своих [параметрах](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\r\nЧтобы получить дополнительные сведения об использовании Git и системы управления версиями в VS Code, [изучите нашу документацию](https://aka.ms/vscode-scm).", - "view.workbench.scm.empty": "Чтобы использовать возможности Git, можно открыть папку, содержащую репозиторий Git, или клонировать из URL-адреса.\r\n[Открыть папку](command:vscode.openFolder)\r\n[Клонировать репозиторий](command:git.clone)\r\nЧтобы получить дополнительные сведения об использовании Git и системы управления версиями в VS Code, [изучите нашу документацию](https://aka.ms/vscode-scm).", - "view.workbench.scm.emptyWorkspace": "В открытой сейчас рабочей области нет папок, содержащих репозитории Git.\r\n[Добавить папку в рабочую область](command:workbench.action.addRootFolder)\r\nЧтобы получить дополнительные сведения об использовании Git и системы управления версиями в VS Code, [изучите нашу документацию](https://aka.ms/vscode-scm).", - "view.workbench.scm.folder": "В открытой папке нет репозитория Git. Вы можете инициализировать репозиторий, что позволит получить доступ к возможностям системы управления версиями на платформе Git.\r\n[Инициализировать репозиторий](command:git.init?%5Btrue%5D)\r\nЧтобы получить дополнительные сведения об использовании Git и системы управления версиями в VS Code, [изучите нашу документацию](https://aka.ms/vscode-scm).", - "view.workbench.scm.missing": "Допустимая установка Git не обнаружена, дополнительные сведения см. в [выходных данных Git](command:git.showOutput).\r\n[Установите Git](https://git-scm.com/) либо получите дополнительные сведения об использовании Git и системы управления версиями в VS Code в [нашей документации](https://aka.ms/vscode-scm).\r\nЕсли вы используете другую систему управления версиями, можете поискать дополнительные расширения [в Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).", - "view.workbench.scm.workspace": "В открытой рабочей области нет папок, содержащих репозитории Git. Вы можете инициализировать репозиторий в папке, что позволит получить доступ к возможностям системы управления версиями на платформе Git.\r\n[Инициализировать репозиторий](command:git.init)\r\nЧтобы получить дополнительные сведения об использовании Git и системы управления версиями в VS Code, [изучите нашу документацию](https://aka.ms/vscode-scm)." + "view.workbench.learnMore": "Чтобы получить дополнительные сведения об использовании Git и системы управления версиями в Azure Data Studio, [изучите нашу документацию](https://aka.ms/vscode-scm).", + "view.workbench.scm.disabled": "Если вы хотите использовать возможности Git, включите Git в своих [параметрах](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\r\nЧтобы получить дополнительные сведения об использовании Git и системы управления версиями в Azure Data Studio, [изучите нашу документацию](https://aka.ms/vscode-scm).", + "view.workbench.scm.empty": "Чтобы использовать возможности Git, можно открыть папку, содержащую репозиторий Git, или клонировать из URL-адреса.\r\n[Открыть папку](command:vscode.openFolder)\r\n[Клонировать репозиторий](command:git.clone)\r\nЧтобы получить дополнительные сведения об использовании Git и системы управления версиями в Azure Data Studio, [изучите нашу документацию](https://aka.ms/vscode-scm).", + "view.workbench.scm.emptyWorkspace": "В открытой сейчас рабочей области нет папок, содержащих репозитории Git.\r\n[Добавить папку в рабочую область](command:workbench.action.addRootFolder)\r\nЧтобы получить дополнительные сведения об использовании Git и системы управления версиями в Azure Data Studio, [изучите нашу документацию](https://aka.ms/vscode-scm).", + "view.workbench.scm.folder": "В открытой папке нет репозитория Git. Вы можете инициализировать репозиторий, что позволит получить доступ к возможностям системы управления версиями на платформе Git.\r\n[Инициализировать репозиторий](command:git.init?%5Btrue%5D)\r\nЧтобы получить дополнительные сведения об использовании Git и системы управления версиями в Azure Data Studio, [изучите нашу документацию](https://aka.ms/vscode-scm).", + "view.workbench.scm.missing": "Допустимая установка Git не обнаружена, дополнительные сведения см. в [выходных данных Git](command:git.showOutput).\r\n[Установите Git](https://git-scm.com/) либо получите дополнительные сведения об использовании Git и системы управления версиями в Azure Data Studio в [нашей документации](https://aka.ms/vscode-scm).\r\nЕсли вы используете другую систему управления версиями, можете поискать дополнительные расширения [в Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).", + "view.workbench.scm.workspace": "В открытой рабочей области нет папок, содержащих репозитории Git. Вы можете инициализировать репозиторий в папке, что позволит получить доступ к возможностям системы управления версиями на платформе Git.\r\n[Инициализировать репозиторий](command:git.init)\r\nЧтобы получить дополнительные сведения об использовании Git и системы управления версиями в Azure Data Studio, [изучите нашу документацию](https://aka.ms/vscode-scm)." } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-zh-hans/translations/extensions/git.i18n.json b/i18n/ads-language-pack-zh-hans/translations/extensions/git.i18n.json index 0a2650ed36..96f1c6d055 100644 --- a/i18n/ads-language-pack-zh-hans/translations/extensions/git.i18n.json +++ b/i18n/ads-language-pack-zh-hans/translations/extensions/git.i18n.json @@ -455,7 +455,7 @@ "config.smartCommitChanges.tracked": "仅自动暂存跟踪的更改。", "config.suggestSmartCommit": "建议启用智能提交(在无暂存更改时提交所有更改)。", "config.supportCancellation": "控制在运行同步操作时是否出现通知,允许用户取消操作。", - "config.terminalAuthentication": "控制是否使 VS Code 成为集成终端中产生的 git 进程的身份验证处理程序。请注意: 需要重启终端才能选择此设置中的更改。", + "config.terminalAuthentication": "控制是否使 Azure Data Studio 成为集成终端中产生的 git 进程的身份验证处理程序。请注意: 需要重启终端才能选择此设置中的更改。", "config.timeline.date": "控制在日程表视图中项目使用的日期。", "config.timeline.date.authored": "使用创作日期", "config.timeline.date.committed": "使用提交日期", @@ -479,13 +479,13 @@ "submenu.stash": "存储", "submenu.tags": "标记", "view.workbench.cloneRepository": "可以在本地克隆存储库。\r\n[克隆存储库](command:git.clone '启用 git 扩展后立即克隆存储库')", - "view.workbench.learnMore": "要详细了解如何在 VS Code 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。", - "view.workbench.scm.disabled": "如果要使用 git 功能,请在[设置](command:workbench.action.openSettings?%5B%22git.enabled%22%5D)中启用 git。\r\n要了解有关如何在 VS Code 中使用 Git 和源代码管理的更多信息,[请阅读我们的文档](https://aka.ms/vscode-scm)。", - "view.workbench.scm.empty": "为了使用 git 功能,可打开包含 git 存储库的文件夹或从 URL 克隆。\r\n[打开文件夹](command:vscode.openFolder)\r\n[克隆存储库](command:git.clone)\r\n要详细了解如何在 VS Code 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。", - "view.workbench.scm.emptyWorkspace": "当前打开的工作区没有任何包含 git 存储库的文件夹。\r\n[将文件夹添加到工作区](command:workbench.action.addRootFolder)\r\n要详细了解如何在 VS Code 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。", - "view.workbench.scm.folder": "当前打开的文件夹中没有 Git 存储库。可初始化一个存储库,它将实现 Git 提供支持的源代码管理功能。\r\n[初始化存储库](command:git.init?%5Btrue%5D)\r\n要详细了解如何在 VS Code 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。", - "view.workbench.scm.missing": "未检测到有效的 git 安装,可在 [git 输出](command:git.showOutput)中找到更多详细信息。\r\n请[安装 git](https://git-scm.com/),或在[我们的文档](https://aka.ms/vscode-scm)中详细了解如何在 VS Code中使用 Git 和源代码管理。\r\n如果您使用的是其他版本的控制系统,则可[搜索市场](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)以获取其他扩展。", - "view.workbench.scm.workspace": "当前打开的工作区中没有任何包含 Git 存储库的文件夹。可初始化某文件夹上的一个存储库,该存储库将实现 Git 提供支持的源代码管理功能。\r\n[初始化存储库](command:git.init)\r\n要详细了解如何在 VS Code 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。" + "view.workbench.learnMore": "要详细了解如何在 Azure Data Studio 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。", + "view.workbench.scm.disabled": "如果要使用 git 功能,请在[设置](command:workbench.action.openSettings?%5B%22git.enabled%22%5D)中启用 git。\r\n要了解有关如何在 Azure Data Studio 中使用 Git 和源代码管理的更多信息,[请阅读我们的文档](https://aka.ms/vscode-scm)。", + "view.workbench.scm.empty": "为了使用 git 功能,可打开包含 git 存储库的文件夹或从 URL 克隆。\r\n[打开文件夹](command:vscode.openFolder)\r\n[克隆存储库](command:git.clone)\r\n要详细了解如何在 Azure Data Studio 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。", + "view.workbench.scm.emptyWorkspace": "当前打开的工作区没有任何包含 git 存储库的文件夹。\r\n[将文件夹添加到工作区](command:workbench.action.addRootFolder)\r\n要详细了解如何在 Azure Data Studio 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。", + "view.workbench.scm.folder": "当前打开的文件夹中没有 Git 存储库。可初始化一个存储库,它将实现 Git 提供支持的源代码管理功能。\r\n[初始化存储库](command:git.init?%5Btrue%5D)\r\n要详细了解如何在 Azure Data Studio 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。", + "view.workbench.scm.missing": "未检测到有效的 git 安装,可在 [git 输出](command:git.showOutput)中找到更多详细信息。\r\n请[安装 git](https://git-scm.com/),或在[我们的文档](https://aka.ms/vscode-scm)中详细了解如何在 Azure Data Studio中使用 Git 和源代码管理。\r\n如果您使用的是其他版本的控制系统,则可[搜索市场](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)以获取其他扩展。", + "view.workbench.scm.workspace": "当前打开的工作区中没有任何包含 Git 存储库的文件夹。可初始化某文件夹上的一个存储库,该存储库将实现 Git 提供支持的源代码管理功能。\r\n[初始化存储库](command:git.init)\r\n要详细了解如何在 Azure Data Studio 中使用 Git 和源代码管理,[请阅读我们的文档](https://aka.ms/vscode-scm)。" } } } \ No newline at end of file diff --git a/i18n/ads-language-pack-zh-hant/translations/extensions/git.i18n.json b/i18n/ads-language-pack-zh-hant/translations/extensions/git.i18n.json index c4618bb1f9..0fba984b8e 100644 --- a/i18n/ads-language-pack-zh-hant/translations/extensions/git.i18n.json +++ b/i18n/ads-language-pack-zh-hant/translations/extensions/git.i18n.json @@ -455,7 +455,7 @@ "config.smartCommitChanges.tracked": "僅自動暫存追蹤的變更。", "config.suggestSmartCommit": "建議啟用智慧認可 (在沒有暫存變更時認可所有變更)。", "config.supportCancellation": "控制是否要在執行同步動作時顯示允許使用者取消作業的通知。", - "config.terminalAuthentication": "控制是否要讓 VS Code 成為在整合式終端中繁衍之 git 處理序的驗證處理常式。請注意: 您必須重新啟動終端,才能在此設定中挑選變更。", + "config.terminalAuthentication": "控制是否要讓 Azure Data Studio 成為在整合式終端中繁衍之 git 處理序的驗證處理常式。請注意: 您必須重新啟動終端,才能在此設定中挑選變更。", "config.timeline.date": "控制 [時間軸] 檢視中的項目要使用哪個日期。", "config.timeline.date.authored": "使用撰寫日期", "config.timeline.date.committed": "使用認可日期", @@ -479,13 +479,13 @@ "submenu.stash": "隱藏", "submenu.tags": "標籤", "view.workbench.cloneRepository": "您可以在本機複製存放庫。\r\n[複製存放庫](command:git.clone '在 GIT 延伸模組啟用後複製存放庫')", - "view.workbench.learnMore": "若要深入了解如何在 VS Code 中使用 GIT 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。", - "view.workbench.scm.disabled": "如果您想要使用 Git 功能,請在[設定](command:workbench.action.openSettings?%5B%22git.enabled%22%5D)中啟用 Git。\r\n若要深入了解如何在 VS Code 中使用 Git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。", - "view.workbench.scm.empty": "如果要使用 Git 功能,您可以開啟包含 Git 存放庫的資料夾或從 URL 複製。\r\n[開啟資料夾](command:vscode.openFolder)\r\n[複製存放庫](command:git.clone)\r\n若要深入了解如何在 VS Code 中使用 Git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。", - "view.workbench.scm.emptyWorkspace": "目前開啟的工作區沒有任何資料夾包含 Git 存放庫。\r\n[新增資料夾至工作區](command:workbench.action.addRootFolder)\r\n如果要深入了解如何在 VS Code 中使用 Git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。", - "view.workbench.scm.folder": "目前開啟的資料夾沒有任何 git 存放庫。您可以將存放庫初始化,以啟用 git 支援的原始檔控制功能。\r\n[將存放庫初始化](command:git.init?%5Btrue%5D)\r\n若要深入了解如何在 VS Code 中使用 git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。", - "view.workbench.scm.missing": "未偵測到有效的 Git 安裝,您可以在 [Git 輸入](command:git.showOutput)中找到更多詳細資料。\r\n請[安裝 Git](https://git-scm.com/),或參閱or learn more about how to use git and source control in VS Code in [我們的文件](https://aka.ms/vscode-scm) 深入了解如何在 VS Code 中使用 Git 和原始檔控制。\r\n如果您使用的是其他版本的控制系統,可以[搜尋市集](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) 尋找其他擴充。", - "view.workbench.scm.workspace": "目前開啟的工作區,沒有任何包含 git 存放庫的資料夾。您可以在資料夾上將存放庫初始化,以啟用 git 支援的原始檔控制功能。\r\n[將存放庫初始化](command:git.init)\r\n若要深入了解如何在 VS Code 中使用 git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。" + "view.workbench.learnMore": "若要深入了解如何在 Azure Data Studio 中使用 GIT 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。", + "view.workbench.scm.disabled": "如果您想要使用 Git 功能,請在[設定](command:workbench.action.openSettings?%5B%22git.enabled%22%5D)中啟用 Git。\r\n若要深入了解如何在 Azure Data Studio 中使用 Git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。", + "view.workbench.scm.empty": "如果要使用 Git 功能,您可以開啟包含 Git 存放庫的資料夾或從 URL 複製。\r\n[開啟資料夾](command:vscode.openFolder)\r\n[複製存放庫](command:git.clone)\r\n若要深入了解如何在 Azure Data Studio 中使用 Git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。", + "view.workbench.scm.emptyWorkspace": "目前開啟的工作區沒有任何資料夾包含 Git 存放庫。\r\n[新增資料夾至工作區](command:workbench.action.addRootFolder)\r\n如果要深入了解如何在 Azure Data Studio 中使用 Git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。", + "view.workbench.scm.folder": "目前開啟的資料夾沒有任何 git 存放庫。您可以將存放庫初始化,以啟用 git 支援的原始檔控制功能。\r\n[將存放庫初始化](command:git.init?%5Btrue%5D)\r\n若要深入了解如何在 Azure Data Studio 中使用 git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。", + "view.workbench.scm.missing": "未偵測到有效的 Git 安裝,您可以在 [Git 輸入](command:git.showOutput)中找到更多詳細資料。\r\n請[安裝 Git](https://git-scm.com/),或參閱or learn more about how to use git and source control in Azure Data Studio in [我們的文件](https://aka.ms/vscode-scm) 深入了解如何在 VS Code 中使用 Git 和原始檔控制。\r\n如果您使用的是其他版本的控制系統,可以[搜尋市集](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) 尋找其他擴充。", + "view.workbench.scm.workspace": "目前開啟的工作區,沒有任何包含 git 存放庫的資料夾。您可以在資料夾上將存放庫初始化,以啟用 git 支援的原始檔控制功能。\r\n[將存放庫初始化](command:git.init)\r\n若要深入了解如何在 Azure Data Studio 中使用 git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。" } } } \ No newline at end of file diff --git a/resources/xlf/en/git.xlf b/resources/xlf/en/git.xlf new file mode 100644 index 0000000000..6ea8c05440 --- /dev/null +++ b/resources/xlf/en/git.xlf @@ -0,0 +1,1428 @@ + + + + + Missing or invalid credentials. + + + + + No + + + Ask Me Later + + + Would you like Azure Data Studio to [periodically run 'git fetch']({0})? + + + Yes + + + + + HEAD version of '{0}' is not available. + + + Add to Workspace + + + Add a new remote... + + + Add remote from URL + + + Add remote from {0} + + + Add Remote + + + Always + + + This will create a Git repository in '{0}'. Are you sure you want to continue? + + + Failed to authenticate to git remote. + + + Failed to authenticate to git remote: + +{0} + + + A branch named '{0}' already exists + + + Branch name + + + Branch name needs to match regex: {0} + + + Can't push refs to remote. Try running 'Pull' first to integrate your changes. + + + Log level changed to: {0} + + + Checkout detached... + + + Choose Folder... + + + Please clean your repository working tree before checkout. + + + Clone from {0} + + + Cloning git repository '{0}'... + + + Commit Staged Changes + + + Create Empty Commit + + + Commit Hash + + + Commit message + + + Message (commit on '{0}') + + + Are you sure you want to DELETE {0}? +This is IRREVERSIBLE! +This file will be FOREVER LOST if you proceed. + + + Are you sure you want to DELETE {0} files? +This is IRREVERSIBLE! +These files will be FOREVER LOST if you proceed. + + + Are you sure you want to discard changes in {0}? + + + Are you sure you want to discard ALL changes in {0} files? +This is IRREVERSIBLE! +Your current working set will be FOREVER LOST if you proceed. + + + {0} + +This is IRREVERSIBLE, your current working set will be FOREVER LOST. + + + Are you sure you want to discard changes in {0}? + + + Are you sure you want to discard changes in {0} files? + + + Are you sure you want to create an empty commit? + + + The branch '{0}' is not fully merged. Delete anyway? + + + You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others. + +Are you sure to continue? + + + You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable. + +Are you sure to continue? + + + The branch '{0}' has no upstream branch. Would you like to publish this branch? + + + Are you sure you want to restore {0}? + + + Are you sure you want to restore {0} files? + + + Are you sure you want to stage {0} with merge conflicts? + + + Are you sure you want to stage {0} files with merge conflicts? + + + Create new branch... + + + Create new branch from... + + + Initialize Repository + + + Current + + + Delete File + + + Delete Branch + + + Delete file + + + Delete Files + + + File '{0}' was deleted by them and modified by us. + +What would you like to do? + + + File '{0}' was deleted by us and modified by them. + +What would you like to do? + + + Discard Changes + + + Discard All {0} Files + + + Discard 1 File + + + Force Checkout + + + Force push is not allowed, please enable it with the 'git.allowForcePush' setting. + + + Git error + + + Git: {0} + + + {0} ⟷ {1} + + + {0} ({1}) ⟷ {0} ({2}) + + + {0} (Index) + + + {0} ({1}) + + + {0} (Working Tree) + + + Pick workspace folder to initialize git repo in + + + Initialize Repository + + + Invalid branch name + + + Keep Our Version + + + Keep Their Version + + + Learn More + + + Your local changes would be overwritten by checkout. + + + The last commit was a merge commit. Are you sure you want to undo it? + + + There are merge conflicts. Resolve them before committing. + + + Make sure you configure your 'user.name' and 'user.email' in git. + + + Never + + + OK, Don't Show Again + + + OK, Don't Ask Again + + + There are no changes to commit. + + + There are no changes to stash. + + + Can't undo because HEAD doesn't point to any commit. + + + No rebase in progress. + + + Your repository has no remotes. + + + This repository has no remotes configured to fetch from. + + + Your repository has no remotes configured to publish to. + + + Your repository has no remotes configured to pull from. + + + Your repository has no remotes configured to push to. + + + There are no staged changes to commit. + +Would you like to stage all your changes and commit them directly? + + + There are no stashes in the repository. + + + This repository has no tags. + + + Commits without verification are not allowed, please enable them with the 'git.allowNoVerifyCommit' setting. + + + Please check out a branch to push to a remote. + + + OK + + + Open Git Log + + + Open Repository + + + Open + + + Open in New Window + + + Pick a branch to pull from + + + Pick a provider to publish the branch '{0}' to: + + + Pick a remote to publish the branch '{0}' to: + + + Pick a remote to pull the branch from + + + Pick a stash to apply + + + Pick a stash to drop + + + Pick a stash to pop + + + Would you like to open the cloned repository? + + + Would you like to open the initialized repository? + + + Would you like to open the cloned repository, or add it to the current workspace? + + + Would you like to open the initialized repository, or add it to the current workspace? + + + Please provide a new branch name + + + Please provide the commit hash + + + Please provide a commit message + + + Please provide a remote name + + + Optionally provide a stash message + + + Please provide a message to annotate the tag + + + Please provide a tag name + + + Publish to {0} + + + Remote '{0}' already exists. + + + Remote branch at {0} + + + Remote name + + + Remote name format invalid + + + Pick a remote to remove + + + Clone from URL + + + Restore file + + + Restore files + + + Save All & Commit + + + Save All & Stash + + + Select a branch to merge from + + + Select a branch to rebase onto + + + Select a ref to checkout + + + Select a ref to checkout in detached mode + + + Select a ref to create the '{0}' branch from + + + Select a tag to delete + + + Select a branch to delete + + + Select log level + + + Select Repository Location + + + Show Command Output + + + Stash Anyway + + + There were merge conflicts while applying the stash. + + + Stash message + + + Stash & Checkout + + + Are you sure you want to drop the stash: {0}? + + + This action will push and pull commits to and from '{0}/{1}'. + + + Tag at {0} + + + Message + + + Tag name + + + There are {0} untracked files which will be DELETED FROM DISK if discarded. + + + The following untracked file will be DELETED FROM DISK if discarded: {0}. + + + Undo merge commit + + + There are {0} unsaved files. + +Would you like to save them before committing? + + + The following file has unsaved changes which won't be included in the commit if you proceed: {0}. + +Would you like to save it before committing? + + + There are {0} unsaved files. + +Would you like to save them before stashing? + + + The following file has unsaved changes which won't be included in the stash if you proceed: {0}. + +Would you like to save it before stashing? + + + This will DELETE {0} untracked files! +This is IRREVERSIBLE! +These files will be FOREVER LOST. + + + Yes + + + Discard 1 Tracked File + + + Discard {0} Tracked Files + + + Yes, Don't Show Again + + + + + Skipped found git in: {0} + + + Using git {0} from {1} + + + Validating found git in: {0} + + + + + There are no available repositories + + + Absolute paths not supported in 'git.scanRepositories' setting. + + + Choose a repository + + + The '{0}' repository has {1} submodules which won't be opened automatically. You can still open each one individually by opening a file within. + + + + + Branch name + + + $(error) Error: {0} + + + No remote repositories found. + + + Choose a URL to clone from. + + + Provide repository URL + + + Provide repository URL or pick a repository source. + + + Repository name + + + Repository name (type to search) + + + URL + + + + + Would you like to add '{0}' to .gitignore? + + + Conflict: Added By Them + + + Conflict: Added By Us + + + Always Pull + + + Conflict: Both Added + + + Conflict: Both Deleted + + + Conflict: Both Modified + + + Changes + + + Commit + + + It's not possible to change the commit message in the middle of a rebase. Please complete the rebase operation and use interactive rebase instead. + + + Message ({0} to commit) + + + {0} characters left in current line + + + {0} characters over {1} in current line + + + Current commit message only contains whitespace characters + + + Message ({0} to commit on '{1}') + + + Deleted + + + Conflict: Deleted By Them + + + Conflict: Deleted By Us + + + Don't Pull + + + {0} (Deleted) + + + {0} (Index) + + + {0} (Ours) + + + {0} (Theirs) + + + {0} (Untracked) + + + {0} (Working Tree) + + + The git repository at '{0}' has too many active changes, only a subset of Git features will be enabled. + + + Ignored + + + Index Added + + + Index Copied + + + Index Deleted + + + Index Modified + + + Index Renamed + + + Intent to Add + + + Merge Changes + + + Modified + + + Don't Show Again + + + Open + + + Pull + + + It looks like the current branch '{0}' might have been rebased. Are you sure you still want to pull into it? + + + It looks like the current branch might have been rebased. Are you sure you still want to pull into it? + + + Pull {0} commits from {1}/{2} + + + Pull {0} and push {1} commits between {2}/{3} + + + Push {0} commits to {1}/{2} + + + Successfully pushed. + + + Staged Changes + + + Synchronize Changes + + + Syncing. Cancelling may cause serious damages to the repository + + + Untracked + + + Untracked Changes + + + Yes + + + + + Checkout branch/tag... + + + Publish Changes + + + Publish to {0} + + + Publish to... + + + Rebasing + + + Synchronizing Changes... + + + + + Index + + + {0} — {1} +{2} + +{3} + + + Git History + + + Staged Changes + + + Uncommitted Changes + + + You + + + Working Tree + + + + + Color for added resources. + + + Color for resources with conflicts. + + + Color for deleted resources. + + + Color for ignored resources. + + + Color for modified resources. + + + Color for renamed or copied resources. + + + Color for deleted resources which have been staged. + + + Color for modified resources which have been staged. + + + Color for submodule resources. + + + Color for untracked resources. + + + Add Remote... + + + Create Branch... + + + Create Branch From... + + + Checkout to... + + + Checkout to (Detached)... + + + Cherry Pick... + + + Discard Changes + + + Discard All Changes + + + Discard All Tracked Changes + + + Discard All Untracked Changes + + + Clone + + + Clone (Recursive) + + + Close Repository + + + Commit + + + Commit All + + + Commit All (Amend) + + + Commit All (Amend, No Verify) + + + Commit All (No Verify) + + + Commit All (Signed Off) + + + Commit All (Signed Off, No Verify) + + + Commit Empty + + + Commit Empty (No Verify) + + + Commit (No Verify) + + + Commit Staged + + + Commit Staged (Amend) + + + Commit Staged (Amend, No Verify) + + + Commit Staged (No Verify) + + + Commit Staged (Signed Off) + + + Commit Staged (Signed Off, No Verify) + + + Create Tag + + + Delete Branch... + + + Delete Tag + + + Fetch + + + Fetch From All Remotes + + + Fetch (Prune) + + + Add to .gitignore + + + Initialize Repository + + + Merge Branch... + + + Open All Changes + + + Open Changes + + + Open File + + + Open File (HEAD) + + + Open Repository + + + Publish Branch... + + + Pull + + + Pull from... + + + Pull (Rebase) + + + Push + + + Push (Follow Tags) + + + Push (Follow Tags, Force) + + + Push (Force) + + + Push Tags + + + Push to... + + + Push to... (Force) + + + Rebase Branch... + + + Abort Rebase + + + Refresh + + + Remove Remote + + + Rename + + + Rename Branch... + + + Restore Commit Template + + + Reveal in Side Bar + + + Revert Change + + + Revert Selected Ranges + + + Set Log Level... + + + Show Git Output + + + Stage Changes + + + Stage All Changes + + + Stage All Merge Changes + + + Stage All Tracked Changes + + + Stage All Untracked Changes + + + Stage Change + + + Stage Selected Ranges + + + Stash + + + Apply Stash... + + + Apply Latest Stash + + + Drop Stash... + + + Stash (Include Untracked) + + + Pop Stash... + + + Pop Latest Stash + + + Sync + + + Sync (Rebase) + + + Compare with Selected + + + Copy Commit ID + + + Copy Commit Message + + + Open Changes + + + Select for Compare + + + Undo Last Commit + + + Unstage Changes + + + Unstage All Changes + + + Unstage Selected Ranges + + + Controls whether force push (with or without lease) is enabled. + + + Controls whether commits without running pre-commit and commit-msg hooks are allowed. + + + Always show the Staged Changes resource group. + + + Controls the signoff flag for all commits. + + + Configures when repositories should be automatically detected. + + + Disable automatic repository scanning. + + + Scan for parent folders of open files. + + + Scan for subfolders of the currently opened folder. + + + Scan for both subfolders of the current opened folder and parent folders of open files. + + + Stash any changes before pulling and restore them after successful pull. + + + When set to true, commits will automatically be fetched from the default remote of the current Git repository. Setting to `all` will fetch from all remotes. + + + Duration in seconds between each automatic git fetch, when `#git.autofetch#` is enabled. + + + Whether auto refreshing is enabled. + + + Controls the sort order for branches. + + + A regular expression to validate new branch names. + + + The character to replace whitespace in new branch names. + + + Controls what type of git refs are listed when running `Checkout to...`. + + + Local branches + + + Remote branches + + + Tags + + + Always confirm the creation of empty commits for the 'Git: Commit Empty' command. + + + Controls whether to ask for confirmation before force-pushing. + + + Controls whether to ask for confirmation before committing without verification. + + + Confirm before synchronizing git repositories. + + + Controls the Git count badge. + + + Count all changes. + + + Turn off counter. + + + Count only tracked changes. + + + Controls whether Git contributes colors and badges to the Explorer and the Open Editors view. + + + The default location to clone a git repository. + + + Controls whether to automatically detect git submodules. + + + Controls the limit of git submodules detected. + + + Controls what changes are discarded by the `Discard all changes` command. `all` discards all changes. `tracked` discards only tracked files. `prompt` shows a prompt dialog every time the action is run. + + + Enables commit signing with GPG or X.509. + + + Commit all changes when there are no staged changes. + + + Controls whether the Git Sync command appears in the status bar. + + + Whether git is enabled. + + + When enabled, fetch all branches when pulling. Otherwise, fetch just the current one. + + + Follow push all tags when running the sync command. + + + Ignores the legacy Git warning. + + + Ignores the warning when there are too many changes in a repository. + + + Ignores the warning when Git is missing. + + + Ignores the warning when it looks like the branch might have been rebased when pulling. + + + Ignore modifications to submodules in the file tree. + + + Ignores the warning when Git 2.25 - 2.26 is installed on Windows. + + + List of git repositories to ignore. + + + Controls when to show commit message input validation. + + + Controls the commit message length threshold for showing a warning. + + + Controls the commit message subject length threshold for showing a warning. Unset it to inherit the value of `config.inputValidationLength`. + + + Controls whether to open a repository automatically after cloning. + + + Always open in current window. + + + Always open in a new window. + + + Always prompt for action. + + + Only open in current window when no folder is opened. + + + Controls whether the diff editor should be opened when clicking a change. Otherwise the regular editor will be opened. + + + Path and filename of the git executable, e.g. `C:\Program Files\Git\bin\git.exe` (Windows). This can also be an array of string values containing multiple paths to look up. + + + Runs a git command after a successful commit. + + + Don't run any command after a commit. + + + Run 'Git Push' after a successful commit. + + + Run 'Git Sync' after a successful commit. + + + Controls whether Git should check for unsaved files before committing. + + + Check for any unsaved files. + + + Disable this check. + + + Check only for unsaved staged files. + + + Controls whether Git should check for unsaved files before stashing changes. + + + Check for any unsaved files. + + + Disable this check. + + + Check only for unsaved staged files. + + + Prune when fetching. + + + Fetch all tags when pulling. + + + Force git to use rebase when running the sync command. + + + Controls whether to require explicit Git user configuration or allow Git to guess if missing. + + + List of paths to search for git repositories in. + + + Controls whether to show the commit input in the Git source control panel. + + + Controls whether to show an inline Open File action in the Git changes view. + + + Controls whether git actions should show progress. + + + Controls whether to show a notification when a push is successful. + + + Control which changes are automatically staged by Smart Commit. + + + Automatically stage all changes. + + + Automatically stage tracked changes only. + + + Suggests to enable smart commit (commit all changes when there are no staged changes). + + + Controls whether a notification comes up when running the Sync action, which allows the user to cancel the operation. + + + Controls whether to enable Azure Data Studio to be the authentication handler for git processes spawned in the integrated terminal. Note: terminals need to be restarted to pick up a change in this setting. + + + Controls which date to use for items in the Timeline view. + + + Use the authored date + + + Use the committed date + + + Controls whether to show the commit author in the Timeline view. + + + Controls how untracked changes behave. + + + Untracked changes are hidden and excluded from several actions. + + + All changes, tracked and untracked, appear together and behave equally. + + + Untracked changes appear separately in the Source Control view. They are also excluded from several actions. + + + Controls whether to use the message from the commit input box as the default stash message. + + + Controls whether force pushing uses the safer force-with-lease variant. + + + Git SCM Integration + + + Git + + + Branch + + + Changes + + + Commit + + + Amend + + + Sign Off + + + Git + + + Pull, Push + + + Remote + + + Stash + + + Tags + + + You can clone a repository locally. +[Clone Repository](command:git.clone 'Clone a repository once the git extension has activated') + + + To learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm). + + + If you would like to use git features, please enable git in your [settings](command:workbench.action.openSettings?%5B%22git.enabled%22%5D). +To learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm). + + + In order to use git features, you can open a folder containing a git repository or clone from a URL. +[Open Folder](command:vscode.openFolder) +[Clone Repository](command:git.clone) +To learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm). + + + The workspace currently open doesn't have any folders containing git repositories. +[Add Folder to Workspace](command:workbench.action.addRootFolder) +To learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm). + + + The folder currently open doesn't have a git repository. You can initialize a repository which will enable source control features powered by git. +[Initialize Repository](command:git.init?%5Btrue%5D) +To learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm). + + + A valid git installation was not detected, more details can be found in the [git output](command:git.showOutput). +Please [install git](https://git-scm.com/), or learn more about how to use git and source control in Azure Data Studio in [our docs](https://aka.ms/vscode-scm). +If you're using a different version control system, you can [search the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) for additional extensions. + + + The workspace currently open doesn't have any folders containing git repositories. You can initialize a repository on a folder which will enable source control features powered by git. +[Initialize Repository](command:git.init) +To learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm). + + + \ No newline at end of file