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
Rozhraní PAC CLI není v editoru VS Code pro web podporováno.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+