Archived
update to langpack strings for code complete (#16597)
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
"arc.data.controller.name": "数据控制器名称",
|
||||
"arc.data.controller.name.validation.description": "名称必须包含小写字母数字字符、\"-\" 或 \"。\",以字母数字字符开头/结尾,并且长度不能超过 253 个字符。",
|
||||
"arc.data.controller.location": "位置",
|
||||
"arc.data.controller.infrastructure": "基础结构",
|
||||
"arc.data.controller.admin.account.title": "管理员帐户",
|
||||
"arc.data.controller.admin.account.name": "数据控制器登录",
|
||||
"arc.data.controller.admin.account.password": "密码",
|
||||
@@ -67,6 +68,7 @@
|
||||
"arc.data.controller.summary.resource.group": "资源组",
|
||||
"arc.data.controller.summary.data.controller.name": "数据控制器名称",
|
||||
"arc.data.controller.summary.data.controller.namespace": "数据控制器命名空间",
|
||||
"arc.data.controller.summary.data.controller.infrastructure": "数据控制器基础结构",
|
||||
"arc.data.controller.summary.controller": "控制器",
|
||||
"arc.data.controller.summary.location": "位置",
|
||||
"arc.data.controller.agreement": "我接受 {0} 和 {1}。",
|
||||
@@ -159,7 +161,7 @@
|
||||
"cores.limit.greater.than.or.equal.to.requested.cores": "内核限制必须大于或等于请求内核",
|
||||
"requested.memory.less.than.or.equal.to.memory.limit": "请求内存必须小于或等于内存限制",
|
||||
"memory.limit.greater.than.or.equal.to.requested.memory": "内存限制必须大于或等于请求内存",
|
||||
"arc.agreement.sql.help.text": "启用 Azure Arc 的托管实例提供可在所选基础结构上部署的 SQL Server 访问和功能兼容性。尽管此服务处于预览状态,但与 Azure 上的 SQL 托管实例相比,它具有一些功能限制。{0}",
|
||||
"arc.agreement.sql.help.text": "启用了 Azure Arc 的托管实例提供了 SQL Server 访问和功能兼容性,可以在所选的基础结构上部署。{0}",
|
||||
"arc.agreement.sql.help.text.learn.more": "了解详细信息",
|
||||
"arc.agreement.sql.help.text.learn.more.ariaLabel": "详细了解已启用 Azure Arc 的托管实例"
|
||||
},
|
||||
@@ -215,6 +217,8 @@
|
||||
"arc.extensionName": "扩展名",
|
||||
"arc.extensionsDescription": "PostgreSQL 提供使用扩展程序扩展数据库功能的能力。扩展允许在单个包中将多个相关的 SQL 对象捆绑在一起,可以使用单个命令从数据库中加载或删除这些对象。在数据库中加载后,扩展可以像内置功能一样运行。",
|
||||
"arc.extensionsFunction": "启动时必须将某些扩展加载到 PostgreSQL 中,然后才能使用它们。可在下面查看和编辑这些预加载的扩展。",
|
||||
"arc.extensionsAddFunction": "某些扩展必须在启动时加载到 PostgreSQL 中,然后才能使用它们。若要编辑,请键入有效扩展列表,以逗号分隔: ({0})。",
|
||||
"arc.extensionsAddErrorrMessage": "值应为以下值之一: ({0})。",
|
||||
"arc.extensionsLearnMore": "了解 PostgreSQL 扩展的详细信息。",
|
||||
"arc.extensionsTableLoading": "正在加载预加载扩展的表。",
|
||||
"arc.extensionsTableLabel": "预加载扩展的表。",
|
||||
|
||||
Reference in New Issue
Block a user