diff --git a/i18n/chs/client/lib/PanelComponents.i18n.json b/i18n/chs/client/lib/PanelComponents.i18n.json index 0d8d1a0c..8ba23d4f 100644 --- a/i18n/chs/client/lib/PanelComponents.i18n.json +++ b/i18n/chs/client/lib/PanelComponents.i18n.json @@ -8,5 +8,6 @@ "pacCLI.AuthProfileTreeItem.toolTipParts.profileName": "名称: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.resource": "资源: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.user": "用户: {0}", + "pacCLI.AuthProfileTreeItem.toolTipParts.cloudInstance": "云实例: {0}", "pacCLI.EnvOrSolutionTreeItem.toolTip": "显示名称: {0}\n唯一名称: {1}\n版本: {2}" } \ No newline at end of file diff --git a/i18n/chs/web/client/common/authenticationProvider.i18n.json b/i18n/chs/web/client/common/authenticationProvider.i18n.json new file mode 100644 index 00000000..2db9c69b --- /dev/null +++ b/i18n/chs/web/client/common/authenticationProvider.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.authorization.error": "授权失败。请再次运行以进行授权" +} \ No newline at end of file diff --git a/i18n/chs/web/client/common/errorHandler.i18n.json b/i18n/chs/web/client/common/errorHandler.i18n.json new file mode 100644 index 00000000..2a07099d --- /dev/null +++ b/i18n/chs/web/client/common/errorHandler.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.workspace.error": "打开工作区时出现问题", + "microsoft-powerapps-portals.webExtension.init.workspace.error.desc": "检查 URL 并验证参数是否正确", + "microsoft-powerapps-portals.webExtension.parameter.error": "打开工作区时出现问题", + "microsoft-powerapps-portals.webExtension.parameter.desc": "检查 URL 并验证参数是否正确" +} \ No newline at end of file diff --git a/i18n/chs/web/client/common/localStore.i18n.json b/i18n/chs/web/client/common/localStore.i18n.json new file mode 100644 index 00000000..908f2ded --- /dev/null +++ b/i18n/chs/web/client/common/localStore.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.backend.error": "后端出现问题", + "microsoft-powerapps-portals.webExtension.backend.desc": "重试", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "授权失败。请再次运行以进行授权", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "存在服务器权限问题", + "microsoft-powerapps-portals.webExtension.parameter.error": "一个或多个命令无效或者格式错误", + "microsoft-powerapps-portals.webExtension.parameter.desc": "检查参数并重试" +} \ No newline at end of file diff --git a/i18n/chs/web/client/common/remoteFetchProvider.i18n.json b/i18n/chs/web/client/common/remoteFetchProvider.i18n.json new file mode 100644 index 00000000..8d10d41e --- /dev/null +++ b/i18n/chs/web/client/common/remoteFetchProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.fetch.authorization.error": "授权失败。请再次运行以进行授权", + "microsoft-powerapps-portals.webExtension.fetch.authorization.desc": "重试", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "授权失败。请再次运行以进行授权", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "存在服务器权限问题", + "microsoft-powerapps-portals.webExtension.parameter.error": "一个或多个命令无效或者格式错误", + "microsoft-powerapps-portals.webExtension.parameter.desc": "检查参数并重试", + "microsoft-powerapps-portals.webExtension.file-not-found.error": "该文件不可用", + "microsoft-powerapps-portals.webExtension.file-not-found.desc": "Dataverse 端的元数据可能已更改。请联系您的管理员。", + "microsoft-powerapps-portals.webExtension.fetch.file.message": "正在提取文件..." +} \ No newline at end of file diff --git a/i18n/chs/web/client/common/remoteSaveProvider.i18n.json b/i18n/chs/web/client/common/remoteSaveProvider.i18n.json new file mode 100644 index 00000000..7fe44f7a --- /dev/null +++ b/i18n/chs/web/client/common/remoteSaveProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.save.file.message": "正在保存文件...", + "microsoft-powerapps-portals.webExtension.save.file.error": "无法完成请求", + "microsoft-powerapps-portals.webExtension.save.file.error.desc": "一个或多个属性名称已更改或已删除。请联系您的管理员。", + "microsoft-powerapps-portals.webExtension.backend.error": "后端出现问题", + "microsoft-powerapps-portals.webExtension.retry.desc": "重试", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "授权失败。请再次运行以进行授权", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "存在服务器权限问题", + "microsoft-powerapps-portals.webExtension.parameter.error": "一个或多个命令无效或者格式错误", + "microsoft-powerapps-portals.webExtension.parameter.desc": "检查参数并重试" +} \ No newline at end of file diff --git a/i18n/chs/web/client/extension.i18n.json b/i18n/chs/web/client/extension.i18n.json new file mode 100644 index 00000000..d1a451f6 --- /dev/null +++ b/i18n/chs/web/client/extension.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit": "编辑站点", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.desc": "进行更改时,请务必小心。所有人都可以立即看到您所做的更改。请选择“编辑站点”以进行编辑,或者关闭编辑器选项卡以取消编辑。", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.title": "您正在编辑一个公共活动站点", + "microsoft-powerapps-portals.webExtension.init.error": "打开工作区时出现问题", + "microsoft-powerapps-portals.webExtension.init.error.desc": "尝试刷新浏览器", + "microsoft-powerapps-portals.webExtension.init.app-not-found": "找不到该应用" +} \ No newline at end of file diff --git a/i18n/cht/client/lib/PanelComponents.i18n.json b/i18n/cht/client/lib/PanelComponents.i18n.json index 80640d52..5629dac1 100644 --- a/i18n/cht/client/lib/PanelComponents.i18n.json +++ b/i18n/cht/client/lib/PanelComponents.i18n.json @@ -8,5 +8,6 @@ "pacCLI.AuthProfileTreeItem.toolTipParts.profileName": "名稱: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.resource": "資源: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.user": "使用者: {0}", + "pacCLI.AuthProfileTreeItem.toolTipParts.cloudInstance": "雲端執行個體: {0}", "pacCLI.EnvOrSolutionTreeItem.toolTip": "顯示名稱: {0}\n唯一名稱: {1}\n版本: {2}" } \ No newline at end of file diff --git a/i18n/cht/web/client/common/authenticationProvider.i18n.json b/i18n/cht/web/client/common/authenticationProvider.i18n.json new file mode 100644 index 00000000..167def7c --- /dev/null +++ b/i18n/cht/web/client/common/authenticationProvider.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.authorization.error": "授權失敗。請重新執行以進行授權" +} \ No newline at end of file diff --git a/i18n/cht/web/client/common/errorHandler.i18n.json b/i18n/cht/web/client/common/errorHandler.i18n.json new file mode 100644 index 00000000..7a7baa72 --- /dev/null +++ b/i18n/cht/web/client/common/errorHandler.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.workspace.error": "開啟工作區時發生問題", + "microsoft-powerapps-portals.webExtension.init.workspace.error.desc": "檢查 URL 並確認參數正確無誤", + "microsoft-powerapps-portals.webExtension.parameter.error": "開啟工作區時發生問題", + "microsoft-powerapps-portals.webExtension.parameter.desc": "檢查 URL 並確認參數正確無誤" +} \ No newline at end of file diff --git a/i18n/cht/web/client/common/localStore.i18n.json b/i18n/cht/web/client/common/localStore.i18n.json new file mode 100644 index 00000000..a60c803c --- /dev/null +++ b/i18n/cht/web/client/common/localStore.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.backend.error": "後端發生問題", + "microsoft-powerapps-portals.webExtension.backend.desc": "再試一次", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "授權失敗。請重新執行以進行授權", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "伺服器發生權限問題", + "microsoft-powerapps-portals.webExtension.parameter.error": "一或多個命令無效或格式錯誤", + "microsoft-powerapps-portals.webExtension.parameter.desc": "請檢查參數,然後再試一次" +} \ No newline at end of file diff --git a/i18n/cht/web/client/common/remoteFetchProvider.i18n.json b/i18n/cht/web/client/common/remoteFetchProvider.i18n.json new file mode 100644 index 00000000..dc3f6a5d --- /dev/null +++ b/i18n/cht/web/client/common/remoteFetchProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.fetch.authorization.error": "授權失敗。請重新執行以進行授權", + "microsoft-powerapps-portals.webExtension.fetch.authorization.desc": "再試一次", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "授權失敗。請重新執行以進行授權", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "伺服器發生權限問題", + "microsoft-powerapps-portals.webExtension.parameter.error": "一或多個命令無效或格式錯誤", + "microsoft-powerapps-portals.webExtension.parameter.desc": "請檢查參數,然後再試一次", + "microsoft-powerapps-portals.webExtension.file-not-found.error": "該檔案無法使用", + "microsoft-powerapps-portals.webExtension.file-not-found.desc": "中繼資料可能已在 Dataverse 端變更。請連絡您的管理員。", + "microsoft-powerapps-portals.webExtension.fetch.file.message": "正在擷取您的檔案..." +} \ No newline at end of file diff --git a/i18n/cht/web/client/common/remoteSaveProvider.i18n.json b/i18n/cht/web/client/common/remoteSaveProvider.i18n.json new file mode 100644 index 00000000..1885c6be --- /dev/null +++ b/i18n/cht/web/client/common/remoteSaveProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.save.file.message": "正在儲存您的檔案...", + "microsoft-powerapps-portals.webExtension.save.file.error": "無法完成要求", + "microsoft-powerapps-portals.webExtension.save.file.error.desc": "一或多個屬性名稱已變更或移除。請連絡您的管理員。", + "microsoft-powerapps-portals.webExtension.backend.error": "後端發生問題", + "microsoft-powerapps-portals.webExtension.retry.desc": "再試一次", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "授權失敗。請重新執行以進行授權", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "伺服器發生權限問題", + "microsoft-powerapps-portals.webExtension.parameter.error": "一或多個命令無效或格式錯誤", + "microsoft-powerapps-portals.webExtension.parameter.desc": "請檢查參數,然後再試一次" +} \ No newline at end of file diff --git a/i18n/cht/web/client/extension.i18n.json b/i18n/cht/web/client/extension.i18n.json new file mode 100644 index 00000000..55ec703a --- /dev/null +++ b/i18n/cht/web/client/extension.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit": "編輯網站", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.desc": "進行變更時請務必小心,因為任何人都會立即看到您所做的變更。選擇 [編輯網站] 進行編輯,或關閉編輯器索引標籤以取消而不編輯。", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.title": "您正在編輯已上線、公開的網站", + "microsoft-powerapps-portals.webExtension.init.error": "開啟工作區時發生問題", + "microsoft-powerapps-portals.webExtension.init.error.desc": "請嘗試重新整理瀏覽器", + "microsoft-powerapps-portals.webExtension.init.app-not-found": "找不到該應用程式" +} \ No newline at end of file diff --git a/i18n/csy/client/lib/PanelComponents.i18n.json b/i18n/csy/client/lib/PanelComponents.i18n.json index 2e018e1d..7f6bcefc 100644 --- a/i18n/csy/client/lib/PanelComponents.i18n.json +++ b/i18n/csy/client/lib/PanelComponents.i18n.json @@ -8,5 +8,6 @@ "pacCLI.AuthProfileTreeItem.toolTipParts.profileName": "Jméno: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.resource": "Prostředek: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.user": "Uživatel: {0}", + "pacCLI.AuthProfileTreeItem.toolTipParts.cloudInstance": "Cloudová instance: {0}", "pacCLI.EnvOrSolutionTreeItem.toolTip": "Zobrazované jméno: {0}\nJedinečné jméno: {1}\nVerze: {2}" } \ No newline at end of file diff --git a/i18n/csy/web/client/common/authenticationProvider.i18n.json b/i18n/csy/web/client/common/authenticationProvider.i18n.json new file mode 100644 index 00000000..b7a1363b --- /dev/null +++ b/i18n/csy/web/client/common/authenticationProvider.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.authorization.error": "Autorizace se nezdařila. Opětovným spuštěním proveďte autorizaci." +} \ No newline at end of file diff --git a/i18n/csy/web/client/common/errorHandler.i18n.json b/i18n/csy/web/client/common/errorHandler.i18n.json new file mode 100644 index 00000000..eea034ab --- /dev/null +++ b/i18n/csy/web/client/common/errorHandler.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.workspace.error": "Při otevírání pracovního prostoru se vyskytl problém.", + "microsoft-powerapps-portals.webExtension.init.workspace.error.desc": "Zkontrolujte adresu URL a ověřte správnost parametrů.", + "microsoft-powerapps-portals.webExtension.parameter.error": "Při otevírání pracovního prostoru se vyskytl problém.", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Zkontrolujte adresu URL a ověřte správnost parametrů." +} \ No newline at end of file diff --git a/i18n/csy/web/client/common/localStore.i18n.json b/i18n/csy/web/client/common/localStore.i18n.json new file mode 100644 index 00000000..6c02f6a0 --- /dev/null +++ b/i18n/csy/web/client/common/localStore.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.backend.error": "U back-endu se vyskytl problém.", + "microsoft-powerapps-portals.webExtension.backend.desc": "Zkusit znovu", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Autorizace se nezdařila. Opětovným spuštěním proveďte autorizaci.", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Na serveru se vyskytl problém s oprávněními.", + "microsoft-powerapps-portals.webExtension.parameter.error": "Některé příkazy jsou neplatné nebo chybné.", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Zkontrolujte parametry a zkuste to znovu." +} \ No newline at end of file diff --git a/i18n/csy/web/client/common/remoteFetchProvider.i18n.json b/i18n/csy/web/client/common/remoteFetchProvider.i18n.json new file mode 100644 index 00000000..50725542 --- /dev/null +++ b/i18n/csy/web/client/common/remoteFetchProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.fetch.authorization.error": "Autorizace se nezdařila. Opětovným spuštěním proveďte autorizaci.", + "microsoft-powerapps-portals.webExtension.fetch.authorization.desc": "Zkusit znovu", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Autorizace se nezdařila. Opětovným spuštěním proveďte autorizaci.", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Na serveru se vyskytl problém s oprávněními.", + "microsoft-powerapps-portals.webExtension.parameter.error": "Některé příkazy jsou neplatné nebo chybné.", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Zkontrolujte parametry a zkuste to znovu.", + "microsoft-powerapps-portals.webExtension.file-not-found.error": "Tento soubor není dostupný.", + "microsoft-powerapps-portals.webExtension.file-not-found.desc": "Metadata se mohla změnit na straně Dataverse. Obraťte se na správce.", + "microsoft-powerapps-portals.webExtension.fetch.file.message": "Načítá se soubor..." +} \ No newline at end of file diff --git a/i18n/csy/web/client/common/remoteSaveProvider.i18n.json b/i18n/csy/web/client/common/remoteSaveProvider.i18n.json new file mode 100644 index 00000000..f82beeb4 --- /dev/null +++ b/i18n/csy/web/client/common/remoteSaveProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.save.file.message": "Ukládá se soubor...", + "microsoft-powerapps-portals.webExtension.save.file.error": "Žádost nelze dokončit.", + "microsoft-powerapps-portals.webExtension.save.file.error.desc": "Některé názvy atributů byly změněny nebo odebrány. Obraťte se na správce.", + "microsoft-powerapps-portals.webExtension.backend.error": "U back-endu se vyskytl problém.", + "microsoft-powerapps-portals.webExtension.retry.desc": "Zkusit znovu", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Autorizace se nezdařila. Opětovným spuštěním proveďte autorizaci.", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Na serveru se vyskytl problém s oprávněními.", + "microsoft-powerapps-portals.webExtension.parameter.error": "Některé příkazy jsou neplatné nebo chybné.", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Zkontrolujte parametry a zkuste to znovu." +} \ No newline at end of file diff --git a/i18n/csy/web/client/extension.i18n.json b/i18n/csy/web/client/extension.i18n.json new file mode 100644 index 00000000..65e90b11 --- /dev/null +++ b/i18n/csy/web/client/extension.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit": "Upravit web", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.desc": "Při provádění změn dávejte pozor. Kdokoli okamžitě uvidí změny, které uděláte. Pokud chcete provést úpravy, zvolte Upravit web. Pokud chcete akci zrušit bez úprav, zavřete kartu editoru.", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.title": "Upravujete živý veřejný web ", + "microsoft-powerapps-portals.webExtension.init.error": "Při otevírání pracovního prostoru se vyskytl problém.", + "microsoft-powerapps-portals.webExtension.init.error.desc": "Zkuste aktualizovat prohlížeč.", + "microsoft-powerapps-portals.webExtension.init.app-not-found": "Tuto aplikaci nelze najít." +} \ No newline at end of file diff --git a/i18n/deu/client/lib/PanelComponents.i18n.json b/i18n/deu/client/lib/PanelComponents.i18n.json index 976526da..9265983b 100644 --- a/i18n/deu/client/lib/PanelComponents.i18n.json +++ b/i18n/deu/client/lib/PanelComponents.i18n.json @@ -8,5 +8,6 @@ "pacCLI.AuthProfileTreeItem.toolTipParts.profileName": "Name: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.resource": "Ressource: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.user": "Benutzer: {0}", + "pacCLI.AuthProfileTreeItem.toolTipParts.cloudInstance": "Clound-Instanz: {0}", "pacCLI.EnvOrSolutionTreeItem.toolTip": "Anzeigename: {0}\nEindeutiger Name: {1}\nVersion: {2}" } \ No newline at end of file diff --git a/i18n/deu/web/client/common/authenticationProvider.i18n.json b/i18n/deu/web/client/common/authenticationProvider.i18n.json new file mode 100644 index 00000000..f38df690 --- /dev/null +++ b/i18n/deu/web/client/common/authenticationProvider.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.authorization.error": "Fehler bei der Autorisierung. Erneut ausführen, um zu autorisieren" +} \ No newline at end of file diff --git a/i18n/deu/web/client/common/errorHandler.i18n.json b/i18n/deu/web/client/common/errorHandler.i18n.json new file mode 100644 index 00000000..b0306e77 --- /dev/null +++ b/i18n/deu/web/client/common/errorHandler.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.workspace.error": "Problem beim Öffnen des Arbeitsbereichs", + "microsoft-powerapps-portals.webExtension.init.workspace.error.desc": "Prüfen Sie die URL, und stellen Sie sicher, dass die Parameter korrekt sind", + "microsoft-powerapps-portals.webExtension.parameter.error": "Problem beim Öffnen des Arbeitsbereichs", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Prüfen Sie die URL, und stellen Sie sicher, dass die Parameter korrekt sind" +} \ No newline at end of file diff --git a/i18n/deu/web/client/common/localStore.i18n.json b/i18n/deu/web/client/common/localStore.i18n.json new file mode 100644 index 00000000..bdcfb815 --- /dev/null +++ b/i18n/deu/web/client/common/localStore.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.backend.error": "Problem mit dem Backend", + "microsoft-powerapps-portals.webExtension.backend.desc": "Erneut versuchen", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Fehler bei der Autorisierung. Erneut ausführen, um zu autorisieren", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Problem mit dem Berechtigungen für den Server", + "microsoft-powerapps-portals.webExtension.parameter.error": "Mindestens ein Befehl ist ungültig oder nicht wohlgeformt", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Überprüfen Sie die Parameter, und versuchen Sie es erneut" +} \ No newline at end of file diff --git a/i18n/deu/web/client/common/remoteFetchProvider.i18n.json b/i18n/deu/web/client/common/remoteFetchProvider.i18n.json new file mode 100644 index 00000000..f4cf0f96 --- /dev/null +++ b/i18n/deu/web/client/common/remoteFetchProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.fetch.authorization.error": "Fehler bei der Autorisierung. Erneut ausführen, um zu autorisieren", + "microsoft-powerapps-portals.webExtension.fetch.authorization.desc": "Erneut versuchen", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Fehler bei der Autorisierung. Erneut ausführen, um zu autorisieren", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Problem mit dem Berechtigungen für den Server", + "microsoft-powerapps-portals.webExtension.parameter.error": "Mindestens ein Befehl ist ungültig oder nicht wohlgeformt", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Überprüfen Sie die Parameter, und versuchen Sie es erneut", + "microsoft-powerapps-portals.webExtension.file-not-found.error": "Diese Datei ist nicht verfügbar", + "microsoft-powerapps-portals.webExtension.file-not-found.desc": "Die Metadaten wurden möglicherweise auf Dataverse-Seite geändert. Wenden Sie sich an den Administrator.", + "microsoft-powerapps-portals.webExtension.fetch.file.message": "Datei wird abgerufen ..." +} \ No newline at end of file diff --git a/i18n/deu/web/client/common/remoteSaveProvider.i18n.json b/i18n/deu/web/client/common/remoteSaveProvider.i18n.json new file mode 100644 index 00000000..f11ff5ad --- /dev/null +++ b/i18n/deu/web/client/common/remoteSaveProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.save.file.message": "Datei wird gespeichert ...", + "microsoft-powerapps-portals.webExtension.save.file.error": "Die Anforderung kann nicht fertig gestellt werden", + "microsoft-powerapps-portals.webExtension.save.file.error.desc": "Mindestens ein Attributname wurde geändert oder entfernt. Wenden Sie sich an den Administrator.", + "microsoft-powerapps-portals.webExtension.backend.error": "Problem mit dem Backend", + "microsoft-powerapps-portals.webExtension.retry.desc": "Erneut versuchen", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Fehler bei der Autorisierung. Erneut ausführen, um zu autorisieren", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Problem mit dem Berechtigungen für den Server", + "microsoft-powerapps-portals.webExtension.parameter.error": "Mindestens ein Befehl ist ungültig oder nicht wohlgeformt", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Überprüfen Sie die Parameter, und versuchen Sie es erneut" +} \ No newline at end of file diff --git a/i18n/deu/web/client/extension.i18n.json b/i18n/deu/web/client/extension.i18n.json new file mode 100644 index 00000000..71779c7d --- /dev/null +++ b/i18n/deu/web/client/extension.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit": "Website bearbeiten", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.desc": "Vorsicht beim Vornehmen von Änderungen. Alle Benutzer können die vorgenommenen Änderungen sofort sehen. Wählen Sie „\"Website bearbeiten“ aus, um Änderungen vorzunehmen, oder schließen Sie die Editorregisterkarte, um die Bearbeitung abzubrechen.", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.title": "Sie bearbeiten eine öffentliche Live-Website ", + "microsoft-powerapps-portals.webExtension.init.error": "Problem beim Öffnen des Arbeitsbereichs", + "microsoft-powerapps-portals.webExtension.init.error.desc": "Versuchen Sie, den Browser zu aktualisieren", + "microsoft-powerapps-portals.webExtension.init.app-not-found": "Diese App wurde nicht gefunden" +} \ No newline at end of file diff --git a/i18n/esn/client/lib/PanelComponents.i18n.json b/i18n/esn/client/lib/PanelComponents.i18n.json index a3ba5ac0..90f69d5e 100644 --- a/i18n/esn/client/lib/PanelComponents.i18n.json +++ b/i18n/esn/client/lib/PanelComponents.i18n.json @@ -8,5 +8,6 @@ "pacCLI.AuthProfileTreeItem.toolTipParts.profileName": "Nombre: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.resource": "Recurso: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.user": "Usuario: {0}", + "pacCLI.AuthProfileTreeItem.toolTipParts.cloudInstance": "Instancia en la nube: {0}", "pacCLI.EnvOrSolutionTreeItem.toolTip": "Nombre para mostrar: {0}\nNombre único: {1}\nVersión: {2}" } \ No newline at end of file diff --git a/i18n/esn/web/client/common/authenticationProvider.i18n.json b/i18n/esn/web/client/common/authenticationProvider.i18n.json new file mode 100644 index 00000000..c433772e --- /dev/null +++ b/i18n/esn/web/client/common/authenticationProvider.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.authorization.error": "No se pudo autorizar. Vuelva a ejecutarlo para autorizarlo" +} \ No newline at end of file diff --git a/i18n/esn/web/client/common/errorHandler.i18n.json b/i18n/esn/web/client/common/errorHandler.i18n.json new file mode 100644 index 00000000..7bf08c28 --- /dev/null +++ b/i18n/esn/web/client/common/errorHandler.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.workspace.error": "Hubo un problema al abrir el área de trabajo", + "microsoft-powerapps-portals.webExtension.init.workspace.error.desc": "Compruebe la dirección URL y asegúrese de que los parámetros sean correctos", + "microsoft-powerapps-portals.webExtension.parameter.error": "Hubo un problema al abrir el área de trabajo", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Compruebe la dirección URL y asegúrese de que los parámetros sean correctos" +} \ No newline at end of file diff --git a/i18n/esn/web/client/common/localStore.i18n.json b/i18n/esn/web/client/common/localStore.i18n.json new file mode 100644 index 00000000..743a7fdf --- /dev/null +++ b/i18n/esn/web/client/common/localStore.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.backend.error": "Hay un problema en el back-end", + "microsoft-powerapps-portals.webExtension.backend.desc": "Volver a intentarlo", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "No se pudo autorizar. Vuelva a ejecutarlo para autorizarlo", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Se produjo un problema de permisos con el servidor", + "microsoft-powerapps-portals.webExtension.parameter.error": "Una o más comandos no son válidos o no tienen el formato correcto", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Compruebe los parámetros e inténtelo de nuevo" +} \ No newline at end of file diff --git a/i18n/esn/web/client/common/remoteFetchProvider.i18n.json b/i18n/esn/web/client/common/remoteFetchProvider.i18n.json new file mode 100644 index 00000000..c949abf3 --- /dev/null +++ b/i18n/esn/web/client/common/remoteFetchProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.fetch.authorization.error": "No se pudo autorizar. Vuelva a ejecutarlo para autorizarlo", + "microsoft-powerapps-portals.webExtension.fetch.authorization.desc": "Volver a intentarlo", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "No se pudo autorizar. Vuelva a ejecutarlo para autorizarlo", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Se produjo un problema de permisos con el servidor", + "microsoft-powerapps-portals.webExtension.parameter.error": "Una o más comandos no son válidos o no tienen el formato correcto", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Compruebe los parámetros e inténtelo de nuevo", + "microsoft-powerapps-portals.webExtension.file-not-found.error": "Ese archivo no está disponible", + "microsoft-powerapps-portals.webExtension.file-not-found.desc": "Puede que los metadatos hayan cambiado en el lado de Dataverse. Póngase en contacto con su administrador.", + "microsoft-powerapps-portals.webExtension.fetch.file.message": "Capturando su archivo..." +} \ No newline at end of file diff --git a/i18n/esn/web/client/common/remoteSaveProvider.i18n.json b/i18n/esn/web/client/common/remoteSaveProvider.i18n.json new file mode 100644 index 00000000..59a9e104 --- /dev/null +++ b/i18n/esn/web/client/common/remoteSaveProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.save.file.message": "Guardando su archivo...", + "microsoft-powerapps-portals.webExtension.save.file.error": "No se puede completar la solicitud", + "microsoft-powerapps-portals.webExtension.save.file.error.desc": "Se han cambiado o quitado uno o más nombres de atributo. Póngase en contacto con su administrador.", + "microsoft-powerapps-portals.webExtension.backend.error": "Hay un problema en el back-end", + "microsoft-powerapps-portals.webExtension.retry.desc": "Volver a intentarlo", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "No se pudo autorizar. Vuelva a ejecutarlo para autorizarlo", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Se produjo un problema de permisos con el servidor", + "microsoft-powerapps-portals.webExtension.parameter.error": "Una o más comandos no son válidos o no tienen el formato correcto", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Compruebe los parámetros e inténtelo de nuevo" +} \ No newline at end of file diff --git a/i18n/esn/web/client/extension.i18n.json b/i18n/esn/web/client/extension.i18n.json new file mode 100644 index 00000000..308b28e2 --- /dev/null +++ b/i18n/esn/web/client/extension.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit": "Editar el sitio", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.desc": "Tenga cuidado al hacer cambios. Cualquier usuario puede ver inmediatamente los cambios que usted realice. Elija Editar el sitio para realizar cambios o cierre la pestaña del editor para cancelar sin hacer cambios.", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.title": "Está editando un sitio público activo ", + "microsoft-powerapps-portals.webExtension.init.error": "Hubo un problema al abrir el área de trabajo", + "microsoft-powerapps-portals.webExtension.init.error.desc": "Intente actualizar el explorador", + "microsoft-powerapps-portals.webExtension.init.app-not-found": "No se puede encontrar esa aplicación" +} \ No newline at end of file diff --git a/i18n/fra/client/lib/PanelComponents.i18n.json b/i18n/fra/client/lib/PanelComponents.i18n.json index a38becd9..6ffaf2ab 100644 --- a/i18n/fra/client/lib/PanelComponents.i18n.json +++ b/i18n/fra/client/lib/PanelComponents.i18n.json @@ -8,5 +8,6 @@ "pacCLI.AuthProfileTreeItem.toolTipParts.profileName": "Nom : {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.resource": "Ressource : {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.user": "Utilisateur : {0}", + "pacCLI.AuthProfileTreeItem.toolTipParts.cloudInstance": "Instance de cloud : {0}", "pacCLI.EnvOrSolutionTreeItem.toolTip": "Nom complet : {0}\nNom unique : {1}\nVersion : {2}" } \ No newline at end of file diff --git a/i18n/fra/web/client/common/authenticationProvider.i18n.json b/i18n/fra/web/client/common/authenticationProvider.i18n.json new file mode 100644 index 00000000..18096d8a --- /dev/null +++ b/i18n/fra/web/client/common/authenticationProvider.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.authorization.error": "Échec de l’autorisation. Exécutez à nouveau pour l’autoriser" +} \ No newline at end of file diff --git a/i18n/fra/web/client/common/errorHandler.i18n.json b/i18n/fra/web/client/common/errorHandler.i18n.json new file mode 100644 index 00000000..190977ba --- /dev/null +++ b/i18n/fra/web/client/common/errorHandler.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.workspace.error": "Un problème s’est produit lors de l’ouverture de l’espace de travail", + "microsoft-powerapps-portals.webExtension.init.workspace.error.desc": "Vérifiez l’URL et vérifiez que les paramètres sont corrects", + "microsoft-powerapps-portals.webExtension.parameter.error": "Un problème s’est produit lors de l’ouverture de l’espace de travail", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Vérifiez l’URL et vérifiez que les paramètres sont corrects" +} \ No newline at end of file diff --git a/i18n/fra/web/client/common/localStore.i18n.json b/i18n/fra/web/client/common/localStore.i18n.json new file mode 100644 index 00000000..5f172699 --- /dev/null +++ b/i18n/fra/web/client/common/localStore.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.backend.error": "Problème dans le back end", + "microsoft-powerapps-portals.webExtension.backend.desc": "Réessayer", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Échec de l’autorisation. Exécutez à nouveau pour l’autoriser", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Problème d’autorisations avec le serveur", + "microsoft-powerapps-portals.webExtension.parameter.error": "Une ou plusieurs commandes ne sont pas valides ou ont un format incorrect", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Vérifiez les paramètres et réessayez" +} \ No newline at end of file diff --git a/i18n/fra/web/client/common/remoteFetchProvider.i18n.json b/i18n/fra/web/client/common/remoteFetchProvider.i18n.json new file mode 100644 index 00000000..62c7b525 --- /dev/null +++ b/i18n/fra/web/client/common/remoteFetchProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.fetch.authorization.error": "Échec de l’autorisation. Exécutez à nouveau pour l’autoriser", + "microsoft-powerapps-portals.webExtension.fetch.authorization.desc": "Réessayer", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Échec de l’autorisation. Exécutez à nouveau pour l’autoriser", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Problème d’autorisations avec le serveur", + "microsoft-powerapps-portals.webExtension.parameter.error": "Une ou plusieurs commandes ne sont pas valides ou ont un format incorrect", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Vérifiez les paramètres et réessayez", + "microsoft-powerapps-portals.webExtension.file-not-found.error": "Ce fichier n’est pas disponible", + "microsoft-powerapps-portals.webExtension.file-not-found.desc": "Les métadonnées ont peut-être été modifiées du côté de Dataverse. Contactez votre administrateur.", + "microsoft-powerapps-portals.webExtension.fetch.file.message": "Récupération de votre fichier en cours..." +} \ No newline at end of file diff --git a/i18n/fra/web/client/common/remoteSaveProvider.i18n.json b/i18n/fra/web/client/common/remoteSaveProvider.i18n.json new file mode 100644 index 00000000..edca0a4c --- /dev/null +++ b/i18n/fra/web/client/common/remoteSaveProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.save.file.message": "Enregistrement de votre fichier en cours...", + "microsoft-powerapps-portals.webExtension.save.file.error": "Impossible de terminer la demande", + "microsoft-powerapps-portals.webExtension.save.file.error.desc": "Un ou plusieurs noms d’attribut ont été modifiés ou supprimés. Contactez votre administrateur.", + "microsoft-powerapps-portals.webExtension.backend.error": "Problème dans le back end", + "microsoft-powerapps-portals.webExtension.retry.desc": "Réessayer", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Échec de l’autorisation. Exécutez à nouveau pour l’autoriser", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Problème d’autorisations avec le serveur", + "microsoft-powerapps-portals.webExtension.parameter.error": "Une ou plusieurs commandes ne sont pas valides ou ont un format incorrect", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Vérifiez les paramètres et réessayez" +} \ No newline at end of file diff --git a/i18n/fra/web/client/extension.i18n.json b/i18n/fra/web/client/extension.i18n.json new file mode 100644 index 00000000..7cc66093 --- /dev/null +++ b/i18n/fra/web/client/extension.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit": "Modifier le site", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.desc": "Soyez prudent lorsque vous apportez des modifications. Tout le monde peut voir immédiatement les modifications. Choisissez Modifier le site pour apporter des modifications, ou fermez l’onglet de l’éditeur pour annuler sans modifier.", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.title": "Vous modifiez un site public actif ", + "microsoft-powerapps-portals.webExtension.init.error": "Un problème s’est produit lors de l’ouverture de l’espace de travail", + "microsoft-powerapps-portals.webExtension.init.error.desc": "Essayez d’actualiser le navigateur", + "microsoft-powerapps-portals.webExtension.init.app-not-found": "Impossible de trouver cette application" +} \ No newline at end of file diff --git a/i18n/ita/client/lib/PanelComponents.i18n.json b/i18n/ita/client/lib/PanelComponents.i18n.json index 5330d53f..a65c4cab 100644 --- a/i18n/ita/client/lib/PanelComponents.i18n.json +++ b/i18n/ita/client/lib/PanelComponents.i18n.json @@ -8,5 +8,6 @@ "pacCLI.AuthProfileTreeItem.toolTipParts.profileName": "Nome: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.resource": "Risorsa: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.user": "Utente: {0}", + "pacCLI.AuthProfileTreeItem.toolTipParts.cloudInstance": "Istanza cloud: {0}", "pacCLI.EnvOrSolutionTreeItem.toolTip": "Nome visualizzato: {0}\nNome univoco: {1}\nVersione: {2}" } \ No newline at end of file diff --git a/i18n/ita/web/client/common/authenticationProvider.i18n.json b/i18n/ita/web/client/common/authenticationProvider.i18n.json new file mode 100644 index 00000000..81dc1905 --- /dev/null +++ b/i18n/ita/web/client/common/authenticationProvider.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.authorization.error": "Autorizzazione non riuscita. Esegui di nuovo per autorizzarla" +} \ No newline at end of file diff --git a/i18n/ita/web/client/common/errorHandler.i18n.json b/i18n/ita/web/client/common/errorHandler.i18n.json new file mode 100644 index 00000000..4e0aaf65 --- /dev/null +++ b/i18n/ita/web/client/common/errorHandler.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.workspace.error": "Si è verificato un problema durante l'apertura dell'area di lavoro", + "microsoft-powerapps-portals.webExtension.init.workspace.error.desc": "Controlla l'URL e verifica che i parametri siano corretti", + "microsoft-powerapps-portals.webExtension.parameter.error": "Si è verificato un problema durante l'apertura dell'area di lavoro", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Controlla l'URL e verifica che i parametri siano corretti" +} \ No newline at end of file diff --git a/i18n/ita/web/client/common/localStore.i18n.json b/i18n/ita/web/client/common/localStore.i18n.json new file mode 100644 index 00000000..5651fbd7 --- /dev/null +++ b/i18n/ita/web/client/common/localStore.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.backend.error": "C'è™un problema nel back-end", + "microsoft-powerapps-portals.webExtension.backend.desc": "Riprova", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Autorizzazione non riuscita. Esegui di nuovo per autorizzarla", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Si è verificato un problema di autorizzazione con il server", + "microsoft-powerapps-portals.webExtension.parameter.error": "Uno o più comandi non sono validi o hanno un formato non valido", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Controlla i parametri e riprova" +} \ No newline at end of file diff --git a/i18n/ita/web/client/common/remoteFetchProvider.i18n.json b/i18n/ita/web/client/common/remoteFetchProvider.i18n.json new file mode 100644 index 00000000..15891959 --- /dev/null +++ b/i18n/ita/web/client/common/remoteFetchProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.fetch.authorization.error": "Autorizzazione non riuscita. Esegui di nuovo per autorizzarla", + "microsoft-powerapps-portals.webExtension.fetch.authorization.desc": "Riprova", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Autorizzazione non riuscita. Esegui di nuovo per autorizzarla", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Si è verificato un problema di autorizzazione con il server", + "microsoft-powerapps-portals.webExtension.parameter.error": "Uno o più comandi non sono validi o hanno un formato non valido", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Controlla i parametri e riprova", + "microsoft-powerapps-portals.webExtension.file-not-found.error": "File non disponibile", + "microsoft-powerapps-portals.webExtension.file-not-found.desc": "I metadati potrebbero essere stati modificati sul lato Dataverse. Contatta l'amministratore.", + "microsoft-powerapps-portals.webExtension.fetch.file.message": "Recupero del file in corso ..." +} \ No newline at end of file diff --git a/i18n/ita/web/client/common/remoteSaveProvider.i18n.json b/i18n/ita/web/client/common/remoteSaveProvider.i18n.json new file mode 100644 index 00000000..5a38b3cf --- /dev/null +++ b/i18n/ita/web/client/common/remoteSaveProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.save.file.message": "Salvataggio del file in corso ...", + "microsoft-powerapps-portals.webExtension.save.file.error": "Impossibile completare la richiesta", + "microsoft-powerapps-portals.webExtension.save.file.error.desc": "Uno o più nomi di attributo sono stati modificati o rimossi. Contatta l'amministratore.", + "microsoft-powerapps-portals.webExtension.backend.error": "C'è™un problema nel back-end", + "microsoft-powerapps-portals.webExtension.retry.desc": "Riprova", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Autorizzazione non riuscita. Esegui di nuovo per autorizzarla", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Si è verificato un problema di autorizzazione con il server", + "microsoft-powerapps-portals.webExtension.parameter.error": "Uno o più comandi non sono validi o hanno un formato non valido", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Controlla i parametri e riprova" +} \ No newline at end of file diff --git a/i18n/ita/web/client/extension.i18n.json b/i18n/ita/web/client/extension.i18n.json new file mode 100644 index 00000000..4b73622b --- /dev/null +++ b/i18n/ita/web/client/extension.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit": "Modifica il sito", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.desc": "Presta attenzione quando apporti le modifiche. Chiunque può vedere le modifiche che hai apportato immediatamente. Scegli Modifica il sito per apportare modifiche o chiudi la scheda dell'editor per annullare senza modificare.", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.title": "Stai modificando un sito pubblico live ", + "microsoft-powerapps-portals.webExtension.init.error": "Si è verificato un problema durante l'apertura dell'area di lavoro", + "microsoft-powerapps-portals.webExtension.init.error.desc": "Prova ad aggiornare il browser", + "microsoft-powerapps-portals.webExtension.init.app-not-found": "Impossibile trovare tale app" +} \ No newline at end of file diff --git a/i18n/jpn/client/lib/PanelComponents.i18n.json b/i18n/jpn/client/lib/PanelComponents.i18n.json index f5a2c1de..6cbab6a7 100644 --- a/i18n/jpn/client/lib/PanelComponents.i18n.json +++ b/i18n/jpn/client/lib/PanelComponents.i18n.json @@ -8,5 +8,6 @@ "pacCLI.AuthProfileTreeItem.toolTipParts.profileName": "名前: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.resource": "リソース: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.user": "ユーザー: {0}", + "pacCLI.AuthProfileTreeItem.toolTipParts.cloudInstance": "クラウド インスタンス: {0}", "pacCLI.EnvOrSolutionTreeItem.toolTip": "表示名: {0}\n一意の名前: {1}\nバージョン: {2}" } \ No newline at end of file diff --git a/i18n/jpn/web/client/common/authenticationProvider.i18n.json b/i18n/jpn/web/client/common/authenticationProvider.i18n.json new file mode 100644 index 00000000..d92ac229 --- /dev/null +++ b/i18n/jpn/web/client/common/authenticationProvider.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.authorization.error": "認証に失敗しました。再度実行し、承認してください" +} \ No newline at end of file diff --git a/i18n/jpn/web/client/common/errorHandler.i18n.json b/i18n/jpn/web/client/common/errorHandler.i18n.json new file mode 100644 index 00000000..e0ebdc96 --- /dev/null +++ b/i18n/jpn/web/client/common/errorHandler.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.workspace.error": "ワークスペースを開くときに問題が発生しました", + "microsoft-powerapps-portals.webExtension.init.workspace.error.desc": "URL をチェックして、パラメーターが正しいことを確認してください", + "microsoft-powerapps-portals.webExtension.parameter.error": "ワークスペースを開くときに問題が発生しました", + "microsoft-powerapps-portals.webExtension.parameter.desc": "URL をチェックして、パラメーターが正しいことを確認してください" +} \ No newline at end of file diff --git a/i18n/jpn/web/client/common/localStore.i18n.json b/i18n/jpn/web/client/common/localStore.i18n.json new file mode 100644 index 00000000..514e2a7b --- /dev/null +++ b/i18n/jpn/web/client/common/localStore.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.backend.error": "バック エンドに問題があります", + "microsoft-powerapps-portals.webExtension.backend.desc": "やり直す", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "認証に失敗しました。再度実行し、承認してください", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "サーバーのアクセス許可に関する問題が発生しました", + "microsoft-powerapps-portals.webExtension.parameter.error": "1 つ以上のコマンドが無効であるか、形式に誤りがあります", + "microsoft-powerapps-portals.webExtension.parameter.desc": "パラメーターを確認して、もう一度お試しください" +} \ No newline at end of file diff --git a/i18n/jpn/web/client/common/remoteFetchProvider.i18n.json b/i18n/jpn/web/client/common/remoteFetchProvider.i18n.json new file mode 100644 index 00000000..d5a7505b --- /dev/null +++ b/i18n/jpn/web/client/common/remoteFetchProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.fetch.authorization.error": "認証に失敗しました。再度実行し、承認してください", + "microsoft-powerapps-portals.webExtension.fetch.authorization.desc": "やり直す", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "認証に失敗しました。再度実行し、承認してください", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "サーバーのアクセス許可に関する問題が発生しました", + "microsoft-powerapps-portals.webExtension.parameter.error": "1 つ以上のコマンドが無効であるか、形式に誤りがあります", + "microsoft-powerapps-portals.webExtension.parameter.desc": "パラメーターを確認して、もう一度お試しください", + "microsoft-powerapps-portals.webExtension.file-not-found.error": "そのファイルは使用できません", + "microsoft-powerapps-portals.webExtension.file-not-found.desc": "メタデータが Dataverse 側で変更された可能性があります。管理者にお問い合わせください。", + "microsoft-powerapps-portals.webExtension.fetch.file.message": "ファイルを取得しています..." +} \ No newline at end of file diff --git a/i18n/jpn/web/client/common/remoteSaveProvider.i18n.json b/i18n/jpn/web/client/common/remoteSaveProvider.i18n.json new file mode 100644 index 00000000..e6604124 --- /dev/null +++ b/i18n/jpn/web/client/common/remoteSaveProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.save.file.message": "ファイルを保存しています...", + "microsoft-powerapps-portals.webExtension.save.file.error": "要求を完了できません", + "microsoft-powerapps-portals.webExtension.save.file.error.desc": "1 つ以上の属性名が変更または削除されています。管理者にお問い合わせください。", + "microsoft-powerapps-portals.webExtension.backend.error": "バック エンドに問題があります", + "microsoft-powerapps-portals.webExtension.retry.desc": "やり直す", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "認証に失敗しました。再度実行し、承認してください", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "サーバーのアクセス許可に関する問題が発生しました", + "microsoft-powerapps-portals.webExtension.parameter.error": "1 つ以上のコマンドが無効であるか、形式に誤りがあります", + "microsoft-powerapps-portals.webExtension.parameter.desc": "パラメーターを確認して、もう一度お試しください" +} \ No newline at end of file diff --git a/i18n/jpn/web/client/extension.i18n.json b/i18n/jpn/web/client/extension.i18n.json new file mode 100644 index 00000000..8ce70b24 --- /dev/null +++ b/i18n/jpn/web/client/extension.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit": "サイトの編集", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.desc": "変更には注意が必要です。行った変更は、すべてのユーザーに即座に表示されます。[サイトの編集] を選択して編集を行うか、エディター タブを閉じて、編集をキャンセルしてください。", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.title": "ライブのパブリック サイトを編集中です ", + "microsoft-powerapps-portals.webExtension.init.error": "ワークスペースを開くときに問題が発生しました", + "microsoft-powerapps-portals.webExtension.init.error.desc": "ブラウザーを更新してください", + "microsoft-powerapps-portals.webExtension.init.app-not-found": "そのアプリが見つかりません" +} \ No newline at end of file diff --git a/i18n/kor/client/lib/PanelComponents.i18n.json b/i18n/kor/client/lib/PanelComponents.i18n.json index e310cf04..6321db04 100644 --- a/i18n/kor/client/lib/PanelComponents.i18n.json +++ b/i18n/kor/client/lib/PanelComponents.i18n.json @@ -8,5 +8,6 @@ "pacCLI.AuthProfileTreeItem.toolTipParts.profileName": "이름: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.resource": "리소스: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.user": "사용자: {0}", + "pacCLI.AuthProfileTreeItem.toolTipParts.cloudInstance": "클라우드 인스턴스: {0}", "pacCLI.EnvOrSolutionTreeItem.toolTip": "표시 이름: {0}\n고유 이름: {1}\n버전: {2}" } \ No newline at end of file diff --git a/i18n/kor/web/client/common/authenticationProvider.i18n.json b/i18n/kor/web/client/common/authenticationProvider.i18n.json new file mode 100644 index 00000000..be50333d --- /dev/null +++ b/i18n/kor/web/client/common/authenticationProvider.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.authorization.error": "인증하지 못했습니다. 인증하려면 다시 실행하세요" +} \ No newline at end of file diff --git a/i18n/kor/web/client/common/errorHandler.i18n.json b/i18n/kor/web/client/common/errorHandler.i18n.json new file mode 100644 index 00000000..453c2e94 --- /dev/null +++ b/i18n/kor/web/client/common/errorHandler.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.workspace.error": "작업 영역을 여는 중 문제가 발생했습니다", + "microsoft-powerapps-portals.webExtension.init.workspace.error.desc": "URL을 확인하고 매개 변수가 올바른지 확인하세요", + "microsoft-powerapps-portals.webExtension.parameter.error": "작업 영역을 여는 중 문제가 발생했습니다", + "microsoft-powerapps-portals.webExtension.parameter.desc": "URL을 확인하고 매개 변수가 올바른지 확인하세요" +} \ No newline at end of file diff --git a/i18n/kor/web/client/common/localStore.i18n.json b/i18n/kor/web/client/common/localStore.i18n.json new file mode 100644 index 00000000..569351ae --- /dev/null +++ b/i18n/kor/web/client/common/localStore.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.backend.error": "백 엔드에 문제가 있습니다", + "microsoft-powerapps-portals.webExtension.backend.desc": "다시 시도", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "인증하지 못했습니다. 인증하려면 다시 실행하세요", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "서버에 권한 문제가 있습니다", + "microsoft-powerapps-portals.webExtension.parameter.error": "하나 이상의 명령이 올바르지 않거나 잘못된 형식입니다", + "microsoft-powerapps-portals.webExtension.parameter.desc": "매개 변수를 확인하고 다시 시도하세요" +} \ No newline at end of file diff --git a/i18n/kor/web/client/common/remoteFetchProvider.i18n.json b/i18n/kor/web/client/common/remoteFetchProvider.i18n.json new file mode 100644 index 00000000..7995a00e --- /dev/null +++ b/i18n/kor/web/client/common/remoteFetchProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.fetch.authorization.error": "인증하지 못했습니다. 인증하려면 다시 실행하세요", + "microsoft-powerapps-portals.webExtension.fetch.authorization.desc": "다시 시도", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "인증하지 못했습니다. 인증하려면 다시 실행하세요", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "서버에 권한 문제가 있습니다", + "microsoft-powerapps-portals.webExtension.parameter.error": "하나 이상의 명령이 올바르지 않거나 잘못된 형식입니다", + "microsoft-powerapps-portals.webExtension.parameter.desc": "매개 변수를 확인하고 다시 시도하세요", + "microsoft-powerapps-portals.webExtension.file-not-found.error": "해당 파일은 사용할 수 없습니다", + "microsoft-powerapps-portals.webExtension.file-not-found.desc": "Dataverse에서 메타데이터가 변경되었을 수 있습니다. 관리자에게 문의하세요.", + "microsoft-powerapps-portals.webExtension.fetch.file.message": "파일을 가져오는 중..." +} \ No newline at end of file diff --git a/i18n/kor/web/client/common/remoteSaveProvider.i18n.json b/i18n/kor/web/client/common/remoteSaveProvider.i18n.json new file mode 100644 index 00000000..b293e983 --- /dev/null +++ b/i18n/kor/web/client/common/remoteSaveProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.save.file.message": "파일을 저장하는 중...", + "microsoft-powerapps-portals.webExtension.save.file.error": "요청을 완료할 수 없음", + "microsoft-powerapps-portals.webExtension.save.file.error.desc": "하나 이상의 특성 이름이 변경되거나 제거되었습니다. 관리자에게 문의하세요.", + "microsoft-powerapps-portals.webExtension.backend.error": "백 엔드에 문제가 있습니다", + "microsoft-powerapps-portals.webExtension.retry.desc": "다시 시도", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "인증하지 못했습니다. 인증하려면 다시 실행하세요", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "서버에 권한 문제가 있습니다", + "microsoft-powerapps-portals.webExtension.parameter.error": "하나 이상의 명령이 올바르지 않거나 잘못된 형식입니다", + "microsoft-powerapps-portals.webExtension.parameter.desc": "매개 변수를 확인하고 다시 시도하세요" +} \ No newline at end of file diff --git a/i18n/kor/web/client/extension.i18n.json b/i18n/kor/web/client/extension.i18n.json new file mode 100644 index 00000000..40840e5d --- /dev/null +++ b/i18n/kor/web/client/extension.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit": "사이트 편집", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.desc": "신중하게 변경하세요. 모든 사람이 변경 내용을 즉시 볼 수 있습니다. 편집하려면 사이트 편집을 선택하거나 편집하지 않고 취소하려면 편집기 탭을 닫으세요.", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.title": "라이브 상태인 공개 사이트를 편집하고 있습니다 ", + "microsoft-powerapps-portals.webExtension.init.error": "작업 영역을 여는 중 문제가 발생했습니다", + "microsoft-powerapps-portals.webExtension.init.error.desc": "브라우저를 새로 고쳐 보세요", + "microsoft-powerapps-portals.webExtension.init.app-not-found": "해당 앱을 찾을 수 없음" +} \ No newline at end of file diff --git a/i18n/ptb/client/lib/PanelComponents.i18n.json b/i18n/ptb/client/lib/PanelComponents.i18n.json index af935d72..1ca04cc8 100644 --- a/i18n/ptb/client/lib/PanelComponents.i18n.json +++ b/i18n/ptb/client/lib/PanelComponents.i18n.json @@ -8,5 +8,6 @@ "pacCLI.AuthProfileTreeItem.toolTipParts.profileName": "Nome: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.resource": "Recurso: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.user": "Usuário: {0}", + "pacCLI.AuthProfileTreeItem.toolTipParts.cloudInstance": "Instância na Nuvem: {0}", "pacCLI.EnvOrSolutionTreeItem.toolTip": "Nome de Exibição: {0}\nNome Exclusivo: {1}\nVersão: {2}" } \ No newline at end of file diff --git a/i18n/ptb/web/client/common/authenticationProvider.i18n.json b/i18n/ptb/web/client/common/authenticationProvider.i18n.json new file mode 100644 index 00000000..dea1594b --- /dev/null +++ b/i18n/ptb/web/client/common/authenticationProvider.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.authorization.error": "Falha na Autorização. Execute novamente para autorizar" +} \ No newline at end of file diff --git a/i18n/ptb/web/client/common/errorHandler.i18n.json b/i18n/ptb/web/client/common/errorHandler.i18n.json new file mode 100644 index 00000000..9fcdfea9 --- /dev/null +++ b/i18n/ptb/web/client/common/errorHandler.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.workspace.error": "Houve um problema ao abrir o espaço de trabalho", + "microsoft-powerapps-portals.webExtension.init.workspace.error.desc": "Verifique se a URL e os parâmetros estão corretos", + "microsoft-powerapps-portals.webExtension.parameter.error": "Houve um problema ao abrir o espaço de trabalho", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Verifique se a URL e os parâmetros estão corretos" +} \ No newline at end of file diff --git a/i18n/ptb/web/client/common/localStore.i18n.json b/i18n/ptb/web/client/common/localStore.i18n.json new file mode 100644 index 00000000..0c48a96a --- /dev/null +++ b/i18n/ptb/web/client/common/localStore.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.backend.error": "Há um problema no back-end", + "microsoft-powerapps-portals.webExtension.backend.desc": "Tentar novamente", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Falha na Autorização. Execute novamente para autorizar", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Houve um problema de permissões com o servidor", + "microsoft-powerapps-portals.webExtension.parameter.error": "Um ou mais comandos são inválidos ou foram malformados", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Verificar os parâmetros e tentar novamente" +} \ No newline at end of file diff --git a/i18n/ptb/web/client/common/remoteFetchProvider.i18n.json b/i18n/ptb/web/client/common/remoteFetchProvider.i18n.json new file mode 100644 index 00000000..5efd36d6 --- /dev/null +++ b/i18n/ptb/web/client/common/remoteFetchProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.fetch.authorization.error": "Falha na Autorização. Execute novamente para autorizar", + "microsoft-powerapps-portals.webExtension.fetch.authorization.desc": "Tentar novamente", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Falha na Autorização. Execute novamente para autorizar", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Houve um problema de permissões com o servidor", + "microsoft-powerapps-portals.webExtension.parameter.error": "Um ou mais comandos são inválidos ou foram malformados", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Verificar os parâmetros e tentar novamente", + "microsoft-powerapps-portals.webExtension.file-not-found.error": "Esse arquivo não está disponível", + "microsoft-powerapps-portals.webExtension.file-not-found.desc": "Os metadados podem ter sido alterados no lado do Dataverse. Contate o administrador.", + "microsoft-powerapps-portals.webExtension.fetch.file.message": "Buscando seu arquivo..." +} \ No newline at end of file diff --git a/i18n/ptb/web/client/common/remoteSaveProvider.i18n.json b/i18n/ptb/web/client/common/remoteSaveProvider.i18n.json new file mode 100644 index 00000000..0650a002 --- /dev/null +++ b/i18n/ptb/web/client/common/remoteSaveProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.save.file.message": "Salvando seu arquivo...", + "microsoft-powerapps-portals.webExtension.save.file.error": "Não foi possível concluir a solicitação", + "microsoft-powerapps-portals.webExtension.save.file.error.desc": "Um ou mais nomes de atributos foram alterados ou removidos. Contate o administrador.", + "microsoft-powerapps-portals.webExtension.backend.error": "Há um problema no back-end", + "microsoft-powerapps-portals.webExtension.retry.desc": "Tentar novamente", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Falha na Autorização. Execute novamente para autorizar", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Houve um problema de permissões com o servidor", + "microsoft-powerapps-portals.webExtension.parameter.error": "Um ou mais comandos são inválidos ou foram malformados", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Verificar os parâmetros e tentar novamente" +} \ No newline at end of file diff --git a/i18n/ptb/web/client/extension.i18n.json b/i18n/ptb/web/client/extension.i18n.json new file mode 100644 index 00000000..8625db35 --- /dev/null +++ b/i18n/ptb/web/client/extension.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit": "Editar o site", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.desc": "Tenha cuidado ao fazer alterações. Qualquer pessoa pode ver as alterações que você faz imediatamente. Escolha Editar o site para fazer edições ou feche a guia do editor para cancelar sem editar.", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.title": "Você está editando um site público ativo ", + "microsoft-powerapps-portals.webExtension.init.error": "Houve um problema ao abrir o espaço de trabalho", + "microsoft-powerapps-portals.webExtension.init.error.desc": "Tente atualizar o navegador", + "microsoft-powerapps-portals.webExtension.init.app-not-found": "Não é possível encontrar esse aplicativo" +} \ No newline at end of file diff --git a/i18n/rus/client/lib/PanelComponents.i18n.json b/i18n/rus/client/lib/PanelComponents.i18n.json index 35590a89..61b6c7f5 100644 --- a/i18n/rus/client/lib/PanelComponents.i18n.json +++ b/i18n/rus/client/lib/PanelComponents.i18n.json @@ -8,5 +8,6 @@ "pacCLI.AuthProfileTreeItem.toolTipParts.profileName": "Имя: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.resource": "Ресурс: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.user": "Пользователь: {0}", + "pacCLI.AuthProfileTreeItem.toolTipParts.cloudInstance": "Облачный экземпляр: {0}", "pacCLI.EnvOrSolutionTreeItem.toolTip": "Отображаемое имя: {0}\nУникальное имя: {1}\nВерсия: {2}" } \ No newline at end of file diff --git a/i18n/rus/web/client/common/authenticationProvider.i18n.json b/i18n/rus/web/client/common/authenticationProvider.i18n.json new file mode 100644 index 00000000..303bb85b --- /dev/null +++ b/i18n/rus/web/client/common/authenticationProvider.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.authorization.error": "Авторизация не пройдена. Запустите ее еще раз" +} \ No newline at end of file diff --git a/i18n/rus/web/client/common/errorHandler.i18n.json b/i18n/rus/web/client/common/errorHandler.i18n.json new file mode 100644 index 00000000..57876d42 --- /dev/null +++ b/i18n/rus/web/client/common/errorHandler.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.workspace.error": "При открытии рабочей области возникла проблема", + "microsoft-powerapps-portals.webExtension.init.workspace.error.desc": "Проверьте URL-адрес и проверьте правильность параметров", + "microsoft-powerapps-portals.webExtension.parameter.error": "При открытии рабочей области возникла проблема", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Проверьте URL-адрес и проверьте правильность параметров" +} \ No newline at end of file diff --git a/i18n/rus/web/client/common/localStore.i18n.json b/i18n/rus/web/client/common/localStore.i18n.json new file mode 100644 index 00000000..35ffa8f4 --- /dev/null +++ b/i18n/rus/web/client/common/localStore.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.backend.error": "Возникла проблема на сервере", + "microsoft-powerapps-portals.webExtension.backend.desc": "Повторить попытку", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Авторизация не пройдена. Запустите ее еще раз", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Возникла проблема с разрешениями на сервере", + "microsoft-powerapps-portals.webExtension.parameter.error": "Одна или несколько команд являются недопустимыми или неправильными", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Проверьте параметры и повторите попытку" +} \ No newline at end of file diff --git a/i18n/rus/web/client/common/remoteFetchProvider.i18n.json b/i18n/rus/web/client/common/remoteFetchProvider.i18n.json new file mode 100644 index 00000000..e3af5603 --- /dev/null +++ b/i18n/rus/web/client/common/remoteFetchProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.fetch.authorization.error": "Авторизация не пройдена. Запустите ее еще раз", + "microsoft-powerapps-portals.webExtension.fetch.authorization.desc": "Повторить попытку", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Авторизация не пройдена. Запустите ее еще раз", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Возникла проблема с разрешениями на сервере", + "microsoft-powerapps-portals.webExtension.parameter.error": "Одна или несколько команд являются недопустимыми или неправильными", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Проверьте параметры и повторите попытку", + "microsoft-powerapps-portals.webExtension.file-not-found.error": "Этот файл недоступен", + "microsoft-powerapps-portals.webExtension.file-not-found.desc": "Метаданные могли быть изменены на стороне Dataverse. Обратитесь к администратору.", + "microsoft-powerapps-portals.webExtension.fetch.file.message": "Извлечение файла..." +} \ No newline at end of file diff --git a/i18n/rus/web/client/common/remoteSaveProvider.i18n.json b/i18n/rus/web/client/common/remoteSaveProvider.i18n.json new file mode 100644 index 00000000..9ab1acee --- /dev/null +++ b/i18n/rus/web/client/common/remoteSaveProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.save.file.message": "Сохранение файла...", + "microsoft-powerapps-portals.webExtension.save.file.error": "Не удается завершить запрос", + "microsoft-powerapps-portals.webExtension.save.file.error.desc": "Одно или несколько имен атрибутов были изменены или удалены. Обратитесь к администратору.", + "microsoft-powerapps-portals.webExtension.backend.error": "Возникла проблема на сервере", + "microsoft-powerapps-portals.webExtension.retry.desc": "Повторить попытку", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Авторизация не пройдена. Запустите ее еще раз", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Возникла проблема с разрешениями на сервере", + "microsoft-powerapps-portals.webExtension.parameter.error": "Одна или несколько команд являются недопустимыми или неправильными", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Проверьте параметры и повторите попытку" +} \ No newline at end of file diff --git a/i18n/rus/web/client/extension.i18n.json b/i18n/rus/web/client/extension.i18n.json new file mode 100644 index 00000000..a8292520 --- /dev/null +++ b/i18n/rus/web/client/extension.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit": "Изменить сайт", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.desc": "Будьте внимательны при внесении изменений. Кто угодно может сразу увидеть ваши изменения. Выберите \"Изменить сайт\", чтобы внести изменения, или закройте вкладку редактора, чтобы выйти без редактирования.", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.title": "Вы редактируете опубликованный открытый сайт ", + "microsoft-powerapps-portals.webExtension.init.error": "При открытии рабочей области возникла проблема", + "microsoft-powerapps-portals.webExtension.init.error.desc": "Попробуйте обновить страницу в браузере", + "microsoft-powerapps-portals.webExtension.init.app-not-found": "Не удалось найти приложение" +} \ No newline at end of file diff --git a/i18n/trk/client/lib/PanelComponents.i18n.json b/i18n/trk/client/lib/PanelComponents.i18n.json index 700e888e..97f1efce 100644 --- a/i18n/trk/client/lib/PanelComponents.i18n.json +++ b/i18n/trk/client/lib/PanelComponents.i18n.json @@ -8,5 +8,6 @@ "pacCLI.AuthProfileTreeItem.toolTipParts.profileName": "Ad: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.resource": "Kaynak: {0}", "pacCLI.AuthProfileTreeItem.toolTipParts.user": "Kullanıcı: {0}", + "pacCLI.AuthProfileTreeItem.toolTipParts.cloudInstance": "Bulut Kurulumu: {0}", "pacCLI.EnvOrSolutionTreeItem.toolTip": "Görünen Ad: {0}\nBenzersiz Ad: {1}\nSürüm: {2}" } \ No newline at end of file diff --git a/i18n/trk/web/client/common/authenticationProvider.i18n.json b/i18n/trk/web/client/common/authenticationProvider.i18n.json new file mode 100644 index 00000000..17bed1d3 --- /dev/null +++ b/i18n/trk/web/client/common/authenticationProvider.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.authorization.error": "Yetkilendirme Başarısız Oldu. Lütfen yetkilendirmek için yeniden çalıştırın" +} \ No newline at end of file diff --git a/i18n/trk/web/client/common/errorHandler.i18n.json b/i18n/trk/web/client/common/errorHandler.i18n.json new file mode 100644 index 00000000..5f7f2407 --- /dev/null +++ b/i18n/trk/web/client/common/errorHandler.i18n.json @@ -0,0 +1,11 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.workspace.error": "Çalışma alanı açılırken bir sorun oluştu", + "microsoft-powerapps-portals.webExtension.init.workspace.error.desc": "URL'yi denetleyin ve parametrelerin doğru olduğunu onaylayın", + "microsoft-powerapps-portals.webExtension.parameter.error": "Çalışma alanı açılırken bir sorun oluştu", + "microsoft-powerapps-portals.webExtension.parameter.desc": "URL'yi denetleyin ve parametrelerin doğru olduğunu onaylayın" +} \ No newline at end of file diff --git a/i18n/trk/web/client/common/localStore.i18n.json b/i18n/trk/web/client/common/localStore.i18n.json new file mode 100644 index 00000000..198c2fce --- /dev/null +++ b/i18n/trk/web/client/common/localStore.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.backend.error": "Arka uçta bir sorun oluştu", + "microsoft-powerapps-portals.webExtension.backend.desc": "Yeniden dene", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Yetkilendirme Başarısız Oldu. Lütfen yetkilendirmek için yeniden çalıştırın", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Sunucuyla ilgili bir izin sorunu yaşandı", + "microsoft-powerapps-portals.webExtension.parameter.error": "Bir veya daha fazla komut geçersiz ya da hatalı biçimlendirilmiş", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Parametreleri denetleyin ve yeniden deneyin" +} \ No newline at end of file diff --git a/i18n/trk/web/client/common/remoteFetchProvider.i18n.json b/i18n/trk/web/client/common/remoteFetchProvider.i18n.json new file mode 100644 index 00000000..f1a4ded6 --- /dev/null +++ b/i18n/trk/web/client/common/remoteFetchProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.fetch.authorization.error": "Yetkilendirme Başarısız Oldu. Lütfen yetkilendirmek için yeniden çalıştırın", + "microsoft-powerapps-portals.webExtension.fetch.authorization.desc": "Yeniden dene", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Yetkilendirme Başarısız Oldu. Lütfen yetkilendirmek için yeniden çalıştırın", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Sunucuyla ilgili bir izin sorunu yaşandı", + "microsoft-powerapps-portals.webExtension.parameter.error": "Bir veya daha fazla komut geçersiz ya da hatalı biçimlendirilmiş", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Parametreleri denetleyin ve yeniden deneyin", + "microsoft-powerapps-portals.webExtension.file-not-found.error": "Bu dosya kullanılamıyor", + "microsoft-powerapps-portals.webExtension.file-not-found.desc": "Meta veriler, Dataverse tarafında değişmiş olabilir. Yöneticinizle iletişime geçin.", + "microsoft-powerapps-portals.webExtension.fetch.file.message": "Dosyanız alınıyor..." +} \ No newline at end of file diff --git a/i18n/trk/web/client/common/remoteSaveProvider.i18n.json b/i18n/trk/web/client/common/remoteSaveProvider.i18n.json new file mode 100644 index 00000000..e079fa48 --- /dev/null +++ b/i18n/trk/web/client/common/remoteSaveProvider.i18n.json @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.save.file.message": "Dosyanız kaydediliyor...", + "microsoft-powerapps-portals.webExtension.save.file.error": "İstek tamamlanamadı", + "microsoft-powerapps-portals.webExtension.save.file.error.desc": "Bir veya daha fazla öznitelik adı değiştirildi veya kaldırıldı. Yöneticinizle iletişime geçin.", + "microsoft-powerapps-portals.webExtension.backend.error": "Arka uçta bir sorun oluştu", + "microsoft-powerapps-portals.webExtension.retry.desc": "Yeniden dene", + "microsoft-powerapps-portals.webExtension.unauthorized.error": "Yetkilendirme Başarısız Oldu. Lütfen yetkilendirmek için yeniden çalıştırın", + "microsoft-powerapps-portals.webExtension.unauthorized.desc": "Sunucuyla ilgili bir izin sorunu yaşandı", + "microsoft-powerapps-portals.webExtension.parameter.error": "Bir veya daha fazla komut geçersiz ya da hatalı biçimlendirilmiş", + "microsoft-powerapps-portals.webExtension.parameter.desc": "Parametreleri denetleyin ve yeniden deneyin" +} \ No newline at end of file diff --git a/i18n/trk/web/client/extension.i18n.json b/i18n/trk/web/client/extension.i18n.json new file mode 100644 index 00000000..6aff7968 --- /dev/null +++ b/i18n/trk/web/client/extension.i18n.json @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit": "Siteyi düzenle", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.desc": "Değişiklik yaparken dikkatli olun. Herkes yaptığınız değişiklikleri anında görebilir. Düzenleme yapmak için Siteyi düzenle'yi seçin veya düzenlemeden iptal etmek için düzenleyici sekmesini kapatın.", + "microsoft-powerapps-portals.webExtension.init.sitevisibility.edit.title": "Yayında olan, herkese açık bir siteyi düzenliyorsunuz ", + "microsoft-powerapps-portals.webExtension.init.error": "Çalışma alanı açılırken bir sorun oluştu", + "microsoft-powerapps-portals.webExtension.init.error.desc": "Tarayıcınızı yenilemeyi deneyin", + "microsoft-powerapps-portals.webExtension.init.app-not-found": "Bu uygulama bulunamadı" +} \ No newline at end of file diff --git a/loc/translations-import/vscode-powerplatform.cs.xlf b/loc/translations-import/vscode-powerplatform.cs.xlf index e6093be5..6b37adfb 100644 --- a/loc/translations-import/vscode-powerplatform.cs.xlf +++ b/loc/translations-import/vscode-powerplatform.cs.xlf @@ -145,6 +145,46 @@ Interaktivní ověřování není dostupné pro vzdálené scénáře; ověřova PAC CLI is not supported in VS Code for the Web Rozhraní PAC CLI není v editoru VS Code pro web podporováno. + + Edit Power Pages code + + + Discover how you can make complete, modern websites right in VS Code + + + Overview + + + Power Pages extension enables a customized file system which is synced with the project structure of the Power Pages studio. + + The preview is linked to Power Pages and enables you to view your changes. +[Learn More](command:powerplatform-walkthrough.overview-learn-more) + + + File system + + + Your files are stored in nested folders under your site name. + + The individual page files can be found in the web-pages folder under your site name. + + All of your pages are arranged into HTML, CSS and JS files inside the folder with the respective page name. + + To learn more about the Power Pages file system in VS Code for Web, visit our [documentation](command:powerplatform-walkthrough.fileSystem-documentation). +[Open site folder](command:powerplatform-walkthrough.fileSystem-open-folder) + + + Advanced capabilities + + + Visual Studio Code for Web enables editing and publishing of web pages on your website. + + For a command line interface and more advanced capabilities, install the Power Platform Extension for VS Code, available in the VS Code Marketplace for desktop. + + [Learn More](command:powerplatform-walkthrough.advancedCapabilities-learn-more) about the difference between Visual Studio Code for desktop and web. + +[Start coding](command:powerplatform-walkthrough.advancedCapabilities-start-coding) + @@ -248,6 +288,11 @@ Interaktivní ověřování není dostupné pro vzdálené scénáře; ověřova The {0} represents auth profile's user name (email address)) Uživatel: {0} + + Cloud Instance: {0} + The {0} represents profile's Azure Cloud Instances + Cloudová instance: {0} + Display Name: {0} Unique Name: {1} @@ -262,4 +307,168 @@ Verze: {2} + + + + Edit the site + Upravit web + + + Be careful making changes. Anyone can see the changes you make immediately. Choose Edit the site to make edits, or close the editor tab to cancel without editing. + Při provádění změn dávejte pozor. Kdokoli okamžitě uvidí změny, které uděláte. Pokud chcete provést úpravy, zvolte Upravit web. Pokud chcete akci zrušit bez úprav, zavřete kartu editoru. + + + You are editing a live, public site + Upravujete živý veřejný web + + + There was a problem opening the workspace + Při otevírání pracovního prostoru se vyskytl problém. + + + Try refreshing the browser + Zkuste aktualizovat prohlížeč. + + + Unable to find that app + Tuto aplikaci nelze najít. + + + + + + + Authorization Failed. Please run again to authorize it + Autorizace se nezdařila. Opětovným spuštěním proveďte autorizaci. + + + + + + + There was a problem opening the workspace + Při otevírání pracovního prostoru se vyskytl problém. + + + Check the URL and verify the parameters are correct + Zkontrolujte adresu URL a ověřte správnost parametrů. + + + There was a problem opening the workspace + Při otevírání pracovního prostoru se vyskytl problém. + + + Check the URL and verify the parameters are correct + Zkontrolujte adresu URL a ověřte správnost parametrů. + + + + + + + There’s a problem on the back end + U back-endu se vyskytl problém. + + + Try again + Zkusit znovu + + + Authorization Failed. Please run again to authorize it + Autorizace se nezdařila. Opětovným spuštěním proveďte autorizaci. + + + There was a permissions problem with the server + Na serveru se vyskytl problém s oprávněními. + + + One or more commands are invalid or malformed + Některé příkazy jsou neplatné nebo chybné. + + + Check the parameters and try again + Zkontrolujte parametry a zkuste to znovu. + + + + + + + Authorization Failed. Please run again to authorize it + Autorizace se nezdařila. Opětovným spuštěním proveďte autorizaci. + + + Try again + Zkusit znovu + + + Authorization Failed. Please run again to authorize it + Autorizace se nezdařila. Opětovným spuštěním proveďte autorizaci. + + + There was a permissions problem with the server + Na serveru se vyskytl problém s oprávněními. + + + One or more commands are invalid or malformed + Některé příkazy jsou neplatné nebo chybné. + + + Check the parameters and try again + Zkontrolujte parametry a zkuste to znovu. + + + That file is not available + Tento soubor není dostupný. + + + The metadata may have changed on the Dataverse side. Contact your admin. + Metadata se mohla změnit na straně Dataverse. Obraťte se na správce. + + + Fetching your file ... + Načítá se soubor... + + + + + + + Saving your file ... + Ukládá se soubor... + + + Unable to complete the request + Žádost nelze dokončit. + + + 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. + + + There’s a problem on the back end + U back-endu se vyskytl problém. + + + Try again + Zkusit znovu + + + Authorization Failed. Please run again to authorize it + Autorizace se nezdařila. Opětovným spuštěním proveďte autorizaci. + + + There was a permissions problem with the server + Na serveru se vyskytl problém s oprávněními. + + + One or more commands are invalid or malformed + Některé příkazy jsou neplatné nebo chybné. + + + Check the parameters and try again + Zkontrolujte parametry a zkuste to znovu. + + + \ No newline at end of file diff --git a/loc/translations-import/vscode-powerplatform.de.xlf b/loc/translations-import/vscode-powerplatform.de.xlf index 67d1bd9b..85235d21 100644 --- a/loc/translations-import/vscode-powerplatform.de.xlf +++ b/loc/translations-import/vscode-powerplatform.de.xlf @@ -145,6 +145,46 @@ Die interaktive Authentifizierung ist für Remoteszenarien nicht verfügbar. Aut PAC CLI is not supported in VS Code for the Web PAC CLI wird im VS Code für das Web nicht unterstützt + + Edit Power Pages code + + + Discover how you can make complete, modern websites right in VS Code + + + Overview + + + Power Pages extension enables a customized file system which is synced with the project structure of the Power Pages studio. + + The preview is linked to Power Pages and enables you to view your changes. +[Learn More](command:powerplatform-walkthrough.overview-learn-more) + + + File system + + + Your files are stored in nested folders under your site name. + + The individual page files can be found in the web-pages folder under your site name. + + All of your pages are arranged into HTML, CSS and JS files inside the folder with the respective page name. + + To learn more about the Power Pages file system in VS Code for Web, visit our [documentation](command:powerplatform-walkthrough.fileSystem-documentation). +[Open site folder](command:powerplatform-walkthrough.fileSystem-open-folder) + + + Advanced capabilities + + + Visual Studio Code for Web enables editing and publishing of web pages on your website. + + For a command line interface and more advanced capabilities, install the Power Platform Extension for VS Code, available in the VS Code Marketplace for desktop. + + [Learn More](command:powerplatform-walkthrough.advancedCapabilities-learn-more) about the difference between Visual Studio Code for desktop and web. + +[Start coding](command:powerplatform-walkthrough.advancedCapabilities-start-coding) + @@ -248,6 +288,11 @@ Die interaktive Authentifizierung ist für Remoteszenarien nicht verfügbar. Aut The {0} represents auth profile's user name (email address)) Benutzer: {0} + + Cloud Instance: {0} + The {0} represents profile's Azure Cloud Instances + Clound-Instanz: {0} + Display Name: {0} Unique Name: {1} @@ -262,4 +307,168 @@ Version: {2} + + + + Edit the site + Website bearbeiten + + + Be careful making changes. Anyone can see the changes you make immediately. Choose Edit the site to make edits, or close the editor tab to cancel without editing. + Vorsicht beim Vornehmen von Änderungen. Alle Benutzer können die vorgenommenen Änderungen sofort sehen. Wählen Sie „"Website bearbeiten“ aus, um Änderungen vorzunehmen, oder schließen Sie die Editorregisterkarte, um die Bearbeitung abzubrechen. + + + You are editing a live, public site + Sie bearbeiten eine öffentliche Live-Website + + + There was a problem opening the workspace + Problem beim Öffnen des Arbeitsbereichs + + + Try refreshing the browser + Versuchen Sie, den Browser zu aktualisieren + + + Unable to find that app + Diese App wurde nicht gefunden + + + + + + + Authorization Failed. Please run again to authorize it + Fehler bei der Autorisierung. Erneut ausführen, um zu autorisieren + + + + + + + There was a problem opening the workspace + Problem beim Öffnen des Arbeitsbereichs + + + Check the URL and verify the parameters are correct + Prüfen Sie die URL, und stellen Sie sicher, dass die Parameter korrekt sind + + + There was a problem opening the workspace + Problem beim Öffnen des Arbeitsbereichs + + + Check the URL and verify the parameters are correct + Prüfen Sie die URL, und stellen Sie sicher, dass die Parameter korrekt sind + + + + + + + There’s a problem on the back end + Problem mit dem Backend + + + Try again + Erneut versuchen + + + Authorization Failed. Please run again to authorize it + Fehler bei der Autorisierung. Erneut ausführen, um zu autorisieren + + + There was a permissions problem with the server + Problem mit dem Berechtigungen für den Server + + + One or more commands are invalid or malformed + Mindestens ein Befehl ist ungültig oder nicht wohlgeformt + + + Check the parameters and try again + Überprüfen Sie die Parameter, und versuchen Sie es erneut + + + + + + + Authorization Failed. Please run again to authorize it + Fehler bei der Autorisierung. Erneut ausführen, um zu autorisieren + + + Try again + Erneut versuchen + + + Authorization Failed. Please run again to authorize it + Fehler bei der Autorisierung. Erneut ausführen, um zu autorisieren + + + There was a permissions problem with the server + Problem mit dem Berechtigungen für den Server + + + One or more commands are invalid or malformed + Mindestens ein Befehl ist ungültig oder nicht wohlgeformt + + + Check the parameters and try again + Überprüfen Sie die Parameter, und versuchen Sie es erneut + + + That file is not available + Diese Datei ist nicht verfügbar + + + The metadata may have changed on the Dataverse side. Contact your admin. + Die Metadaten wurden möglicherweise auf Dataverse-Seite geändert. Wenden Sie sich an den Administrator. + + + Fetching your file ... + Datei wird abgerufen ... + + + + + + + Saving your file ... + Datei wird gespeichert ... + + + Unable to complete the request + Die Anforderung kann nicht fertig gestellt werden + + + 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. + + + There’s a problem on the back end + Problem mit dem Backend + + + Try again + Erneut versuchen + + + Authorization Failed. Please run again to authorize it + Fehler bei der Autorisierung. Erneut ausführen, um zu autorisieren + + + There was a permissions problem with the server + Problem mit dem Berechtigungen für den Server + + + One or more commands are invalid or malformed + Mindestens ein Befehl ist ungültig oder nicht wohlgeformt + + + Check the parameters and try again + Überprüfen Sie die Parameter, und versuchen Sie es erneut + + + \ No newline at end of file diff --git a/loc/translations-import/vscode-powerplatform.es.xlf b/loc/translations-import/vscode-powerplatform.es.xlf index 4f1df2c0..22bdba6e 100644 --- a/loc/translations-import/vscode-powerplatform.es.xlf +++ b/loc/translations-import/vscode-powerplatform.es.xlf @@ -145,6 +145,46 @@ La autenticación interactiva no está disponible en escenarios remotos; los per PAC CLI is not supported in VS Code for the Web PAC CLI no se admite en VS Code para la Web + + Edit Power Pages code + + + Discover how you can make complete, modern websites right in VS Code + + + Overview + + + Power Pages extension enables a customized file system which is synced with the project structure of the Power Pages studio. + + The preview is linked to Power Pages and enables you to view your changes. +[Learn More](command:powerplatform-walkthrough.overview-learn-more) + + + File system + + + Your files are stored in nested folders under your site name. + + The individual page files can be found in the web-pages folder under your site name. + + All of your pages are arranged into HTML, CSS and JS files inside the folder with the respective page name. + + To learn more about the Power Pages file system in VS Code for Web, visit our [documentation](command:powerplatform-walkthrough.fileSystem-documentation). +[Open site folder](command:powerplatform-walkthrough.fileSystem-open-folder) + + + Advanced capabilities + + + Visual Studio Code for Web enables editing and publishing of web pages on your website. + + For a command line interface and more advanced capabilities, install the Power Platform Extension for VS Code, available in the VS Code Marketplace for desktop. + + [Learn More](command:powerplatform-walkthrough.advancedCapabilities-learn-more) about the difference between Visual Studio Code for desktop and web. + +[Start coding](command:powerplatform-walkthrough.advancedCapabilities-start-coding) + @@ -248,6 +288,11 @@ La autenticación interactiva no está disponible en escenarios remotos; los per The {0} represents auth profile's user name (email address)) Usuario: {0} + + Cloud Instance: {0} + The {0} represents profile's Azure Cloud Instances + Instancia en la nube: {0} + Display Name: {0} Unique Name: {1} @@ -262,4 +307,168 @@ Versión: {2} + + + + Edit the site + Editar el sitio + + + Be careful making changes. Anyone can see the changes you make immediately. Choose Edit the site to make edits, or close the editor tab to cancel without editing. + Tenga cuidado al hacer cambios. Cualquier usuario puede ver inmediatamente los cambios que usted realice. Elija Editar el sitio para realizar cambios o cierre la pestaña del editor para cancelar sin hacer cambios. + + + You are editing a live, public site + Está editando un sitio público activo + + + There was a problem opening the workspace + Hubo un problema al abrir el área de trabajo + + + Try refreshing the browser + Intente actualizar el explorador + + + Unable to find that app + No se puede encontrar esa aplicación + + + + + + + Authorization Failed. Please run again to authorize it + No se pudo autorizar. Vuelva a ejecutarlo para autorizarlo + + + + + + + There was a problem opening the workspace + Hubo un problema al abrir el área de trabajo + + + Check the URL and verify the parameters are correct + Compruebe la dirección URL y asegúrese de que los parámetros sean correctos + + + There was a problem opening the workspace + Hubo un problema al abrir el área de trabajo + + + Check the URL and verify the parameters are correct + Compruebe la dirección URL y asegúrese de que los parámetros sean correctos + + + + + + + There’s a problem on the back end + Hay un problema en el back-end + + + Try again + Volver a intentarlo + + + Authorization Failed. Please run again to authorize it + No se pudo autorizar. Vuelva a ejecutarlo para autorizarlo + + + There was a permissions problem with the server + Se produjo un problema de permisos con el servidor + + + One or more commands are invalid or malformed + Una o más comandos no son válidos o no tienen el formato correcto + + + Check the parameters and try again + Compruebe los parámetros e inténtelo de nuevo + + + + + + + Authorization Failed. Please run again to authorize it + No se pudo autorizar. Vuelva a ejecutarlo para autorizarlo + + + Try again + Volver a intentarlo + + + Authorization Failed. Please run again to authorize it + No se pudo autorizar. Vuelva a ejecutarlo para autorizarlo + + + There was a permissions problem with the server + Se produjo un problema de permisos con el servidor + + + One or more commands are invalid or malformed + Una o más comandos no son válidos o no tienen el formato correcto + + + Check the parameters and try again + Compruebe los parámetros e inténtelo de nuevo + + + That file is not available + Ese archivo no está disponible + + + The metadata may have changed on the Dataverse side. Contact your admin. + Puede que los metadatos hayan cambiado en el lado de Dataverse. Póngase en contacto con su administrador. + + + Fetching your file ... + Capturando su archivo... + + + + + + + Saving your file ... + Guardando su archivo... + + + Unable to complete the request + No se puede completar la solicitud + + + 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. + + + There’s a problem on the back end + Hay un problema en el back-end + + + Try again + Volver a intentarlo + + + Authorization Failed. Please run again to authorize it + No se pudo autorizar. Vuelva a ejecutarlo para autorizarlo + + + There was a permissions problem with the server + Se produjo un problema de permisos con el servidor + + + One or more commands are invalid or malformed + Una o más comandos no son válidos o no tienen el formato correcto + + + Check the parameters and try again + Compruebe los parámetros e inténtelo de nuevo + + + \ No newline at end of file diff --git a/loc/translations-import/vscode-powerplatform.fr.xlf b/loc/translations-import/vscode-powerplatform.fr.xlf index 847ec3a5..923e7952 100644 --- a/loc/translations-import/vscode-powerplatform.fr.xlf +++ b/loc/translations-import/vscode-powerplatform.fr.xlf @@ -145,6 +145,46 @@ L’authentification interactive n’est pas disponible pour les scénarios dist PAC CLI is not supported in VS Code for the Web PAC CLI n’est pas pris en charge dans VS Code pour le Web + + Edit Power Pages code + + + Discover how you can make complete, modern websites right in VS Code + + + Overview + + + Power Pages extension enables a customized file system which is synced with the project structure of the Power Pages studio. + + The preview is linked to Power Pages and enables you to view your changes. +[Learn More](command:powerplatform-walkthrough.overview-learn-more) + + + File system + + + Your files are stored in nested folders under your site name. + + The individual page files can be found in the web-pages folder under your site name. + + All of your pages are arranged into HTML, CSS and JS files inside the folder with the respective page name. + + To learn more about the Power Pages file system in VS Code for Web, visit our [documentation](command:powerplatform-walkthrough.fileSystem-documentation). +[Open site folder](command:powerplatform-walkthrough.fileSystem-open-folder) + + + Advanced capabilities + + + Visual Studio Code for Web enables editing and publishing of web pages on your website. + + For a command line interface and more advanced capabilities, install the Power Platform Extension for VS Code, available in the VS Code Marketplace for desktop. + + [Learn More](command:powerplatform-walkthrough.advancedCapabilities-learn-more) about the difference between Visual Studio Code for desktop and web. + +[Start coding](command:powerplatform-walkthrough.advancedCapabilities-start-coding) + @@ -248,6 +288,11 @@ L’authentification interactive n’est pas disponible pour les scénarios dist The {0} represents auth profile's user name (email address)) Utilisateur : {0} + + Cloud Instance: {0} + The {0} represents profile's Azure Cloud Instances + Instance de cloud : {0} + Display Name: {0} Unique Name: {1} @@ -262,4 +307,168 @@ Version : {2} + + + + Edit the site + Modifier le site + + + Be careful making changes. Anyone can see the changes you make immediately. Choose Edit the site to make edits, or close the editor tab to cancel without editing. + Soyez prudent lorsque vous apportez des modifications. Tout le monde peut voir immédiatement les modifications. Choisissez Modifier le site pour apporter des modifications, ou fermez l’onglet de l’éditeur pour annuler sans modifier. + + + You are editing a live, public site + Vous modifiez un site public actif + + + There was a problem opening the workspace + Un problème s’est produit lors de l’ouverture de l’espace de travail + + + Try refreshing the browser + Essayez d’actualiser le navigateur + + + Unable to find that app + Impossible de trouver cette application + + + + + + + Authorization Failed. Please run again to authorize it + Échec de l’autorisation. Exécutez à nouveau pour l’autoriser + + + + + + + There was a problem opening the workspace + Un problème s’est produit lors de l’ouverture de l’espace de travail + + + Check the URL and verify the parameters are correct + Vérifiez l’URL et vérifiez que les paramètres sont corrects + + + There was a problem opening the workspace + Un problème s’est produit lors de l’ouverture de l’espace de travail + + + Check the URL and verify the parameters are correct + Vérifiez l’URL et vérifiez que les paramètres sont corrects + + + + + + + There’s a problem on the back end + Problème dans le back end + + + Try again + Réessayer + + + Authorization Failed. Please run again to authorize it + Échec de l’autorisation. Exécutez à nouveau pour l’autoriser + + + There was a permissions problem with the server + Problème d’autorisations avec le serveur + + + One or more commands are invalid or malformed + Une ou plusieurs commandes ne sont pas valides ou ont un format incorrect + + + Check the parameters and try again + Vérifiez les paramètres et réessayez + + + + + + + Authorization Failed. Please run again to authorize it + Échec de l’autorisation. Exécutez à nouveau pour l’autoriser + + + Try again + Réessayer + + + Authorization Failed. Please run again to authorize it + Échec de l’autorisation. Exécutez à nouveau pour l’autoriser + + + There was a permissions problem with the server + Problème d’autorisations avec le serveur + + + One or more commands are invalid or malformed + Une ou plusieurs commandes ne sont pas valides ou ont un format incorrect + + + Check the parameters and try again + Vérifiez les paramètres et réessayez + + + That file is not available + Ce fichier n’est pas disponible + + + The metadata may have changed on the Dataverse side. Contact your admin. + Les métadonnées ont peut-être été modifiées du côté de Dataverse. Contactez votre administrateur. + + + Fetching your file ... + Récupération de votre fichier en cours... + + + + + + + Saving your file ... + Enregistrement de votre fichier en cours... + + + Unable to complete the request + Impossible de terminer la demande + + + 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. + + + There’s a problem on the back end + Problème dans le back end + + + Try again + Réessayer + + + Authorization Failed. Please run again to authorize it + Échec de l’autorisation. Exécutez à nouveau pour l’autoriser + + + There was a permissions problem with the server + Problème d’autorisations avec le serveur + + + One or more commands are invalid or malformed + Une ou plusieurs commandes ne sont pas valides ou ont un format incorrect + + + Check the parameters and try again + Vérifiez les paramètres et réessayez + + + \ No newline at end of file diff --git a/loc/translations-import/vscode-powerplatform.it.xlf b/loc/translations-import/vscode-powerplatform.it.xlf index 2569ff1d..ffcf5772 100644 --- a/loc/translations-import/vscode-powerplatform.it.xlf +++ b/loc/translations-import/vscode-powerplatform.it.xlf @@ -145,6 +145,46 @@ L'autenticazione interattiva non è disponibile per scenari remoti. I profili di PAC CLI is not supported in VS Code for the Web PAC CLI non è supportata in VS Code per il Web + + Edit Power Pages code + + + Discover how you can make complete, modern websites right in VS Code + + + Overview + + + Power Pages extension enables a customized file system which is synced with the project structure of the Power Pages studio. + + The preview is linked to Power Pages and enables you to view your changes. +[Learn More](command:powerplatform-walkthrough.overview-learn-more) + + + File system + + + Your files are stored in nested folders under your site name. + + The individual page files can be found in the web-pages folder under your site name. + + All of your pages are arranged into HTML, CSS and JS files inside the folder with the respective page name. + + To learn more about the Power Pages file system in VS Code for Web, visit our [documentation](command:powerplatform-walkthrough.fileSystem-documentation). +[Open site folder](command:powerplatform-walkthrough.fileSystem-open-folder) + + + Advanced capabilities + + + Visual Studio Code for Web enables editing and publishing of web pages on your website. + + For a command line interface and more advanced capabilities, install the Power Platform Extension for VS Code, available in the VS Code Marketplace for desktop. + + [Learn More](command:powerplatform-walkthrough.advancedCapabilities-learn-more) about the difference between Visual Studio Code for desktop and web. + +[Start coding](command:powerplatform-walkthrough.advancedCapabilities-start-coding) + @@ -248,6 +288,11 @@ L'autenticazione interattiva non è disponibile per scenari remoti. I profili di The {0} represents auth profile's user name (email address)) Utente: {0} + + Cloud Instance: {0} + The {0} represents profile's Azure Cloud Instances + Istanza cloud: {0} + Display Name: {0} Unique Name: {1} @@ -262,4 +307,168 @@ Versione: {2} + + + + Edit the site + Modifica il sito + + + Be careful making changes. Anyone can see the changes you make immediately. Choose Edit the site to make edits, or close the editor tab to cancel without editing. + Presta attenzione quando apporti le modifiche. Chiunque può vedere le modifiche che hai apportato immediatamente. Scegli Modifica il sito per apportare modifiche o chiudi la scheda dell'editor per annullare senza modificare. + + + You are editing a live, public site + Stai modificando un sito pubblico live + + + There was a problem opening the workspace + Si è verificato un problema durante l'apertura dell'area di lavoro + + + Try refreshing the browser + Prova ad aggiornare il browser + + + Unable to find that app + Impossibile trovare tale app + + + + + + + Authorization Failed. Please run again to authorize it + Autorizzazione non riuscita. Esegui di nuovo per autorizzarla + + + + + + + There was a problem opening the workspace + Si è verificato un problema durante l'apertura dell'area di lavoro + + + Check the URL and verify the parameters are correct + Controlla l'URL e verifica che i parametri siano corretti + + + There was a problem opening the workspace + Si è verificato un problema durante l'apertura dell'area di lavoro + + + Check the URL and verify the parameters are correct + Controlla l'URL e verifica che i parametri siano corretti + + + + + + + There’s a problem on the back end + C'è™un problema nel back-end + + + Try again + Riprova + + + Authorization Failed. Please run again to authorize it + Autorizzazione non riuscita. Esegui di nuovo per autorizzarla + + + There was a permissions problem with the server + Si è verificato un problema di autorizzazione con il server + + + One or more commands are invalid or malformed + Uno o più comandi non sono validi o hanno un formato non valido + + + Check the parameters and try again + Controlla i parametri e riprova + + + + + + + Authorization Failed. Please run again to authorize it + Autorizzazione non riuscita. Esegui di nuovo per autorizzarla + + + Try again + Riprova + + + Authorization Failed. Please run again to authorize it + Autorizzazione non riuscita. Esegui di nuovo per autorizzarla + + + There was a permissions problem with the server + Si è verificato un problema di autorizzazione con il server + + + One or more commands are invalid or malformed + Uno o più comandi non sono validi o hanno un formato non valido + + + Check the parameters and try again + Controlla i parametri e riprova + + + That file is not available + File non disponibile + + + The metadata may have changed on the Dataverse side. Contact your admin. + I metadati potrebbero essere stati modificati sul lato Dataverse. Contatta l'amministratore. + + + Fetching your file ... + Recupero del file in corso ... + + + + + + + Saving your file ... + Salvataggio del file in corso ... + + + Unable to complete the request + Impossibile completare la richiesta + + + 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. + + + There’s a problem on the back end + C'è™un problema nel back-end + + + Try again + Riprova + + + Authorization Failed. Please run again to authorize it + Autorizzazione non riuscita. Esegui di nuovo per autorizzarla + + + There was a permissions problem with the server + Si è verificato un problema di autorizzazione con il server + + + One or more commands are invalid or malformed + Uno o più comandi non sono validi o hanno un formato non valido + + + Check the parameters and try again + Controlla i parametri e riprova + + + \ No newline at end of file diff --git a/loc/translations-import/vscode-powerplatform.ja.xlf b/loc/translations-import/vscode-powerplatform.ja.xlf index 4bbdb6da..f80bd445 100644 --- a/loc/translations-import/vscode-powerplatform.ja.xlf +++ b/loc/translations-import/vscode-powerplatform.ja.xlf @@ -145,6 +145,46 @@ The third line should be '[TRANSLATION HERE](command:pacCLI.pacAuthHelp)', keepi PAC CLI is not supported in VS Code for the Web PAC CLI は Web の VS Code ではサポートされていません + + Edit Power Pages code + + + Discover how you can make complete, modern websites right in VS Code + + + Overview + + + Power Pages extension enables a customized file system which is synced with the project structure of the Power Pages studio. + + The preview is linked to Power Pages and enables you to view your changes. +[Learn More](command:powerplatform-walkthrough.overview-learn-more) + + + File system + + + Your files are stored in nested folders under your site name. + + The individual page files can be found in the web-pages folder under your site name. + + All of your pages are arranged into HTML, CSS and JS files inside the folder with the respective page name. + + To learn more about the Power Pages file system in VS Code for Web, visit our [documentation](command:powerplatform-walkthrough.fileSystem-documentation). +[Open site folder](command:powerplatform-walkthrough.fileSystem-open-folder) + + + Advanced capabilities + + + Visual Studio Code for Web enables editing and publishing of web pages on your website. + + For a command line interface and more advanced capabilities, install the Power Platform Extension for VS Code, available in the VS Code Marketplace for desktop. + + [Learn More](command:powerplatform-walkthrough.advancedCapabilities-learn-more) about the difference between Visual Studio Code for desktop and web. + +[Start coding](command:powerplatform-walkthrough.advancedCapabilities-start-coding) + @@ -248,6 +288,11 @@ The third line should be '[TRANSLATION HERE](command:pacCLI.pacAuthHelp)', keepi The {0} represents auth profile's user name (email address)) ユーザー: {0} + + Cloud Instance: {0} + The {0} represents profile's Azure Cloud Instances + クラウド インスタンス: {0} + Display Name: {0} Unique Name: {1} @@ -262,4 +307,168 @@ The {2} represents Solution's Version number + + + + Edit the site + サイトの編集 + + + Be careful making changes. Anyone can see the changes you make immediately. Choose Edit the site to make edits, or close the editor tab to cancel without editing. + 変更には注意が必要です。行った変更は、すべてのユーザーに即座に表示されます。[サイトの編集] を選択して編集を行うか、エディター タブを閉じて、編集をキャンセルしてください。 + + + You are editing a live, public site + ライブのパブリック サイトを編集中です + + + There was a problem opening the workspace + ワークスペースを開くときに問題が発生しました + + + Try refreshing the browser + ブラウザーを更新してください + + + Unable to find that app + そのアプリが見つかりません + + + + + + + Authorization Failed. Please run again to authorize it + 認証に失敗しました。再度実行し、承認してください + + + + + + + There was a problem opening the workspace + ワークスペースを開くときに問題が発生しました + + + Check the URL and verify the parameters are correct + URL をチェックして、パラメーターが正しいことを確認してください + + + There was a problem opening the workspace + ワークスペースを開くときに問題が発生しました + + + Check the URL and verify the parameters are correct + URL をチェックして、パラメーターが正しいことを確認してください + + + + + + + There’s a problem on the back end + バック エンドに問題があります + + + Try again + やり直す + + + Authorization Failed. Please run again to authorize it + 認証に失敗しました。再度実行し、承認してください + + + There was a permissions problem with the server + サーバーのアクセス許可に関する問題が発生しました + + + One or more commands are invalid or malformed + 1 つ以上のコマンドが無効であるか、形式に誤りがあります + + + Check the parameters and try again + パラメーターを確認して、もう一度お試しください + + + + + + + Authorization Failed. Please run again to authorize it + 認証に失敗しました。再度実行し、承認してください + + + Try again + やり直す + + + Authorization Failed. Please run again to authorize it + 認証に失敗しました。再度実行し、承認してください + + + There was a permissions problem with the server + サーバーのアクセス許可に関する問題が発生しました + + + One or more commands are invalid or malformed + 1 つ以上のコマンドが無効であるか、形式に誤りがあります + + + Check the parameters and try again + パラメーターを確認して、もう一度お試しください + + + That file is not available + そのファイルは使用できません + + + The metadata may have changed on the Dataverse side. Contact your admin. + メタデータが Dataverse 側で変更された可能性があります。管理者にお問い合わせください。 + + + Fetching your file ... + ファイルを取得しています... + + + + + + + Saving your file ... + ファイルを保存しています... + + + Unable to complete the request + 要求を完了できません + + + One or more attribute names have been changed or removed. Contact your admin. + 1 つ以上の属性名が変更または削除されています。管理者にお問い合わせください。 + + + There’s a problem on the back end + バック エンドに問題があります + + + Try again + やり直す + + + Authorization Failed. Please run again to authorize it + 認証に失敗しました。再度実行し、承認してください + + + There was a permissions problem with the server + サーバーのアクセス許可に関する問題が発生しました + + + One or more commands are invalid or malformed + 1 つ以上のコマンドが無効であるか、形式に誤りがあります + + + Check the parameters and try again + パラメーターを確認して、もう一度お試しください + + + \ No newline at end of file diff --git a/loc/translations-import/vscode-powerplatform.ko.xlf b/loc/translations-import/vscode-powerplatform.ko.xlf index f9178c1e..15c0beac 100644 --- a/loc/translations-import/vscode-powerplatform.ko.xlf +++ b/loc/translations-import/vscode-powerplatform.ko.xlf @@ -145,6 +145,46 @@ The third line should be '[TRANSLATION HERE](command:pacCLI.pacAuthHelp)', keepi PAC CLI is not supported in VS Code for the Web PAC CLI는 웹용 VS Code에서 지원되지 않습니다 + + Edit Power Pages code + + + Discover how you can make complete, modern websites right in VS Code + + + Overview + + + Power Pages extension enables a customized file system which is synced with the project structure of the Power Pages studio. + + The preview is linked to Power Pages and enables you to view your changes. +[Learn More](command:powerplatform-walkthrough.overview-learn-more) + + + File system + + + Your files are stored in nested folders under your site name. + + The individual page files can be found in the web-pages folder under your site name. + + All of your pages are arranged into HTML, CSS and JS files inside the folder with the respective page name. + + To learn more about the Power Pages file system in VS Code for Web, visit our [documentation](command:powerplatform-walkthrough.fileSystem-documentation). +[Open site folder](command:powerplatform-walkthrough.fileSystem-open-folder) + + + Advanced capabilities + + + Visual Studio Code for Web enables editing and publishing of web pages on your website. + + For a command line interface and more advanced capabilities, install the Power Platform Extension for VS Code, available in the VS Code Marketplace for desktop. + + [Learn More](command:powerplatform-walkthrough.advancedCapabilities-learn-more) about the difference between Visual Studio Code for desktop and web. + +[Start coding](command:powerplatform-walkthrough.advancedCapabilities-start-coding) + @@ -248,6 +288,11 @@ The third line should be '[TRANSLATION HERE](command:pacCLI.pacAuthHelp)', keepi The {0} represents auth profile's user name (email address)) 사용자: {0} + + Cloud Instance: {0} + The {0} represents profile's Azure Cloud Instances + 클라우드 인스턴스: {0} + Display Name: {0} Unique Name: {1} @@ -262,4 +307,168 @@ The {2} represents Solution's Version number + + + + Edit the site + 사이트 편집 + + + Be careful making changes. Anyone can see the changes you make immediately. Choose Edit the site to make edits, or close the editor tab to cancel without editing. + 신중하게 변경하세요. 모든 사람이 변경 내용을 즉시 볼 수 있습니다. 편집하려면 사이트 편집을 선택하거나 편집하지 않고 취소하려면 편집기 탭을 닫으세요. + + + You are editing a live, public site + 라이브 상태인 공개 사이트를 편집하고 있습니다 + + + There was a problem opening the workspace + 작업 영역을 여는 중 문제가 발생했습니다 + + + Try refreshing the browser + 브라우저를 새로 고쳐 보세요 + + + Unable to find that app + 해당 앱을 찾을 수 없음 + + + + + + + Authorization Failed. Please run again to authorize it + 인증하지 못했습니다. 인증하려면 다시 실행하세요 + + + + + + + There was a problem opening the workspace + 작업 영역을 여는 중 문제가 발생했습니다 + + + Check the URL and verify the parameters are correct + URL을 확인하고 매개 변수가 올바른지 확인하세요 + + + There was a problem opening the workspace + 작업 영역을 여는 중 문제가 발생했습니다 + + + Check the URL and verify the parameters are correct + URL을 확인하고 매개 변수가 올바른지 확인하세요 + + + + + + + There’s a problem on the back end + 백 엔드에 문제가 있습니다 + + + Try again + 다시 시도 + + + Authorization Failed. Please run again to authorize it + 인증하지 못했습니다. 인증하려면 다시 실행하세요 + + + There was a permissions problem with the server + 서버에 권한 문제가 있습니다 + + + One or more commands are invalid or malformed + 하나 이상의 명령이 올바르지 않거나 잘못된 형식입니다 + + + Check the parameters and try again + 매개 변수를 확인하고 다시 시도하세요 + + + + + + + Authorization Failed. Please run again to authorize it + 인증하지 못했습니다. 인증하려면 다시 실행하세요 + + + Try again + 다시 시도 + + + Authorization Failed. Please run again to authorize it + 인증하지 못했습니다. 인증하려면 다시 실행하세요 + + + There was a permissions problem with the server + 서버에 권한 문제가 있습니다 + + + One or more commands are invalid or malformed + 하나 이상의 명령이 올바르지 않거나 잘못된 형식입니다 + + + Check the parameters and try again + 매개 변수를 확인하고 다시 시도하세요 + + + That file is not available + 해당 파일은 사용할 수 없습니다 + + + The metadata may have changed on the Dataverse side. Contact your admin. + Dataverse에서 메타데이터가 변경되었을 수 있습니다. 관리자에게 문의하세요. + + + Fetching your file ... + 파일을 가져오는 중... + + + + + + + Saving your file ... + 파일을 저장하는 중... + + + Unable to complete the request + 요청을 완료할 수 없음 + + + One or more attribute names have been changed or removed. Contact your admin. + 하나 이상의 특성 이름이 변경되거나 제거되었습니다. 관리자에게 문의하세요. + + + There’s a problem on the back end + 백 엔드에 문제가 있습니다 + + + Try again + 다시 시도 + + + Authorization Failed. Please run again to authorize it + 인증하지 못했습니다. 인증하려면 다시 실행하세요 + + + There was a permissions problem with the server + 서버에 권한 문제가 있습니다 + + + One or more commands are invalid or malformed + 하나 이상의 명령이 올바르지 않거나 잘못된 형식입니다 + + + Check the parameters and try again + 매개 변수를 확인하고 다시 시도하세요 + + + \ No newline at end of file diff --git a/loc/translations-import/vscode-powerplatform.pt-BR.xlf b/loc/translations-import/vscode-powerplatform.pt-BR.xlf index 3285fd06..7e95db56 100644 --- a/loc/translations-import/vscode-powerplatform.pt-BR.xlf +++ b/loc/translations-import/vscode-powerplatform.pt-BR.xlf @@ -145,6 +145,46 @@ A Autenticação Interativa não está disponível para cenários remotos; os pe PAC CLI is not supported in VS Code for the Web Não há suporte para PAC CLI no VS Code para a Web + + Edit Power Pages code + + + Discover how you can make complete, modern websites right in VS Code + + + Overview + + + Power Pages extension enables a customized file system which is synced with the project structure of the Power Pages studio. + + The preview is linked to Power Pages and enables you to view your changes. +[Learn More](command:powerplatform-walkthrough.overview-learn-more) + + + File system + + + Your files are stored in nested folders under your site name. + + The individual page files can be found in the web-pages folder under your site name. + + All of your pages are arranged into HTML, CSS and JS files inside the folder with the respective page name. + + To learn more about the Power Pages file system in VS Code for Web, visit our [documentation](command:powerplatform-walkthrough.fileSystem-documentation). +[Open site folder](command:powerplatform-walkthrough.fileSystem-open-folder) + + + Advanced capabilities + + + Visual Studio Code for Web enables editing and publishing of web pages on your website. + + For a command line interface and more advanced capabilities, install the Power Platform Extension for VS Code, available in the VS Code Marketplace for desktop. + + [Learn More](command:powerplatform-walkthrough.advancedCapabilities-learn-more) about the difference between Visual Studio Code for desktop and web. + +[Start coding](command:powerplatform-walkthrough.advancedCapabilities-start-coding) + @@ -248,6 +288,11 @@ A Autenticação Interativa não está disponível para cenários remotos; os pe The {0} represents auth profile's user name (email address)) Usuário: {0} + + Cloud Instance: {0} + The {0} represents profile's Azure Cloud Instances + Instância na Nuvem: {0} + Display Name: {0} Unique Name: {1} @@ -262,4 +307,168 @@ Versão: {2} + + + + Edit the site + Editar o site + + + Be careful making changes. Anyone can see the changes you make immediately. Choose Edit the site to make edits, or close the editor tab to cancel without editing. + Tenha cuidado ao fazer alterações. Qualquer pessoa pode ver as alterações que você faz imediatamente. Escolha Editar o site para fazer edições ou feche a guia do editor para cancelar sem editar. + + + You are editing a live, public site + Você está editando um site público ativo + + + There was a problem opening the workspace + Houve um problema ao abrir o espaço de trabalho + + + Try refreshing the browser + Tente atualizar o navegador + + + Unable to find that app + Não é possível encontrar esse aplicativo + + + + + + + Authorization Failed. Please run again to authorize it + Falha na Autorização. Execute novamente para autorizar + + + + + + + There was a problem opening the workspace + Houve um problema ao abrir o espaço de trabalho + + + Check the URL and verify the parameters are correct + Verifique se a URL e os parâmetros estão corretos + + + There was a problem opening the workspace + Houve um problema ao abrir o espaço de trabalho + + + Check the URL and verify the parameters are correct + Verifique se a URL e os parâmetros estão corretos + + + + + + + There’s a problem on the back end + Há um problema no back-end + + + Try again + Tentar novamente + + + Authorization Failed. Please run again to authorize it + Falha na Autorização. Execute novamente para autorizar + + + There was a permissions problem with the server + Houve um problema de permissões com o servidor + + + One or more commands are invalid or malformed + Um ou mais comandos são inválidos ou foram malformados + + + Check the parameters and try again + Verificar os parâmetros e tentar novamente + + + + + + + Authorization Failed. Please run again to authorize it + Falha na Autorização. Execute novamente para autorizar + + + Try again + Tentar novamente + + + Authorization Failed. Please run again to authorize it + Falha na Autorização. Execute novamente para autorizar + + + There was a permissions problem with the server + Houve um problema de permissões com o servidor + + + One or more commands are invalid or malformed + Um ou mais comandos são inválidos ou foram malformados + + + Check the parameters and try again + Verificar os parâmetros e tentar novamente + + + That file is not available + Esse arquivo não está disponível + + + The metadata may have changed on the Dataverse side. Contact your admin. + Os metadados podem ter sido alterados no lado do Dataverse. Contate o administrador. + + + Fetching your file ... + Buscando seu arquivo... + + + + + + + Saving your file ... + Salvando seu arquivo... + + + Unable to complete the request + Não foi possível concluir a solicitação + + + 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. + + + There’s a problem on the back end + Há um problema no back-end + + + Try again + Tentar novamente + + + Authorization Failed. Please run again to authorize it + Falha na Autorização. Execute novamente para autorizar + + + There was a permissions problem with the server + Houve um problema de permissões com o servidor + + + One or more commands are invalid or malformed + Um ou mais comandos são inválidos ou foram malformados + + + Check the parameters and try again + Verificar os parâmetros e tentar novamente + + + \ No newline at end of file diff --git a/loc/translations-import/vscode-powerplatform.ru.xlf b/loc/translations-import/vscode-powerplatform.ru.xlf index 5dfd5bef..d7494a46 100644 --- a/loc/translations-import/vscode-powerplatform.ru.xlf +++ b/loc/translations-import/vscode-powerplatform.ru.xlf @@ -145,6 +145,46 @@ The third line should be '[TRANSLATION HERE](command:pacCLI.pacAuthHelp)', keepi PAC CLI is not supported in VS Code for the Web PAC CLI не поддерживается в VS Code для Интернета + + Edit Power Pages code + + + Discover how you can make complete, modern websites right in VS Code + + + Overview + + + Power Pages extension enables a customized file system which is synced with the project structure of the Power Pages studio. + + The preview is linked to Power Pages and enables you to view your changes. +[Learn More](command:powerplatform-walkthrough.overview-learn-more) + + + File system + + + Your files are stored in nested folders under your site name. + + The individual page files can be found in the web-pages folder under your site name. + + All of your pages are arranged into HTML, CSS and JS files inside the folder with the respective page name. + + To learn more about the Power Pages file system in VS Code for Web, visit our [documentation](command:powerplatform-walkthrough.fileSystem-documentation). +[Open site folder](command:powerplatform-walkthrough.fileSystem-open-folder) + + + Advanced capabilities + + + Visual Studio Code for Web enables editing and publishing of web pages on your website. + + For a command line interface and more advanced capabilities, install the Power Platform Extension for VS Code, available in the VS Code Marketplace for desktop. + + [Learn More](command:powerplatform-walkthrough.advancedCapabilities-learn-more) about the difference between Visual Studio Code for desktop and web. + +[Start coding](command:powerplatform-walkthrough.advancedCapabilities-start-coding) + @@ -248,6 +288,11 @@ The third line should be '[TRANSLATION HERE](command:pacCLI.pacAuthHelp)', keepi The {0} represents auth profile's user name (email address)) Пользователь: {0} + + Cloud Instance: {0} + The {0} represents profile's Azure Cloud Instances + Облачный экземпляр: {0} + Display Name: {0} Unique Name: {1} @@ -262,4 +307,168 @@ The {2} represents Solution's Version number + + + + Edit the site + Изменить сайт + + + Be careful making changes. Anyone can see the changes you make immediately. Choose Edit the site to make edits, or close the editor tab to cancel without editing. + Будьте внимательны при внесении изменений. Кто угодно может сразу увидеть ваши изменения. Выберите "Изменить сайт", чтобы внести изменения, или закройте вкладку редактора, чтобы выйти без редактирования. + + + You are editing a live, public site + Вы редактируете опубликованный открытый сайт + + + There was a problem opening the workspace + При открытии рабочей области возникла проблема + + + Try refreshing the browser + Попробуйте обновить страницу в браузере + + + Unable to find that app + Не удалось найти приложение + + + + + + + Authorization Failed. Please run again to authorize it + Авторизация не пройдена. Запустите ее еще раз + + + + + + + There was a problem opening the workspace + При открытии рабочей области возникла проблема + + + Check the URL and verify the parameters are correct + Проверьте URL-адрес и проверьте правильность параметров + + + There was a problem opening the workspace + При открытии рабочей области возникла проблема + + + Check the URL and verify the parameters are correct + Проверьте URL-адрес и проверьте правильность параметров + + + + + + + There’s a problem on the back end + Возникла проблема на сервере + + + Try again + Повторить попытку + + + Authorization Failed. Please run again to authorize it + Авторизация не пройдена. Запустите ее еще раз + + + There was a permissions problem with the server + Возникла проблема с разрешениями на сервере + + + One or more commands are invalid or malformed + Одна или несколько команд являются недопустимыми или неправильными + + + Check the parameters and try again + Проверьте параметры и повторите попытку + + + + + + + Authorization Failed. Please run again to authorize it + Авторизация не пройдена. Запустите ее еще раз + + + Try again + Повторить попытку + + + Authorization Failed. Please run again to authorize it + Авторизация не пройдена. Запустите ее еще раз + + + There was a permissions problem with the server + Возникла проблема с разрешениями на сервере + + + One or more commands are invalid or malformed + Одна или несколько команд являются недопустимыми или неправильными + + + Check the parameters and try again + Проверьте параметры и повторите попытку + + + That file is not available + Этот файл недоступен + + + The metadata may have changed on the Dataverse side. Contact your admin. + Метаданные могли быть изменены на стороне Dataverse. Обратитесь к администратору. + + + Fetching your file ... + Извлечение файла... + + + + + + + Saving your file ... + Сохранение файла... + + + Unable to complete the request + Не удается завершить запрос + + + One or more attribute names have been changed or removed. Contact your admin. + Одно или несколько имен атрибутов были изменены или удалены. Обратитесь к администратору. + + + There’s a problem on the back end + Возникла проблема на сервере + + + Try again + Повторить попытку + + + Authorization Failed. Please run again to authorize it + Авторизация не пройдена. Запустите ее еще раз + + + There was a permissions problem with the server + Возникла проблема с разрешениями на сервере + + + One or more commands are invalid or malformed + Одна или несколько команд являются недопустимыми или неправильными + + + Check the parameters and try again + Проверьте параметры и повторите попытку + + + \ No newline at end of file diff --git a/loc/translations-import/vscode-powerplatform.tr.xlf b/loc/translations-import/vscode-powerplatform.tr.xlf index 2268d93b..3e125bad 100644 --- a/loc/translations-import/vscode-powerplatform.tr.xlf +++ b/loc/translations-import/vscode-powerplatform.tr.xlf @@ -145,6 +145,46 @@ Uzaktan senaryolar için Etkileşimli Kimlik Doğrulaması kullanılamaz; kimlik PAC CLI is not supported in VS Code for the Web PAC CLI, Web için VS Code'da desteklenmiyor + + Edit Power Pages code + + + Discover how you can make complete, modern websites right in VS Code + + + Overview + + + Power Pages extension enables a customized file system which is synced with the project structure of the Power Pages studio. + + The preview is linked to Power Pages and enables you to view your changes. +[Learn More](command:powerplatform-walkthrough.overview-learn-more) + + + File system + + + Your files are stored in nested folders under your site name. + + The individual page files can be found in the web-pages folder under your site name. + + All of your pages are arranged into HTML, CSS and JS files inside the folder with the respective page name. + + To learn more about the Power Pages file system in VS Code for Web, visit our [documentation](command:powerplatform-walkthrough.fileSystem-documentation). +[Open site folder](command:powerplatform-walkthrough.fileSystem-open-folder) + + + Advanced capabilities + + + Visual Studio Code for Web enables editing and publishing of web pages on your website. + + For a command line interface and more advanced capabilities, install the Power Platform Extension for VS Code, available in the VS Code Marketplace for desktop. + + [Learn More](command:powerplatform-walkthrough.advancedCapabilities-learn-more) about the difference between Visual Studio Code for desktop and web. + +[Start coding](command:powerplatform-walkthrough.advancedCapabilities-start-coding) + @@ -248,6 +288,11 @@ Uzaktan senaryolar için Etkileşimli Kimlik Doğrulaması kullanılamaz; kimlik The {0} represents auth profile's user name (email address)) Kullanıcı: {0} + + Cloud Instance: {0} + The {0} represents profile's Azure Cloud Instances + Bulut Kurulumu: {0} + Display Name: {0} Unique Name: {1} @@ -262,4 +307,168 @@ Sürüm: {2} + + + + Edit the site + Siteyi düzenle + + + Be careful making changes. Anyone can see the changes you make immediately. Choose Edit the site to make edits, or close the editor tab to cancel without editing. + Değişiklik yaparken dikkatli olun. Herkes yaptığınız değişiklikleri anında görebilir. Düzenleme yapmak için Siteyi düzenle'yi seçin veya düzenlemeden iptal etmek için düzenleyici sekmesini kapatın. + + + You are editing a live, public site + Yayında olan, herkese açık bir siteyi düzenliyorsunuz + + + There was a problem opening the workspace + Çalışma alanı açılırken bir sorun oluştu + + + Try refreshing the browser + Tarayıcınızı yenilemeyi deneyin + + + Unable to find that app + Bu uygulama bulunamadı + + + + + + + Authorization Failed. Please run again to authorize it + Yetkilendirme Başarısız Oldu. Lütfen yetkilendirmek için yeniden çalıştırın + + + + + + + There was a problem opening the workspace + Çalışma alanı açılırken bir sorun oluştu + + + Check the URL and verify the parameters are correct + URL'yi denetleyin ve parametrelerin doğru olduğunu onaylayın + + + There was a problem opening the workspace + Çalışma alanı açılırken bir sorun oluştu + + + Check the URL and verify the parameters are correct + URL'yi denetleyin ve parametrelerin doğru olduğunu onaylayın + + + + + + + There’s a problem on the back end + Arka uçta bir sorun oluştu + + + Try again + Yeniden dene + + + Authorization Failed. Please run again to authorize it + Yetkilendirme Başarısız Oldu. Lütfen yetkilendirmek için yeniden çalıştırın + + + There was a permissions problem with the server + Sunucuyla ilgili bir izin sorunu yaşandı + + + One or more commands are invalid or malformed + Bir veya daha fazla komut geçersiz ya da hatalı biçimlendirilmiş + + + Check the parameters and try again + Parametreleri denetleyin ve yeniden deneyin + + + + + + + Authorization Failed. Please run again to authorize it + Yetkilendirme Başarısız Oldu. Lütfen yetkilendirmek için yeniden çalıştırın + + + Try again + Yeniden dene + + + Authorization Failed. Please run again to authorize it + Yetkilendirme Başarısız Oldu. Lütfen yetkilendirmek için yeniden çalıştırın + + + There was a permissions problem with the server + Sunucuyla ilgili bir izin sorunu yaşandı + + + One or more commands are invalid or malformed + Bir veya daha fazla komut geçersiz ya da hatalı biçimlendirilmiş + + + Check the parameters and try again + Parametreleri denetleyin ve yeniden deneyin + + + That file is not available + Bu dosya kullanılamıyor + + + The metadata may have changed on the Dataverse side. Contact your admin. + Meta veriler, Dataverse tarafında değişmiş olabilir. Yöneticinizle iletişime geçin. + + + Fetching your file ... + Dosyanız alınıyor... + + + + + + + Saving your file ... + Dosyanız kaydediliyor... + + + Unable to complete the request + İstek tamamlanamadı + + + 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. + + + There’s a problem on the back end + Arka uçta bir sorun oluştu + + + Try again + Yeniden dene + + + Authorization Failed. Please run again to authorize it + Yetkilendirme Başarısız Oldu. Lütfen yetkilendirmek için yeniden çalıştırın + + + There was a permissions problem with the server + Sunucuyla ilgili bir izin sorunu yaşandı + + + One or more commands are invalid or malformed + Bir veya daha fazla komut geçersiz ya da hatalı biçimlendirilmiş + + + Check the parameters and try again + Parametreleri denetleyin ve yeniden deneyin + + + \ No newline at end of file diff --git a/loc/translations-import/vscode-powerplatform.zh-CN.xlf b/loc/translations-import/vscode-powerplatform.zh-CN.xlf index 37c7be39..e3504f94 100644 --- a/loc/translations-import/vscode-powerplatform.zh-CN.xlf +++ b/loc/translations-import/vscode-powerplatform.zh-CN.xlf @@ -145,6 +145,46 @@ The third line should be '[TRANSLATION HERE](command:pacCLI.pacAuthHelp)', keepi PAC CLI is not supported in VS Code for the Web Web 版 VS Code 不支持 PAC CLI + + Edit Power Pages code + + + Discover how you can make complete, modern websites right in VS Code + + + Overview + + + Power Pages extension enables a customized file system which is synced with the project structure of the Power Pages studio. + + The preview is linked to Power Pages and enables you to view your changes. +[Learn More](command:powerplatform-walkthrough.overview-learn-more) + + + File system + + + Your files are stored in nested folders under your site name. + + The individual page files can be found in the web-pages folder under your site name. + + All of your pages are arranged into HTML, CSS and JS files inside the folder with the respective page name. + + To learn more about the Power Pages file system in VS Code for Web, visit our [documentation](command:powerplatform-walkthrough.fileSystem-documentation). +[Open site folder](command:powerplatform-walkthrough.fileSystem-open-folder) + + + Advanced capabilities + + + Visual Studio Code for Web enables editing and publishing of web pages on your website. + + For a command line interface and more advanced capabilities, install the Power Platform Extension for VS Code, available in the VS Code Marketplace for desktop. + + [Learn More](command:powerplatform-walkthrough.advancedCapabilities-learn-more) about the difference between Visual Studio Code for desktop and web. + +[Start coding](command:powerplatform-walkthrough.advancedCapabilities-start-coding) + @@ -248,6 +288,11 @@ The third line should be '[TRANSLATION HERE](command:pacCLI.pacAuthHelp)', keepi The {0} represents auth profile's user name (email address)) 用户: {0} + + Cloud Instance: {0} + The {0} represents profile's Azure Cloud Instances + 云实例: {0} + Display Name: {0} Unique Name: {1} @@ -262,4 +307,168 @@ The {2} represents Solution's Version number + + + + Edit the site + 编辑站点 + + + Be careful making changes. Anyone can see the changes you make immediately. Choose Edit the site to make edits, or close the editor tab to cancel without editing. + 进行更改时,请务必小心。所有人都可以立即看到您所做的更改。请选择“编辑站点”以进行编辑,或者关闭编辑器选项卡以取消编辑。 + + + You are editing a live, public site + 您正在编辑一个公共活动站点 + + + There was a problem opening the workspace + 打开工作区时出现问题 + + + Try refreshing the browser + 尝试刷新浏览器 + + + Unable to find that app + 找不到该应用 + + + + + + + Authorization Failed. Please run again to authorize it + 授权失败。请再次运行以进行授权 + + + + + + + There was a problem opening the workspace + 打开工作区时出现问题 + + + Check the URL and verify the parameters are correct + 检查 URL 并验证参数是否正确 + + + There was a problem opening the workspace + 打开工作区时出现问题 + + + Check the URL and verify the parameters are correct + 检查 URL 并验证参数是否正确 + + + + + + + There’s a problem on the back end + 后端出现问题 + + + Try again + 重试 + + + Authorization Failed. Please run again to authorize it + 授权失败。请再次运行以进行授权 + + + There was a permissions problem with the server + 存在服务器权限问题 + + + One or more commands are invalid or malformed + 一个或多个命令无效或者格式错误 + + + Check the parameters and try again + 检查参数并重试 + + + + + + + Authorization Failed. Please run again to authorize it + 授权失败。请再次运行以进行授权 + + + Try again + 重试 + + + Authorization Failed. Please run again to authorize it + 授权失败。请再次运行以进行授权 + + + There was a permissions problem with the server + 存在服务器权限问题 + + + One or more commands are invalid or malformed + 一个或多个命令无效或者格式错误 + + + Check the parameters and try again + 检查参数并重试 + + + That file is not available + 该文件不可用 + + + The metadata may have changed on the Dataverse side. Contact your admin. + Dataverse 端的元数据可能已更改。请联系您的管理员。 + + + Fetching your file ... + 正在提取文件... + + + + + + + Saving your file ... + 正在保存文件... + + + Unable to complete the request + 无法完成请求 + + + One or more attribute names have been changed or removed. Contact your admin. + 一个或多个属性名称已更改或已删除。请联系您的管理员。 + + + There’s a problem on the back end + 后端出现问题 + + + Try again + 重试 + + + Authorization Failed. Please run again to authorize it + 授权失败。请再次运行以进行授权 + + + There was a permissions problem with the server + 存在服务器权限问题 + + + One or more commands are invalid or malformed + 一个或多个命令无效或者格式错误 + + + Check the parameters and try again + 检查参数并重试 + + + \ No newline at end of file diff --git a/loc/translations-import/vscode-powerplatform.zh-TW.xlf b/loc/translations-import/vscode-powerplatform.zh-TW.xlf index 96a73add..f0ab2f67 100644 --- a/loc/translations-import/vscode-powerplatform.zh-TW.xlf +++ b/loc/translations-import/vscode-powerplatform.zh-TW.xlf @@ -145,6 +145,46 @@ The third line should be '[TRANSLATION HERE](command:pacCLI.pacAuthHelp)', keepi PAC CLI is not supported in VS Code for the Web 適用於 Web 的 VS Code 不支援 PAC CLI + + Edit Power Pages code + + + Discover how you can make complete, modern websites right in VS Code + + + Overview + + + Power Pages extension enables a customized file system which is synced with the project structure of the Power Pages studio. + + The preview is linked to Power Pages and enables you to view your changes. +[Learn More](command:powerplatform-walkthrough.overview-learn-more) + + + File system + + + Your files are stored in nested folders under your site name. + + The individual page files can be found in the web-pages folder under your site name. + + All of your pages are arranged into HTML, CSS and JS files inside the folder with the respective page name. + + To learn more about the Power Pages file system in VS Code for Web, visit our [documentation](command:powerplatform-walkthrough.fileSystem-documentation). +[Open site folder](command:powerplatform-walkthrough.fileSystem-open-folder) + + + Advanced capabilities + + + Visual Studio Code for Web enables editing and publishing of web pages on your website. + + For a command line interface and more advanced capabilities, install the Power Platform Extension for VS Code, available in the VS Code Marketplace for desktop. + + [Learn More](command:powerplatform-walkthrough.advancedCapabilities-learn-more) about the difference between Visual Studio Code for desktop and web. + +[Start coding](command:powerplatform-walkthrough.advancedCapabilities-start-coding) + @@ -248,6 +288,11 @@ The third line should be '[TRANSLATION HERE](command:pacCLI.pacAuthHelp)', keepi The {0} represents auth profile's user name (email address)) 使用者: {0} + + Cloud Instance: {0} + The {0} represents profile's Azure Cloud Instances + 雲端執行個體: {0} + Display Name: {0} Unique Name: {1} @@ -262,4 +307,168 @@ The {2} represents Solution's Version number + + + + Edit the site + 編輯網站 + + + Be careful making changes. Anyone can see the changes you make immediately. Choose Edit the site to make edits, or close the editor tab to cancel without editing. + 進行變更時請務必小心,因為任何人都會立即看到您所做的變更。選擇 [編輯網站] 進行編輯,或關閉編輯器索引標籤以取消而不編輯。 + + + You are editing a live, public site + 您正在編輯已上線、公開的網站 + + + There was a problem opening the workspace + 開啟工作區時發生問題 + + + Try refreshing the browser + 請嘗試重新整理瀏覽器 + + + Unable to find that app + 找不到該應用程式 + + + + + + + Authorization Failed. Please run again to authorize it + 授權失敗。請重新執行以進行授權 + + + + + + + There was a problem opening the workspace + 開啟工作區時發生問題 + + + Check the URL and verify the parameters are correct + 檢查 URL 並確認參數正確無誤 + + + There was a problem opening the workspace + 開啟工作區時發生問題 + + + Check the URL and verify the parameters are correct + 檢查 URL 並確認參數正確無誤 + + + + + + + There’s a problem on the back end + 後端發生問題 + + + Try again + 再試一次 + + + Authorization Failed. Please run again to authorize it + 授權失敗。請重新執行以進行授權 + + + There was a permissions problem with the server + 伺服器發生權限問題 + + + One or more commands are invalid or malformed + 一或多個命令無效或格式錯誤 + + + Check the parameters and try again + 請檢查參數,然後再試一次 + + + + + + + Authorization Failed. Please run again to authorize it + 授權失敗。請重新執行以進行授權 + + + Try again + 再試一次 + + + Authorization Failed. Please run again to authorize it + 授權失敗。請重新執行以進行授權 + + + There was a permissions problem with the server + 伺服器發生權限問題 + + + One or more commands are invalid or malformed + 一或多個命令無效或格式錯誤 + + + Check the parameters and try again + 請檢查參數,然後再試一次 + + + That file is not available + 該檔案無法使用 + + + The metadata may have changed on the Dataverse side. Contact your admin. + 中繼資料可能已在 Dataverse 端變更。請連絡您的管理員。 + + + Fetching your file ... + 正在擷取您的檔案... + + + + + + + Saving your file ... + 正在儲存您的檔案... + + + Unable to complete the request + 無法完成要求 + + + One or more attribute names have been changed or removed. Contact your admin. + 一或多個屬性名稱已變更或移除。請連絡您的管理員。 + + + There’s a problem on the back end + 後端發生問題 + + + Try again + 再試一次 + + + Authorization Failed. Please run again to authorize it + 授權失敗。請重新執行以進行授權 + + + There was a permissions problem with the server + 伺服器發生權限問題 + + + One or more commands are invalid or malformed + 一或多個命令無效或格式錯誤 + + + Check the parameters and try again + 請檢查參數,然後再試一次 + + + \ No newline at end of file