From 323e11fefba181fd982b9773dacefa44b2ef0ca0 Mon Sep 17 00:00:00 2001 From: Shijun Sun <30999793+AllForNothing@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:43:02 +0800 Subject: [PATCH] Update the wording text for the system robot account (#19666) Signed-off-by: AllForNothing --- .../list-all-projects/list-all-projects.component.html | 4 ++-- src/portal/src/i18n/lang/de-de-lang.json | 10 ++++++---- src/portal/src/i18n/lang/en-us-lang.json | 10 ++++++---- src/portal/src/i18n/lang/es-es-lang.json | 10 ++++++---- src/portal/src/i18n/lang/fr-fr-lang.json | 10 ++++++---- src/portal/src/i18n/lang/pt-br-lang.json | 10 ++++++---- src/portal/src/i18n/lang/tr-tr-lang.json | 10 ++++++---- src/portal/src/i18n/lang/zh-cn-lang.json | 10 ++++++---- src/portal/src/i18n/lang/zh-tw-lang.json | 10 ++++++---- 9 files changed, 50 insertions(+), 34 deletions(-) diff --git a/src/portal/src/app/base/left-side-nav/system-robot-accounts/list-all-projects/list-all-projects.component.html b/src/portal/src/app/base/left-side-nav/system-robot-accounts/list-all-projects/list-all-projects.component.html index 9d6ae9196..436de32f5 100644 --- a/src/portal/src/app/base/left-side-nav/system-robot-accounts/list-all-projects/list-all-projects.component.html +++ b/src/portal/src/app/base/left-side-nav/system-robot-accounts/list-all-projects/list-all-projects.component.html @@ -18,10 +18,10 @@ (click)="selectAllOrUnselectAll()" class="btn btn-secondary btn-sm m-0 ml-1"> {{ - 'SYSTEM_ROBOT.SELECT_ALL' | translate + 'SYSTEM_ROBOT.SELECT_ALL_PROJECT' | translate }} {{ - 'SYSTEM_ROBOT.UNSELECT_ALL' | translate + 'SYSTEM_ROBOT.UNSELECT_ALL_PROJECT' | translate }} diff --git a/src/portal/src/i18n/lang/de-de-lang.json b/src/portal/src/i18n/lang/de-de-lang.json index b675aae3d..ad9f73963 100644 --- a/src/portal/src/i18n/lang/de-de-lang.json +++ b/src/portal/src/i18n/lang/de-de-lang.json @@ -1669,9 +1669,9 @@ "PROJECTS_MODAL_TITLE": "Projekte des Robot-Zugangs", "PROJECTS_MODAL_SUMMARY": "Diese Projekte können mit dem Robot-Zugang verwaltet werden", "CREATE_ROBOT": "Systemweiten Robot-Zugang anlegen", - "CREATE_ROBOT_SUMMARY": "Erstelle einen systemweiten Robot-Zugang, der bestimmte Projekte abdeckt. Wähle \"Alle Projekte\", um den Robot-Zugang für alle existierenden und zukünftigen Projekte zuzulassen", + "CREATE_ROBOT_SUMMARY": "Create a system Robot Account that will cover permissions for the system as well as for specific projects", "EDIT_ROBOT": "Systemweiten Robot-Zugang bearbeiten", - "EDIT_ROBOT_SUMMARY": "Bearbeite einen systemweiten Robot-Zugang. Wähle \"Alle Projekte\", um den Robot-Zugang für alle existierenden und zukünftigen Projekte zuzulassen", + "EDIT_ROBOT_SUMMARY": "Edit a system Robot Account that will cover permissions for the system as well as for specific projects", "EXPIRATION_TIME": "Ablaufzeit", "EXPIRATION_TIME_EXPLAIN": "Die Ablaufzeit (in Tagen, ab Erstellung) des Robot-Zugang-Tokens. Um die Ablaufzeit zu deaktiveren \"-1\" eingeben.", "EXPIRATION_DEFAULT": "Tage(default)", @@ -1681,7 +1681,7 @@ "COVER_ALL": "Alle Projekte", "COVER_ALL_EXPLAIN": "Aktivieren, um den Robot-Zugang für alle existierenden und zukünftigen Projekte zuzulassen", "COVER_ALL_SUMMARY": "Alle aktuellen und zukünftigen Projekte sind ausgewählt.", - "RESET_PERMISSION": "BERECHTIGUNGEN SETZEN", + "RESET_PERMISSION": "RESET ALL PROJECT PERMISSIONS", "PERMISSION_COLUMN": "Berechtigungen", "EXPIRES_AT": "Läuft ab am", "VIEW_SECRET": "SECRET AKTUALISIEREN", @@ -1713,7 +1713,9 @@ "LIST": "Auflisten", "REPOSITORY": "Repository", "EXPIRES_IN": "Läuft ab in", - "EXPIRED": "Abgelaufen" + "EXPIRED": "Abgelaufen", + "SELECT_ALL_PROJECT": "SELECT ALL PROJECTS", + "UNSELECT_ALL_PROJECT": "UNSELECT ALL PROJECTS" }, "ACCESSORY": { "DELETION_TITLE_ACCESSORY": "Bestätige die Löschung des Anhangs", diff --git a/src/portal/src/i18n/lang/en-us-lang.json b/src/portal/src/i18n/lang/en-us-lang.json index daa6a6447..cef160c1a 100644 --- a/src/portal/src/i18n/lang/en-us-lang.json +++ b/src/portal/src/i18n/lang/en-us-lang.json @@ -1670,9 +1670,9 @@ "PROJECTS_MODAL_TITLE": "Projects for Robot Account", "PROJECTS_MODAL_SUMMARY": "There are the projects covered by this robot account.", "CREATE_ROBOT": "Create System Robot Account", - "CREATE_ROBOT_SUMMARY": "Create a system Robot Account that will cover specific projects. Choose \"Cover all projects\" to be applied to all existing and future projects", + "CREATE_ROBOT_SUMMARY": "Create a system Robot Account that will cover permissions for the system as well as for specific projects", "EDIT_ROBOT": "Edit System Robot Account", - "EDIT_ROBOT_SUMMARY": "Edit a system Robot Account. Choose \"Cover all projects\" to be applied to all exiting and future projects", + "EDIT_ROBOT_SUMMARY": "Edit a system Robot Account that will cover permissions for the system as well as for specific projects", "EXPIRATION_TIME": "Expiration time", "EXPIRATION_TIME_EXPLAIN": "The expiration time(in days and the starting point is creation time) of the token of the robot account. For being never expired, please enter \"-1\".", "EXPIRATION_DEFAULT": "days(default)", @@ -1682,7 +1682,7 @@ "COVER_ALL": "Cover all projects", "COVER_ALL_EXPLAIN": "Check to be applied to all existing and future projects", "COVER_ALL_SUMMARY": "All current and future projects selected.", - "RESET_PERMISSION": "RESET PERMISSIONS", + "RESET_PERMISSION": "RESET ALL PROJECT PERMISSIONS", "PERMISSION_COLUMN": "Permissions", "EXPIRES_AT": "Expires at", "VIEW_SECRET": "REFRESH SECRET", @@ -1714,7 +1714,9 @@ "LIST": "List", "REPOSITORY": "Repository", "EXPIRES_IN": "Expires in", - "EXPIRED": "Expired" + "EXPIRED": "Expired", + "SELECT_ALL_PROJECT": "SELECT ALL PROJECTS", + "UNSELECT_ALL_PROJECT": "UNSELECT ALL PROJECTS" }, "ACCESSORY": { "DELETION_TITLE_ACCESSORY": "Confirm Accessory Deletion", diff --git a/src/portal/src/i18n/lang/es-es-lang.json b/src/portal/src/i18n/lang/es-es-lang.json index d6f765fd5..e8050d9b5 100644 --- a/src/portal/src/i18n/lang/es-es-lang.json +++ b/src/portal/src/i18n/lang/es-es-lang.json @@ -1666,9 +1666,9 @@ "PROJECTS_MODAL_TITLE": "Projects for Robot Account", "PROJECTS_MODAL_SUMMARY": "There are the projects covered by this robot account.", "CREATE_ROBOT": "Create System Robot Account", - "CREATE_ROBOT_SUMMARY": "Create a system Robot Account that will cover specific projects. Choose \"Cover all projects\" to be applied to all existing and future projects", + "CREATE_ROBOT_SUMMARY": "Create a system Robot Account that will cover permissions for the system as well as for specific projects", "EDIT_ROBOT": "Edit System Robot Account", - "EDIT_ROBOT_SUMMARY": "Edit a system Robot Account. Choose \"Cover all projects\" to be applied to all exiting and future projects", + "EDIT_ROBOT_SUMMARY": "Edit a system Robot Account that will cover permissions for the system as well as for specific projects", "EXPIRATION_TIME": "Expiration time", "EXPIRATION_TIME_EXPLAIN": "The expiration time(in days and the starting point is creation time) of the token of the robot account. For being never expired, please enter \"-1\".", "EXPIRATION_DEFAULT": "days(default)", @@ -1678,7 +1678,7 @@ "COVER_ALL": "Cover all projects", "COVER_ALL_EXPLAIN": "Check to be applied to all existing and future projects", "COVER_ALL_SUMMARY": "All current and future projects selected.", - "RESET_PERMISSION": "RESET PERMISSIONS", + "RESET_PERMISSION": "RESET ALL PROJECT PERMISSIONS", "PERMISSION_COLUMN": "Permissions", "EXPIRES_AT": "Expires at", "VIEW_SECRET": "REFRESH SECRET", @@ -1710,7 +1710,9 @@ "LIST": "List", "REPOSITORY": "Repository", "EXPIRES_IN": "Expires in", - "EXPIRED": "Expired" + "EXPIRED": "Expired", + "SELECT_ALL_PROJECT": "SELECT ALL PROJECTS", + "UNSELECT_ALL_PROJECT": "UNSELECT ALL PROJECTS" }, "ACCESSORY": { "DELETION_TITLE_ACCESSORY": "Confirm Accessory Deletion", diff --git a/src/portal/src/i18n/lang/fr-fr-lang.json b/src/portal/src/i18n/lang/fr-fr-lang.json index dbf3df47c..1bedcaf15 100644 --- a/src/portal/src/i18n/lang/fr-fr-lang.json +++ b/src/portal/src/i18n/lang/fr-fr-lang.json @@ -1641,9 +1641,9 @@ "PROJECTS_MODAL_TITLE": "Projets pour le compte robot", "PROJECTS_MODAL_SUMMARY": "Voici les projets couverts par ce compte robot.", "CREATE_ROBOT": "Créer un compte robot Système", - "CREATE_ROBOT_SUMMARY": "Créez un compte robot système qui couvrira des projets spécifiques. Choisissez \"Couvrir tous les projets\" pour appliquer à tous les projets existants et futurs", + "CREATE_ROBOT_SUMMARY": "Create a system Robot Account that will cover permissions for the system as well as for specific projects", "EDIT_ROBOT": "Éditer un compte robot Système", - "EDIT_ROBOT_SUMMARY": "Éditer un compte robot système. Choisissez \"Couvrir tous les projets\" pour appliquer à tous les projets existants et futurs", + "EDIT_ROBOT_SUMMARY": "Edit a system Robot Account that will cover permissions for the system as well as for specific projects", "EXPIRATION_TIME": "Date/Heure d'Expiration", "EXPIRATION_TIME_EXPLAIN": "L'heure d'expiration (en jours, le point de départ est l'heure de création) du jeton du compte robot. Pour ne jamais expirer, entrer \"-1\".", "EXPIRATION_DEFAULT": "jours (défaut)", @@ -1653,7 +1653,7 @@ "COVER_ALL": "Couvrir tous les projets", "COVER_ALL_EXPLAIN": "Cocher pour appliquer à tous les projets existants et futurs", "COVER_ALL_SUMMARY": "\"Tous les projets existants et futurs\" sélectionné.", - "RESET_PERMISSION": "Réinitialiser les permissions", + "RESET_PERMISSION": "RESET ALL PROJECT PERMISSIONS", "PERMISSION_COLUMN": "Permissions", "EXPIRES_AT": "Expire à", "VIEW_SECRET": "Actualiser le secret", @@ -1685,7 +1685,9 @@ "LIST": "Lister", "REPOSITORY": "Dépôt", "EXPIRES_IN": "Expire dans", - "EXPIRED": "Expiré" + "EXPIRED": "Expiré", + "SELECT_ALL_PROJECT": "SELECT ALL PROJECTS", + "UNSELECT_ALL_PROJECT": "UNSELECT ALL PROJECTS" }, "ACCESSORY": { "DELETION_TITLE_ACCESSORY": "Confirmer la suppression de l'accessoire", diff --git a/src/portal/src/i18n/lang/pt-br-lang.json b/src/portal/src/i18n/lang/pt-br-lang.json index 923171e63..cfc6ff691 100644 --- a/src/portal/src/i18n/lang/pt-br-lang.json +++ b/src/portal/src/i18n/lang/pt-br-lang.json @@ -1666,9 +1666,9 @@ "PROJECTS_MODAL_TITLE": "Projetos para contas de automação", "PROJECTS_MODAL_SUMMARY": "Alguns projetos são usados por esta conta de automação.", "CREATE_ROBOT": "Criar Conta de Automação", - "CREATE_ROBOT_SUMMARY": "Criando uma conta de sistema para automação de tarefas com permissões específicas. Ao selecionar \"Acesso Completo\", a conta terá acesso a todos os projetos atuais e também a projetos criados futuramente.", + "CREATE_ROBOT_SUMMARY": "Create a system Robot Account that will cover permissions for the system as well as for specific projects", "EDIT_ROBOT": "Editar Conta de Automação", - "EDIT_ROBOT_SUMMARY": "Editando conta de sistema para automação de tarefas com permissões específicas. Ao selecionar \"Acesso Completo\", a conta terá acesso a todos os projetos atuais e também a projetos criados futuramente.", + "EDIT_ROBOT_SUMMARY": "Edit a system Robot Account that will cover permissions for the system as well as for specific projects", "EXPIRATION_TIME": "Validade", "EXPIRATION_TIME_EXPLAIN": "Prazo de validade do acesso desta conta. Para não expirar, informe \"-1\".", "EXPIRATION_DEFAULT": "dias(default)", @@ -1678,7 +1678,7 @@ "COVER_ALL": "Acesso Completo", "COVER_ALL_EXPLAIN": "Marque para conceder acesso a todos os projetos, atuais e futuros.", "COVER_ALL_SUMMARY": "Todos os projetos, atuais e futuros poderão ser acessados.", - "RESET_PERMISSION": "REDEFINIR PERMISSÕES", + "RESET_PERMISSION": "RESET ALL PROJECT PERMISSIONS", "PERMISSION_COLUMN": "Permissões", "EXPIRES_AT": "Expira em", "VIEW_SECRET": "REDEFINIR SEGREDO", @@ -1710,7 +1710,9 @@ "LIST": "Listar", "REPOSITORY": "Repositório", "EXPIRES_IN": "Expires in", - "EXPIRED": "Expired" + "EXPIRED": "Expired", + "SELECT_ALL_PROJECT": "SELECT ALL PROJECTS", + "UNSELECT_ALL_PROJECT": "UNSELECT ALL PROJECTS" }, "ACCESSORY": { "DELETION_TITLE_ACCESSORY": "Confirm Accessory Deletion", diff --git a/src/portal/src/i18n/lang/tr-tr-lang.json b/src/portal/src/i18n/lang/tr-tr-lang.json index b42ed254a..f1140f5ba 100644 --- a/src/portal/src/i18n/lang/tr-tr-lang.json +++ b/src/portal/src/i18n/lang/tr-tr-lang.json @@ -1669,9 +1669,9 @@ "PROJECTS_MODAL_TITLE": "Projects for Robot Account", "PROJECTS_MODAL_SUMMARY": "There are the projects covered by this robot account.", "CREATE_ROBOT": "Create System Robot Account", - "CREATE_ROBOT_SUMMARY": "Create a system Robot Account that will cover specific projects. Choose \"Cover all projects\" to be applied to all existing and future projects", + "CREATE_ROBOT_SUMMARY": "Create a system Robot Account that will cover permissions for the system as well as for specific projects", "EDIT_ROBOT": "Edit System Robot Account", - "EDIT_ROBOT_SUMMARY": "Edit a system Robot Account. Choose \"Cover all projects\" to be applied to all exiting and future projects", + "EDIT_ROBOT_SUMMARY": "Edit a system Robot Account that will cover permissions for the system as well as for specific projects", "EXPIRATION_TIME": "Expiration time", "EXPIRATION_TIME_EXPLAIN": "The expiration time(in days and the starting point is creation time) of the token of the robot account. For being never expired, please enter \"-1\".", "EXPIRATION_DEFAULT": "days(default)", @@ -1681,7 +1681,7 @@ "COVER_ALL": "Cover all projects", "COVER_ALL_EXPLAIN": "Check to be applied to all existing and future projects", "COVER_ALL_SUMMARY": "All current and future projects selected.", - "RESET_PERMISSION": "RESET PERMISSIONS", + "RESET_PERMISSION": "RESET ALL PROJECT PERMISSIONS", "PERMISSION_COLUMN": "Permissions", "EXPIRES_AT": "Expires at", "VIEW_SECRET": "REFRESH SECRET", @@ -1713,7 +1713,9 @@ "LIST": "List", "REPOSITORY": "Repository", "EXPIRES_IN": "Expires in", - "EXPIRED": "Expired" + "EXPIRED": "Expired", + "SELECT_ALL_PROJECT": "SELECT ALL PROJECTS", + "UNSELECT_ALL_PROJECT": "UNSELECT ALL PROJECTS" }, "ACCESSORY": { "DELETION_TITLE_ACCESSORY": "Confirm Accessory Deletion", diff --git a/src/portal/src/i18n/lang/zh-cn-lang.json b/src/portal/src/i18n/lang/zh-cn-lang.json index bfc526ec9..206e4e726 100644 --- a/src/portal/src/i18n/lang/zh-cn-lang.json +++ b/src/portal/src/i18n/lang/zh-cn-lang.json @@ -1666,9 +1666,9 @@ "PROJECTS_MODAL_TITLE": "当前机器人账户覆盖的项目", "PROJECTS_MODAL_SUMMARY": "以下为当前机器人账户覆盖的项目列表", "CREATE_ROBOT": "创建系统级机器人账户", - "CREATE_ROBOT_SUMMARY": "创建机器人账户。您可以选中\"覆盖全部项目\"项来覆盖当前所有项目以及未来新增的项目", + "CREATE_ROBOT_SUMMARY": "创建一个包含系统级权限和覆盖指定项目的机器人账户", "EDIT_ROBOT": "编辑系统级机器人账户", - "EDIT_ROBOT_SUMMARY": "编辑机器人账户。您可以选中\"覆盖全部项目\"项来覆盖当前所有项目以及未来新增的项目", + "EDIT_ROBOT_SUMMARY": "编辑一个包含系统级权限和覆盖指定项目的机器人账户", "EXPIRATION_TIME": "过期时间", "EXPIRATION_TIME_EXPLAIN": "当前机器人账户的令牌有效时间(单位为天且起始点为创建时间)。如想设置为永不过期, 请输入\"-1\"。", "EXPIRATION_DEFAULT": "天(默认)", @@ -1678,7 +1678,7 @@ "COVER_ALL": "覆盖全部项目", "COVER_ALL_EXPLAIN": "选中此项来覆盖当前所有项目以及未来新增的项目", "COVER_ALL_SUMMARY": "已选中当前所有项目以及未来新增的项目", - "RESET_PERMISSION": "重置初始权限", + "RESET_PERMISSION": "重置所有项目初始权限", "PERMISSION_COLUMN": "权限", "EXPIRES_AT": "有效期至", "VIEW_SECRET": "刷新令牌", @@ -1710,7 +1710,9 @@ "LIST": "查询", "REPOSITORY": "仓库", "EXPIRES_IN": "有效期剩余", - "EXPIRED": "已过期" + "EXPIRED": "已过期", + "SELECT_ALL_PROJECT": "选择全部项目", + "UNSELECT_ALL_PROJECT": "取消选择全部项目" }, "ACCESSORY": { "DELETION_TITLE_ACCESSORY": "删除附件确认", diff --git a/src/portal/src/i18n/lang/zh-tw-lang.json b/src/portal/src/i18n/lang/zh-tw-lang.json index 2704ec89a..a74cca648 100644 --- a/src/portal/src/i18n/lang/zh-tw-lang.json +++ b/src/portal/src/i18n/lang/zh-tw-lang.json @@ -1664,9 +1664,9 @@ "PROJECTS_MODAL_TITLE": "機器人帳號的專案", "PROJECTS_MODAL_SUMMARY": "這些是此機器人帳號涵蓋的專案。", "CREATE_ROBOT": "建立系統機器人帳號", - "CREATE_ROBOT_SUMMARY": "建立一個涵蓋特定專案的系統機器人帳號。選擇「涵蓋所有專案」將套用到所有現有和未來的專案", + "CREATE_ROBOT_SUMMARY": "Create a system Robot Account that will cover permissions for the system as well as for specific projects", "EDIT_ROBOT": "編輯系統機器人帳號", - "EDIT_ROBOT_SUMMARY": "編輯一個系統機器人帳號。選擇「涵蓋所有專案」將套用到所有現有和未來的專案", + "EDIT_ROBOT_SUMMARY": "Edit a system Robot Account that will cover permissions for the system as well as for specific projects", "EXPIRATION_TIME": "到期時間", "EXPIRATION_TIME_EXPLAIN": "機器人帳號的權杖到期時間(以建立時間為起點的天數)。要使其永不過期,請輸入「-1」。", "EXPIRATION_DEFAULT": "天(預設)", @@ -1676,7 +1676,7 @@ "COVER_ALL": "涵蓋所有專案", "COVER_ALL_EXPLAIN": "選擇以套用到所有現有和未來的專案", "COVER_ALL_SUMMARY": "選擇了所有現有和未來的專案。", - "RESET_PERMISSION": "重設權限", + "RESET_PERMISSION": "RESET ALL PROJECT PERMISSIONS", "PERMISSION_COLUMN": "權限", "EXPIRES_AT": "到期於", "VIEW_SECRET": "更新密鑰", @@ -1708,7 +1708,9 @@ "LIST": "列表", "REPOSITORY": "儲存庫", "EXPIRES_IN": "到期於", - "EXPIRED": "已過期" + "EXPIRED": "已過期", + "SELECT_ALL_PROJECT": "SELECT ALL PROJECTS", + "UNSELECT_ALL_PROJECT": "UNSELECT ALL PROJECTS" }, "ACCESSORY": { "DELETION_TITLE_ACCESSORY": "確認刪除附件",