diff --git a/.github/workflows/PullRequest.yml b/.github/workflows/PullRequest.yml
index e2ac0890..055ba8ee 100644
--- a/.github/workflows/PullRequest.yml
+++ b/.github/workflows/PullRequest.yml
@@ -12,6 +12,7 @@ on:
branches:
- main
- 'release/stable'
+ - 'features/PowerPagesAgent'
workflow_dispatch:
jobs:
diff --git a/.release-it.yaml b/.release-it.yaml
index 3e3614da..40405728 100644
--- a/.release-it.yaml
+++ b/.release-it.yaml
@@ -7,7 +7,7 @@ hooks:
git:
addUntrackedFiles: false
commit: false
- push: false # ADO build pushes the tag when build is complete, and fails if it's already there
+ push: true
# need to specify pushRepo, since AzDO insists on disconnected refs, breaking upstream
requireUpstream: false
pushArgs: [ '--tags' ]
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 325fdf9f..886d705e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,11 @@
# Change Log - Power Platform Extension
+## 2.0.49
+Web extension updates
+- Copresence support - Find out who's working on a site (Power Pages Studio and Power Pages VS Code for the Web) at the same time as you with copresence
+
## 2.0.41
- - pac CLI 1.31.6, (February 2024 refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
+- pac CLI 1.31.6, (February 2024 refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/))
- Web Extension updates:
- Copilot available in United Kingdom, Europe and Australia regions
- Copilot prompt response improved accuracy for Forms scenario
diff --git a/l10n/bundle.l10n.cs.json b/l10n/bundle.l10n.cs.json
index 62e3ca4b..bf3e1c18 100644
--- a/l10n/bundle.l10n.cs.json
+++ b/l10n/bundle.l10n.cs.json
@@ -3,6 +3,7 @@
"A page template with the same name already exists. Please enter a different name.": "Šablona stránky se stejným názvem už existuje. Zadejte jiný název.",
"A webpage with the same name already exists. Please enter a different name.": "Webová stránka se stejným názvem už existuje. Zadejte jiný název.",
"A webtemplate with the same name already exists. Please enter a different name.": "Šablona webu se stejným názvem už existuje. Zadejte jiný název.",
+ "AI-generated content can contain mistakes": "Obsah vygenerovaný umělou inteligencí může obsahovat chyby.",
"Active auth profile is not found or has expired. To create a new auth profile, enter the environment URL.": "Aktivní ověřovací profil nebyl nalezen nebo vypršela jeho platnost. Pokud chcete vytvořit nový ověřovací profil, zadejte adresu URL prostředí.",
"Add content snippet name (name should be unique)": "Přidejte název fragmentu obsahu (název by měl být jedinečný).",
"Are you sure you want to clear all the Auth Profiles?": "Určitě chcete vymazat všechny ověřovací profily?",
@@ -20,6 +21,7 @@
"Cloud Instance: {0}/The {0} represents profile's Azure Cloud Instances": "Cloudová instance: {0}",
"Confirm": "Potvrdit",
"Copied to clipboard!": "Zkopírováno do schránky",
+ "Copy to clipboard": "Kopírovat do schránky",
"Creating {0}.../{0} will be replaced by the entity type.": "Vytváří se {0}...",
"Default Environment: {0}/The {0} represents profile's resource/environment URL": "Výchozí prostředí: {0}",
"Display Name: {0}\nUnique Name: {1}\nVersion: {2}\nType: {3}/This is a multi-line tooltipThe {0} represents Solution's Friendly / Display nameThe {1} represents Solution's unique nameThe {2} represents Solution's Version numberThe {3} represents Solution's Type (Managed or Unmanaged), but that test is localized separately.": "Zobrazované jméno: {0}\nJedinečné jméno: {1}\nVerze: {2}\nTyp: {3}",
@@ -29,17 +31,26 @@
"Enter name": "Zadejte název.",
"Enter the environment URL": "Zadejte ID prostředí.",
"Enter the name of the web template": "Zadejte název šablony webu.",
+ "Explain the following code snippet:": "Vysvětlit následující fragment kódu:",
"Failed to create: {0}./{0} will be replaced by the error message.": "Nepodařilo se vytvořit: {0}",
"Failed to disable PAC telemetry.": "Telemetrii PAC se nepodařilo zakázat.",
"Failed to enable PAC telemetry.": "Telemetrii PAC se nepodařilo povolit.",
"Failed to fetch some files.": "Nepodařilo se načíst některé soubory.",
"Failed to get file ready for edit: {0}": "Soubor se nepodařilo připravit k úpravám: {0}",
+ "Feature is not enabled for this geo.": "Funkce není v této geografické oblasti povolena.",
"Fetching your file ...": "Načítá se soubor...",
"File might be referenced by name {0} here./{0} represents the name of the file": "Na soubor zde může být odkazováno názvem {0}.",
"File(s) already exist. No new files to add": "Soubory už existují. Nemáte žádné nové soubory k přidání.",
+ "GETTING STARTED": "ZAČÍNÁME",
+ "Here are a few suggestions to get you started": "Zde je několik návrhů, které vám pomohou začít",
+ "Hi": "Dobrý den!",
+ "Hi! Instantly generate code for Power Pages sites by typing in what you need. To start using Copilot, log in to your Microsoft account.": "Dobrý den! Když napíšete, co potřebujete, okamžitě se vygeneruje kód pro weby Power Pages. Chcete-li začít používat Copilota, přihlaste se ke svému účtu Microsoft.",
+ "Hi! Your Microsoft account doesn’t currently support Copilot. Contact your admin for details.": "Dobrý den! Váš účet Microsoft aktuálně nepodporuje Copilota. Podrobnosti vám sdělí správce.",
+ "Insert code into editor": "Vložit kód do editoru",
"Installing Power Pages generator(v{0}).../{0} represents the version number": "Instaluje se generátor Power Pages (verze {0})...",
"Learn more about Copilot": "Další informace o Copilotovi",
"Let Copilot help you code": "Copilot vám pomůže s kódem",
+ "Login": "Přihlášení",
"Managed": "Spravováno",
"Maximum 30 characters allowed": "Je povoleno maximálně 30 znaků.",
"Microsoft wants your feeback": "Microsoft chce znát váš názor",
@@ -55,10 +66,11 @@
"No webpages found": "Nebyly nalezeny žádné webové stránky.",
"No workspace folder found": "Nebyla nalezena žádná složka pracovního prostoru.",
"One or more attribute names have been changed or removed. Contact your admin.": "Některé názvy atributů byly změněny nebo odebrány. Obraťte se na správce.",
- "Open in Power Pages": "Otevřít v aplikaci Power Pages",
+ "Open in Power Pages studio": "Otevřít ve studiu Power Pages",
"Opening preview site...": "Otevírá se náhled webu...",
"PAC Telemetry disabled": "Telemetrie PAC je zakázána.",
"PAC Telemetry enabled": "Telemetrie PAC je povolena.",
+ "PREVIEW": "PREVIEW",
"Page Template name cannot be empty.": "Název šablony stránky nemůže být prázdný.",
"Please enter a name for the content snippet.": "Zadejte název fragmentu obsahu.",
"Please enter a name for the page template.": "Zadejte název šablony stránky.",
@@ -73,12 +85,16 @@
"Select Folder for new PCF Control/Do not translate 'PCF' as it is a product name.": "Vyberte složku pro nový ovládací prvek PCF.",
"Select Type": "Vybrat typ",
"Selection is empty.": "Výběr je prázdný.",
+ "Selection is too large. Try making a shorter selection.": "Výběr je příliš velký. Zkuste vybrat méně položek.",
"The Power Pages generator is ready for use in your VS Code extension!": "Generátor Power Pages je připraven k použití v rozšíření editoru VS Code.",
"The name you want to give to this authentication profile": "Název, který chcete dát tomuto ověřovacímu profilu",
"The pac CLI is ready for use in your VS Code terminal!": "Tento pac CLI je připraven k použití v terminálu editoru VS Code.",
"There was a permissions problem with the server": "Na serveru došlo k problému s oprávněními.",
"There was a problem opening the workspace": "Při otevírání pracovního prostoru se vyskytl problém.",
"There’s a problem on the back end": "U back-endu se vyskytl problém.",
+ "Thumbs Down": "Palec dolů",
+ "Thumbs Up": "Palec nahoru",
+ "To know more, see Copilot in Power Pages documentation.": "Další informace najdete v dokumentaci Copilota v Power Pages.",
"Try Copilot for Power Pages": "Vyzkoušejte Copilota pro Power Pages",
"Try again": "Zkusit znovu",
"Unable to complete the request": "Žádost nelze dokončit.",
@@ -89,6 +105,10 @@
"Web files": "Webové soubory",
"Webfile(s) added successfully": "Webové soubory byly úspěšně přidány.",
"Whether it’s HTML, CSS, JS, or Liquid code, just describe what you need and let AI build it for you.": "Stačí popsat, co potřebujete, a umělá inteligence za vás vytvoří kód v jazyce HTML, CSS, JS nebo Liquid.",
+ "Working on it...": "Pracuje se na tom...",
+ "Write JavaScript code for form field validation to check phone field value is in the valid format.": "Napsat kód JavaScriptu pro ověření pole formuláře kvůli kontrole, jestli má hodnota pole telefonu platný formát",
+ "Write JavaScript code to highlight the row where email field is empty in table list.": "Napsat kód JavaScriptu pro zvýraznění řádku, ve kterém je pole e-mailu v seznamu tabulek prázdné",
+ "Write web API code to query active contact records.": "Napsat kód webového rozhraní API pro dotazování aktivních záznamů kontaktů",
"You are editing a live, public site ": "Upravujete živý veřejný web ",
"dotnet sdk 6.0 or greater must be installed/Do not translate 'dotnet' or 'sdk'": "Musí být nainstalována sada dotnet sdk 6.0 nebo vyšší.",
"{0} created!/{0} will be replaced by the entity type.": "{0} bylo vytvořeno."
diff --git a/l10n/bundle.l10n.de.json b/l10n/bundle.l10n.de.json
index 4b689419..1d113045 100644
--- a/l10n/bundle.l10n.de.json
+++ b/l10n/bundle.l10n.de.json
@@ -3,6 +3,7 @@
"A page template with the same name already exists. Please enter a different name.": "Eine Seitenvorlage mit demselben Namen ist bereits vorhanden. Geben Sie einen anderen Namen ein.",
"A webpage with the same name already exists. Please enter a different name.": "Eine Webseite mit demselben Namen ist bereits vorhanden. Geben Sie einen anderen Namen ein.",
"A webtemplate with the same name already exists. Please enter a different name.": "Eine Webvorlage mit demselben Namen ist bereits vorhanden. Geben Sie einen anderen Namen ein.",
+ "AI-generated content can contain mistakes": "KI-generierte Inhalte können Fehler enthalten",
"Active auth profile is not found or has expired. To create a new auth profile, enter the environment URL.": "Aktives Authentifizierungsprofil wurde nicht gefunden oder ist abgelaufen. Geben Sie die Umgebungs-URL ein, um ein neues Authentifizierungsprofil zu erstellen.",
"Add content snippet name (name should be unique)": "Inhaltsausschnittnamen hinzufügen (Name muss eindeutig sein)",
"Are you sure you want to clear all the Auth Profiles?": "Möchten Sie wirklich alle Authentifizierungsprofile löschen?",
@@ -20,6 +21,7 @@
"Cloud Instance: {0}/The {0} represents profile's Azure Cloud Instances": "Clound-Instanz: {0}",
"Confirm": "Bestätigen",
"Copied to clipboard!": "In Zwischenablage kopiert",
+ "Copy to clipboard": "In die Zwischenablage kopieren",
"Creating {0}.../{0} will be replaced by the entity type.": "\"{0}\" wird erstellt...",
"Default Environment: {0}/The {0} represents profile's resource/environment URL": "Standardumgebung: {0}",
"Display Name: {0}\nUnique Name: {1}\nVersion: {2}\nType: {3}/This is a multi-line tooltipThe {0} represents Solution's Friendly / Display nameThe {1} represents Solution's unique nameThe {2} represents Solution's Version numberThe {3} represents Solution's Type (Managed or Unmanaged), but that test is localized separately.": "Anzeigename: {0}\nEindeutiger Name: {1}\nVersion: {2}\nTyp: {3}",
@@ -29,17 +31,26 @@
"Enter name": "Name eingeben",
"Enter the environment URL": "Geben Sie die Umgebungs-URL ein",
"Enter the name of the web template": "Namen der Webvorlage eingeben",
+ "Explain the following code snippet:": "Erläutern Sie den folgenden Codeausschnitt:",
"Failed to create: {0}./{0} will be replaced by the error message.": "{0} konnte nicht erstellt werden.",
"Failed to disable PAC telemetry.": "PAC-Telemetrie konnte nicht deaktiviert werden.",
"Failed to enable PAC telemetry.": "PAC-Telemetrie konnte nicht aktiviert werden.",
"Failed to fetch some files.": "Fehler beim Abrufen einiger Dateien",
"Failed to get file ready for edit: {0}": "Fehler beim Vorbereiten der Datei für die Bearbeitung: {0}",
+ "Feature is not enabled for this geo.": "Die Funktion ist für diesen geografischen Raum nicht aktiviert.",
"Fetching your file ...": "Datei wird abgerufen ...",
"File might be referenced by name {0} here./{0} represents the name of the file": "Möglicherweise wird hier auf die Datei durch den Namen {0} verwiesen.",
"File(s) already exist. No new files to add": "Dateien sind bereits vorhanden. Es gibt keine neuen Dateien zum Hinzufügen.",
+ "GETTING STARTED": "ERSTE SCHRITTE",
+ "Here are a few suggestions to get you started": "Hier einige Vorschläge für den Einstieg",
+ "Hi": "Hallo",
+ "Hi! Instantly generate code for Power Pages sites by typing in what you need. To start using Copilot, log in to your Microsoft account.": "Hallo, generieren Sie Code für Power Pages-Websites, indem Sie die benötigten Informationen eingeben. Melden Sie sich bei Ihrem Microsoft-Konto an, um Copilot zu verwenden.",
+ "Hi! Your Microsoft account doesn’t currently support Copilot. Contact your admin for details.": "Hallo, Ihr Microsoft-Konto unterstützt Copilot derzeit nicht. Weitere Informationen erhalten Sie von Ihrem Administrator.",
+ "Insert code into editor": "Code in Editor einfügen",
"Installing Power Pages generator(v{0}).../{0} represents the version number": "Power Pages Generator(v{0}) wird installiert ...",
"Learn more about Copilot": "Weitere Informationen zu Copilot",
"Let Copilot help you code": "Von Copilot beim Codieren helfen lassen",
+ "Login": "Anmeldung",
"Managed": "Verwaltet",
"Maximum 30 characters allowed": "Maximal 30 Zeichen zulässig",
"Microsoft wants your feeback": "Microsoft wünscht sich Ihr Feedback",
@@ -55,10 +66,11 @@
"No webpages found": "Keine Webseiten gefunden",
"No workspace folder found": "Kein Arbeitsbereichsordner gefunden",
"One or more attribute names have been changed or removed. Contact your admin.": "Mindestens ein Attributname wurde geändert oder entfernt. Wenden Sie sich an den Administrator.",
- "Open in Power Pages": "In Power Pages öffnen",
+ "Open in Power Pages studio": "Im Power Pages-Studio öffnen",
"Opening preview site...": "Vorschau der Site wird geöffnet...",
"PAC Telemetry disabled": "PAC-Telemetrie deaktiviert",
"PAC Telemetry enabled": "PAC-Telemetrie aktiviert",
+ "PREVIEW": "VORSCHAUVERSION",
"Page Template name cannot be empty.": "Seitenvorlagenname darf nicht leer sein.",
"Please enter a name for the content snippet.": "Geben Sie einen Namen für den Inhaltsausschnitt ein.",
"Please enter a name for the page template.": "Geben Sie einen Namen für die Seitenvorlage ein.",
@@ -73,12 +85,16 @@
"Select Folder for new PCF Control/Do not translate 'PCF' as it is a product name.": "Ordner für neues PCF-Steuerelement auswählen",
"Select Type": "Typ auswählen",
"Selection is empty.": "Auswahl ist leer.",
+ "Selection is too large. Try making a shorter selection.": "Die Auswahl ist zu groß. Versuchen Sie, eine kürzere Auswahl zu treffen.",
"The Power Pages generator is ready for use in your VS Code extension!": "Der Power Pages-Generator ist in Ihrer VS Code-Erweiterung zur Verwendung bereit!",
"The name you want to give to this authentication profile": "Der Name, den Sie diesem Authentifizierungsprofil geben möchten",
"The pac CLI is ready for use in your VS Code terminal!": "Die pac CLI ist in Ihrem VS-Code-Terminal zur Verwendung bereit!",
"There was a permissions problem with the server": "Problem mit dem Berechtigungen für den Server",
"There was a problem opening the workspace": "Problem beim Öffnen des Arbeitsbereichs",
"There’s a problem on the back end": "Problem mit dem Backend",
+ "Thumbs Down": "Daumen runter",
+ "Thumbs Up": "Daumen hoch",
+ "To know more, see Copilot in Power Pages documentation.": "Weitere Informationen finden Sie in der Copilot in Power Pages-Dokumentation.",
"Try Copilot for Power Pages": "Copilot für Power Pages testen",
"Try again": "Wiederholen",
"Unable to complete the request": "Die Anforderung kann nicht fertig gestellt werden",
@@ -89,6 +105,10 @@
"Web files": "Webdateien",
"Webfile(s) added successfully": "Webdateien wurden erfolgreich hinzugefügt.",
"Whether it’s HTML, CSS, JS, or Liquid code, just describe what you need and let AI build it for you.": "Ob es sich um HTML-, CSS-, JS- oder Liquid-Code handelt, beschreiben Sie einfach, was Sie benötigen, und lassen Sie es von KI für Sie erstellen.",
+ "Working on it...": "Wir arbeiten daran ...",
+ "Write JavaScript code for form field validation to check phone field value is in the valid format.": "Schreiben Sie JavaScript-Code für die Formularfeldüberprüfung, um zu ermitteln, ob der Wert des Telefonfelds im gültigen Format liegt.",
+ "Write JavaScript code to highlight the row where email field is empty in table list.": "Schreiben Sie JavaScript-Code, um die Zeile hervorzuheben, in der das E-Mail-Feld in der Tabellenliste leer ist.",
+ "Write web API code to query active contact records.": "Schreiben Sie Web-API-Code, um aktive Kontaktdatensätze zu abfragen.",
"You are editing a live, public site ": "Sie bearbeiten eine öffentliche Live-Website ",
"dotnet sdk 6.0 or greater must be installed/Do not translate 'dotnet' or 'sdk'": "DotNet SDK 6.0 oder höher muss installiert werden.",
"{0} created!/{0} will be replaced by the entity type.": "{0} erstellt!"
diff --git a/l10n/bundle.l10n.es.json b/l10n/bundle.l10n.es.json
index 9088b630..87b0a0bb 100644
--- a/l10n/bundle.l10n.es.json
+++ b/l10n/bundle.l10n.es.json
@@ -3,6 +3,7 @@
"A page template with the same name already exists. Please enter a different name.": "Ya existe una plantilla de página con el mismo nombre. Especifique otro nombre.",
"A webpage with the same name already exists. Please enter a different name.": "Ya existe una página web con el mismo nombre. Especifique otro nombre.",
"A webtemplate with the same name already exists. Please enter a different name.": "Ya existe una plantilla web con el mismo nombre. Especifique otro nombre.",
+ "AI-generated content can contain mistakes": "El contenido generado por IA puede contener errores",
"Active auth profile is not found or has expired. To create a new auth profile, enter the environment URL.": "El perfil de autenticación activo no se encuentra o ha expirado. Para crear un nuevo perfil de autenticación, introduzca la dirección URL del entorno.",
"Add content snippet name (name should be unique)": "Agregar el nombre del fragmento de contenido (el nombre debe ser único)",
"Are you sure you want to clear all the Auth Profiles?": "¿Seguro que desea borrar todos los perfiles de autenticación?",
@@ -20,6 +21,7 @@
"Cloud Instance: {0}/The {0} represents profile's Azure Cloud Instances": "Instancia en la nube: {0}",
"Confirm": "Confirmar",
"Copied to clipboard!": "Copiado al portapapeles.",
+ "Copy to clipboard": "Copiar al Portapapeles",
"Creating {0}.../{0} will be replaced by the entity type.": "Creando {0}...",
"Default Environment: {0}/The {0} represents profile's resource/environment URL": "Entorno predeterminado: {0}",
"Display Name: {0}\nUnique Name: {1}\nVersion: {2}\nType: {3}/This is a multi-line tooltipThe {0} represents Solution's Friendly / Display nameThe {1} represents Solution's unique nameThe {2} represents Solution's Version numberThe {3} represents Solution's Type (Managed or Unmanaged), but that test is localized separately.": "Nombre para mostrar: {0}\nNombre único: {1}\nVersión: {2}\nTipo: {3}",
@@ -29,17 +31,26 @@
"Enter name": "Escribir nombre",
"Enter the environment URL": "Escribir la URL del entorno",
"Enter the name of the web template": "Escriba el nombre de la plantilla web",
+ "Explain the following code snippet:": "Explique el siguiente fragmento de código:",
"Failed to create: {0}./{0} will be replaced by the error message.": "No se pudo crear: {0}.",
"Failed to disable PAC telemetry.": "No se pudo deshabilitar la telemetría de PAC.",
"Failed to enable PAC telemetry.": "No se pudo habilitar la telemetría de PAC.",
"Failed to fetch some files.": "No se pudieron capturar algunos archivos.",
"Failed to get file ready for edit: {0}": "No se pudo preparar el archivo para su edición: {0}",
+ "Feature is not enabled for this geo.": "La característica no está habilitada para esta geoárea.",
"Fetching your file ...": "Capturando su archivo...",
"File might be referenced by name {0} here./{0} represents the name of the file": "Se puede hacer referencia al archivo por su nombre {0} aquí.",
"File(s) already exist. No new files to add": "Los archivos ya existen. No hay archivos nuevos que agregar",
+ "GETTING STARTED": "INTRODUCCIÓN",
+ "Here are a few suggestions to get you started": "Aquí le presentamos algunas sugerencias para empezar",
+ "Hi": "Hola",
+ "Hi! Instantly generate code for Power Pages sites by typing in what you need. To start using Copilot, log in to your Microsoft account.": "¡Hola! Genere al instante código para sitios de Power Pages escribiendo lo que necesita. Para empezar a usar Copilot, inicie sesión en su cuenta Microsoft.",
+ "Hi! Your Microsoft account doesn’t currently support Copilot. Contact your admin for details.": "¡Hola! Su cuenta Microsoft no admite actualmente Copilot. Póngase en contacto con su administrador para obtener más información.",
+ "Insert code into editor": "Insertar código en el editor",
"Installing Power Pages generator(v{0}).../{0} represents the version number": "Instalando el generador de Power Pages (v{0})...",
"Learn more about Copilot": "Más información sobre Copilot",
"Let Copilot help you code": "Deje que Copilot le ayude a programar",
+ "Login": "Inicio de sesión",
"Managed": "Administrado",
"Maximum 30 characters allowed": "Se permite un máximo de 30 caracteres",
"Microsoft wants your feeback": "Microsoft quiere conocer sus comentarios",
@@ -55,10 +66,11 @@
"No webpages found": "No se ha encontrado ninguna página web",
"No workspace folder found": "No se ha encontrado ninguna carpeta del área de trabajo",
"One or more attribute names have been changed or removed. Contact your admin.": "Se han cambiado o quitado uno o más nombres de atributo. Póngase en contacto con su administrador.",
- "Open in Power Pages": "Abrir en Power Pages",
+ "Open in Power Pages studio": "Abrir en el estudio de Power Pages",
"Opening preview site...": "Abriendo sitio de versión preliminar...",
"PAC Telemetry disabled": "Telemetría de PAC deshabilitada",
"PAC Telemetry enabled": "Telemetría de PAC habilitada",
+ "PREVIEW": "VERSIÓN PRELIMINAR",
"Page Template name cannot be empty.": "El nombre de la plantilla de página no puede estar vacío.",
"Please enter a name for the content snippet.": "Escriba un nombre para el fragmento de contenido.",
"Please enter a name for the page template.": "Escriba un nombre para la plantilla de página.",
@@ -73,12 +85,16 @@
"Select Folder for new PCF Control/Do not translate 'PCF' as it is a product name.": "Seleccione Carpeta para el nuevo control PCF",
"Select Type": "Seleccionar tipo",
"Selection is empty.": "La selección está vacía.",
+ "Selection is too large. Try making a shorter selection.": "La selección es demasiado grande. Intente acortar la selección.",
"The Power Pages generator is ready for use in your VS Code extension!": "¡El generador de Power Pages ya se puede usar en su extensión de VS Code!",
"The name you want to give to this authentication profile": "Nombre que desea asignar a este perfil de autenticación",
"The pac CLI is ready for use in your VS Code terminal!": "¡pac CLI ya se puede usar en su terminal de VS Code!",
"There was a permissions problem with the server": "Se produjo un problema de permisos con el servidor",
"There was a problem opening the workspace": "Hubo un problema al abrir el área de trabajo",
"There’s a problem on the back end": "Hay un problema en el back-end",
+ "Thumbs Down": "Pulgar hacia abajo",
+ "Thumbs Up": "Pulgar hacia arriba",
+ "To know more, see Copilot in Power Pages documentation.": "Para obtener más información, consulte la documentación de Copilot en Power Pages.",
"Try Copilot for Power Pages": "Pruebe Copilot para Power Pages",
"Try again": "Volver a intentarlo",
"Unable to complete the request": "No se puede completar la solicitud",
@@ -89,6 +105,10 @@
"Web files": "Archivos web",
"Webfile(s) added successfully": "Sitios web agregados correctamente",
"Whether it’s HTML, CSS, JS, or Liquid code, just describe what you need and let AI build it for you.": "Ya se trate de código HTML, CSS, JS o Liquid, describa lo que necesita y deje que la IA lo cree por usted.",
+ "Working on it...": "En proceso...",
+ "Write JavaScript code for form field validation to check phone field value is in the valid format.": "Escriba código JavaScript para validar el campo del formulario de forma que se compruebe que el valor del campo de teléfono tiene el formato válido.",
+ "Write JavaScript code to highlight the row where email field is empty in table list.": "Escriba código JavaScript para resaltar la fila en la que el campo de correo electrónico está vacío en la lista de tablas.",
+ "Write web API code to query active contact records.": "Escriba código de API web para consultar los registros de contactos activos.",
"You are editing a live, public site ": "Está editando un sitio público activo ",
"dotnet sdk 6.0 or greater must be installed/Do not translate 'dotnet' or 'sdk'": "debe estar instalado dotnet sdk 6.0 o una versión posterior",
"{0} created!/{0} will be replaced by the entity type.": "Se ha creado {0}."
diff --git a/l10n/bundle.l10n.fr.json b/l10n/bundle.l10n.fr.json
index ee2ec6fb..97c91a91 100644
--- a/l10n/bundle.l10n.fr.json
+++ b/l10n/bundle.l10n.fr.json
@@ -3,6 +3,7 @@
"A page template with the same name already exists. Please enter a different name.": "Un modèle de page portant le même nom existe déjà. Veuillez entrer un nom différent.",
"A webpage with the same name already exists. Please enter a different name.": "Une page web portant le même nom existe déjà. Veuillez entrer un nom différent.",
"A webtemplate with the same name already exists. Please enter a different name.": "Un modèle web portant le même nom existe déjà. Veuillez entrer un nom différent.",
+ "AI-generated content can contain mistakes": "Le contenu généré par l’IA peut contenir des erreurs",
"Active auth profile is not found or has expired. To create a new auth profile, enter the environment URL.": "Le profil d’authentification actif est introuvable ou a expiré. Pour créer un profil d’authentification, entrez l’URL de l’environnement.",
"Add content snippet name (name should be unique)": "Ajouter le nom de l’extrait de contenu (le nom doit être unique)",
"Are you sure you want to clear all the Auth Profiles?": "Voulez-vous vraiment effacer tous les profils d’authentification ?",
@@ -20,6 +21,7 @@
"Cloud Instance: {0}/The {0} represents profile's Azure Cloud Instances": "Instance de cloud : {0}",
"Confirm": "Confirmer",
"Copied to clipboard!": "Copié dans le Presse-papiers !",
+ "Copy to clipboard": "Copier dans le presse-papiers",
"Creating {0}.../{0} will be replaced by the entity type.": "Création de {0}...",
"Default Environment: {0}/The {0} represents profile's resource/environment URL": "Environnement par défaut : {0}",
"Display Name: {0}\nUnique Name: {1}\nVersion: {2}\nType: {3}/This is a multi-line tooltipThe {0} represents Solution's Friendly / Display nameThe {1} represents Solution's unique nameThe {2} represents Solution's Version numberThe {3} represents Solution's Type (Managed or Unmanaged), but that test is localized separately.": "Nom complet : {0}\nName unique : {1}\nVersion : {2}\nType : {3}",
@@ -29,17 +31,26 @@
"Enter name": "Entrer un nom",
"Enter the environment URL": "Entrer l’URL de l’environnement",
"Enter the name of the web template": "Entrer le nom du modèle web",
+ "Explain the following code snippet:": "Expliquez l’extrait de code suivant :",
"Failed to create: {0}./{0} will be replaced by the error message.": "Échec de la création de : {0}.",
"Failed to disable PAC telemetry.": "Impossible de désactiver la télémétrie PAC.",
"Failed to enable PAC telemetry.": "Impossible d’activer la télémétrie PAC.",
"Failed to fetch some files.": "Échec de récupération de certains fichiers.",
"Failed to get file ready for edit: {0}": "Impossible de préparer le fichier pour la modification : {0}",
+ "Feature is not enabled for this geo.": "La fonctionnalité n’est pas activée pour cette zone géographique.",
"Fetching your file ...": "Récupération de votre fichier en cours...",
"File might be referenced by name {0} here./{0} represents the name of the file": "Il se peut que le fichier soit référencé sous le nom {0} ici.",
"File(s) already exist. No new files to add": "Le ou les fichiers existent déjà. Aucun nouveau fichier à ajouter",
+ "GETTING STARTED": "DÉMARRAGE",
+ "Here are a few suggestions to get you started": "Voici quelques suggestions pour vous aider à vous lancer",
+ "Hi": "Bonjour",
+ "Hi! Instantly generate code for Power Pages sites by typing in what you need. To start using Copilot, log in to your Microsoft account.": "Salut ! Générez instantanément le code des sites Power Pages en tapant ce dont vous avez besoin. Pour commencer à utiliser Copilot, connectez-vous à votre compte Microsoft.",
+ "Hi! Your Microsoft account doesn’t currently support Copilot. Contact your admin for details.": "Salut ! Actuellement, votre compte Microsoft ne prend pas en charge Copilot. Pour plus de détails, contactez votre administrateur.",
+ "Insert code into editor": "Insérer un code dans l’éditeur",
"Installing Power Pages generator(v{0}).../{0} represents the version number": "Installation du générateur Power Pages (v{0})...",
"Learn more about Copilot": "En savoir plus sur Copilot",
"Let Copilot help you code": "Laissez Copilot vous aider à coder",
+ "Login": "Connexion",
"Managed": "Géré",
"Maximum 30 characters allowed": "30 caractères maximum autorisés",
"Microsoft wants your feeback": "Microsoft souhaite recevoir vos commentaires",
@@ -55,10 +66,11 @@
"No webpages found": "Aucune page web trouvée",
"No workspace folder found": "Aucun dossier d’espace de travail trouvé",
"One or more attribute names have been changed or removed. Contact your admin.": "Un ou plusieurs noms d’attribut ont été modifiés ou supprimés. Contactez votre administrateur.",
- "Open in Power Pages": "Ouvrir dans Power Pages",
+ "Open in Power Pages studio": "Ouvrir dans le studio Power Pages",
"Opening preview site...": "Ouverture de l’aperçu du site en cours…",
"PAC Telemetry disabled": "Télémétrie PAC désactivée",
"PAC Telemetry enabled": "Télémétrie PAC activée",
+ "PREVIEW": "VERSION PRÉLIMINAIRE",
"Page Template name cannot be empty.": "Le nom du modèle de page ne peut pas être vide.",
"Please enter a name for the content snippet.": "Saisissez un nom pour l’extrait de code du contenu.",
"Please enter a name for the page template.": "Saisissez un nom pour le modèle de page.",
@@ -73,12 +85,16 @@
"Select Folder for new PCF Control/Do not translate 'PCF' as it is a product name.": "Sélectionner un dossier pour le nouveau contrôle PCF",
"Select Type": "Sélectionner le type",
"Selection is empty.": "La sélection est vide.",
+ "Selection is too large. Try making a shorter selection.": "La sélection est trop grande. Essayez d’effectuer une sélection plus petite.",
"The Power Pages generator is ready for use in your VS Code extension!": "Le générateur Power Pages est prêt à être utilisé dans votre extension VS Code !",
"The name you want to give to this authentication profile": "Nom que vous souhaitez attribuer à ce profil d’authentification",
"The pac CLI is ready for use in your VS Code terminal!": "Le pac CLI est prêt à être utilisé dans votre terminal VS Code !",
"There was a permissions problem with the server": "Problème d’autorisations avec le serveur",
"There was a problem opening the workspace": "Un problème s’est produit lors de l’ouverture de l’espace de travail",
"There’s a problem on the back end": "Problème dans le back end",
+ "Thumbs Down": "Pouce vers le bas",
+ "Thumbs Up": "Pouce vers le haut",
+ "To know more, see Copilot in Power Pages documentation.": "Pour en savoir plus, consultez la documentation Copilot dans Power Pages.",
"Try Copilot for Power Pages": "Essayer Copilot pour Power Pages",
"Try again": "Réessayer",
"Unable to complete the request": "Impossible de traiter la demande",
@@ -89,6 +105,10 @@
"Web files": "Fichiers web",
"Webfile(s) added successfully": "Le ou les fichiers web ont été ajoutés",
"Whether it’s HTML, CSS, JS, or Liquid code, just describe what you need and let AI build it for you.": "Que ce soit du code HTML, CSS, JS ou Liquid, décrivez simplement ce dont vous avez besoin et laissez l’IA le créer pour vous.",
+ "Working on it...": "Traitement en cours…",
+ "Write JavaScript code for form field validation to check phone field value is in the valid format.": "Ecrivez le code JavaScript pour la validation du champ du formulaire pour vérifier que la valeur du champ téléphone a le format valide.",
+ "Write JavaScript code to highlight the row where email field is empty in table list.": "Ecrivez le code JavaScript pour mettre en surbrillance la ligne dans laquelle le champ de courrier électronique est vide dans la liste de tables.",
+ "Write web API code to query active contact records.": "Écrivez un code d’API web pour interroger des enregistrements de contacts actifs.",
"You are editing a live, public site ": "Vous modifiez un site public actif ",
"dotnet sdk 6.0 or greater must be installed/Do not translate 'dotnet' or 'sdk'": "la version du kit de développement logiciel (sdk) dotnet sdk 6.0 ou supérieure doit être installé",
"{0} created!/{0} will be replaced by the entity type.": "{0} créé !"
diff --git a/l10n/bundle.l10n.it.json b/l10n/bundle.l10n.it.json
index b4694d54..4cf78a31 100644
--- a/l10n/bundle.l10n.it.json
+++ b/l10n/bundle.l10n.it.json
@@ -3,6 +3,7 @@
"A page template with the same name already exists. Please enter a different name.": "Esiste già un modello di pagina con lo stesso nome. Immetti un nome diverso.",
"A webpage with the same name already exists. Please enter a different name.": "Esiste già una pagina Web con lo stesso nome. Immetti un nome diverso.",
"A webtemplate with the same name already exists. Please enter a different name.": "Esiste già un webtemplate con lo stesso nome. Immetti un nome diverso.",
+ "AI-generated content can contain mistakes": "Il contenuto generato dall'IA contiene errori",
"Active auth profile is not found or has expired. To create a new auth profile, enter the environment URL.": "Profilo di autenticazione attivo non trovato o scaduto. Per creare un nuovo profilo di autenticazione, immetti l'URL dell'ambiente.",
"Add content snippet name (name should be unique)": "Aggiungi nome frammento di contenuto (il nome deve essere univoco)",
"Are you sure you want to clear all the Auth Profiles?": "Cancellare tutti i profili di autenticazione?",
@@ -20,6 +21,7 @@
"Cloud Instance: {0}/The {0} represents profile's Azure Cloud Instances": "Istanza cloud: {0}",
"Confirm": "Conferma",
"Copied to clipboard!": "Copiato negli Appunti.",
+ "Copy to clipboard": "Copia negli Appunti",
"Creating {0}.../{0} will be replaced by the entity type.": "Creazione di {0} in corso...",
"Default Environment: {0}/The {0} represents profile's resource/environment URL": "Ambiente predefinito: {0}",
"Display Name: {0}\nUnique Name: {1}\nVersion: {2}\nType: {3}/This is a multi-line tooltipThe {0} represents Solution's Friendly / Display nameThe {1} represents Solution's unique nameThe {2} represents Solution's Version numberThe {3} represents Solution's Type (Managed or Unmanaged), but that test is localized separately.": "Nome visualizzato: {0}\nNome univoco: {1}\nVersione: {2}\nTipo: {3}",
@@ -29,17 +31,26 @@
"Enter name": "Immetti nome",
"Enter the environment URL": "Immetti l'URL dell'ambiente",
"Enter the name of the web template": "Immetti il nome del modello Web",
+ "Explain the following code snippet:": "Spiega il frammento di codice seguente:",
"Failed to create: {0}./{0} will be replaced by the error message.": "Impossibile creare: {0}.",
"Failed to disable PAC telemetry.": "Impossibile disabilitare telemetria PAC.",
"Failed to enable PAC telemetry.": "Impossibile abilitare telemetria PAC.",
"Failed to fetch some files.": "Impossibile recuperare alcuni file.",
"Failed to get file ready for edit: {0}": "Impossibile preparare il file per la modifica: {0}",
+ "Feature is not enabled for this geo.": "La funzionalità non è abilitata per questa area geografica.",
"Fetching your file ...": "Recupero del file in corso...",
"File might be referenced by name {0} here./{0} represents the name of the file": "È possibile che qui si faccia riferimento al file con il nome {0}.",
"File(s) already exist. No new files to add": "I file esistono già. Nessun nuovo file da aggiungere",
+ "GETTING STARTED": "ATTIVITÀ INIZIALI",
+ "Here are a few suggestions to get you started": "Ecco alcuni suggerimenti per iniziare",
+ "Hi": "Ciao",
+ "Hi! Instantly generate code for Power Pages sites by typing in what you need. To start using Copilot, log in to your Microsoft account.": "Ciao! Genera immediatamente il codice per i siti di Power Pages digitando ciò che ti serve. Per iniziare a utilizzare Copilot, accedi al tuo account Microsoft.",
+ "Hi! Your Microsoft account doesn’t currently support Copilot. Contact your admin for details.": "Ciao! Il tuo account Microsoft non supporta attualmente Copilot. Per i dettagli, contatta l'amministratore.",
+ "Insert code into editor": "Inserisci codice nell'editor",
"Installing Power Pages generator(v{0}).../{0} represents the version number": "Installazione del generatore di Power Pages in corso(v{0})...",
"Learn more about Copilot": "Scopri di più su Copilot",
"Let Copilot help you code": "Consenti a Copilot di aiutarti con il codice",
+ "Login": "Accesso",
"Managed": "Gestita",
"Maximum 30 characters allowed": "È consentito un massimo di 30 caratteri",
"Microsoft wants your feeback": "Microsoft desidera ricevere il tuo feedback",
@@ -55,10 +66,11 @@
"No webpages found": "Nessuna pagina Web trovata",
"No workspace folder found": "Nessuna cartella dell'area di lavoro trovata",
"One or more attribute names have been changed or removed. Contact your admin.": "Uno o più nomi di attributo sono stati modificati o rimossi. Contatta l'amministratore.",
- "Open in Power Pages": "Apri in Power Pages",
+ "Open in Power Pages studio": "Apri nello studio di Power Pages",
"Opening preview site...": "Apertura sito in anteprima in corso...",
"PAC Telemetry disabled": "Telemetria PAC disabilitata",
"PAC Telemetry enabled": "Telemetria PAC abilitata",
+ "PREVIEW": "ANTEPRIMA",
"Page Template name cannot be empty.": "Il nome del modello di pagina non può essere vuoto.",
"Please enter a name for the content snippet.": "Immetti un nome per il frammento di contenuto.",
"Please enter a name for the page template.": "Immetti un nome per il modello di pagina.",
@@ -73,12 +85,16 @@
"Select Folder for new PCF Control/Do not translate 'PCF' as it is a product name.": "Seleziona cartella per nuovo controllo PCF",
"Select Type": "Seleziona tipo",
"Selection is empty.": "Selezione vuota.",
+ "Selection is too large. Try making a shorter selection.": "La selezione è troppo ampia. Provare a eseguire una selezione più breve.",
"The Power Pages generator is ready for use in your VS Code extension!": "Il generatore Power Pages è pronto per l'utilizzo nell'estensione VS Code.",
"The name you want to give to this authentication profile": "Il nome che vuoi assegnare a questo profilo di autenticazione",
"The pac CLI is ready for use in your VS Code terminal!": "pac CLI è pronto per l'utilizzo nel terminale VS Code.",
"There was a permissions problem with the server": "Si è verificato un problema di autorizzazione con il server",
"There was a problem opening the workspace": "Si è verificato un problema durante l'apertura dell'area di lavoro",
"There’s a problem on the back end": "C'è™un problema nel back-end",
+ "Thumbs Down": "Pollice giù",
+ "Thumbs Up": "Pollice su",
+ "To know more, see Copilot in Power Pages documentation.": "Per altre informazioni, vedi la documentazione di Copilot in Power Pages.",
"Try Copilot for Power Pages": "Prova Copilot per Power Pages",
"Try again": "Riprova",
"Unable to complete the request": "Impossibile completare la richiesta",
@@ -89,6 +105,10 @@
"Web files": "File Web",
"Webfile(s) added successfully": "Aggiunta file Web completata",
"Whether it’s HTML, CSS, JS, or Liquid code, just describe what you need and let AI build it for you.": "Che si tratti di codice HTML, CSS, JS o Liquid, descrivi ciò che ti serve e lascia che se ne occupi l'intelligenza artificiale.",
+ "Working on it...": "Operazione in corso...",
+ "Write JavaScript code for form field validation to check phone field value is in the valid format.": "Scrivi codice JavaScript per la convalida del campo del modulo per verificare che il valore del campo telefono sia nel formato valido.",
+ "Write JavaScript code to highlight the row where email field is empty in table list.": "Scrivi codice JavaScript per evidenziatore la riga in cui il campo del messaggio e-mail è vuoto nell'elenco delle tabelle.",
+ "Write web API code to query active contact records.": "Scrivi codice API Web per eseguire una query sui record del contatto attivi.",
"You are editing a live, public site ": "Stai modificando un sito pubblico live ",
"dotnet sdk 6.0 or greater must be installed/Do not translate 'dotnet' or 'sdk'": "È necessario installare dotnet SDK 6.0 o versione successiva",
"{0} created!/{0} will be replaced by the entity type.": "{0} creato."
diff --git a/l10n/bundle.l10n.ja.json b/l10n/bundle.l10n.ja.json
index f82d3fa8..0f5fe0eb 100644
--- a/l10n/bundle.l10n.ja.json
+++ b/l10n/bundle.l10n.ja.json
@@ -3,6 +3,7 @@
"A page template with the same name already exists. Please enter a different name.": "同じ名前のページ テンプレートが既に存在します。別の名前を入力してください。",
"A webpage with the same name already exists. Please enter a different name.": "同じ名前の Web ページが既に存在します。別の名前を入力してください。",
"A webtemplate with the same name already exists. Please enter a different name.": "同じ名前の Web テンプレートが既に存在します。別の名前を入力してください。",
+ "AI-generated content can contain mistakes": "AI で生成されたコンテンツは間違いを含む可能性があります",
"Active auth profile is not found or has expired. To create a new auth profile, enter the environment URL.": "アクティブな認証プロファイルが見つからないか、または有効期限が切れています。新しい認証プロファイルを作成する際は、環境 URL を入力します。",
"Add content snippet name (name should be unique)": "コンテンツ スニペット名を追加します (名前は一意である必要があります)",
"Are you sure you want to clear all the Auth Profiles?": "すべての認証プロファイルをクリアしますか?",
@@ -20,6 +21,7 @@
"Cloud Instance: {0}/The {0} represents profile's Azure Cloud Instances": "クラウド インスタンス: {0}",
"Confirm": "確認",
"Copied to clipboard!": "クリップボードにコピーしました!",
+ "Copy to clipboard": "クリップボードにコピー",
"Creating {0}.../{0} will be replaced by the entity type.": "{0} を作成しています...",
"Default Environment: {0}/The {0} represents profile's resource/environment URL": "既定の環境: {0}",
"Display Name: {0}\nUnique Name: {1}\nVersion: {2}\nType: {3}/This is a multi-line tooltipThe {0} represents Solution's Friendly / Display nameThe {1} represents Solution's unique nameThe {2} represents Solution's Version numberThe {3} represents Solution's Type (Managed or Unmanaged), but that test is localized separately.": "表示名: {0}\n一意の名前: {1}\nバージョン: {2}\n種類: {3}",
@@ -29,17 +31,26 @@
"Enter name": "名前を入力します",
"Enter the environment URL": "環境 URL を入力する",
"Enter the name of the web template": "Web テンプレートの名前を入力します",
+ "Explain the following code snippet:": "次のコード スニペットについて説明します:",
"Failed to create: {0}./{0} will be replaced by the error message.": "作成できませんでした: {0}。",
"Failed to disable PAC telemetry.": "PAC テレメトリを無効にできませんでした。",
"Failed to enable PAC telemetry.": "PAC テレメトリを有効にできませんでした。",
"Failed to fetch some files.": "一部のファイルを取得できませんでした。",
"Failed to get file ready for edit: {0}": "ファイルの編集準備に失敗しました: {0}",
+ "Feature is not enabled for this geo.": "この地域では機能が有効化されていません。",
"Fetching your file ...": "ファイルを取得しています...",
"File might be referenced by name {0} here./{0} represents the name of the file": "ここではファイルが {0} の名前で参照されている可能性があります。",
"File(s) already exist. No new files to add": "ファイルは既に存在します。追加する新しいファイルはありません",
+ "GETTING STARTED": "開始する",
+ "Here are a few suggestions to get you started": "開始時に役立つ提案をいくつか挙げます",
+ "Hi": "こんにちは",
+ "Hi! Instantly generate code for Power Pages sites by typing in what you need. To start using Copilot, log in to your Microsoft account.": "必要な情報を入力すると、即座に Power Pages サイトのコードが生成されます。Copilot の使用を開始する場合は、Microsoft アカウントにログインします。",
+ "Hi! Your Microsoft account doesn’t currently support Copilot. Contact your admin for details.": "お使いの Microsoft アカウントは現在 Copilot に対応していません。詳細については管理者にお問い合わせください。",
+ "Insert code into editor": "コードをエディターに挿入する",
"Installing Power Pages generator(v{0}).../{0} represents the version number": "Power Pages ジェネレーター (v{0}) をインストールしています...",
"Learn more about Copilot": "Copilot の詳細情報",
"Let Copilot help you code": "Copilot でコーディングをサポートします",
+ "Login": "ログイン",
"Managed": "マネージド",
"Maximum 30 characters allowed": "最大 30 文字使用可能",
"Microsoft wants your feeback": "Microsoft にご意見をお寄せください",
@@ -55,10 +66,11 @@
"No webpages found": "Web ページが見つかりません",
"No workspace folder found": "ワークスペース フォルダーが見つかりません",
"One or more attribute names have been changed or removed. Contact your admin.": "1 つ以上の属性名が変更または削除されています。管理者にお問い合わせください。",
- "Open in Power Pages": "Power Pages で開く",
+ "Open in Power Pages studio": "Power Pages スタジオで開く",
"Opening preview site...": "プレビュー サイトを開いています...",
"PAC Telemetry disabled": "PAC テレメトリが無効になりました",
"PAC Telemetry enabled": "PAC テレメトリが有効になりました",
+ "PREVIEW": "プレビュー",
"Page Template name cannot be empty.": "ページ テンプレート名を空にすることはできません。",
"Please enter a name for the content snippet.": "コンテンツ スニペットの名前を入力してください。",
"Please enter a name for the page template.": "ページ テンプレートの名前を入力してください。",
@@ -73,12 +85,16 @@
"Select Folder for new PCF Control/Do not translate 'PCF' as it is a product name.": "新しい PCF コントロールのフォルダーを選択する",
"Select Type": "種類の選択",
"Selection is empty.": "選択内容が空です。",
+ "Selection is too large. Try making a shorter selection.": "選択項目が多すぎます。選択する数を減らしてください。",
"The Power Pages generator is ready for use in your VS Code extension!": "Power Pages ジェネレーターは、VS Code 拡張機能での使用準備が完了しています。",
"The name you want to give to this authentication profile": "この認証プロファイルに指定する名前",
"The pac CLI is ready for use in your VS Code terminal!": "pac CLI は、VS Code ターミナルでの使用準備が完了しています。",
"There was a permissions problem with the server": "サーバーのアクセス許可に関する問題が発生しました",
"There was a problem opening the workspace": "ワークスペースを開くときに問題が発生しました",
"There’s a problem on the back end": "バック エンドに問題があります",
+ "Thumbs Down": "低評価",
+ "Thumbs Up": "高評価",
+ "To know more, see Copilot in Power Pages documentation.": "詳細については Power Pages の Copilot に関するドキュメントを参照してください。",
"Try Copilot for Power Pages": "Power Pages の Copilot を試す",
"Try again": "やり直す",
"Unable to complete the request": "要求を完了できません",
@@ -89,6 +105,10 @@
"Web files": "Web ファイル",
"Webfile(s) added successfully": "正常に追加された Web ファイルの数",
"Whether it’s HTML, CSS, JS, or Liquid code, just describe what you need and let AI build it for you.": "HTML、CSS、JS、または Liquid コードのいずれであっても、必要事項を説明して、AI にコードを構築させましょう。",
+ "Working on it...": "処理しています...",
+ "Write JavaScript code for form field validation to check phone field value is in the valid format.": "フォームのフィールドを検証する JavaScript コードを記述し、電話番号フィールドの値の形式が有効であることを確認します。",
+ "Write JavaScript code to highlight the row where email field is empty in table list.": "メール フィールドが空である行をテーブル リストで強調表示する JavaScript コードを作成します。",
+ "Write web API code to query active contact records.": "アクティブな連絡先レコードをクエリする Web API コードを記述します。",
"You are editing a live, public site ": "ライブのパブリック サイトを編集中です ",
"dotnet sdk 6.0 or greater must be installed/Do not translate 'dotnet' or 'sdk'": "DotNet SDK 6.0 以上を必ずインストールしてください",
"{0} created!/{0} will be replaced by the entity type.": "{0} が作成されました。"
diff --git a/l10n/bundle.l10n.ko.json b/l10n/bundle.l10n.ko.json
index 87e61b9e..e76fe619 100644
--- a/l10n/bundle.l10n.ko.json
+++ b/l10n/bundle.l10n.ko.json
@@ -3,6 +3,7 @@
"A page template with the same name already exists. Please enter a different name.": "같은 이름의 페이지 템플릿이 이미 있습니다. 다른 이름을 입력하세요.",
"A webpage with the same name already exists. Please enter a different name.": "같은 이름의 웹 페이지가 이미 있습니다. 다른 이름을 입력하세요.",
"A webtemplate with the same name already exists. Please enter a different name.": "같은 이름의 웹 템플릿이 이미 있습니다. 다른 이름을 입력하세요.",
+ "AI-generated content can contain mistakes": "AI 생성 콘텐츠에는 오류가 있을 수 있습니다",
"Active auth profile is not found or has expired. To create a new auth profile, enter the environment URL.": "활성 인증 프로필을 찾을 수 없거나 만료되었습니다. 새 인증 프로필을 만들려면 환경 URL을 입력하세요.",
"Add content snippet name (name should be unique)": "콘텐츠 조각 이름 추가(고유한 이름이어야 함)",
"Are you sure you want to clear all the Auth Profiles?": "모든 인증 프로필을 지우시겠습니까?",
@@ -20,6 +21,7 @@
"Cloud Instance: {0}/The {0} represents profile's Azure Cloud Instances": "클라우드 인스턴스: {0}",
"Confirm": "확인",
"Copied to clipboard!": "클립보드에 복사되었습니다.",
+ "Copy to clipboard": "클립보드로 복사",
"Creating {0}.../{0} will be replaced by the entity type.": "{0} 생성 중...",
"Default Environment: {0}/The {0} represents profile's resource/environment URL": "기본 환경: {0}",
"Display Name: {0}\nUnique Name: {1}\nVersion: {2}\nType: {3}/This is a multi-line tooltipThe {0} represents Solution's Friendly / Display nameThe {1} represents Solution's unique nameThe {2} represents Solution's Version numberThe {3} represents Solution's Type (Managed or Unmanaged), but that test is localized separately.": "표시 이름: {0}\n고유 이름: {1}\n버전: {2}\n유형: {3}",
@@ -29,17 +31,26 @@
"Enter name": "이름 입력",
"Enter the environment URL": "환경 URL 입력",
"Enter the name of the web template": "웹 템플릿의 이름 입력",
+ "Explain the following code snippet:": "다음 코드 조각 설명:",
"Failed to create: {0}./{0} will be replaced by the error message.": "생성 실패: {0}.",
"Failed to disable PAC telemetry.": "PAC 원격 분석 기능을 사용 중지하지 못했습니다.",
"Failed to enable PAC telemetry.": "PAC 원격 분석 기능을 사용 설정하지 못했습니다.",
"Failed to fetch some files.": "일부 파일을 가져오지 못했습니다.",
"Failed to get file ready for edit: {0}": "다음을 편집할 파일을 준비하지 못했습니다. {0}",
+ "Feature is not enabled for this geo.": "기능이 이 지역에 대해 기능을 사용할 수 없습니다.",
"Fetching your file ...": "파일을 가져오는 중...",
"File might be referenced by name {0} here./{0} represents the name of the file": "이름({0})으로 여기에서 파일을 참조할 수 있습니다.",
"File(s) already exist. No new files to add": "파일이 이미 있습니다. 추가할 새 파일이 없습니다.",
+ "GETTING STARTED": "시작",
+ "Here are a few suggestions to get you started": "시작하기 위한 몇 가지 제안입니다",
+ "Hi": "안녕하세요",
+ "Hi! Instantly generate code for Power Pages sites by typing in what you need. To start using Copilot, log in to your Microsoft account.": "안녕하세요! 필요한 것을 입력하여 Power Pages 사이트의 코드를 즉시 생성합니다. Copilot을 사용하려면 Microsoft 계정에 로그인하세요.",
+ "Hi! Your Microsoft account doesn’t currently support Copilot. Contact your admin for details.": "안녕하세요! Microsoft 계정이 현재 Copilot을 지원하지 않습니다. 자세한 내용은 관리자에게 문의하세요.",
+ "Insert code into editor": "편집기에 코드 삽입",
"Installing Power Pages generator(v{0}).../{0} represents the version number": "Power Pages 생성기(v{0}) 설치 중...",
"Learn more about Copilot": "Copilot에 대해 자세히 알아보기",
"Let Copilot help you code": "코딩에 Copilot 도움받기",
+ "Login": "로그인",
"Managed": "관리형",
"Maximum 30 characters allowed": "최대 30자까지 허용됩니다.",
"Microsoft wants your feeback": "Microsoft는 여러분의 피드백을 기다립니다.",
@@ -55,10 +66,11 @@
"No webpages found": "웹 페이지 없음",
"No workspace folder found": "작업 영역 폴더 없음",
"One or more attribute names have been changed or removed. Contact your admin.": "하나 이상의 특성 이름이 변경되거나 제거되었습니다. 관리자에게 문의하세요.",
- "Open in Power Pages": "Power Pages에서 열기",
+ "Open in Power Pages studio": "Power Pages 스튜디오에서 열기",
"Opening preview site...": "프리뷰 사이트 여는 중...",
"PAC Telemetry disabled": "PAC 원격 분석 사용 중지됨",
"PAC Telemetry enabled": "PAC 원격 분석 사용 설정됨",
+ "PREVIEW": "프리뷰",
"Page Template name cannot be empty.": "페이지 템플릿 이름은 반드시 입력해야 합니다.",
"Please enter a name for the content snippet.": "콘텐츠 조각의 이름을 입력하세요.",
"Please enter a name for the page template.": "페이지 템플릿의 이름을 입력하세요.",
@@ -73,12 +85,16 @@
"Select Folder for new PCF Control/Do not translate 'PCF' as it is a product name.": "새 PCF 컨트롤에 대한 폴더 선택",
"Select Type": "유형 선택",
"Selection is empty.": "선택이 비어 있습니다.",
+ "Selection is too large. Try making a shorter selection.": "너무 많이 선택했습니다. 더 짧은 선택을 시도하세요.",
"The Power Pages generator is ready for use in your VS Code extension!": "VS Code 확장에서 Power Pages 생성기를 사용할 준비가 되었습니다.",
"The name you want to give to this authentication profile": "이 인증 프로필에 지정할 이름",
"The pac CLI is ready for use in your VS Code terminal!": "pac CLI를 VS 코드 터미널에 사용할 준비가 완료되었습니다!",
"There was a permissions problem with the server": "서버에 권한 문제가 있습니다.",
"There was a problem opening the workspace": "작업 영역을 여는 중 문제가 발생했습니다",
"There’s a problem on the back end": "백 엔드에 문제가 있습니다",
+ "Thumbs Down": "싫어요",
+ "Thumbs Up": "좋아요",
+ "To know more, see Copilot in Power Pages documentation.": "자세한 내용은 Power Pages 설명서에서 Copilot을 참조하세요.",
"Try Copilot for Power Pages": "Power Pages에 Copilot 사용해 보기",
"Try again": "다시 시도",
"Unable to complete the request": "요청을 완료할 수 없음",
@@ -89,6 +105,10 @@
"Web files": "웹 파일",
"Webfile(s) added successfully": "웹 파일 추가됨",
"Whether it’s HTML, CSS, JS, or Liquid code, just describe what you need and let AI build it for you.": "HTML, CSS, JS, Liquid 등 필요한 코드를 설명하면 AI가 대신 만들어줍니다.",
+ "Working on it...": "작업하는 중…",
+ "Write JavaScript code for form field validation to check phone field value is in the valid format.": "전화 필드 값이 올바른 형식을 검사하기 위해 양식 필드 유효성 검사에 사용할 JavaScript 코드를 씁니다.",
+ "Write JavaScript code to highlight the row where email field is empty in table list.": "이메일 필드가 테이블 목록에 비어 있는 행을 강조 표시하는 JavaScript 코드를 작성합니다.",
+ "Write web API code to query active contact records.": "활성 연락처 레코드를 쿼리하는 웹 API 코드를 작성합니다.",
"You are editing a live, public site ": "라이브 상태인 공개 사이트를 편집하고 있습니다. ",
"dotnet sdk 6.0 or greater must be installed/Do not translate 'dotnet' or 'sdk'": "dotnet sdk 6.0 이상을 설치해야 합니다",
"{0} created!/{0} will be replaced by the entity type.": "{0} 생성 완료!"
diff --git a/l10n/bundle.l10n.pt-br.json b/l10n/bundle.l10n.pt-br.json
index 6e30c211..1785f45c 100644
--- a/l10n/bundle.l10n.pt-br.json
+++ b/l10n/bundle.l10n.pt-br.json
@@ -3,6 +3,7 @@
"A page template with the same name already exists. Please enter a different name.": "Já existe um modelo de página com o mesmo nome. Insira um nome diferente.",
"A webpage with the same name already exists. Please enter a different name.": "Já existe uma página da Web com o mesmo nome. Insira um nome diferente.",
"A webtemplate with the same name already exists. Please enter a different name.": "Já existe um modelo da Web com o mesmo nome. Insira um nome diferente.",
+ "AI-generated content can contain mistakes": "O conteúdo gerado por IA pode conter erros",
"Active auth profile is not found or has expired. To create a new auth profile, enter the environment URL.": "O perfil de autenticação ativo não foi encontrado ou expirou. Para criar um novo perfil de autenticação, insira a URL do ambiente.",
"Add content snippet name (name should be unique)": "Adicionar nome do trecho de conteúdo (o nome deve ser exclusivo)",
"Are you sure you want to clear all the Auth Profiles?": "Tem certeza de que deseja limpar todos os Perfis de Autenticação?",
@@ -20,6 +21,7 @@
"Cloud Instance: {0}/The {0} represents profile's Azure Cloud Instances": "Instância na Nuvem: {0}",
"Confirm": "Confirmar",
"Copied to clipboard!": "Copiado na área de transferência!",
+ "Copy to clipboard": "Copiar para área de transferência",
"Creating {0}.../{0} will be replaced by the entity type.": "Criando {0}...",
"Default Environment: {0}/The {0} represents profile's resource/environment URL": "Ambiente Padrão: {0}",
"Display Name: {0}\nUnique Name: {1}\nVersion: {2}\nType: {3}/This is a multi-line tooltipThe {0} represents Solution's Friendly / Display nameThe {1} represents Solution's unique nameThe {2} represents Solution's Version numberThe {3} represents Solution's Type (Managed or Unmanaged), but that test is localized separately.": "Nome de Exibição: {0}\nNome Exclusivo: {1}\nVersão: {2}\nTipo: {3}",
@@ -29,17 +31,26 @@
"Enter name": "Inserir nome",
"Enter the environment URL": "Inserir a URL do ambiente",
"Enter the name of the web template": "Inserir o nome do modelo da Web",
+ "Explain the following code snippet:": "Explique o seguinte trecho de código:",
"Failed to create: {0}./{0} will be replaced by the error message.": "Falha ao criar: {0}.",
"Failed to disable PAC telemetry.": "Falha ao desabilitar a telemetria de PAC.",
"Failed to enable PAC telemetry.": "Falha ao habilitar a telemetria de PAC.",
"Failed to fetch some files.": "Falha ao buscar alguns arquivos.",
"Failed to get file ready for edit: {0}": "Falha ao preparar o arquivo para edição: {0}",
+ "Feature is not enabled for this geo.": "O recurso não está habilitado para esta área geográfica.",
"Fetching your file ...": "Buscando seu arquivo...",
"File might be referenced by name {0} here./{0} represents the name of the file": "O arquivo pode ser referenciado pelo nome {0} aqui.",
"File(s) already exist. No new files to add": "Os arquivos já existem. Nenhum novo arquivo a adicionar",
+ "GETTING STARTED": "INTRODUÇÃO",
+ "Here are a few suggestions to get you started": "Veja algumas sugestões para começar",
+ "Hi": "Olá",
+ "Hi! Instantly generate code for Power Pages sites by typing in what you need. To start using Copilot, log in to your Microsoft account.": "Olá! Gere instantaneamente código para sites do Power Pages ao digitar o que você precisa. Para começar a utilizar o Copilot, inicie sessão na sua conta Microsoft.",
+ "Hi! Your Microsoft account doesn’t currently support Copilot. Contact your admin for details.": "Olá! No momento,sua conta Microsoft não oferece suporte ao Copilot. Contate o administrador para obter detalhes.",
+ "Insert code into editor": "Inserir código no editor",
"Installing Power Pages generator(v{0}).../{0} represents the version number": "Instalando o gerador do Power Pages(v{0})...",
"Learn more about Copilot": "Saiba mais sobre o Copilot",
"Let Copilot help you code": "Permitir que o Copilot ajude você a codificar",
+ "Login": "Logon",
"Managed": "Gerenciado(a)",
"Maximum 30 characters allowed": "O máximo permitido são 30 caracteres",
"Microsoft wants your feeback": "A Microsoft quer saber sua opinião",
@@ -55,10 +66,11 @@
"No webpages found": "Nenhuma página da Web encontrada",
"No workspace folder found": "Nenhuma pasta do espaço de trabalho encontrada",
"One or more attribute names have been changed or removed. Contact your admin.": "Um ou mais nomes de atributos foram alterados ou removidos. Contate o administrador.",
- "Open in Power Pages": "Abrir no Power Pages",
+ "Open in Power Pages studio": "Abrir no estúdio do Power Pages",
"Opening preview site...": "Abrindo site da versão preliminar...",
"PAC Telemetry disabled": "Telemetria de PAC desabilitada",
"PAC Telemetry enabled": "Telemetria de PAC habilitada",
+ "PREVIEW": "VERSÃO PRELIMINAR",
"Page Template name cannot be empty.": "O nome do Modelo de Página não pode ficar vazio.",
"Please enter a name for the content snippet.": "Insira um nome para o trecho de conteúdo.",
"Please enter a name for the page template.": "Insira um nome para o modelo de página.",
@@ -73,12 +85,16 @@
"Select Folder for new PCF Control/Do not translate 'PCF' as it is a product name.": "Selecionar Pasta para novo Controle PCF",
"Select Type": "Selecionar Tipo",
"Selection is empty.": "A seleção está vazia.",
+ "Selection is too large. Try making a shorter selection.": "A seleção é muito grande. Tente fazer uma seleção mais curta.",
"The Power Pages generator is ready for use in your VS Code extension!": "O gerador do Power Pages está pronto para uso na sua extensão do VS Code.",
"The name you want to give to this authentication profile": "O nome que você deseja dar a este perfil de autenticação",
"The pac CLI is ready for use in your VS Code terminal!": "A pac CLI está pronta para uso no seu terminal do VS Code!",
"There was a permissions problem with the server": "Houve um problema de permissões com o servidor",
"There was a problem opening the workspace": "Houve um problema ao abrir o espaço de trabalho",
"There’s a problem on the back end": "Há um problema no back-end",
+ "Thumbs Down": "Polegar para Baixo",
+ "Thumbs Up": "Polegar para Cima",
+ "To know more, see Copilot in Power Pages documentation.": "Para saber mais, consulte a documentação do Copilot no Power Pages.",
"Try Copilot for Power Pages": "Testar o Copilot para Power Pages",
"Try again": "Tentar novamente",
"Unable to complete the request": "Não foi possível concluir a solicitação",
@@ -89,6 +105,10 @@
"Web files": "Arquivos da Web",
"Webfile(s) added successfully": "Arquivos da Web adicionados com êxito",
"Whether it’s HTML, CSS, JS, or Liquid code, just describe what you need and let AI build it for you.": "Seja código HTML, CSS, JS ou Liquid, descreva apenas o que é necessário e deixe a IA criá-lo para você.",
+ "Working on it...": "Trabalhando nisto...",
+ "Write JavaScript code for form field validation to check phone field value is in the valid format.": "Escreva um código JavaScript para validação de campo de formulário para verificar se o valor do campo de telefone está no formato válido.",
+ "Write JavaScript code to highlight the row where email field is empty in table list.": "Escreva um código JavaScript para realçar a linha onde o campo de email está vazio na lista de tabelas.",
+ "Write web API code to query active contact records.": "Escreva o código da API Web para consultar os registros de contato ativos.",
"You are editing a live, public site ": "Você está editando um site público ativo ",
"dotnet sdk 6.0 or greater must be installed/Do not translate 'dotnet' or 'sdk'": "O dotnet sdk 6.0 ou superior deve estar instalado",
"{0} created!/{0} will be replaced by the entity type.": "{0} criado."
diff --git a/l10n/bundle.l10n.ru.json b/l10n/bundle.l10n.ru.json
index 67baef06..c4ff8788 100644
--- a/l10n/bundle.l10n.ru.json
+++ b/l10n/bundle.l10n.ru.json
@@ -3,6 +3,7 @@
"A page template with the same name already exists. Please enter a different name.": "Шаблон страницы с таким именем уже существует. Введите другое имя.",
"A webpage with the same name already exists. Please enter a different name.": "Веб-страница с таким именем уже существует. Введите другое имя.",
"A webtemplate with the same name already exists. Please enter a different name.": "Веб-шаблон с таким именем уже существует. Введите другое имя.",
+ "AI-generated content can contain mistakes": "Созданный ИИ контент может содержать ошибки",
"Active auth profile is not found or has expired. To create a new auth profile, enter the environment URL.": "Активный профиль проверки подлинности не найден или истек срок его действия. Чтобы создать новый профиль проверки подлинности, введите URL-адрес среды.",
"Add content snippet name (name should be unique)": "Добавьте имя фрагмента содержимого (оно должно быть уникальным)",
"Are you sure you want to clear all the Auth Profiles?": "Вы действительно хотите удалить все профили проверки подлинности?",
@@ -20,6 +21,7 @@
"Cloud Instance: {0}/The {0} represents profile's Azure Cloud Instances": "Облачный экземпляр: {0}",
"Confirm": "Подтвердить",
"Copied to clipboard!": "Скопировано в буфер обмена.",
+ "Copy to clipboard": "Копировать в буфер обмена",
"Creating {0}.../{0} will be replaced by the entity type.": "Создание {0}...",
"Default Environment: {0}/The {0} represents profile's resource/environment URL": "Среда по умолчанию: {0}",
"Display Name: {0}\nUnique Name: {1}\nVersion: {2}\nType: {3}/This is a multi-line tooltipThe {0} represents Solution's Friendly / Display nameThe {1} represents Solution's unique nameThe {2} represents Solution's Version numberThe {3} represents Solution's Type (Managed or Unmanaged), but that test is localized separately.": "Отображаемая имя: {0}\nУникальное имя: {1}\nВерсия: {2}\nТип: {3}",
@@ -29,17 +31,26 @@
"Enter name": "Введите имя",
"Enter the environment URL": "Введите URL-адрес среды",
"Enter the name of the web template": "Введите имя веб-шаблона",
+ "Explain the following code snippet:": "Объясните следующий фрагмент кода:",
"Failed to create: {0}./{0} will be replaced by the error message.": "Не удалось создать: {0}.",
"Failed to disable PAC telemetry.": "Не удалось отключить телеметрию PAC.",
"Failed to enable PAC telemetry.": "Не удалось включить телеметрию PAC.",
"Failed to fetch some files.": "Не удалось получить некоторые файлы.",
"Failed to get file ready for edit: {0}": "Не удалось получить файл для редактирования: {0}",
+ "Feature is not enabled for this geo.": "Функция не включена для этого региона.",
"Fetching your file ...": "Извлечение файла...",
"File might be referenced by name {0} here./{0} represents the name of the file": "Здесь файл может быть задан именем {0}.",
"File(s) already exist. No new files to add": "Файлы уже существуют. Нет новых файлов для добавления",
+ "GETTING STARTED": "НАЧАЛО РАБОТЫ",
+ "Here are a few suggestions to get you started": "Вот несколько предложений для начала работы",
+ "Hi": "Здравствуйте!",
+ "Hi! Instantly generate code for Power Pages sites by typing in what you need. To start using Copilot, log in to your Microsoft account.": "Здравствуйте. Вы можете мгновенно генерировать код для сайтов Power Pages, вводя свой запрос. Чтобы начать работу с Copilot, войдите в учетную запись Майкрософт.",
+ "Hi! Your Microsoft account doesn’t currently support Copilot. Contact your admin for details.": "Здравствуйте. В данный момент ваша учетная запись Майкрософт не поддерживает Copilot. Для получения более подробной информации обратитесь к администратору.",
+ "Insert code into editor": "Вставить код в редактор",
"Installing Power Pages generator(v{0}).../{0} represents the version number": "Установка генератора Power Pages (v{0})...",
"Learn more about Copilot": "Подробнее о Copilot",
"Let Copilot help you code": "Copilot поможет вам писать код",
+ "Login": "Войти",
"Managed": "Управляемые",
"Maximum 30 characters allowed": "Допускается не более 30 знаков",
"Microsoft wants your feeback": "Корпорацию Майкрософт интересует ваше мнение",
@@ -55,10 +66,11 @@
"No webpages found": "Веб-страницы не найдены",
"No workspace folder found": "Не найдена папка рабочей области",
"One or more attribute names have been changed or removed. Contact your admin.": "Одно или несколько имен атрибутов были изменены или удалены. Обратитесь к администратору.",
- "Open in Power Pages": "Открыть в Power Pages",
+ "Open in Power Pages studio": "Открыть в студии Power Pages",
"Opening preview site...": "Открывается предварительная версия сайта...",
"PAC Telemetry disabled": "Телеметрия PAC отключена",
"PAC Telemetry enabled": "Телеметрия PAC включена",
+ "PREVIEW": "ПРЕДВАРИТЕЛЬНАЯ ВЕРСИЯ",
"Page Template name cannot be empty.": "Имя шаблона страницы не может быть пустым.",
"Please enter a name for the content snippet.": "Введите имя фрагмента содержимого.",
"Please enter a name for the page template.": "Введите имя шаблона страницы.",
@@ -73,12 +85,16 @@
"Select Folder for new PCF Control/Do not translate 'PCF' as it is a product name.": "Выберите папку для нового элемента управления PCF",
"Select Type": "Выбрать тип",
"Selection is empty.": "Ничего не выбрано.",
+ "Selection is too large. Try making a shorter selection.": "Слишком большой фрагмент. Попробуйте сократить его.",
"The Power Pages generator is ready for use in your VS Code extension!": "Генератор Power Pages готов к использованию в расширении VS Code.",
"The name you want to give to this authentication profile": "Имя, которое вы хотите дать этому профилю проверки подлинности",
"The pac CLI is ready for use in your VS Code terminal!": "Компонент pac CLI готов к использованию в терминале VS Code!",
"There was a permissions problem with the server": "Возникла проблема с разрешениями на сервере",
"There was a problem opening the workspace": "При открытии рабочей области возникла проблема",
"There’s a problem on the back end": "Возникла проблема на сервере",
+ "Thumbs Down": "Не нравится",
+ "Thumbs Up": "Нравится",
+ "To know more, see Copilot in Power Pages documentation.": "Подробнее см. в документации по Copilot в Power Pages.",
"Try Copilot for Power Pages": "Попробуйте Copilot для Power Pages",
"Try again": "Повторить попытку",
"Unable to complete the request": "Не удается завершить запрос",
@@ -89,6 +105,10 @@
"Web files": "Веб-файлы",
"Webfile(s) added successfully": "Веб-файлы успешно добавлены",
"Whether it’s HTML, CSS, JS, or Liquid code, just describe what you need and let AI build it for you.": "Неважно, создаете вы код HTML, CSS, JS или Liquid, просто опишите свою задачу и ИИ сгенерирует код за вас.",
+ "Working on it...": "Идет работа...",
+ "Write JavaScript code for form field validation to check phone field value is in the valid format.": "Напишите код JavaScript для проверки формата поля с номером телефона в форме.",
+ "Write JavaScript code to highlight the row where email field is empty in table list.": "Напишите код JavaScript, чтобы выделить строку, в которой поле адреса электронной почты пусто в списке таблиц.",
+ "Write web API code to query active contact records.": "Напишите код веб-API для запроса активных записей контактов.",
"You are editing a live, public site ": "Вы редактируете опубликованный открытый сайт ",
"dotnet sdk 6.0 or greater must be installed/Do not translate 'dotnet' or 'sdk'": "Необходимо установить версию dotnet sdk 6.0 или более позднюю",
"{0} created!/{0} will be replaced by the entity type.": "Создано: {0}."
diff --git a/l10n/bundle.l10n.tr.json b/l10n/bundle.l10n.tr.json
index 6c2eb834..0163cc2e 100644
--- a/l10n/bundle.l10n.tr.json
+++ b/l10n/bundle.l10n.tr.json
@@ -3,6 +3,7 @@
"A page template with the same name already exists. Please enter a different name.": "Aynı ada sahip bir sayfa şablonu zaten var. Lütfen farklı bir ad girin.",
"A webpage with the same name already exists. Please enter a different name.": "Aynı ada sahip bir web sayfası zaten var. Lütfen farklı bir ad girin.",
"A webtemplate with the same name already exists. Please enter a different name.": "Aynı ada sahip bir web şablonu zaten var. Lütfen farklı bir ad girin.",
+ "AI-generated content can contain mistakes": "AI tarafından oluşturulan içeriklerde hatalar olabilir",
"Active auth profile is not found or has expired. To create a new auth profile, enter the environment URL.": "Etkin kimlik doğrulama profili bulunamadı veya süresi dolmuş. Yeni bir kimlik doğrulama profili oluşturmak için ortam URL'sini girin.",
"Add content snippet name (name should be unique)": "İçerik parçacığı adı ekleyin (ad benzersiz olmalıdır)",
"Are you sure you want to clear all the Auth Profiles?": "Tüm Kimlik Doğrulama Profillerini temizlemek istediğinizden emin misiniz?",
@@ -20,6 +21,7 @@
"Cloud Instance: {0}/The {0} represents profile's Azure Cloud Instances": "Bulut Kurulumu: {0}",
"Confirm": "Onayla",
"Copied to clipboard!": "Panoya kopyalandı!",
+ "Copy to clipboard": "Panoya kopyala",
"Creating {0}.../{0} will be replaced by the entity type.": "{0} oluşturuluyor...",
"Default Environment: {0}/The {0} represents profile's resource/environment URL": "Varsayılan Ortam: {0}",
"Display Name: {0}\nUnique Name: {1}\nVersion: {2}\nType: {3}/This is a multi-line tooltipThe {0} represents Solution's Friendly / Display nameThe {1} represents Solution's unique nameThe {2} represents Solution's Version numberThe {3} represents Solution's Type (Managed or Unmanaged), but that test is localized separately.": "Görünen Ad: {0}\nBenzersiz Ad: {1}\nSürüm: {2}\nTür: {3}",
@@ -29,17 +31,26 @@
"Enter name": "Ad girin",
"Enter the environment URL": "Ortam URL'sini girin",
"Enter the name of the web template": "Web şablonunun adını girin",
+ "Explain the following code snippet:": "Şu kod parçacığını açıkla:",
"Failed to create: {0}./{0} will be replaced by the error message.": "Oluşturulamadı: {0}.",
"Failed to disable PAC telemetry.": "PAC telemetrisi devre dışı bırakılamadı.",
"Failed to enable PAC telemetry.": "PAC telemetrisi etkinleştirilmedi.",
"Failed to fetch some files.": "Bazı dosyalar alınamadı.",
"Failed to get file ready for edit: {0}": "Dosya düzenlenmek üzere alınamadı: {0}",
+ "Feature is not enabled for this geo.": "Özellik bu coğrafya için etkin değil.",
"Fetching your file ...": "Dosyanız alınıyor...",
"File might be referenced by name {0} here./{0} represents the name of the file": "Dosyaya burada {0} adıyla başvurulmuş olabilir.",
"File(s) already exist. No new files to add": "Dosyalar zaten mevcut. Eklenecek yeni dosya yok.",
+ "GETTING STARTED": "KULLANMAYA BAŞLAMA",
+ "Here are a few suggestions to get you started": "Kullanmaya başlamanızı sağlayacak birkaç öneriye göz atın",
+ "Hi": "Merhaba",
+ "Hi! Instantly generate code for Power Pages sites by typing in what you need. To start using Copilot, log in to your Microsoft account.": "Merhaba! Neye ihtiyacınız olduğunu yazarak Power Pages siteleri için anında kod oluşturun. Microsoft hesabınızla oturum açarak Copilot'ı kullanmaya başlayın.",
+ "Hi! Your Microsoft account doesn’t currently support Copilot. Contact your admin for details.": "Merhaba! Microsoft hesabınız şu anda Copilot'ı desteklemiyor. Ayrıntılar için yöneticinize ulaşın.",
+ "Insert code into editor": "Kodu düzenleyiciye ekle",
"Installing Power Pages generator(v{0}).../{0} represents the version number": "Power Pages oluşturucusu (v{0}) yükleniyor...",
"Learn more about Copilot": "Copilot hakkında daha fazla bilgi edinin",
"Let Copilot help you code": "Copilot kodlamanıza yardımcı olsun",
+ "Login": "Oturum aç",
"Managed": "Yönetilen",
"Maximum 30 characters allowed": "En fazla 30 karaktere izin verilir",
"Microsoft wants your feeback": "Microsoft geri bildiriminizi almak istiyor",
@@ -55,10 +66,11 @@
"No webpages found": "Web sayfası bulunamadı",
"No workspace folder found": "Çalışma alanı klasörü bulunamadı",
"One or more attribute names have been changed or removed. Contact your admin.": "Bir veya daha fazla öznitelik adı değiştirildi veya kaldırıldı. Yöneticinizle iletişime geçin.",
- "Open in Power Pages": "Power Pages'te aç",
+ "Open in Power Pages studio": "Power Pages studyosunda aç",
"Opening preview site...": "Önizleme sitesi açılıyor...",
"PAC Telemetry disabled": "PAC Telemetrisi devre dışı bırakıldı",
"PAC Telemetry enabled": "PAC Telemetrisi etkinleştirildi",
+ "PREVIEW": "ÖNİZLEME",
"Page Template name cannot be empty.": "Sayfa Şablonu adı boş olamaz.",
"Please enter a name for the content snippet.": "Lütfen içerik kod parçacığı için bir ad girin.",
"Please enter a name for the page template.": "Lütfen sayfa şablonu için bir ad girin.",
@@ -73,12 +85,16 @@
"Select Folder for new PCF Control/Do not translate 'PCF' as it is a product name.": "Yeni PCF Denetimi için Klasör Seçin",
"Select Type": "Tür Seç",
"Selection is empty.": "Seçim boş.",
+ "Selection is too large. Try making a shorter selection.": "Seçim çok büyük. Daha kısa bir seçim yapmayı deneyin.",
"The Power Pages generator is ready for use in your VS Code extension!": "Power Pages oluşturucusu, VS Code uzantınızda kullanıma hazır!",
"The name you want to give to this authentication profile": "Bu kimlik doğrulama profiline vermek istediğiniz ad",
"The pac CLI is ready for use in your VS Code terminal!": "pac CLI, VS Kod terminalinizde kullanıma hazır!",
"There was a permissions problem with the server": "Sunucuyla ilgili bir izin sorunu yaşandı",
"There was a problem opening the workspace": "Çalışma alanı açılırken bir sorun oluştu",
"There’s a problem on the back end": "Arka uçta bir sorun oluştu",
+ "Thumbs Down": "Olumsuz Görüş",
+ "Thumbs Up": "Olumlu Görüş",
+ "To know more, see Copilot in Power Pages documentation.": "Daha fazla bilgi için Power Pages'da Copilot belgelerine bakın.",
"Try Copilot for Power Pages": "Power Pages için Copilot'ı deneyin",
"Try again": "Yeniden dene",
"Unable to complete the request": "İstek tamamlanamadı",
@@ -89,6 +105,10 @@
"Web files": "Web dosyaları",
"Webfile(s) added successfully": "Web dosyaları başarıyla eklendi",
"Whether it’s HTML, CSS, JS, or Liquid code, just describe what you need and let AI build it for you.": "İster HTML, CSS, JS ister Liquid kodu olsun neye ihtiyacınız olduğunu açıklamanız yeterlidir; AI bunu sizin için oluşturur.",
+ "Working on it...": "Üzerinde çalışılıyor...",
+ "Write JavaScript code for form field validation to check phone field value is in the valid format.": "Form alanı doğrulaması için JavaScript kodu yazarak telefon alanı değerinin geçerli biçimde olup olmadığını kontrol edin.",
+ "Write JavaScript code to highlight the row where email field is empty in table list.": "Tablo listesinde e-posta alanın boş olduğu satırı vurgulamak için JavaScript kodu yazın.",
+ "Write web API code to query active contact records.": "Etkin ilgili kişi kayıtlarını sorgulamak için web API'si kodu yazın.",
"You are editing a live, public site ": "Yayında olan, herkese açık bir siteyi düzenliyorsunuz ",
"dotnet sdk 6.0 or greater must be installed/Do not translate 'dotnet' or 'sdk'": "dotnet sdk 6.0 veya üstü bir sürüm yüklenmelidir",
"{0} created!/{0} will be replaced by the entity type.": "{0} oluşturuldu!"
diff --git a/l10n/bundle.l10n.zh-cn.json b/l10n/bundle.l10n.zh-cn.json
index 57d9da05..cc040285 100644
--- a/l10n/bundle.l10n.zh-cn.json
+++ b/l10n/bundle.l10n.zh-cn.json
@@ -3,6 +3,7 @@
"A page template with the same name already exists. Please enter a different name.": "具有相同名称的页面模板已存在。请输入其他名称。",
"A webpage with the same name already exists. Please enter a different name.": "具有相同名称的网页已存在。请输入其他名称。",
"A webtemplate with the same name already exists. Please enter a different name.": "具有相同名称的 Web 模板已存在。请输入其他名称。",
+ "AI-generated content can contain mistakes": "AI 生成的内容可能包含错误",
"Active auth profile is not found or has expired. To create a new auth profile, enter the environment URL.": "有效的身份验证配置文件未找到或已过期。要创建新的身份验证配置文件,请输入环境 URL。",
"Add content snippet name (name should be unique)": "添加内容片段名称(名称应是唯一的)",
"Are you sure you want to clear all the Auth Profiles?": "是否确定要清除所有身份验证配置文件?",
@@ -20,6 +21,7 @@
"Cloud Instance: {0}/The {0} represents profile's Azure Cloud Instances": "云实例: {0}",
"Confirm": "确认",
"Copied to clipboard!": "已复制到剪贴板!",
+ "Copy to clipboard": "复制到剪贴板",
"Creating {0}.../{0} will be replaced by the entity type.": "正在创建 {0}...",
"Default Environment: {0}/The {0} represents profile's resource/environment URL": "默认环境: {0}",
"Display Name: {0}\nUnique Name: {1}\nVersion: {2}\nType: {3}/This is a multi-line tooltipThe {0} represents Solution's Friendly / Display nameThe {1} represents Solution's unique nameThe {2} represents Solution's Version numberThe {3} represents Solution's Type (Managed or Unmanaged), but that test is localized separately.": "显示名称: {0}\n唯一名称: {1}\n版本: {2}\n类型: {3}",
@@ -29,17 +31,26 @@
"Enter name": "输入名称",
"Enter the environment URL": "输入环境 URL",
"Enter the name of the web template": "输入 Web 模板的名称",
+ "Explain the following code snippet:": "解释以下代码片段:",
"Failed to create: {0}./{0} will be replaced by the error message.": "无法创建: {0}。",
"Failed to disable PAC telemetry.": "无法禁用 PAC 遥测。",
"Failed to enable PAC telemetry.": "无法启用 PAC 遥测。",
"Failed to fetch some files.": "无法获取部分文件。",
"Failed to get file ready for edit: {0}": "无法获取可供编辑的文件: {0}",
+ "Feature is not enabled for this geo.": "未为此地区启用功能。",
"Fetching your file ...": "正在提取文件...",
"File might be referenced by name {0} here./{0} represents the name of the file": "文件可能由此处的名称 {0} 引用。",
"File(s) already exist. No new files to add": "文件已存在。没有要添加的新文件",
+ "GETTING STARTED": "开始",
+ "Here are a few suggestions to get you started": "以下是一些有助于您开始使用的建议",
+ "Hi": "您好",
+ "Hi! Instantly generate code for Power Pages sites by typing in what you need. To start using Copilot, log in to your Microsoft account.": "您好! 请输入所需的内容以立即生成 Power Pages 站点的代码。若要开始使用 Copilot,请登录您的 Microsoft 帐户。",
+ "Hi! Your Microsoft account doesn’t currently support Copilot. Contact your admin for details.": "您好! 您的 Microsoft 帐户当前不支持 Copilot。有关详细信息,请联系您的管理员。",
+ "Insert code into editor": "将代码插入编辑器",
"Installing Power Pages generator(v{0}).../{0} represents the version number": "正在安装 Power Pages 生成器(v{0})...",
"Learn more about Copilot": "详细了解 Copilot",
"Let Copilot help you code": "让 Copilot 帮助您编码",
+ "Login": "登录",
"Managed": "托管",
"Maximum 30 characters allowed": "最多允许 30 个字符",
"Microsoft wants your feeback": "Microsoft 需要您的反馈",
@@ -55,10 +66,11 @@
"No webpages found": "找不到网页",
"No workspace folder found": "找不到工作区文件夹",
"One or more attribute names have been changed or removed. Contact your admin.": "一个或多个属性名称已更改或已删除。请联系您的管理员。",
- "Open in Power Pages": "在 Power Pages 中打开",
+ "Open in Power Pages studio": "在 Power Pages 工作室中打开",
"Opening preview site...": "正在打开预览版站点...",
"PAC Telemetry disabled": "已禁用 PAC 遥测",
"PAC Telemetry enabled": "已启用 PAC 遥测",
+ "PREVIEW": "预览版",
"Page Template name cannot be empty.": "页面模板名称不能为空。",
"Please enter a name for the content snippet.": "请输入内容片段的名称。",
"Please enter a name for the page template.": "请输入页面模板的名称。",
@@ -73,12 +85,16 @@
"Select Folder for new PCF Control/Do not translate 'PCF' as it is a product name.": "为新的 PCF 控件选择文件夹",
"Select Type": "选择类型",
"Selection is empty.": "选择是空的。",
+ "Selection is too large. Try making a shorter selection.": "选择过大。请尝试缩短选择。",
"The Power Pages generator is ready for use in your VS Code extension!": "Power Pages 生成器已可供在 VS Code 扩展中使用!",
"The name you want to give to this authentication profile": "要为此身份验证配置文件指定的名称",
"The pac CLI is ready for use in your VS Code terminal!": "pac CLI 已可供在 VS Code 终端中使用!",
"There was a permissions problem with the server": "存在服务器权限问题",
"There was a problem opening the workspace": "打开工作区时出现问题",
"There’s a problem on the back end": "后端出现问题",
+ "Thumbs Down": "差评",
+ "Thumbs Up": "好评",
+ "To know more, see Copilot in Power Pages documentation.": "要了解更多信息,请参阅 Power Pages 中的 Copilot 文档。",
"Try Copilot for Power Pages": "尝试将 Copilot 用于 Power Pages",
"Try again": "重试",
"Unable to complete the request": "无法完成请求",
@@ -89,6 +105,10 @@
"Web files": "Web 文件",
"Webfile(s) added successfully": "已成功添加 Web 文件",
"Whether it’s HTML, CSS, JS, or Liquid code, just describe what you need and let AI build it for you.": "无论是 HTML、CSS、JS 还是 Liquid 代码,只要描述您需要什么,让 AI 为您构建。",
+ "Working on it...": "正在处理...",
+ "Write JavaScript code for form field validation to check phone field value is in the valid format.": "编写用于窗体字段验证的 JavaScript 代码,以检查电话字段值的格式是否有效。",
+ "Write JavaScript code to highlight the row where email field is empty in table list.": "编写 JavaScript 代码以突出显示表列表中电子邮件字段为空的行。",
+ "Write web API code to query active contact records.": "编写 Web API 代码以查询可用的联系人记录。",
"You are editing a live, public site ": "您正在编辑一个公共活动站点",
"dotnet sdk 6.0 or greater must be installed/Do not translate 'dotnet' or 'sdk'": "必须安装 DotNet SDK 6.0 或更高版本",
"{0} created!/{0} will be replaced by the entity type.": "{0} 已创建!"
diff --git a/l10n/bundle.l10n.zh-tw.json b/l10n/bundle.l10n.zh-tw.json
index d0c0aab9..825fde47 100644
--- a/l10n/bundle.l10n.zh-tw.json
+++ b/l10n/bundle.l10n.zh-tw.json
@@ -3,6 +3,7 @@
"A page template with the same name already exists. Please enter a different name.": "具有相同名稱的頁面範本已經存在。請輸入不同的名稱。",
"A webpage with the same name already exists. Please enter a different name.": "具有相同名稱的網頁已經存在。請輸入不同的名稱。",
"A webtemplate with the same name already exists. Please enter a different name.": "具有相同名稱的網頁範本已經存在。請輸入不同的名稱。",
+ "AI-generated content can contain mistakes": "AI 產生的內容可能包含錯誤",
"Active auth profile is not found or has expired. To create a new auth profile, enter the environment URL.": "找不到使用中驗證設定檔或該設定檔已經過期。若要建立新的驗證設定檔,請輸入環境 URL。",
"Add content snippet name (name should be unique)": "新增內容片段名稱 (名稱必須是唯一的)",
"Are you sure you want to clear all the Auth Profiles?": "確定要清除所有驗證設定檔嗎?",
@@ -20,6 +21,7 @@
"Cloud Instance: {0}/The {0} represents profile's Azure Cloud Instances": "雲端執行個體: {0}",
"Confirm": "確認",
"Copied to clipboard!": "已複製至剪貼簿!",
+ "Copy to clipboard": "複製到剪貼簿",
"Creating {0}.../{0} will be replaced by the entity type.": "正在建立 {0}...",
"Default Environment: {0}/The {0} represents profile's resource/environment URL": "預設環境: {0}",
"Display Name: {0}\nUnique Name: {1}\nVersion: {2}\nType: {3}/This is a multi-line tooltipThe {0} represents Solution's Friendly / Display nameThe {1} represents Solution's unique nameThe {2} represents Solution's Version numberThe {3} represents Solution's Type (Managed or Unmanaged), but that test is localized separately.": "顯示名稱: {0}\n唯一名稱: {1}\n版本: {2}\n類型: {3}",
@@ -29,17 +31,26 @@
"Enter name": "輸入名稱",
"Enter the environment URL": "輸入環境 URL",
"Enter the name of the web template": "輸入 Web 範本的名稱",
+ "Explain the following code snippet:": "解釋下列程式碼片段:",
"Failed to create: {0}./{0} will be replaced by the error message.": "無法建立: {0}。",
"Failed to disable PAC telemetry.": "無法停用 PAC 遙測。",
"Failed to enable PAC telemetry.": "無法啟用 PAC 遙測。",
"Failed to fetch some files.": "無法擷取部分檔案。",
"Failed to get file ready for edit: {0}": "無法準備好文件進行編輯: {0}",
+ "Feature is not enabled for this geo.": "未為此地區啟用功能。",
"Fetching your file ...": "正在擷取您的檔案...",
"File might be referenced by name {0} here./{0} represents the name of the file": "此處可能以名稱 {0} 參考檔案。",
"File(s) already exist. No new files to add": "檔案已經存在。沒有可新增的新檔案",
+ "GETTING STARTED": "使用者入門",
+ "Here are a few suggestions to get you started": "以下是一些可協助您開始使用的建議",
+ "Hi": "您好",
+ "Hi! Instantly generate code for Power Pages sites by typing in what you need. To start using Copilot, log in to your Microsoft account.": "您好! 請輸入所需的資訊以立即產生 Power Pages 網站的程式碼。若要開始使用 Copilot,請登入您的 Microsoft 帳戶。",
+ "Hi! Your Microsoft account doesn’t currently support Copilot. Contact your admin for details.": "您好! 您的 Microsoft 帳戶目前不支援 Copilot。如需詳細資料,請連絡您的管理員。",
+ "Insert code into editor": "在編輯器中插入程式碼",
"Installing Power Pages generator(v{0}).../{0} represents the version number": "正在安裝 Power Pages 產生器 (v{0})...",
"Learn more about Copilot": "深入了解 Copilot",
"Let Copilot help you code": "讓 Copilot 協助您撰寫程式碼",
+ "Login": "登入",
"Managed": "受控",
"Maximum 30 characters allowed": "最多允許 30 個字元",
"Microsoft wants your feeback": "Microsoft 想知道您的意見反應",
@@ -55,10 +66,11 @@
"No webpages found": "找不到網頁",
"No workspace folder found": "找不到工作區資料夾",
"One or more attribute names have been changed or removed. Contact your admin.": "一或多個屬性名稱已變更或移除。請連絡您的管理員。",
- "Open in Power Pages": "在 Power Pages 中開啟",
+ "Open in Power Pages studio": "在 Power Pages 工作室中開啟",
"Opening preview site...": "正在開啟預覽網站...",
"PAC Telemetry disabled": "PAC 遙測已停用",
"PAC Telemetry enabled": "PAC 遙測已啟用",
+ "PREVIEW": "預覽版",
"Page Template name cannot be empty.": "頁面範本名稱不可為空白。",
"Please enter a name for the content snippet.": "請輸入內容片段的名稱。",
"Please enter a name for the page template.": "請輸入頁面範本的名稱。",
@@ -73,12 +85,16 @@
"Select Folder for new PCF Control/Do not translate 'PCF' as it is a product name.": "為新的 PCF 控制項選取資料夾",
"Select Type": "選取類型",
"Selection is empty.": "選取項目是空的。",
+ "Selection is too large. Try making a shorter selection.": "選取範圍太大。請嘗試選取較小的範圍。",
"The Power Pages generator is ready for use in your VS Code extension!": "您已可在 VS Code 擴充功能中使用 Power Pages 產生器!",
"The name you want to give to this authentication profile": "您要為此驗證設定檔指定的名稱",
"The pac CLI is ready for use in your VS Code terminal!": "您已可在 VS Code 終端中使用 pac CLI!",
"There was a permissions problem with the server": "伺服器發生權限問題",
"There was a problem opening the workspace": "開啟工作區時發生問題",
"There’s a problem on the back end": "後端發生問題",
+ "Thumbs Down": "不滿意",
+ "Thumbs Up": "滿意",
+ "To know more, see Copilot in Power Pages documentation.": "若要進一步了解,請參閱 Power Pages 中的 Copilot 文件。",
"Try Copilot for Power Pages": "試用 Power Pages 的 Copilot",
"Try again": "再試一次",
"Unable to complete the request": "無法完成要求",
@@ -89,6 +105,10 @@
"Web files": "Web 檔案",
"Webfile(s) added successfully": "已成功新增 Web 檔案",
"Whether it’s HTML, CSS, JS, or Liquid code, just describe what you need and let AI build it for you.": "無論是 HTML、CSS、JS 或 Liquid 程式碼,只要描述您的需求,就可以交由 AI 為您建置。",
+ "Working on it...": "正在處理...",
+ "Write JavaScript code for form field validation to check phone field value is in the valid format.": "編寫用於表單欄位驗證的 JavaScript 程式碼,以檢查電話欄位值的格式是否有效。",
+ "Write JavaScript code to highlight the row where email field is empty in table list.": "編寫 JavaScript 程式碼以突出顯示資料表清單中電子郵件欄位為空白的資料列。",
+ "Write web API code to query active contact records.": "編寫 Web API 程式碼以查詢使用中連絡人記錄。",
"You are editing a live, public site ": "您正在編輯已上線、公開的網站",
"dotnet sdk 6.0 or greater must be installed/Do not translate 'dotnet' or 'sdk'": "必須安裝 DotNet SDK 6.0 或更新版本",
"{0} created!/{0} will be replaced by the entity type.": "{0} 已建立!"
diff --git a/loc/translations-import/vscode-powerplatform.cs.xlf b/loc/translations-import/vscode-powerplatform.cs.xlf
index 03702895..9aff66e6 100644
--- a/loc/translations-import/vscode-powerplatform.cs.xlf
+++ b/loc/translations-import/vscode-powerplatform.cs.xlf
@@ -18,6 +18,10 @@
Šablona webu se stejným názvem už existuje. Zadejte jiný název.
+
+
+ Obsah vygenerovaný umělou inteligencí může obsahovat chyby.
+
Aktivní ověřovací profil nebyl nalezen nebo vypršela jeho platnost. Pokud chcete vytvořit nový ověřovací profil, zadejte adresu URL prostředí.
@@ -91,6 +95,10 @@
Zkopírováno do schránky
+
+
+ Kopírovat do schránky
+
{0} will be replaced by the entity type.
@@ -140,6 +148,10 @@ Typ: {3}
Zadejte název šablony webu.
+
+
+ Vysvětlit následující fragment kódu:
+
{0} will be replaced by the error message.
@@ -161,6 +173,10 @@ Typ: {3}
Soubor se nepodařilo připravit k úpravám: {0}
+
+
+ Funkce není v této geografické oblasti povolena.
+
Načítá se soubor...
@@ -174,6 +190,30 @@ Typ: {3}
Soubory už existují. Nemáte žádné nové soubory k přidání.
+
+
+ ZAČÍNÁME
+
+
+
+ Zde je několik návrhů, které vám pomohou začít
+
+
+
+ Dobrý den!
+
+
+
+ Dobrý den! Když napíšete, co potřebujete, okamžitě se vygeneruje kód pro weby Power Pages. Chcete-li začít používat Copilota, přihlaste se ke svému účtu Microsoft.
+
+
+
+ Dobrý den! Váš účet Microsoft aktuálně nepodporuje Copilota. Podrobnosti vám sdělí správce.
+
+
+
+ Vložit kód do editoru
+
{0} represents the version number
@@ -187,6 +227,10 @@ Typ: {3}
Copilot vám pomůže s kódem
+
+
+ Přihlášení
+
Spravováno
@@ -259,9 +303,9 @@ Kód organizace: {3}
Některé názvy atributů byly změněny nebo odebrány. Obraťte se na správce.
-
-
- Otevřít v aplikaci Power Pages
+
+
+ Otevřít ve studiu Power Pages
@@ -275,6 +319,10 @@ Kód organizace: {3}
Telemetrie PAC je povolena.
+
+
+ PREVIEW
+
Název šablony stránky nemůže být prázdný.
@@ -300,6 +348,9 @@ Kód organizace: {3}
{0} represents the environment name
Copilot služby Power Pages je nyní připojen k prostředí: {0}: {1}
+
+
+
{0} represents the version number
@@ -309,6 +360,9 @@ Kód organizace: {3}
Zobrazit náhled webu
+
+
+
The {0} represents the profile type (Admin vs Dataverse)
@@ -335,6 +389,10 @@ Kód organizace: {3}
Výběr je prázdný.
+
+
+ Výběr je příliš velký. Zkuste vybrat méně položek.
+
Generátor Power Pages je připraven k použití v rozšíření editoru VS Code.
@@ -359,6 +417,18 @@ Kód organizace: {3}
U back-endu se vyskytl problém.
+
+
+ Palec dolů
+
+
+
+ Palec nahoru
+
+
+
+ Další informace najdete v dokumentaci <a href="https://go.microsoft.com/fwlink/?linkid=2206366"> Copilota v Power Pages.
+
Vyzkoušejte Copilota pro Power Pages
@@ -400,6 +470,22 @@ Kód organizace: {3}
Stačí popsat, co potřebujete, a umělá inteligence za vás vytvoří kód v jazyce HTML, CSS, JS nebo Liquid.
+
+
+ Pracuje se na tom...
+
+
+
+ Napsat kód JavaScriptu pro ověření pole formuláře kvůli kontrole, jestli má hodnota pole telefonu platný formát
+
+
+
+ Napsat kód JavaScriptu pro zvýraznění řádku, ve kterém je pole e-mailu v seznamu tabulek prázdné
+
+
+
+ Napsat kód webového rozhraní API pro dotazování aktivních záznamů kontaktů
+
Upravujete živý veřejný web
@@ -440,6 +526,14 @@ Další informace najdete v článku, který popisuje, jak se [vyhnout náhodný
Vymazat ověřovací profily
+
+
+ Vymazat konverzaci
+
+
+
+ Copilot v Power Pages
+
Zkopírovat zobrazované jméno
diff --git a/loc/translations-import/vscode-powerplatform.de.xlf b/loc/translations-import/vscode-powerplatform.de.xlf
index 385e0a8f..41564934 100644
--- a/loc/translations-import/vscode-powerplatform.de.xlf
+++ b/loc/translations-import/vscode-powerplatform.de.xlf
@@ -18,6 +18,10 @@
Eine Webvorlage mit demselben Namen ist bereits vorhanden. Geben Sie einen anderen Namen ein.
+
+
+ KI-generierte Inhalte können Fehler enthalten
+
Aktives Authentifizierungsprofil wurde nicht gefunden oder ist abgelaufen. Geben Sie die Umgebungs-URL ein, um ein neues Authentifizierungsprofil zu erstellen.
@@ -91,6 +95,10 @@
In Zwischenablage kopiert
+
+
+ In die Zwischenablage kopieren
+
{0} will be replaced by the entity type.
@@ -140,6 +148,10 @@ Typ: {3}
Namen der Webvorlage eingeben
+
+
+ Erläutern Sie den folgenden Codeausschnitt:
+
{0} will be replaced by the error message.
@@ -161,6 +173,10 @@ Typ: {3}
Fehler beim Vorbereiten der Datei für die Bearbeitung: {0}
+
+
+ Die Funktion ist für diesen geografischen Raum nicht aktiviert.
+
Datei wird abgerufen ...
@@ -174,6 +190,30 @@ Typ: {3}
Dateien sind bereits vorhanden. Es gibt keine neuen Dateien zum Hinzufügen.
+
+
+ ERSTE SCHRITTE
+
+
+
+ Hier einige Vorschläge für den Einstieg
+
+
+
+ Hallo
+
+
+
+ Hallo, generieren Sie Code für Power Pages-Websites, indem Sie die benötigten Informationen eingeben. Melden Sie sich bei Ihrem Microsoft-Konto an, um Copilot zu verwenden.
+
+
+
+ Hallo, Ihr Microsoft-Konto unterstützt Copilot derzeit nicht. Weitere Informationen erhalten Sie von Ihrem Administrator.
+
+
+
+ Code in Editor einfügen
+
{0} represents the version number
@@ -187,6 +227,10 @@ Typ: {3}
Von Copilot beim Codieren helfen lassen
+
+
+ Anmeldung
+
Verwaltet
@@ -259,9 +303,9 @@ Organisations-ID: {3}
Mindestens ein Attributname wurde geändert oder entfernt. Wenden Sie sich an den Administrator.
-
-
- In Power Pages öffnen
+
+
+ Im Power Pages-Studio öffnen
@@ -275,6 +319,10 @@ Organisations-ID: {3}
PAC-Telemetrie aktiviert
+
+
+ VORSCHAUVERSION
+
Seitenvorlagenname darf nicht leer sein.
@@ -300,6 +348,9 @@ Organisations-ID: {3}
{0} represents the environment name
Power Pages Copilot ist nun verbunden mit folgender Umgebung: {0} : {1}
+
+
+
{0} represents the version number
@@ -309,6 +360,9 @@ Organisations-ID: {3}
Site in der Vorschau anzeigen
+
+
+
The {0} represents the profile type (Admin vs Dataverse)
@@ -335,6 +389,10 @@ Organisations-ID: {3}
Auswahl ist leer.
+
+
+ Die Auswahl ist zu groß. Versuchen Sie, eine kürzere Auswahl zu treffen.
+
Der Power Pages-Generator ist in Ihrer VS Code-Erweiterung zur Verwendung bereit!
@@ -359,6 +417,18 @@ Organisations-ID: {3}
Problem mit dem Backend
+
+
+ Daumen runter
+
+
+
+ Daumen hoch
+
+
+
+ Weitere Informationen finden Sie in der <a href="https://go.microsoft.com/fwlink/?linkid=2206366">Copilot in Power Pages-Dokumentation.
+
Copilot für Power Pages testen
@@ -400,6 +470,22 @@ Organisations-ID: {3}
Ob es sich um HTML-, CSS-, JS- oder Liquid-Code handelt, beschreiben Sie einfach, was Sie benötigen, und lassen Sie es von KI für Sie erstellen.
+
+
+ Wir arbeiten daran ...
+
+
+
+ Schreiben Sie JavaScript-Code für die Formularfeldüberprüfung, um zu ermitteln, ob der Wert des Telefonfelds im gültigen Format liegt.
+
+
+
+ Schreiben Sie JavaScript-Code, um die Zeile hervorzuheben, in der das E-Mail-Feld in der Tabellenliste leer ist.
+
+
+
+ Schreiben Sie Web-API-Code, um aktive Kontaktdatensätze zu abfragen.
+
Sie bearbeiten eine öffentliche Live-Website
@@ -440,6 +526,14 @@ Weitere Informationen finden Sie unter [Versehentliches Überschreiben verhinder
Authentifizierungsprofile löschen
+
+
+ Unterhaltung schließen
+
+
+
+ Copilot in Power Pages
+
Anzeigename kopieren
diff --git a/loc/translations-import/vscode-powerplatform.es.xlf b/loc/translations-import/vscode-powerplatform.es.xlf
index 9cb24043..250e334a 100644
--- a/loc/translations-import/vscode-powerplatform.es.xlf
+++ b/loc/translations-import/vscode-powerplatform.es.xlf
@@ -18,6 +18,10 @@
Ya existe una plantilla web con el mismo nombre. Especifique otro nombre.
+
+
+ El contenido generado por IA puede contener errores
+
El perfil de autenticación activo no se encuentra o ha expirado. Para crear un nuevo perfil de autenticación, introduzca la dirección URL del entorno.
@@ -91,6 +95,10 @@
Copiado al portapapeles.
+
+
+ Copiar al Portapapeles
+
{0} will be replaced by the entity type.
@@ -140,6 +148,10 @@ Tipo: {3}
Escriba el nombre de la plantilla web
+
+
+ Explique el siguiente fragmento de código:
+
{0} will be replaced by the error message.
@@ -161,6 +173,10 @@ Tipo: {3}
No se pudo preparar el archivo para su edición: {0}
+
+
+ La característica no está habilitada para esta geoárea.
+
Capturando su archivo...
@@ -174,6 +190,30 @@ Tipo: {3}
Los archivos ya existen. No hay archivos nuevos que agregar
+
+
+ INTRODUCCIÓN
+
+
+
+ Aquí le presentamos algunas sugerencias para empezar
+
+
+
+ Hola
+
+
+
+ ¡Hola! Genere al instante código para sitios de Power Pages escribiendo lo que necesita. Para empezar a usar Copilot, inicie sesión en su cuenta Microsoft.
+
+
+
+ ¡Hola! Su cuenta Microsoft no admite actualmente Copilot. Póngase en contacto con su administrador para obtener más información.
+
+
+
+ Insertar código en el editor
+
{0} represents the version number
@@ -187,6 +227,10 @@ Tipo: {3}
Deje que Copilot le ayude a programar
+
+
+ Inicio de sesión
+
Administrado
@@ -259,9 +303,9 @@ Id. de organización: {3}
Se han cambiado o quitado uno o más nombres de atributo. Póngase en contacto con su administrador.
-
-
- Abrir en Power Pages
+
+
+ Abrir en el estudio de Power Pages
@@ -275,6 +319,10 @@ Id. de organización: {3}
Telemetría de PAC habilitada
+
+
+ VERSIÓN PRELIMINAR
+
El nombre de la plantilla de página no puede estar vacío.
@@ -300,6 +348,9 @@ Id. de organización: {3}
{0} represents the environment name
Power Pages Copilot está conectado ahora al entorno {0}: {1}
+
+
+
{0} represents the version number
@@ -309,6 +360,9 @@ Id. de organización: {3}
Sitio de versión preliminar
+
+
+
The {0} represents the profile type (Admin vs Dataverse)
@@ -335,6 +389,10 @@ Id. de organización: {3}
La selección está vacía.
+
+
+ La selección es demasiado grande. Intente acortar la selección.
+
¡El generador de Power Pages ya se puede usar en su extensión de VS Code!
@@ -359,6 +417,18 @@ Id. de organización: {3}
Hay un problema en el back-end
+
+
+ Pulgar hacia abajo
+
+
+
+ Pulgar hacia arriba
+
+
+
+ Para obtener más información, consulte la <a href="https://go.microsoft.com/fwlink/?linkid=2206366">documentación de Copilot en Power Pages.
+
Pruebe Copilot para Power Pages
@@ -400,6 +470,22 @@ Id. de organización: {3}
Ya se trate de código HTML, CSS, JS o Liquid, describa lo que necesita y deje que la IA lo cree por usted.
+
+
+ En proceso...
+
+
+
+ Escriba código JavaScript para validar el campo del formulario de forma que se compruebe que el valor del campo de teléfono tiene el formato válido.
+
+
+
+ Escriba código JavaScript para resaltar la fila en la que el campo de correo electrónico está vacío en la lista de tablas.
+
+
+
+ Escriba código de API web para consultar los registros de contactos activos.
+
Está editando un sitio público activo
@@ -440,6 +526,14 @@ Para obtener más información, visite [Evitar sobrescrituras accidentales](comm
Borrar perfiles de autenticación
+
+
+ Borrar conversación
+
+
+
+ Copiloto en Power Pages
+
Copiar nombre para mostrar
diff --git a/loc/translations-import/vscode-powerplatform.fr.xlf b/loc/translations-import/vscode-powerplatform.fr.xlf
index 31d834fa..ea805353 100644
--- a/loc/translations-import/vscode-powerplatform.fr.xlf
+++ b/loc/translations-import/vscode-powerplatform.fr.xlf
@@ -18,6 +18,10 @@
Un modèle web portant le même nom existe déjà. Veuillez entrer un nom différent.
+
+
+ Le contenu généré par l’IA peut contenir des erreurs
+
Le profil d’authentification actif est introuvable ou a expiré. Pour créer un profil d’authentification, entrez l’URL de l’environnement.
@@ -91,6 +95,10 @@
Copié dans le Presse-papiers !
+
+
+ Copier dans le presse-papiers
+
{0} will be replaced by the entity type.
@@ -140,6 +148,10 @@ Type : {3}
Entrer le nom du modèle web
+
+
+ Expliquez l’extrait de code suivant :
+
{0} will be replaced by the error message.
@@ -161,6 +173,10 @@ Type : {3}
Impossible de préparer le fichier pour la modification : {0}
+
+
+ La fonctionnalité n’est pas activée pour cette zone géographique.
+
Récupération de votre fichier en cours...
@@ -174,6 +190,30 @@ Type : {3}
Le ou les fichiers existent déjà. Aucun nouveau fichier à ajouter
+
+
+ DÉMARRAGE
+
+
+
+ Voici quelques suggestions pour vous aider à vous lancer
+
+
+
+ Bonjour
+
+
+
+ Salut ! Générez instantanément le code des sites Power Pages en tapant ce dont vous avez besoin. Pour commencer à utiliser Copilot, connectez-vous à votre compte Microsoft.
+
+
+
+ Salut ! Actuellement, votre compte Microsoft ne prend pas en charge Copilot. Pour plus de détails, contactez votre administrateur.
+
+
+
+ Insérer un code dans l’éditeur
+
{0} represents the version number
@@ -187,6 +227,10 @@ Type : {3}
Laissez Copilot vous aider à coder
+
+
+ Connexion
+
Géré
@@ -259,9 +303,9 @@ ID d’organisation : {3}
Un ou plusieurs noms d’attribut ont été modifiés ou supprimés. Contactez votre administrateur.
-
-
- Ouvrir dans Power Pages
+
+
+ Ouvrir dans le studio Power Pages
@@ -275,6 +319,10 @@ ID d’organisation : {3}
Télémétrie PAC activée
+
+
+ VERSION PRÉLIMINAIRE
+
Le nom du modèle de page ne peut pas être vide.
@@ -300,6 +348,9 @@ ID d’organisation : {3}
{0} represents the environment name
Power Pages Copilot est désormais connecté à l’environnement : {0} : {1}
+
+
+
{0} represents the version number
@@ -309,6 +360,9 @@ ID d’organisation : {3}
Afficher l’aperçu du site
+
+
+
The {0} represents the profile type (Admin vs Dataverse)
@@ -335,6 +389,10 @@ ID d’organisation : {3}
La sélection est vide.
+
+
+ La sélection est trop grande. Essayez d’effectuer une sélection plus petite.
+
Le générateur Power Pages est prêt à être utilisé dans votre extension VS Code !
@@ -359,6 +417,18 @@ ID d’organisation : {3}
Problème dans le back end
+
+
+ Pouce vers le bas
+
+
+
+ Pouce vers le haut
+
+
+
+ Pour en savoir plus, consultez <a href="https://go.microsoft.com/fwlink/?linkid=2206366">la documentation Copilot dans Power Pages.
+
Essayer Copilot pour Power Pages
@@ -400,6 +470,22 @@ ID d’organisation : {3}
Que ce soit du code HTML, CSS, JS ou Liquid, décrivez simplement ce dont vous avez besoin et laissez l’IA le créer pour vous.
+
+
+ Traitement en cours…
+
+
+
+ Ecrivez le code JavaScript pour la validation du champ du formulaire pour vérifier que la valeur du champ téléphone a le format valide.
+
+
+
+ Ecrivez le code JavaScript pour mettre en surbrillance la ligne dans laquelle le champ de courrier électronique est vide dans la liste de tables.
+
+
+
+ Écrivez un code d’API web pour interroger des enregistrements de contacts actifs.
+
Vous modifiez un site public actif
@@ -440,6 +526,14 @@ Pour en savoir plus, visitez [Éviter les remplacements accidentels](command:pow
Effacer les profils d’authentification
+
+
+ Effacer la conversation
+
+
+
+ Copilot dans Power Pages
+
Copier le nom complet
diff --git a/loc/translations-import/vscode-powerplatform.it.xlf b/loc/translations-import/vscode-powerplatform.it.xlf
index bb0e8168..47e342f6 100644
--- a/loc/translations-import/vscode-powerplatform.it.xlf
+++ b/loc/translations-import/vscode-powerplatform.it.xlf
@@ -18,6 +18,10 @@
Esiste già un webtemplate con lo stesso nome. Immetti un nome diverso.
+
+
+ Il contenuto generato dall'IA contiene errori
+
Profilo di autenticazione attivo non trovato o scaduto. Per creare un nuovo profilo di autenticazione, immetti l'URL dell'ambiente.
@@ -91,6 +95,10 @@
Copiato negli Appunti.
+
+
+ Copia negli Appunti
+
{0} will be replaced by the entity type.
@@ -140,6 +148,10 @@ Tipo: {3}
Immetti il nome del modello Web
+
+
+ Spiega il frammento di codice seguente:
+
{0} will be replaced by the error message.
@@ -161,6 +173,10 @@ Tipo: {3}
Impossibile preparare il file per la modifica: {0}
+
+
+ La funzionalità non è abilitata per questa area geografica.
+
Recupero del file in corso...
@@ -174,6 +190,30 @@ Tipo: {3}
I file esistono già. Nessun nuovo file da aggiungere
+
+
+ ATTIVITÀ INIZIALI
+
+
+
+ Ecco alcuni suggerimenti per iniziare
+
+
+
+ Ciao
+
+
+
+ Ciao! Genera immediatamente il codice per i siti di Power Pages digitando ciò che ti serve. Per iniziare a utilizzare Copilot, accedi al tuo account Microsoft.
+
+
+
+ Ciao! Il tuo account Microsoft non supporta attualmente Copilot. Per i dettagli, contatta l'amministratore.
+
+
+
+ Inserisci codice nell'editor
+
{0} represents the version number
@@ -187,6 +227,10 @@ Tipo: {3}
Consenti a Copilot di aiutarti con il codice
+
+
+ Accesso
+
Gestita
@@ -259,9 +303,9 @@ ID organizzazione: {3}
Uno o più nomi di attributo sono stati modificati o rimossi. Contatta l'amministratore.
-
-
- Apri in Power Pages
+
+
+ Apri nello studio di Power Pages
@@ -275,6 +319,10 @@ ID organizzazione: {3}
Telemetria PAC abilitata
+
+
+ ANTEPRIMA
+
Il nome del modello di pagina non può essere vuoto.
@@ -300,6 +348,9 @@ ID organizzazione: {3}
{0} represents the environment name
Copilot di Power Pages è ora connesso all'ambiente: {0}: {1}
+
+
+
{0} represents the version number
@@ -309,6 +360,9 @@ ID organizzazione: {3}
Sito in anteprima
+
+
+
The {0} represents the profile type (Admin vs Dataverse)
@@ -335,6 +389,10 @@ ID organizzazione: {3}
Selezione vuota.
+
+
+ La selezione è troppo ampia. Provare a eseguire una selezione più breve.
+
Il generatore Power Pages è pronto per l'utilizzo nell'estensione VS Code.
@@ -359,6 +417,18 @@ ID organizzazione: {3}
C'è™un problema nel back-end
+
+
+ Pollice giù
+
+
+
+ Pollice su
+
+
+
+ Per altre informazioni, vedi la <a href="https://go.microsoft.com/fwlink/?linkid=2206366">documentazione di Copilot in Power Pages.
+
Prova Copilot per Power Pages
@@ -400,6 +470,22 @@ ID organizzazione: {3}
Che si tratti di codice HTML, CSS, JS o Liquid, descrivi ciò che ti serve e lascia che se ne occupi l'intelligenza artificiale.
+
+
+ Operazione in corso...
+
+
+
+ Scrivi codice JavaScript per la convalida del campo del modulo per verificare che il valore del campo telefono sia nel formato valido.
+
+
+
+ Scrivi codice JavaScript per evidenziatore la riga in cui il campo del messaggio e-mail è vuoto nell'elenco delle tabelle.
+
+
+
+ Scrivi codice API Web per eseguire una query sui record del contatto attivi.
+
Stai modificando un sito pubblico live
@@ -440,6 +526,14 @@ Per altre informazioni, visita [Impedire le modifiche accidentali](command:power
Cancella profili di autenticazione
+
+
+ Cancella conversazione
+
+
+
+ Copilot in Power Pages
+
Copia nome visualizzato
diff --git a/loc/translations-import/vscode-powerplatform.ja.xlf b/loc/translations-import/vscode-powerplatform.ja.xlf
index 9c53e567..c5f72b16 100644
--- a/loc/translations-import/vscode-powerplatform.ja.xlf
+++ b/loc/translations-import/vscode-powerplatform.ja.xlf
@@ -18,6 +18,10 @@
同じ名前の Web テンプレートが既に存在します。別の名前を入力してください。
+
+
+ AI で生成されたコンテンツは間違いを含む可能性があります
+
アクティブな認証プロファイルが見つからないか、または有効期限が切れています。新しい認証プロファイルを作成する際は、環境 URL を入力します。
@@ -91,6 +95,10 @@
クリップボードにコピーしました!
+
+
+ クリップボードにコピー
+
{0} will be replaced by the entity type.
@@ -140,6 +148,10 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
Web テンプレートの名前を入力します
+
+
+ 次のコード スニペットについて説明します:
+
{0} will be replaced by the error message.
@@ -161,6 +173,10 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
ファイルの編集準備に失敗しました: {0}
+
+
+ この地域では機能が有効化されていません。
+
ファイルを取得しています...
@@ -174,6 +190,30 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
ファイルは既に存在します。追加する新しいファイルはありません
+
+
+ 開始する
+
+
+
+ 開始時に役立つ提案をいくつか挙げます
+
+
+
+ こんにちは
+
+
+
+ 必要な情報を入力すると、即座に Power Pages サイトのコードが生成されます。Copilot の使用を開始する場合は、Microsoft アカウントにログインします。
+
+
+
+ お使いの Microsoft アカウントは現在 Copilot に対応していません。詳細については管理者にお問い合わせください。
+
+
+
+ コードをエディターに挿入する
+
{0} represents the version number
@@ -187,6 +227,10 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
Copilot でコーディングをサポートします
+
+
+ ログイン
+
マネージド
@@ -259,9 +303,9 @@ URL: {1}
1 つ以上の属性名が変更または削除されています。管理者にお問い合わせください。
-
-
- Power Pages で開く
+
+
+ Power Pages スタジオで開く
@@ -275,6 +319,10 @@ URL: {1}
PAC テレメトリが有効になりました
+
+
+ プレビュー
+
ページ テンプレート名を空にすることはできません。
@@ -300,6 +348,9 @@ URL: {1}
{0} represents the environment name
Power Pages Copilot が現在接続されている環境: {0} : {1}
+
+
+
{0} represents the version number
@@ -309,6 +360,9 @@ URL: {1}
プレビュー サイト
+
+
+
The {0} represents the profile type (Admin vs Dataverse)
@@ -335,6 +389,10 @@ URL: {1}
選択内容が空です。
+
+
+ 選択項目が多すぎます。選択する数を減らしてください。
+
Power Pages ジェネレーターは、VS Code 拡張機能での使用準備が完了しています。
@@ -359,6 +417,18 @@ URL: {1}
バック エンドに問題があります
+
+
+ 低評価
+
+
+
+ 高評価
+
+
+
+ 詳細については <a href="https://go.microsoft.com/fwlink/?linkid=2206366">Power Pages の Copilot に関するドキュメントを参照してください。
+
Power Pages の Copilot を試す
@@ -400,6 +470,22 @@ URL: {1}
HTML、CSS、JS、または Liquid コードのいずれであっても、必要事項を説明して、AI にコードを構築させましょう。
+
+
+ 処理しています...
+
+
+
+ フォームのフィールドを検証する JavaScript コードを記述し、電話番号フィールドの値の形式が有効であることを確認します。
+
+
+
+ メール フィールドが空である行をテーブル リストで強調表示する JavaScript コードを作成します。
+
+
+
+ アクティブな連絡先レコードをクエリする Web API コードを記述します。
+
ライブのパブリック サイトを編集中です
@@ -440,6 +526,14 @@ The fifth line should be '[TRANSLATION HERE](command:powerplatform-walkthrough.s
認証プロファイルのクリア
+
+
+ 会話をクリアする
+
+
+
+ Power Pages の Copilot
+
表示名のコピー
diff --git a/loc/translations-import/vscode-powerplatform.ko.xlf b/loc/translations-import/vscode-powerplatform.ko.xlf
index f6323da0..efb629e4 100644
--- a/loc/translations-import/vscode-powerplatform.ko.xlf
+++ b/loc/translations-import/vscode-powerplatform.ko.xlf
@@ -18,6 +18,10 @@
같은 이름의 웹 템플릿이 이미 있습니다. 다른 이름을 입력하세요.
+
+
+ AI 생성 콘텐츠에는 오류가 있을 수 있습니다
+
활성 인증 프로필을 찾을 수 없거나 만료되었습니다. 새 인증 프로필을 만들려면 환경 URL을 입력하세요.
@@ -91,6 +95,10 @@
클립보드에 복사되었습니다.
+
+
+ 클립보드로 복사
+
{0} will be replaced by the entity type.
@@ -140,6 +148,10 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
웹 템플릿의 이름 입력
+
+
+ 다음 코드 조각 설명:
+
{0} will be replaced by the error message.
@@ -161,6 +173,10 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
다음을 편집할 파일을 준비하지 못했습니다. {0}
+
+
+ 기능이 이 지역에 대해 기능을 사용할 수 없습니다.
+
파일을 가져오는 중...
@@ -174,6 +190,30 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
파일이 이미 있습니다. 추가할 새 파일이 없습니다.
+
+
+ 시작
+
+
+
+ 시작하기 위한 몇 가지 제안입니다
+
+
+
+ 안녕하세요
+
+
+
+ 안녕하세요! 필요한 것을 입력하여 Power Pages 사이트의 코드를 즉시 생성합니다. Copilot을 사용하려면 Microsoft 계정에 로그인하세요.
+
+
+
+ 안녕하세요! Microsoft 계정이 현재 Copilot을 지원하지 않습니다. 자세한 내용은 관리자에게 문의하세요.
+
+
+
+ 편집기에 코드 삽입
+
{0} represents the version number
@@ -187,6 +227,10 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
코딩에 Copilot 도움받기
+
+
+ 로그인
+
관리형
@@ -259,9 +303,9 @@ URL: {1}
하나 이상의 특성 이름이 변경되거나 제거되었습니다. 관리자에게 문의하세요.
-
-
- Power Pages에서 열기
+
+
+ Power Pages 스튜디오에서 열기
@@ -275,6 +319,10 @@ URL: {1}
PAC 원격 분석 사용 설정됨
+
+
+ 프리뷰
+
페이지 템플릿 이름은 반드시 입력해야 합니다.
@@ -300,6 +348,9 @@ URL: {1}
{0} represents the environment name
이제 Power Pages Copilot이 환경에 연결됩니다. {0} : {1}
+
+
+
{0} represents the version number
@@ -309,6 +360,9 @@ URL: {1}
사이트 프리뷰
+
+
+
The {0} represents the profile type (Admin vs Dataverse)
@@ -335,6 +389,10 @@ URL: {1}
선택이 비어 있습니다.
+
+
+ 너무 많이 선택했습니다. 더 짧은 선택을 시도하세요.
+
VS Code 확장에서 Power Pages 생성기를 사용할 준비가 되었습니다.
@@ -359,6 +417,18 @@ URL: {1}
백 엔드에 문제가 있습니다
+
+
+ 싫어요
+
+
+
+ 좋아요
+
+
+
+ 자세한 내용은 <a href="https://go.microsoft.com/fwlink/?linkid=2206366">Power Pages 설명서에서 Copilot을 참조하세요.
+
Power Pages에 Copilot 사용해 보기
@@ -400,6 +470,22 @@ URL: {1}
HTML, CSS, JS, Liquid 등 필요한 코드를 설명하면 AI가 대신 만들어줍니다.
+
+
+ 작업하는 중…
+
+
+
+ 전화 필드 값이 올바른 형식을 검사하기 위해 양식 필드 유효성 검사에 사용할 JavaScript 코드를 씁니다.
+
+
+
+ 이메일 필드가 테이블 목록에 비어 있는 행을 강조 표시하는 JavaScript 코드를 작성합니다.
+
+
+
+ 활성 연락처 레코드를 쿼리하는 웹 API 코드를 작성합니다.
+
라이브 상태인 공개 사이트를 편집하고 있습니다.
@@ -440,6 +526,14 @@ The fifth line should be '[TRANSLATION HERE](command:powerplatform-walkthrough.s
인증 프로필 지우기
+
+
+ 대화 삭제
+
+
+
+ Power Pages의 Copilot
+
표시 이름 복사
diff --git a/loc/translations-import/vscode-powerplatform.pt-BR.xlf b/loc/translations-import/vscode-powerplatform.pt-BR.xlf
index c59dc5cf..ebf172c3 100644
--- a/loc/translations-import/vscode-powerplatform.pt-BR.xlf
+++ b/loc/translations-import/vscode-powerplatform.pt-BR.xlf
@@ -18,6 +18,10 @@
Já existe um modelo da Web com o mesmo nome. Insira um nome diferente.
+
+
+ O conteúdo gerado por IA pode conter erros
+
O perfil de autenticação ativo não foi encontrado ou expirou. Para criar um novo perfil de autenticação, insira a URL do ambiente.
@@ -91,6 +95,10 @@
Copiado na área de transferência!
+
+
+ Copiar para área de transferência
+
{0} will be replaced by the entity type.
@@ -140,6 +148,10 @@ Tipo: {3}
Inserir o nome do modelo da Web
+
+
+ Explique o seguinte trecho de código:
+
{0} will be replaced by the error message.
@@ -161,6 +173,10 @@ Tipo: {3}
Falha ao preparar o arquivo para edição: {0}
+
+
+ O recurso não está habilitado para esta área geográfica.
+
Buscando seu arquivo...
@@ -174,6 +190,30 @@ Tipo: {3}
Os arquivos já existem. Nenhum novo arquivo a adicionar
+
+
+ INTRODUÇÃO
+
+
+
+ Veja algumas sugestões para começar
+
+
+
+ Olá
+
+
+
+ Olá! Gere instantaneamente código para sites do Power Pages ao digitar o que você precisa. Para começar a utilizar o Copilot, inicie sessão na sua conta Microsoft.
+
+
+
+ Olá! No momento,sua conta Microsoft não oferece suporte ao Copilot. Contate o administrador para obter detalhes.
+
+
+
+ Inserir código no editor
+
{0} represents the version number
@@ -187,6 +227,10 @@ Tipo: {3}
Permitir que o Copilot ajude você a codificar
+
+
+ Logon
+
Gerenciado(a)
@@ -259,9 +303,9 @@ ID da Organização: {3}
Um ou mais nomes de atributos foram alterados ou removidos. Contate o administrador.
-
-
- Abrir no Power Pages
+
+
+ Abrir no estúdio do Power Pages
@@ -275,6 +319,10 @@ ID da Organização: {3}
Telemetria de PAC habilitada
+
+
+ VERSÃO PRELIMINAR
+
O nome do Modelo de Página não pode ficar vazio.
@@ -300,6 +348,9 @@ ID da Organização: {3}
{0} represents the environment name
O Power Pages Copilot está conectado ao ambiente: {0}: {1}
+
+
+
{0} represents the version number
@@ -309,6 +360,9 @@ ID da Organização: {3}
Site da versão preliminar
+
+
+
The {0} represents the profile type (Admin vs Dataverse)
@@ -335,6 +389,10 @@ ID da Organização: {3}
A seleção está vazia.
+
+
+ A seleção é muito grande. Tente fazer uma seleção mais curta.
+
O gerador do Power Pages está pronto para uso na sua extensão do VS Code.
@@ -359,6 +417,18 @@ ID da Organização: {3}
Há um problema no back-end
+
+
+ Polegar para Baixo
+
+
+
+ Polegar para Cima
+
+
+
+ Para saber mais, consulte a <a href="https://go.microsoft.com/fwlink/?linkid=2206366">documentação do Copilot no Power Pages.
+
Testar o Copilot para Power Pages
@@ -400,6 +470,22 @@ ID da Organização: {3}
Seja código HTML, CSS, JS ou Liquid, descreva apenas o que é necessário e deixe a IA criá-lo para você.
+
+
+ Trabalhando nisto...
+
+
+
+ Escreva um código JavaScript para validação de campo de formulário para verificar se o valor do campo de telefone está no formato válido.
+
+
+
+ Escreva um código JavaScript para realçar a linha onde o campo de email está vazio na lista de tabelas.
+
+
+
+ Escreva o código da API Web para consultar os registros de contato ativos.
+
Você está editando um site público ativo
@@ -440,6 +526,14 @@ Para saber mais, visite [Evitar substituições acidentais](command:powerplatfor
Limpar Perfis de Autenticação
+
+
+ Limpar Conversa
+
+
+
+ Copilot no Power Pages
+
Copiar Nome de Exibição
diff --git a/loc/translations-import/vscode-powerplatform.ru.xlf b/loc/translations-import/vscode-powerplatform.ru.xlf
index 28095f33..4f56eebc 100644
--- a/loc/translations-import/vscode-powerplatform.ru.xlf
+++ b/loc/translations-import/vscode-powerplatform.ru.xlf
@@ -18,6 +18,10 @@
Веб-шаблон с таким именем уже существует. Введите другое имя.
+
+
+ Созданный ИИ контент может содержать ошибки
+
Активный профиль проверки подлинности не найден или истек срок его действия. Чтобы создать новый профиль проверки подлинности, введите URL-адрес среды.
@@ -91,6 +95,10 @@
Скопировано в буфер обмена.
+
+
+ Копировать в буфер обмена
+
{0} will be replaced by the entity type.
@@ -140,6 +148,10 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
Введите имя веб-шаблона
+
+
+ Объясните следующий фрагмент кода:
+
{0} will be replaced by the error message.
@@ -161,6 +173,10 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
Не удалось получить файл для редактирования: {0}
+
+
+ Функция не включена для этого региона.
+
Извлечение файла...
@@ -174,6 +190,30 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
Файлы уже существуют. Нет новых файлов для добавления
+
+
+ НАЧАЛО РАБОТЫ
+
+
+
+ Вот несколько предложений для начала работы
+
+
+
+ Здравствуйте!
+
+
+
+ Здравствуйте. Вы можете мгновенно генерировать код для сайтов Power Pages, вводя свой запрос. Чтобы начать работу с Copilot, войдите в учетную запись Майкрософт.
+
+
+
+ Здравствуйте. В данный момент ваша учетная запись Майкрософт не поддерживает Copilot. Для получения более подробной информации обратитесь к администратору.
+
+
+
+ Вставить код в редактор
+
{0} represents the version number
@@ -187,6 +227,10 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
Copilot поможет вам писать код
+
+
+ Войти
+
Управляемые
@@ -259,9 +303,9 @@ URL-адрес: {1}
Одно или несколько имен атрибутов были изменены или удалены. Обратитесь к администратору.
-
-
- Открыть в Power Pages
+
+
+ Открыть в студии Power Pages
@@ -275,6 +319,10 @@ URL-адрес: {1}
Телеметрия PAC включена
+
+
+ ПРЕДВАРИТЕЛЬНАЯ ВЕРСИЯ
+
Имя шаблона страницы не может быть пустым.
@@ -300,6 +348,9 @@ URL-адрес: {1}
{0} represents the environment name
Power Pages Copilot теперь подключен к среде: {0} : {1}
+
+
+
{0} represents the version number
@@ -309,6 +360,9 @@ URL-адрес: {1}
Предварительная версия сайта
+
+
+
The {0} represents the profile type (Admin vs Dataverse)
@@ -335,6 +389,10 @@ URL-адрес: {1}
Ничего не выбрано.
+
+
+ Слишком большой фрагмент. Попробуйте сократить его.
+
Генератор Power Pages готов к использованию в расширении VS Code.
@@ -359,6 +417,18 @@ URL-адрес: {1}
Возникла проблема на сервере
+
+
+ Не нравится
+
+
+
+ Нравится
+
+
+
+ Подробнее см. в документации по <a href="https://go.microsoft.com/fwlink/?linkid=2206366">Copilot в Power Pages.
+
Попробуйте Copilot для Power Pages
@@ -400,6 +470,22 @@ URL-адрес: {1}
Неважно, создаете вы код HTML, CSS, JS или Liquid, просто опишите свою задачу и ИИ сгенерирует код за вас.
+
+
+ Идет работа...
+
+
+
+ Напишите код JavaScript для проверки формата поля с номером телефона в форме.
+
+
+
+ Напишите код JavaScript, чтобы выделить строку, в которой поле адреса электронной почты пусто в списке таблиц.
+
+
+
+ Напишите код веб-API для запроса активных записей контактов.
+
Вы редактируете опубликованный открытый сайт
@@ -440,6 +526,14 @@ The fifth line should be '[TRANSLATION HERE](command:powerplatform-walkthrough.s
Удаление профилей проверки подлинности
+
+
+ Удалить разговор
+
+
+
+ Copilot в Power Pages
+
Копировать отображаемое имя
diff --git a/loc/translations-import/vscode-powerplatform.tr.xlf b/loc/translations-import/vscode-powerplatform.tr.xlf
index c57d34f5..e4673d65 100644
--- a/loc/translations-import/vscode-powerplatform.tr.xlf
+++ b/loc/translations-import/vscode-powerplatform.tr.xlf
@@ -18,6 +18,10 @@
Aynı ada sahip bir web şablonu zaten var. Lütfen farklı bir ad girin.
+
+
+ AI tarafından oluşturulan içeriklerde hatalar olabilir
+
Etkin kimlik doğrulama profili bulunamadı veya süresi dolmuş. Yeni bir kimlik doğrulama profili oluşturmak için ortam URL'sini girin.
@@ -91,6 +95,10 @@
Panoya kopyalandı!
+
+
+ Panoya kopyala
+
{0} will be replaced by the entity type.
@@ -140,6 +148,10 @@ Tür: {3}
Web şablonunun adını girin
+
+
+ Şu kod parçacığını açıkla:
+
{0} will be replaced by the error message.
@@ -161,6 +173,10 @@ Tür: {3}
Dosya düzenlenmek üzere alınamadı: {0}
+
+
+ Özellik bu coğrafya için etkin değil.
+
Dosyanız alınıyor...
@@ -174,6 +190,30 @@ Tür: {3}
Dosyalar zaten mevcut. Eklenecek yeni dosya yok.
+
+
+ KULLANMAYA BAŞLAMA
+
+
+
+ Kullanmaya başlamanızı sağlayacak birkaç öneriye göz atın
+
+
+
+ Merhaba
+
+
+
+ Merhaba! Neye ihtiyacınız olduğunu yazarak Power Pages siteleri için anında kod oluşturun. Microsoft hesabınızla oturum açarak Copilot'ı kullanmaya başlayın.
+
+
+
+ Merhaba! Microsoft hesabınız şu anda Copilot'ı desteklemiyor. Ayrıntılar için yöneticinize ulaşın.
+
+
+
+ Kodu düzenleyiciye ekle
+
{0} represents the version number
@@ -187,6 +227,10 @@ Tür: {3}
Copilot kodlamanıza yardımcı olsun
+
+
+ Oturum aç
+
Yönetilen
@@ -259,9 +303,9 @@ Kuruluş Kimliği: {3}
Bir veya daha fazla öznitelik adı değiştirildi veya kaldırıldı. Yöneticinizle iletişime geçin.
-
-
- Power Pages'te aç
+
+
+ Power Pages studyosunda aç
@@ -275,6 +319,10 @@ Kuruluş Kimliği: {3}
PAC Telemetrisi etkinleştirildi
+
+
+ ÖNİZLEME
+
Sayfa Şablonu adı boş olamaz.
@@ -300,6 +348,9 @@ Kuruluş Kimliği: {3}
{0} represents the environment name
Power Pages Copilot artık şu ortama bağlıdır: {0}: {1}
+
+
+
{0} represents the version number
@@ -309,6 +360,9 @@ Kuruluş Kimliği: {3}
Siteyi önizle
+
+
+
The {0} represents the profile type (Admin vs Dataverse)
@@ -335,6 +389,10 @@ Kuruluş Kimliği: {3}
Seçim boş.
+
+
+ Seçim çok büyük. Daha kısa bir seçim yapmayı deneyin.
+
Power Pages oluşturucusu, VS Code uzantınızda kullanıma hazır!
@@ -359,6 +417,18 @@ Kuruluş Kimliği: {3}
Arka uçta bir sorun oluştu
+
+
+ Olumsuz Görüş
+
+
+
+ Olumlu Görüş
+
+
+
+ Daha fazla bilgi için <a href="https://go.microsoft.com/fwlink/?linkid=2206366">Power Pages'da Copilot belgelerine bakın.
+
Power Pages için Copilot'ı deneyin
@@ -400,6 +470,22 @@ Kuruluş Kimliği: {3}
İster HTML, CSS, JS ister Liquid kodu olsun neye ihtiyacınız olduğunu açıklamanız yeterlidir; AI bunu sizin için oluşturur.
+
+
+ Üzerinde çalışılıyor...
+
+
+
+ Form alanı doğrulaması için JavaScript kodu yazarak telefon alanı değerinin geçerli biçimde olup olmadığını kontrol edin.
+
+
+
+ Tablo listesinde e-posta alanın boş olduğu satırı vurgulamak için JavaScript kodu yazın.
+
+
+
+ Etkin ilgili kişi kayıtlarını sorgulamak için web API'si kodu yazın.
+
Yayında olan, herkese açık bir siteyi düzenliyorsunuz
@@ -440,6 +526,14 @@ Daha fazla bilgi edinmek için [Yanlışlıkla üzerine yazılmasını önleme](
Kimlik Doğrulama Profillerini Temizle
+
+
+ Konuşmayı Temizle
+
+
+
+ Power Pages'da Copilot
+
Görünen Adı Kopyala
diff --git a/loc/translations-import/vscode-powerplatform.zh-CN.xlf b/loc/translations-import/vscode-powerplatform.zh-CN.xlf
index aa9325df..cc28128e 100644
--- a/loc/translations-import/vscode-powerplatform.zh-CN.xlf
+++ b/loc/translations-import/vscode-powerplatform.zh-CN.xlf
@@ -18,6 +18,10 @@
具有相同名称的 Web 模板已存在。请输入其他名称。
+
+
+ AI 生成的内容可能包含错误
+
有效的身份验证配置文件未找到或已过期。要创建新的身份验证配置文件,请输入环境 URL。
@@ -91,6 +95,10 @@
已复制到剪贴板!
+
+
+ 复制到剪贴板
+
{0} will be replaced by the entity type.
@@ -140,6 +148,10 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
输入 Web 模板的名称
+
+
+ 解释以下代码片段:
+
{0} will be replaced by the error message.
@@ -161,6 +173,10 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
无法获取可供编辑的文件: {0}
+
+
+ 未为此地区启用功能。
+
正在提取文件...
@@ -174,6 +190,30 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
文件已存在。没有要添加的新文件
+
+
+ 开始
+
+
+
+ 以下是一些有助于您开始使用的建议
+
+
+
+ 您好
+
+
+
+ 您好! 请输入所需的内容以立即生成 Power Pages 站点的代码。若要开始使用 Copilot,请登录您的 Microsoft 帐户。
+
+
+
+ 您好! 您的 Microsoft 帐户当前不支持 Copilot。有关详细信息,请联系您的管理员。
+
+
+
+ 将代码插入编辑器
+
{0} represents the version number
@@ -187,6 +227,10 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
让 Copilot 帮助您编码
+
+
+ 登录
+
托管
@@ -259,9 +303,9 @@ URL: {1}
一个或多个属性名称已更改或已删除。请联系您的管理员。
-
-
- 在 Power Pages 中打开
+
+
+ 在 Power Pages 工作室中打开
@@ -275,6 +319,10 @@ URL: {1}
已启用 PAC 遥测
+
+
+ 预览版
+
页面模板名称不能为空。
@@ -300,6 +348,9 @@ URL: {1}
{0} represents the environment name
Power Pages Copilot 现已连接到环境: {0} : {1}
+
+
+
{0} represents the version number
@@ -309,6 +360,9 @@ URL: {1}
预览版站点
+
+
+
The {0} represents the profile type (Admin vs Dataverse)
@@ -335,6 +389,10 @@ URL: {1}
选择是空的。
+
+
+ 选择过大。请尝试缩短选择。
+
Power Pages 生成器已可供在 VS Code 扩展中使用!
@@ -359,6 +417,18 @@ URL: {1}
后端出现问题
+
+
+ 差评
+
+
+
+ 好评
+
+
+
+ 要了解更多信息,请参阅 <a href="https://go.microsoft.com/fwlink/?linkid=2206366">Power Pages 中的 Copilot 文档。
+
尝试将 Copilot 用于 Power Pages
@@ -400,6 +470,22 @@ URL: {1}
无论是 HTML、CSS、JS 还是 Liquid 代码,只要描述您需要什么,让 AI 为您构建。
+
+
+ 正在处理...
+
+
+
+ 编写用于窗体字段验证的 JavaScript 代码,以检查电话字段值的格式是否有效。
+
+
+
+ 编写 JavaScript 代码以突出显示表列表中电子邮件字段为空的行。
+
+
+
+ 编写 Web API 代码以查询可用的联系人记录。
+
您正在编辑一个公共活动站点
@@ -440,6 +526,14 @@ The fifth line should be '[TRANSLATION HERE](command:powerplatform-walkthrough.s
清除身份验证配置文件
+
+
+ 清除对话
+
+
+
+ Power Pages 中的助手
+
复制显示名称
diff --git a/loc/translations-import/vscode-powerplatform.zh-TW.xlf b/loc/translations-import/vscode-powerplatform.zh-TW.xlf
index ee354e75..a6fef888 100644
--- a/loc/translations-import/vscode-powerplatform.zh-TW.xlf
+++ b/loc/translations-import/vscode-powerplatform.zh-TW.xlf
@@ -18,6 +18,10 @@
具有相同名稱的網頁範本已經存在。請輸入不同的名稱。
+
+
+ AI 產生的內容可能包含錯誤
+
找不到使用中驗證設定檔或該設定檔已經過期。若要建立新的驗證設定檔,請輸入環境 URL。
@@ -91,6 +95,10 @@
已複製至剪貼簿!
+
+
+ 複製到剪貼簿
+
{0} will be replaced by the entity type.
@@ -140,6 +148,10 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
輸入 Web 範本的名稱
+
+
+ 解釋下列程式碼片段:
+
{0} will be replaced by the error message.
@@ -161,6 +173,10 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
無法準備好文件進行編輯: {0}
+
+
+ 未為此地區啟用功能。
+
正在擷取您的檔案...
@@ -174,6 +190,30 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
檔案已經存在。沒有可新增的新檔案
+
+
+ 使用者入門
+
+
+
+ 以下是一些可協助您開始使用的建議
+
+
+
+ 您好
+
+
+
+ 您好! 請輸入所需的資訊以立即產生 Power Pages 網站的程式碼。若要開始使用 Copilot,請登入您的 Microsoft 帳戶。
+
+
+
+ 您好! 您的 Microsoft 帳戶目前不支援 Copilot。如需詳細資料,請連絡您的管理員。
+
+
+
+ 在編輯器中插入程式碼
+
{0} represents the version number
@@ -187,6 +227,10 @@ The {3} represents Solution's Type (Managed or Unmanaged), but that test is loca
讓 Copilot 協助您撰寫程式碼
+
+
+ 登入
+
受控
@@ -259,9 +303,9 @@ URL: {1}
一或多個屬性名稱已變更或移除。請連絡您的管理員。
-
-
- 在 Power Pages 中開啟
+
+
+ 在 Power Pages 工作室中開啟
@@ -275,6 +319,10 @@ URL: {1}
PAC 遙測已啟用
+
+
+ 預覽版
+
頁面範本名稱不可為空白。
@@ -300,6 +348,9 @@ URL: {1}
{0} represents the environment name
Power Pages Copilot 目前已連線到環境: {0} : {1}
+
+
+
{0} represents the version number
@@ -309,6 +360,9 @@ URL: {1}
預覽網站
+
+
+
The {0} represents the profile type (Admin vs Dataverse)
@@ -335,6 +389,10 @@ URL: {1}
選取項目是空的。
+
+
+ 選取範圍太大。請嘗試選取較小的範圍。
+
您已可在 VS Code 擴充功能中使用 Power Pages 產生器!
@@ -359,6 +417,18 @@ URL: {1}
後端發生問題
+
+
+ 不滿意
+
+
+
+ 滿意
+
+
+
+ 若要進一步了解,請參閱 <a href="https://go.microsoft.com/fwlink/?linkid=2206366">Power Pages 中的 Copilot 文件。
+
試用 Power Pages 的 Copilot
@@ -400,6 +470,22 @@ URL: {1}
無論是 HTML、CSS、JS 或 Liquid 程式碼,只要描述您的需求,就可以交由 AI 為您建置。
+
+
+ 正在處理...
+
+
+
+ 編寫用於表單欄位驗證的 JavaScript 程式碼,以檢查電話欄位值的格式是否有效。
+
+
+
+ 編寫 JavaScript 程式碼以突出顯示資料表清單中電子郵件欄位為空白的資料列。
+
+
+
+ 編寫 Web API 程式碼以查詢使用中連絡人記錄。
+
您正在編輯已上線、公開的網站
@@ -440,6 +526,14 @@ The fifth line should be '[TRANSLATION HERE](command:powerplatform-walkthrough.s
清除驗證設定檔
+
+
+ 清除交談
+
+
+
+ Power Pages 中的 Copilot
+
複製顯示名稱
diff --git a/package-lock.json b/package-lock.json
index 4469b70a..457deb76 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7368,9 +7368,9 @@
"dev": true
},
"node_modules/ejs": {
- "version": "3.1.9",
- "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz",
- "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==",
+ "version": "3.1.10",
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
+ "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
"dependencies": {
"jake": "^10.8.5"
},
diff --git a/package.nls.cs.json b/package.nls.cs.json
index dd3e3e34..cbc93ee7 100644
--- a/package.nls.cs.json
+++ b/package.nls.cs.json
@@ -44,5 +44,7 @@
"pacCLI.pacSolutionHelp.title": "Zobrazit nápovědu k řešení PAC",
"power-platform-activitybar.title": "Power Platform",
"powerPlatform.auth.cloud.description": "Cloudové nástroje Power Platform Tools ve službě Azure, které se mají používat k ověřování",
- "powerPlatform.experimental.auth.testCloudOverride.description": "Přepíše `#powerPlatform.auth.cloud#` pro testovací cíle. Nezadávejte, pokud chcete použít výchozí chování."
+ "powerPlatform.experimental.auth.testCloudOverride.description": "Přepíše `#powerPlatform.auth.cloud#` pro testovací cíle. Nezadávejte, pokud chcete použít výchozí chování.",
+ "powerpages.copilotPanel.clearConversation.title": "Vymazat konverzaci",
+ "powerpages.copilotPanel.title": "Copilot v Power Pages"
}
\ No newline at end of file
diff --git a/package.nls.de.json b/package.nls.de.json
index 1fdbbf05..40ca2136 100644
--- a/package.nls.de.json
+++ b/package.nls.de.json
@@ -44,5 +44,7 @@
"pacCLI.pacSolutionHelp.title": "Hilfe zur PAC-Lösung anzeigen",
"power-platform-activitybar.title": "Power Platform",
"powerPlatform.auth.cloud.description": "Welche Power Platform Tools für die Azure Cloud zur Authentifizierung verwendet werden sollen.",
- "powerPlatform.experimental.auth.testCloudOverride.description": "Überschreibt `#powerPlatform.auth.cloud#` für Testziele. Lassen Sie das Feld für das Standardverhalten leer."
+ "powerPlatform.experimental.auth.testCloudOverride.description": "Überschreibt `#powerPlatform.auth.cloud#` für Testziele. Lassen Sie das Feld für das Standardverhalten leer.",
+ "powerpages.copilotPanel.clearConversation.title": "Unterhaltung schließen",
+ "powerpages.copilotPanel.title": "Copilot in Power Pages"
}
\ No newline at end of file
diff --git a/package.nls.es.json b/package.nls.es.json
index 1dfd65cf..72f224e3 100644
--- a/package.nls.es.json
+++ b/package.nls.es.json
@@ -44,5 +44,7 @@
"pacCLI.pacSolutionHelp.title": "Mostrar ayuda de la solución de PAC",
"power-platform-activitybar.title": "Power Platform",
"powerPlatform.auth.cloud.description": "Las Power Platform Tools en la nube de Azure que se deben usar para la autenticación.",
- "powerPlatform.experimental.auth.testCloudOverride.description": "Reemplaza `#powerPlatform.auth.cloud#` para los destinos de prueba. Deje en blanco este valor si desea que tenga el comportamiento predeterminado."
+ "powerPlatform.experimental.auth.testCloudOverride.description": "Reemplaza `#powerPlatform.auth.cloud#` para los destinos de prueba. Deje en blanco este valor si desea que tenga el comportamiento predeterminado.",
+ "powerpages.copilotPanel.clearConversation.title": "Borrar conversación",
+ "powerpages.copilotPanel.title": "Copiloto en Power Pages"
}
\ No newline at end of file
diff --git a/package.nls.fr.json b/package.nls.fr.json
index 8142a1cd..9d412312 100644
--- a/package.nls.fr.json
+++ b/package.nls.fr.json
@@ -44,5 +44,7 @@
"pacCLI.pacSolutionHelp.title": "Afficher l’aide de la solution PAC",
"power-platform-activitybar.title": "Power Platform",
"powerPlatform.auth.cloud.description": "Cloud Azure Power Platform Tools à utiliser pour l'authentification.",
- "powerPlatform.experimental.auth.testCloudOverride.description": "Remplace `#powerPlatform.auth.cloud#` pour les cibles de test. Laissez ce champ vide pour sélectionner le comportement par défaut."
+ "powerPlatform.experimental.auth.testCloudOverride.description": "Remplace `#powerPlatform.auth.cloud#` pour les cibles de test. Laissez ce champ vide pour sélectionner le comportement par défaut.",
+ "powerpages.copilotPanel.clearConversation.title": "Effacer la conversation",
+ "powerpages.copilotPanel.title": "Copilot dans Power Pages"
}
\ No newline at end of file
diff --git a/package.nls.it.json b/package.nls.it.json
index 3ec155e6..b210b40a 100644
--- a/package.nls.it.json
+++ b/package.nls.it.json
@@ -44,5 +44,7 @@
"pacCLI.pacSolutionHelp.title": "Mostra la Guida per la soluzione PAC",
"power-platform-activitybar.title": "Power Platform",
"powerPlatform.auth.cloud.description": "Quali Azure cloud Power Platform Tools utilizzare per l'autenticazione.",
- "powerPlatform.experimental.auth.testCloudOverride.description": "Sostituisce `#powerPlatform.auth.cloud#` per le destinazioni del test. Lascia vuoto per il comportamento predefinito."
+ "powerPlatform.experimental.auth.testCloudOverride.description": "Sostituisce `#powerPlatform.auth.cloud#` per le destinazioni del test. Lascia vuoto per il comportamento predefinito.",
+ "powerpages.copilotPanel.clearConversation.title": "Cancella conversazione",
+ "powerpages.copilotPanel.title": "Copilot in Power Pages"
}
\ No newline at end of file
diff --git a/package.nls.ja.json b/package.nls.ja.json
index 27cf6e77..e01a0399 100644
--- a/package.nls.ja.json
+++ b/package.nls.ja.json
@@ -44,5 +44,7 @@
"pacCLI.pacSolutionHelp.title": "PAC ソリューションのヘルプを表示する",
"power-platform-activitybar.title": "Power Platform",
"powerPlatform.auth.cloud.description": "認証で使用するべき Azure クラウド Power Platform Tools を指定します。",
- "powerPlatform.experimental.auth.testCloudOverride.description": "テスト対象の `#powerPlatform.auth.cloud#` をオーバーライドします。空白のままにすると、既定の動作を行います。"
+ "powerPlatform.experimental.auth.testCloudOverride.description": "テスト対象の `#powerPlatform.auth.cloud#` をオーバーライドします。空白のままにすると、既定の動作を行います。",
+ "powerpages.copilotPanel.clearConversation.title": "会話をクリアする",
+ "powerpages.copilotPanel.title": "Power Pages の Copilot"
}
\ No newline at end of file
diff --git a/package.nls.ko.json b/package.nls.ko.json
index ad4ff9be..e54175d0 100644
--- a/package.nls.ko.json
+++ b/package.nls.ko.json
@@ -44,5 +44,7 @@
"pacCLI.pacSolutionHelp.title": "PAC 솔루션 도움말 표시",
"power-platform-activitybar.title": "Power Platform",
"powerPlatform.auth.cloud.description": "인증에 사용해야 할 Azure 클라우드 Power Platform Tools.",
- "powerPlatform.experimental.auth.testCloudOverride.description": "테스트 대상에 대한 `#powerPlatform.auth.cloud#`를 다시 정의합니다. 기본 동작을 사용하려면 비워두세요."
+ "powerPlatform.experimental.auth.testCloudOverride.description": "테스트 대상에 대한 `#powerPlatform.auth.cloud#`를 다시 정의합니다. 기본 동작을 사용하려면 비워두세요.",
+ "powerpages.copilotPanel.clearConversation.title": "대화 삭제",
+ "powerpages.copilotPanel.title": "Power Pages의 Copilot"
}
\ No newline at end of file
diff --git a/package.nls.pt-br.json b/package.nls.pt-br.json
index 0a91e3c0..07f4e16f 100644
--- a/package.nls.pt-br.json
+++ b/package.nls.pt-br.json
@@ -44,5 +44,7 @@
"pacCLI.pacSolutionHelp.title": "Mostrar Ajuda da Solução PAC",
"power-platform-activitybar.title": "Power Platform",
"powerPlatform.auth.cloud.description": "Quais Power Platform Tools a Nuvem do Azure deve usar para autenticação.",
- "powerPlatform.experimental.auth.testCloudOverride.description": "Substitui o `#powerPlatform.auth.cloud#` ara destinos de teste. Deixe em branco para o comportamento padrão."
+ "powerPlatform.experimental.auth.testCloudOverride.description": "Substitui o `#powerPlatform.auth.cloud#` ara destinos de teste. Deixe em branco para o comportamento padrão.",
+ "powerpages.copilotPanel.clearConversation.title": "Limpar Conversa",
+ "powerpages.copilotPanel.title": "Copilot no Power Pages"
}
\ No newline at end of file
diff --git a/package.nls.ru.json b/package.nls.ru.json
index b57487b8..601cc303 100644
--- a/package.nls.ru.json
+++ b/package.nls.ru.json
@@ -44,5 +44,7 @@
"pacCLI.pacSolutionHelp.title": "Показать справку по решению PAC",
"power-platform-activitybar.title": "Power Platform",
"powerPlatform.auth.cloud.description": "Какие инструменты Power Platform Tools облака Azure следует использовать для проверки подлинности.",
- "powerPlatform.experimental.auth.testCloudOverride.description": "Переопределяет `#powerPlatform.auth.cloud#` для тестовых целей. Оставьте пустым, чтобы действовали параметры по умолчанию."
+ "powerPlatform.experimental.auth.testCloudOverride.description": "Переопределяет `#powerPlatform.auth.cloud#` для тестовых целей. Оставьте пустым, чтобы действовали параметры по умолчанию.",
+ "powerpages.copilotPanel.clearConversation.title": "Удалить разговор",
+ "powerpages.copilotPanel.title": "Copilot в Power Pages"
}
\ No newline at end of file
diff --git a/package.nls.tr.json b/package.nls.tr.json
index b50586d9..2f7fa388 100644
--- a/package.nls.tr.json
+++ b/package.nls.tr.json
@@ -44,5 +44,7 @@
"pacCLI.pacSolutionHelp.title": "PAC Çözümü Yardımını Göster",
"power-platform-activitybar.title": "Power Platform",
"powerPlatform.auth.cloud.description": "Kimlik doğrulaması için kullanılması gereken Azure Bulut Power Platform Tools.",
- "powerPlatform.experimental.auth.testCloudOverride.description": "Test hedefleri için `#powerPlatform.auth.cloud#` öğesini geçersiz kılar. Varsayılan davranış için boş bırakın."
+ "powerPlatform.experimental.auth.testCloudOverride.description": "Test hedefleri için `#powerPlatform.auth.cloud#` öğesini geçersiz kılar. Varsayılan davranış için boş bırakın.",
+ "powerpages.copilotPanel.clearConversation.title": "Konuşmayı Temizle",
+ "powerpages.copilotPanel.title": "Power Pages'da Copilot"
}
\ No newline at end of file
diff --git a/package.nls.zh-cn.json b/package.nls.zh-cn.json
index 4061821d..9ddc81be 100644
--- a/package.nls.zh-cn.json
+++ b/package.nls.zh-cn.json
@@ -44,5 +44,7 @@
"pacCLI.pacSolutionHelp.title": "显示 PAC 解决方案帮助",
"power-platform-activitybar.title": "Power Platform",
"powerPlatform.auth.cloud.description": "应使用哪些 Azure 云 Power Platform Tools 来进行身份验证。",
- "powerPlatform.experimental.auth.testCloudOverride.description": "替代测试目标的 `#powerPlatform.auth.cloud#`。对于默认行为,请保留为空。"
+ "powerPlatform.experimental.auth.testCloudOverride.description": "替代测试目标的 `#powerPlatform.auth.cloud#`。对于默认行为,请保留为空。",
+ "powerpages.copilotPanel.clearConversation.title": "清除对话",
+ "powerpages.copilotPanel.title": "Power Pages 中的助手"
}
\ No newline at end of file
diff --git a/package.nls.zh-tw.json b/package.nls.zh-tw.json
index 177a61f0..dd7123d6 100644
--- a/package.nls.zh-tw.json
+++ b/package.nls.zh-tw.json
@@ -44,5 +44,7 @@
"pacCLI.pacSolutionHelp.title": "顯示 PAC 解決方案說明",
"power-platform-activitybar.title": "Power Platform",
"powerPlatform.auth.cloud.description": "應使用些 Azure 雲端 Power Platform Tools 來進行驗證。",
- "powerPlatform.experimental.auth.testCloudOverride.description": "覆寫測試目標的 `#powerPlatform.auth.cloud#`。預設行為請保留空白。"
+ "powerPlatform.experimental.auth.testCloudOverride.description": "覆寫測試目標的 `#powerPlatform.auth.cloud#`。預設行為請保留空白。",
+ "powerpages.copilotPanel.clearConversation.title": "清除交談",
+ "powerpages.copilotPanel.title": "Power Pages 中的 Copilot"
}
\ No newline at end of file
diff --git a/src/common/Utils.ts b/src/common/Utils.ts
index 0eddc9e2..5372b60d 100644
--- a/src/common/Utils.ts
+++ b/src/common/Utils.ts
@@ -7,8 +7,9 @@
import * as vscode from "vscode";
import { EXTENSION_ID, EXTENSION_NAME, SETTINGS_EXPERIMENTAL_STORE_NAME } from "../client/constants";
import { CUSTOM_TELEMETRY_FOR_POWER_PAGES_SETTING_NAME } from "./OneDSLoggerTelemetry/telemetryConstants";
+import { AUTH_CREATE_FAILED, AUTH_CREATE_MESSAGE, DataverseEntityNameMap, EntityFieldMap, FieldTypeMap, PAC_SUCCESS } from "./copilot/constants";
+import { IActiveFileData, IActiveFileParams } from "./copilot/model";
import { PacWrapper } from "../client/pac/PacWrapper";
-import { AUTH_CREATE_FAILED, AUTH_CREATE_MESSAGE, PAC_SUCCESS } from "./copilot/constants";
export function getSelectedCode(editor: vscode.TextEditor): string {
if (!editor) {
@@ -119,7 +120,7 @@ export function openWalkthrough(extensionUri: vscode.Uri) {
vscode.commands.executeCommand("markdown.showPreview", walkthroughUri);
}
-export function isCustomTelemetryEnabled():boolean {
+export function isCustomTelemetryEnabled(): boolean {
const isCustomTelemetryEnabled = vscode.workspace
.getConfiguration(SETTINGS_EXPERIMENTAL_STORE_NAME)
.get(CUSTOM_TELEMETRY_FOR_POWER_PAGES_SETTING_NAME);
@@ -132,7 +133,7 @@ export function getUserAgent(): string {
return userAgent
.replace("{product}", EXTENSION_NAME)
.replace("{product-version}", getExtensionVersion())
- .replace("{comment}", "(" + getExtensionType()+'; )');
+ .replace("{comment}", "(" + getExtensionType() + '; )');
}
export async function createAuthProfileExp(pacWrapper: PacWrapper | undefined) {
@@ -141,7 +142,7 @@ export async function createAuthProfileExp(pacWrapper: PacWrapper | undefined) {
return;
}
- if(!pacWrapper){
+ if (!pacWrapper) {
vscode.window.showErrorMessage(AUTH_CREATE_FAILED);
return;
}
@@ -152,3 +153,29 @@ export async function createAuthProfileExp(pacWrapper: PacWrapper | undefined) {
return;
}
}
+
+export function getActiveEditorContent(): IActiveFileData {
+ const activeEditor = vscode.window.activeTextEditor;
+ const activeFileData: IActiveFileData = {
+ activeFileContent: '',
+ activeFileParams: {
+ dataverseEntity: '',
+ entityField: '',
+ fieldType: ''
+ } as IActiveFileParams
+ };
+ if (activeEditor) {
+ const document = activeEditor.document;
+ const fileName = document.fileName;
+ const relativeFileName = vscode.workspace.asRelativePath(fileName);
+
+ const activeFileParams: string[] = getLastThreePartsOfFileName(relativeFileName);
+
+ activeFileData.activeFileContent = document.getText();
+ activeFileData.activeFileParams.dataverseEntity = DataverseEntityNameMap.get(activeFileParams[0]) || "";
+ activeFileData.activeFileParams.entityField = EntityFieldMap.get(activeFileParams[1]) || "";
+ activeFileData.activeFileParams.fieldType = FieldTypeMap.get(activeFileParams[2]) || "";
+ }
+
+ return activeFileData;
+}
diff --git a/src/common/copilot/PowerPagesCopilot.ts b/src/common/copilot/PowerPagesCopilot.ts
index e5049451..3df7c01d 100644
--- a/src/common/copilot/PowerPagesCopilot.ts
+++ b/src/common/copilot/PowerPagesCopilot.ts
@@ -10,9 +10,9 @@ import { dataverseAuthentication, intelligenceAPIAuthentication } from "../Authe
import { v4 as uuidv4 } from 'uuid'
import { PacWrapper } from "../../client/pac/PacWrapper";
import { ITelemetry } from "../../client/telemetry/ITelemetry";
-import { ADX_ENTITYFORM, ADX_ENTITYLIST, AUTH_CREATE_FAILED, AUTH_CREATE_MESSAGE, AuthProfileNotFound, COPILOT_UNAVAILABLE, CopilotDisclaimer, CopilotStylePathSegments, DataverseEntityNameMap, EXPLAIN_CODE, EntityFieldMap, FieldTypeMap, PAC_SUCCESS, SELECTED_CODE_INFO, SELECTED_CODE_INFO_ENABLED, THUMBS_DOWN, THUMBS_UP, UserPrompt, WebViewMessage, sendIconSvg } from "./constants";
-import { IActiveFileParams, IActiveFileData, IOrgInfo } from './model';
-import { createAuthProfileExp, escapeDollarSign, getLastThreePartsOfFileName, getNonce, getSelectedCode, getSelectedCodeLineRange, getUserName, openWalkthrough, showConnectedOrgMessage, showInputBoxAndGetOrgUrl, showProgressWithNotification } from "../Utils";
+import { ADX_ENTITYFORM, ADX_ENTITYLIST, AUTH_CREATE_FAILED, AUTH_CREATE_MESSAGE, AuthProfileNotFound, COPILOT_UNAVAILABLE, CopilotDisclaimer, CopilotStylePathSegments, EXPLAIN_CODE, PAC_SUCCESS, SELECTED_CODE_INFO, SELECTED_CODE_INFO_ENABLED, THUMBS_DOWN, THUMBS_UP, UserPrompt, WebViewMessage, sendIconSvg } from "./constants";
+import { IActiveFileParams, IOrgInfo } from './model';
+import { createAuthProfileExp, escapeDollarSign, getActiveEditorContent, getNonce, getSelectedCode, getSelectedCodeLineRange, getUserName, openWalkthrough, showConnectedOrgMessage, showInputBoxAndGetOrgUrl, showProgressWithNotification } from "../Utils";
import { CESUserFeedback } from "./user-feedback/CESSurvey";
import { ActiveOrgOutput } from "../../client/pac/PacTypes";
import { CopilotWalkthroughEvent, CopilotCopyCodeToClipboardEvent, CopilotInsertCodeToEditorEvent, CopilotLoadedEvent, CopilotOrgChangedEvent, CopilotUserFeedbackThumbsDownEvent, CopilotUserFeedbackThumbsUpEvent, CopilotUserPromptedEvent, CopilotCodeLineCountEvent, CopilotClearChatEvent, CopilotNotAvailable, CopilotExplainCode, CopilotExplainCodeSize, CopilotNotAvailableECSConfig } from "./telemetry/telemetryConstants";
@@ -230,7 +230,7 @@ export class PowerPagesCopilot implements vscode.WebviewViewProvider {
sendTelemetryEvent(this.telemetry, { eventName: CopilotUserPromptedEvent, copilotSessionId: sessionID, aibEndpoint: this.aibEndpoint ?? '', orgId: orgID, isSuggestedPrompt: String(data.value.isSuggestedPrompt) }); //TODO: Add active Editor info
orgID
? (async () => {
- const { activeFileParams } = this.getActiveEditorContent();
+ const { activeFileParams } = getActiveEditorContent();
await this.authenticateAndSendAPIRequest(data.value.userPrompt, activeFileParams, orgID, this.telemetry);
})()
: (() => {
@@ -426,32 +426,6 @@ export class PowerPagesCopilot implements vscode.WebviewViewProvider {
}
}
- private getActiveEditorContent(): IActiveFileData {
- const activeEditor = vscode.window.activeTextEditor;
- const activeFileData: IActiveFileData = {
- activeFileContent: '',
- activeFileParams: {
- dataverseEntity: '',
- entityField: '',
- fieldType: ''
- } as IActiveFileParams
- };
- if (activeEditor) {
- const document = activeEditor.document;
- const fileName = document.fileName;
- const relativeFileName = vscode.workspace.asRelativePath(fileName);
-
- const activeFileParams: string[] = getLastThreePartsOfFileName(relativeFileName);
-
- activeFileData.activeFileContent = document.getText();
- activeFileData.activeFileParams.dataverseEntity = DataverseEntityNameMap.get(activeFileParams[0]) || "";
- activeFileData.activeFileParams.entityField = EntityFieldMap.get(activeFileParams[1]) || "";
- activeFileData.activeFileParams.fieldType = FieldTypeMap.get(activeFileParams[2]) || "";
- }
-
- return activeFileData;
- }
-
public sendMessageToWebview(message: WebViewMessage) {
if (this._view) {
this._view.webview.postMessage(message);
diff --git a/src/common/copilot/utils/copilotUtil.ts b/src/common/copilot/utils/copilotUtil.ts
index 232fba5b..60eebbab 100644
--- a/src/common/copilot/utils/copilotUtil.ts
+++ b/src/common/copilot/utils/copilotUtil.ts
@@ -7,9 +7,22 @@ import { ECSFeaturesClient } from "../../ecs-features/ecsFeatureClient";
import { CopilotDisableList } from "../../ecs-features/ecsFeatureGates";
export function getDisabledOrgList() {
- return ECSFeaturesClient.getConfig(CopilotDisableList).disallowedProDevCopilotOrgs?.split(',').map(org => org.trim());
+ const disallowedProDevCopilotOrgs = ECSFeaturesClient.getConfig(CopilotDisableList).disallowedProDevCopilotOrgs;
+
+ if (disallowedProDevCopilotOrgs === undefined || disallowedProDevCopilotOrgs === "") {
+ return [];
+ }
+
+ return disallowedProDevCopilotOrgs.split(',').map(org => org.trim());
}
export function getDisabledTenantList() {
- return ECSFeaturesClient.getConfig(CopilotDisableList).disallowedProDevCopilotTenants?.split(',').map(tenant => tenant.trim());
+
+ const disallowedProDevCopilotTenants = ECSFeaturesClient.getConfig(CopilotDisableList).disallowedProDevCopilotOrgs;
+
+ if (disallowedProDevCopilotTenants === undefined || disallowedProDevCopilotTenants === "") {
+ return [];
+ }
+
+ return disallowedProDevCopilotTenants.split(',').map(org => org.trim());
}