From d9255f060ca3087b0282514cf43f7a1dcfe9d814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sat, 11 Oct 2025 17:43:57 +0800 Subject: [PATCH 01/19] =?UTF-8?q?=E8=A1=A5=E5=85=85@vitejs/plugin-vue-jsx?= =?UTF-8?q?=20=E7=BC=BA=E5=B0=91=E7=9A=84=E4=BE=9D=E8=B5=96@rollup/pluginu?= =?UTF-8?q?tils?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Web/package.json b/Web/package.json index 4bb4187ce..27b45d60e 100644 --- a/Web/package.json +++ b/Web/package.json @@ -84,6 +84,7 @@ "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.36.0", "@plugin-web-update-notification/vite": "^2.0.1", + "@rollup/pluginutils": "^5.3.0", "@types/lodash-es": "^4.17.12", "@types/node": "^22.18.6", "@types/nprogress": "^0.2.3", -- Gitee From 83c7c70ceb43b05dee77d0a4d2e59b495bbef883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sun, 12 Oct 2025 11:13:11 +0800 Subject: [PATCH 02/19] =?UTF-8?q?=E4=B8=83=E7=89=9B=E4=BA=91=E5=AD=98?= =?UTF-8?q?=E5=82=A8=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/File/FileProvider/MultiOSSFileProvider.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Admin.NET/Admin.NET.Core/Service/File/FileProvider/MultiOSSFileProvider.cs b/Admin.NET/Admin.NET.Core/Service/File/FileProvider/MultiOSSFileProvider.cs index c5406971d..e17411890 100644 --- a/Admin.NET/Admin.NET.Core/Service/File/FileProvider/MultiOSSFileProvider.cs +++ b/Admin.NET/Admin.NET.Core/Service/File/FileProvider/MultiOSSFileProvider.cs @@ -202,6 +202,7 @@ public class MultiOSSFileProvider : ICustomFileProvider, ITransient return provider.Provider.ToUpper() switch { "ALIYUN" => $"{protocol}://{bucketName}.{provider.Endpoint}/{filePath.TrimStart('/')}", + "QINIU" => $"{protocol}://{bucketName}.{provider.Endpoint}/{filePath.TrimStart('/')}", "QCLOUD" => $"{protocol}://{bucketName}-{provider.Endpoint}.cos.{provider.Region}.myqcloud.com/{filePath.TrimStart('/')}", "MINIO" => $"{protocol}://{provider.Endpoint}/{bucketName}/{filePath.TrimStart('/')}", _ => throw Oops.Oh($"不支持的OSS提供者: {provider.Provider}") -- Gitee From bbd9ccf8190cddbf3f289b858f0d8d7aac88e025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sun, 12 Oct 2025 11:19:47 +0800 Subject: [PATCH 03/19] =?UTF-8?q?=E5=8E=BB=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/.editorconfig | 15 +-------------- Admin.NET/Admin.NET.Web.Core/Startup.cs | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 24 deletions(-) diff --git a/Admin.NET/.editorconfig b/Admin.NET/.editorconfig index 989c7025d..34c506c3b 100644 --- a/Admin.NET/.editorconfig +++ b/Admin.NET/.editorconfig @@ -36,11 +36,6 @@ dotnet_naming_style.begins_with_i.required_suffix = dotnet_naming_style.begins_with_i.word_separator = dotnet_naming_style.begins_with_i.capitalization = pascal_case -dotnet_naming_style.pascal_case.required_prefix = -dotnet_naming_style.pascal_case.required_suffix = -dotnet_naming_style.pascal_case.word_separator = -dotnet_naming_style.pascal_case.capitalization = pascal_case - dotnet_naming_style.pascal_case.required_prefix = dotnet_naming_style.pascal_case.required_suffix = dotnet_naming_style.pascal_case.word_separator = @@ -132,11 +127,6 @@ dotnet_naming_style.帕斯卡拼写法.required_suffix = dotnet_naming_style.帕斯卡拼写法.word_separator = dotnet_naming_style.帕斯卡拼写法.capitalization = pascal_case -dotnet_naming_style.帕斯卡拼写法.required_prefix = -dotnet_naming_style.帕斯卡拼写法.required_suffix = -dotnet_naming_style.帕斯卡拼写法.word_separator = -dotnet_naming_style.帕斯卡拼写法.capitalization = pascal_case - [*.{cs,vb}] end_of_line = crlf dotnet_style_qualification_for_field = false:silent @@ -171,7 +161,4 @@ dotnet_style_predefined_type_for_locals_parameters_members = true:silent dotnet_style_predefined_type_for_member_access = true:silent indent_size = 4 tab_width = 4 -dotnet_style_operator_placement_when_wrapping = beginning_of_line - -# Add copyright file header -file_header_template = Admin.NET 项目的版权、商标、专利和其他相关权利均受相应法律法规的保护。使用本项目应遵守相关法律法规和许可证的要求。\n\n本项目主要遵循 MIT 许可证和 Apache 许可证(版本 2.0)进行分发和使用。许可证位于源代码树根目录中的 LICENSE-MIT 和 LICENSE-APACHE 文件。\n\n不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,我们不承担任何责任! \ No newline at end of file +dotnet_style_operator_placement_when_wrapping = beginning_of_line \ No newline at end of file diff --git a/Admin.NET/Admin.NET.Web.Core/Startup.cs b/Admin.NET/Admin.NET.Web.Core/Startup.cs index 1a5d538d6..9f2d5f08b 100644 --- a/Admin.NET/Admin.NET.Web.Core/Startup.cs +++ b/Admin.NET/Admin.NET.Web.Core/Startup.cs @@ -218,7 +218,7 @@ public class Startup : AppStartup services.AddCaptcha(); // 控制台logo - services.AddConsoleLogo(); + // services.AddConsoleLogo(); // Swagger 时间格式化 services.AddSwaggerGen(c => @@ -290,11 +290,11 @@ public class Startup : AppStartup app.UseHsts(); } - app.Use(async (context, next) => - { - context.Response.Headers.Append("Admin.NET", "Admin.NET"); - await next(); - }); + // app.Use(async (context, next) => + // { + // context.Response.Headers.Append("Admin.NET", "Admin.NET"); + // await next(); + // }); // 图像处理 app.UseImageSharp(); @@ -373,10 +373,10 @@ public class Startup : AppStartup app.UseInject(string.Empty, options => { - foreach (var groupInfo in SpecificationDocumentBuilder.GetOpenApiGroups()) - { - groupInfo.Description += "
👮不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,我们不承担任何责任!"; - } + // foreach (var groupInfo in SpecificationDocumentBuilder.GetOpenApiGroups()) + // { + // groupInfo.Description += "
👮不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,我们不承担任何责任!"; + // } options.ConfigureSwagger(m => { m.OpenApiVersion = Microsoft.OpenApi.OpenApiSpecVersion.OpenApi3_0; }); -- Gitee From 73bab7fbeb6219673a7c87b3392c01c5fae0ad19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sun, 12 Oct 2025 11:20:20 +0800 Subject: [PATCH 04/19] =?UTF-8?q?=E4=BF=AE=E6=94=B9SM2=E5=AF=86=E9=92=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/Admin.NET.Application/Configuration/App.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Admin.NET/Admin.NET.Application/Configuration/App.json b/Admin.NET/Admin.NET.Application/Configuration/App.json index 3cc1293a9..e33553272 100644 --- a/Admin.NET/Admin.NET.Application/Configuration/App.json +++ b/Admin.NET/Admin.NET.Application/Configuration/App.json @@ -50,7 +50,7 @@ "WorkerId": 1, // 雪花Id机器码,多服务器时全局唯一 "WorkerIdBitLength": 6, // 机器码位长 默认值6,取值范围 [1, 19] "SeqBitLength": 6, // 序列数位长 默认值6,取值范围 [3, 21](建议不小于4,值越大性能越高、Id位数也更长) - "WorkerPrefix": "adminnet_" // 缓存前缀 + "WorkerPrefix": "zhaopin_" // 缓存前缀 }, // 密码策略 "Cryptogram": { @@ -59,7 +59,7 @@ "PasswordStrengthValidationMsg": "密码必须包含大小写字母、数字和特殊字符的组合,长度在6-16之间", // 密码强度验证消息提示 "CryptoType": "SM2", // 密码加密算法:MD5、SM2、SM4 // 新业务系统记得改密匙,通过接口(http://localhost:5005/api/sysCommon/smKeyPair)获取。记得同步修改前端公钥配置:VITE_SM_PUBLIC_KEY - "PublicKey": "0484C7466D950E120E5ECE5DD85D0C90EAA85081A3A2BD7C57AE6DC822EFCCBD66620C67B0103FC8DD280E36C3B282977B722AAEC3C56518EDCEBAFB72C5A05312", // 公钥 - "PrivateKey": "8EDB615B1D48B8BE188FC0F18EC08A41DF50EA731FA28BF409E6552809E3A111" // 私钥 + "PublicKey": "04F5194FA31D44974645B2D1E1C76BE3619A1BF63795995744DCA10DC15F227DB3BA4186C1A6955C239C154D8E530C6CFA9496C88582C7C5F2E133F1BA8CDD40BA", // 公钥 + "PrivateKey": "009084DC49DCE4ED667BB7FB7B3DFF9EF964EB8B5F2F012C70B58F2645AAD40E40" // 私钥 } } \ No newline at end of file -- Gitee From e2db920f72b2cddc7e0b6e58e817a869d369d7f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sun, 12 Oct 2025 11:20:40 +0800 Subject: [PATCH 05/19] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/Admin.NET.Application/Configuration/Cache.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin.NET/Admin.NET.Application/Configuration/Cache.json b/Admin.NET/Admin.NET.Application/Configuration/Cache.json index 7b8add5b0..318be9942 100644 --- a/Admin.NET/Admin.NET.Application/Configuration/Cache.json +++ b/Admin.NET/Admin.NET.Application/Configuration/Cache.json @@ -3,11 +3,11 @@ // 缓存配置 "Cache": { - "Prefix": "adminnet_", // 全局缓存前缀 + "Prefix": "zhaopin_", // 全局缓存前缀 "CacheType": "Memory", // Memory、Redis "Redis": { "Configuration": "server=127.0.0.1:6379;password=;db=5;", // Redis连接字符串 - "Prefix": "adminnet_", // Redis前缀(目前没用) + "Prefix": "zhaopin_", // Redis前缀(目前没用) "MaxMessageSize": "1048576", // 最大消息大小 默认1024 * 1024 "AutoDetect": false // 自动检测集群节点 阿里云的Redis分布式集群使用代理模式,需要设置为false关闭自动检测;如果不用代理地址,就配置多个节点地址并打开自动检测 } -- Gitee From 05d4829928eea8fa0b479b2a85404265073ca95b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sun, 12 Oct 2025 11:20:52 +0800 Subject: [PATCH 06/19] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Configuration/Database.Development.json | 86 +++++++++++++++++++ .../Configuration/Database.json | 14 +-- 2 files changed, 93 insertions(+), 7 deletions(-) create mode 100644 Admin.NET/Admin.NET.Application/Configuration/Database.Development.json diff --git a/Admin.NET/Admin.NET.Application/Configuration/Database.Development.json b/Admin.NET/Admin.NET.Application/Configuration/Database.Development.json new file mode 100644 index 000000000..acfee8059 --- /dev/null +++ b/Admin.NET/Admin.NET.Application/Configuration/Database.Development.json @@ -0,0 +1,86 @@ +{ + "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json", + + // 详细数据库配置见SqlSugar官网(第一个为默认库),极力推荐 PostgreSQL 数据库 + // 数据库连接字符串参考地址:https://www.connectionstrings.com/ + "DbConnection": { + "EnableConsoleSql": false, // 启用控制台打印SQL + "ConnectionConfigs": [ + { + //"ConfigId": "1300000000001", // 默认库标识-禁止修改 + "DbType": "MySql", // MySql、SqlServer、Sqlite、Oracle、PostgreSQL、Dm、Kdbndp、Oscar、MySqlConnector、Access、OpenGauss、QuestDB、HG、ClickHouse、GBase、Odbc、Custom + "DbNickName": "系统库", + //"ConnectionString": "DataSource=./Admin.NET.db", // Sqlite + //"ConnectionString": "PORT=5432;DATABASE=xxx;HOST=localhost;PASSWORD=xxx;USER ID=xxx", // PostgreSQL + "ConnectionString": "Server=localhost;Database=zhaopin;Uid=root;Pwd=123456;SslMode=None;AllowLoadLocalInfile=true;AllowUserVariables=true;", // MySql, + //"ConnectionString": "User Id=xxx; Password=xxx; Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORCL)))", // Oracle + //"ConnectionString": "Server=localhost;Database=xxx;User Id=xxx;Password=xxx;Encrypt=True;TrustServerCertificate=True;", // SqlServer + + //"SlaveConnectionConfigs": [ // 读写分离/主从 + // { + // "HitRate": 10, + // "ConnectionString": "DataSource=./Admin.NET1.db" + // }, + // { + // "HitRate": 10, + // "ConnectionString": "DataSource=./Admin.NET2.db" + // } + //], + "DbSettings": { + "EnableInitDb": false, // 启用库初始化(若实体没有变化建议关闭) + "EnableInitView": false, // 启用视图初始化(若实体和视图没有变化建议关闭) + "EnableDiffLog": false, // 启用库表差异日志 + "EnableUnderLine": false, // 启用驼峰转下划线 + "EnableConnEncrypt": false // 启用数据库连接串加密(国密SM2加解密) + }, + "TableSettings": { + "EnableInitTable": false, // 启用表初始化(若实体没有变化建议关闭) + "EnableIncreTable": false // 启用表增量更新(只更新贴了特性[IncreTable]的实体表) + }, + "SeedSettings": { + "EnableInitSeed": false, // 启用种子初始化(若种子没有变化建议关闭) + "EnableIncreSeed": false // 启用种子增量更新(只更新贴了特性[IncreSeed]的种子表) + } + } + //// 日志独立数据库配置 + //{ + // "ConfigId": "1300000000002", // 日志库标识-禁止修改 + // "DbNickName": "日志库", + // "DbType": "Sqlite", + // "ConnectionString": "DataSource=./Admin.NET.Log.db", // 库连接字符串 + // "DbSettings": { + // "EnableInitDb": true, // 启用库初始化(若实体没有变化建议关闭) + // "EnableDiffLog": false, // 启用库表差异日志 + // "EnableUnderLine": false // 启用驼峰转下划线 + // }, + // "TableSettings": { + // "EnableInitTable": true, // 启用表初始化(若实体没有变化建议关闭) + // "EnableIncreTable": false // 启用表增量更新(只更新贴了特性[IncreTable]的实体表) + // }, + // "SeedSettings": { + // "EnableInitSeed": false, // 启用种子初始化(若种子没有变化建议关闭) + // "EnableIncreSeed": false // 启用种子增量更新(只更新贴了特性[IncreSeed]的种子表) + // } + //}, + //// 其他数据库配置(可以配置多个) + //{ + // "ConfigId": "test", // 库标识 + // "DbType": "Sqlite", // 库类型 + // "ConnectionString": "DataSource=./Admin.NET.Test.db", // 库连接字符串 + // "DbSettings": { + // "EnableInitDb": true, // 启用库初始化(若实体没有变化建议关闭) + // "EnableDiffLog": false, // 启用库表差异日志 + // "EnableUnderLine": false // 启用驼峰转下划线 + // }, + // "TableSettings": { + // "EnableInitTable": true, // 启用表初始化(若实体没有变化建议关闭) + // "EnableIncreTable": false // 启用表增量更新(只更新贴了特性[IncreTable]的实体表) + // }, + // "SeedSettings": { + // "EnableInitSeed": true, // 启用种子初始化(若种子没有变化建议关闭) + // "EnableIncreSeed": false // 启用种子增量更新(只更新贴了特性[IncreSeed]的种子表) + // } + //} + ] + } +} \ No newline at end of file diff --git a/Admin.NET/Admin.NET.Application/Configuration/Database.json b/Admin.NET/Admin.NET.Application/Configuration/Database.json index 372873c8d..acfee8059 100644 --- a/Admin.NET/Admin.NET.Application/Configuration/Database.json +++ b/Admin.NET/Admin.NET.Application/Configuration/Database.json @@ -8,11 +8,11 @@ "ConnectionConfigs": [ { //"ConfigId": "1300000000001", // 默认库标识-禁止修改 - "DbType": "Sqlite", // MySql、SqlServer、Sqlite、Oracle、PostgreSQL、Dm、Kdbndp、Oscar、MySqlConnector、Access、OpenGauss、QuestDB、HG、ClickHouse、GBase、Odbc、Custom + "DbType": "MySql", // MySql、SqlServer、Sqlite、Oracle、PostgreSQL、Dm、Kdbndp、Oscar、MySqlConnector、Access、OpenGauss、QuestDB、HG、ClickHouse、GBase、Odbc、Custom "DbNickName": "系统库", - "ConnectionString": "DataSource=./Admin.NET.db", // Sqlite + //"ConnectionString": "DataSource=./Admin.NET.db", // Sqlite //"ConnectionString": "PORT=5432;DATABASE=xxx;HOST=localhost;PASSWORD=xxx;USER ID=xxx", // PostgreSQL - //"ConnectionString": "Server=localhost;Database=xxx;Uid=xxx;Pwd=xxx;SslMode=None;AllowLoadLocalInfile=true;AllowUserVariables=true;", // MySql, + "ConnectionString": "Server=localhost;Database=zhaopin;Uid=root;Pwd=123456;SslMode=None;AllowLoadLocalInfile=true;AllowUserVariables=true;", // MySql, //"ConnectionString": "User Id=xxx; Password=xxx; Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORCL)))", // Oracle //"ConnectionString": "Server=localhost;Database=xxx;User Id=xxx;Password=xxx;Encrypt=True;TrustServerCertificate=True;", // SqlServer @@ -27,18 +27,18 @@ // } //], "DbSettings": { - "EnableInitDb": true, // 启用库初始化(若实体没有变化建议关闭) - "EnableInitView": true, // 启用视图初始化(若实体和视图没有变化建议关闭) + "EnableInitDb": false, // 启用库初始化(若实体没有变化建议关闭) + "EnableInitView": false, // 启用视图初始化(若实体和视图没有变化建议关闭) "EnableDiffLog": false, // 启用库表差异日志 "EnableUnderLine": false, // 启用驼峰转下划线 "EnableConnEncrypt": false // 启用数据库连接串加密(国密SM2加解密) }, "TableSettings": { - "EnableInitTable": true, // 启用表初始化(若实体没有变化建议关闭) + "EnableInitTable": false, // 启用表初始化(若实体没有变化建议关闭) "EnableIncreTable": false // 启用表增量更新(只更新贴了特性[IncreTable]的实体表) }, "SeedSettings": { - "EnableInitSeed": true, // 启用种子初始化(若种子没有变化建议关闭) + "EnableInitSeed": false, // 启用种子初始化(若种子没有变化建议关闭) "EnableIncreSeed": false // 启用种子增量更新(只更新贴了特性[IncreSeed]的种子表) } } -- Gitee From b68fc488d11524f44e3d4e43ec10d8228851bf83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sun, 12 Oct 2025 11:21:09 +0800 Subject: [PATCH 07/19] =?UTF-8?q?=E4=BF=AE=E6=94=B9jwt=E5=AF=86=E9=92=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/Admin.NET.Application/Configuration/JWT.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Admin.NET/Admin.NET.Application/Configuration/JWT.json b/Admin.NET/Admin.NET.Application/Configuration/JWT.json index 72c7dc590..3f6541143 100644 --- a/Admin.NET/Admin.NET.Application/Configuration/JWT.json +++ b/Admin.NET/Admin.NET.Application/Configuration/JWT.json @@ -3,11 +3,11 @@ "JWTSettings": { "ValidateIssuerSigningKey": true, // 是否验证密钥,bool 类型,默认true - "IssuerSigningKey": "3c1cbc3f546eda35168c3aa3cb91780fbe703f0996c6d123ea96dc85c70bbc0a", // 密钥,string 类型,必须是复杂密钥,长度大于16 + "IssuerSigningKey": "84f4b9f848c21a5eb6e767a7489dac859e88b812522c22824f79771e171a4060", // 密钥,string 类型,必须是复杂密钥,长度大于16 "ValidateIssuer": true, // 是否验证签发方,bool 类型,默认true - "ValidIssuer": "Admin.NET", // 签发方,string 类型 + "ValidIssuer": "zhaopin", // 签发方,string 类型 "ValidateAudience": true, // 是否验证签收方,bool 类型,默认true - "ValidAudience": "Admin.NET", // 签收方,string 类型 + "ValidAudience": "zhaopin", // 签收方,string 类型 "ValidateLifetime": true, // 是否验证过期时间,bool 类型,默认true,建议true //"ExpiredTime": 20, // 过期时间,long 类型,单位分钟,默认20分钟,最大支持 13 年 "ClockSkew": 5, // 过期时间容错值,long 类型,单位秒,默认5秒 -- Gitee From 1d6f7b157a22aa3dff81847725454ea846bb93e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sun, 12 Oct 2025 11:21:23 +0800 Subject: [PATCH 08/19] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/Admin.NET.Application/Configuration/Logging.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin.NET/Admin.NET.Application/Configuration/Logging.json b/Admin.NET/Admin.NET.Application/Configuration/Logging.json index 2f5be951d..8d79adf23 100644 --- a/Admin.NET/Admin.NET.Application/Configuration/Logging.json +++ b/Admin.NET/Admin.NET.Application/Configuration/Logging.json @@ -15,7 +15,7 @@ "Append": true, // 追加覆盖 "MinimumLevel": "Error", // 日志级别 "FileSizeLimitBytes": 10485760, // 10M=10*1024*1024 - "MaxRollingFiles": 30 // 只保留30个文件 + "MaxRollingFiles": 0 // 只保留30个文件 }, "Database": { "Enabled": true, // 启用数据库日志 -- Gitee From 95f04e23ab3191de3119361295875935a83bd2a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sun, 12 Oct 2025 11:21:38 +0800 Subject: [PATCH 09/19] =?UTF-8?q?=E5=8E=BB=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin.NET.Application/Configuration/Swagger.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Admin.NET/Admin.NET.Application/Configuration/Swagger.json b/Admin.NET/Admin.NET.Application/Configuration/Swagger.json index 6d636b7af..731afb220 100644 --- a/Admin.NET/Admin.NET.Application/Configuration/Swagger.json +++ b/Admin.NET/Admin.NET.Application/Configuration/Swagger.json @@ -2,19 +2,19 @@ "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json", "SpecificationDocumentSettings": { - "DocumentTitle": "Admin.NET 通用权限开发平台", + "DocumentTitle": "开发平台", "GroupOpenApiInfos": [ { "Group": "Default", - "Title": "Admin.NET 通用权限开发平台", - "Description": "让 .NET 开发更简单、更通用、更流行。整合最新技术,模块插件式开发,前后端分离,开箱即用。", + "Title": "开发平台", + "Description": "", "Version": "1.0.0", "Order": 1000 }, { "Group": "All Groups", "Title": "所有接口", - "Description": "让 .NET 开发更简单、更通用、更流行。整合最新技术,模块插件式开发,前后端分离,开箱即用。", + "Description": "", "Version": "1.0.0", "Order": 0 } -- Gitee From 8c4b1902f7a68fd17ffa3547c6e4055cf0cf521e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sun, 12 Oct 2025 11:22:01 +0800 Subject: [PATCH 10/19] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=B8=83=E7=89=9B?= =?UTF-8?q?=E4=BA=91=E5=AD=98=E5=82=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Configuration/Upload.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Admin.NET/Admin.NET.Application/Configuration/Upload.json b/Admin.NET/Admin.NET.Application/Configuration/Upload.json index d504fe7db..15e766ce2 100644 --- a/Admin.NET/Admin.NET.Application/Configuration/Upload.json +++ b/Admin.NET/Admin.NET.Application/Configuration/Upload.json @@ -8,15 +8,15 @@ "EnableMd5": false // 启用文件MDF5验证-防止重复上传 }, "OSSProvider": { - "Enabled": false, - "Provider": "Minio", // OSS提供者 Invalid/Minio/Aliyun/QCloud/Qiniu/HuaweiCloud - "Endpoint": "xxx.xxx.xxx.xxx:8090", // 节点/API地址(在腾讯云OSS中表示AppId) - "Region": "xxx.xxx.xxx.xxx", // 地域 - "AccessKey": "", - "SecretKey": "", + "Enabled": true, + "Provider": "Qiniu", // OSS提供者 Invalid/Minio/Aliyun/QCloud/Qiniu/HuaweiCloud + "Endpoint": "s3.cn-north-1.qiniucs.com", // 节点/API地址(在腾讯云OSS中表示AppId) + "Region": "cn-north-1", // 地域 + "AccessKey": "JFckbU3yi45-nASCnPao85zzc4uKvzanYJIGUmKz", + "SecretKey": "795YALijYOULOnjKKwohD8Vn0GW4tqIVLNQTMiGL", "IsEnableHttps": false, // 是否启用HTTPS "IsEnableCache": true, // 是否启用缓存 - "Bucket": "admin.net", + "Bucket": "zhaopin1235", "CustomHost": "" // 自定义Host:拼接外链的Host,若空则使用Endpoint拼接 }, "SSHProvider": { -- Gitee From f3930723247487c05eabc10e013fe0ebac71afd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sun, 12 Oct 2025 11:22:31 +0800 Subject: [PATCH 11/19] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin.NET.Application/Admin.NET.Application.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Admin.NET/Admin.NET.Application/Admin.NET.Application.csproj b/Admin.NET/Admin.NET.Application/Admin.NET.Application.csproj index 483618044..fb7c2a849 100644 --- a/Admin.NET/Admin.NET.Application/Admin.NET.Application.csproj +++ b/Admin.NET/Admin.NET.Application/Admin.NET.Application.csproj @@ -26,9 +26,9 @@ - - - + + + -- Gitee From 47f45754de75e0b389cbcbfacf278b732dd0a3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sun, 12 Oct 2025 11:23:04 +0800 Subject: [PATCH 12/19] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin.NET.Web.Entry/Properties/launchSettings.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Admin.NET/Admin.NET.Web.Entry/Properties/launchSettings.json b/Admin.NET/Admin.NET.Web.Entry/Properties/launchSettings.json index 8d4f779c4..9da8a0b41 100644 --- a/Admin.NET/Admin.NET.Web.Entry/Properties/launchSettings.json +++ b/Admin.NET/Admin.NET.Web.Entry/Properties/launchSettings.json @@ -10,15 +10,7 @@ } }, "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "launchUrl": "", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "Admin.NET.Web.Entry": { + "API": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, -- Gitee From 5c3ec2d3efdd78f0fec0ebcef6822312a81359f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sun, 12 Oct 2025 11:25:58 +0800 Subject: [PATCH 13/19] =?UTF-8?q?=E9=80=9A=E8=BF=87=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E7=A7=9F=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Tenant/SysTenantService.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Admin.NET/Admin.NET.Core/Service/Tenant/SysTenantService.cs b/Admin.NET/Admin.NET.Core/Service/Tenant/SysTenantService.cs index 8ee00c654..b6a1226ee 100644 --- a/Admin.NET/Admin.NET.Core/Service/Tenant/SysTenantService.cs +++ b/Admin.NET/Admin.NET.Core/Service/Tenant/SysTenantService.cs @@ -133,6 +133,21 @@ public class SysTenantService : IDynamicApiController, ITransient return tenant; } + /// + /// 通过域名获取租户Id + /// + /// + [DisplayName("通过域名获取租户id")] + [AllowAnonymous] + public async Task GetTenantIdByHost() + { + var host = App.HttpContext.Request.Host.Host.ToLower(); + var tenantByHost = await _sysTenantRep.AsQueryable() + .Where(t => t.Host.ToLower() == host) + .FirstAsync() ?? throw Oops.Oh(ErrorCodeEnum.D1002); + return tenantByHost.Id; + } + /// /// 获取库隔离的租户列表 /// -- Gitee From 47638ebfbb8f8af205f2f4145f04aaff96337822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sun, 12 Oct 2025 11:26:13 +0800 Subject: [PATCH 14/19] =?UTF-8?q?=E6=8B=9B=E8=81=98=E5=BA=94=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/Admin.NET.Application/Const/ApplicationConst.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin.NET/Admin.NET.Application/Const/ApplicationConst.cs b/Admin.NET/Admin.NET.Application/Const/ApplicationConst.cs index 70ee2b6be..7db72d80e 100644 --- a/Admin.NET/Admin.NET.Application/Const/ApplicationConst.cs +++ b/Admin.NET/Admin.NET.Application/Const/ApplicationConst.cs @@ -14,5 +14,5 @@ public class ApplicationConst /// /// API分组名称 /// - public const string GroupName = "xxx业务应用"; + public const string GroupName = "招聘应用"; } \ No newline at end of file -- Gitee From 984b5d81182f2e3479ce48eaefa07cd75f5e33a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sun, 12 Oct 2025 11:26:45 +0800 Subject: [PATCH 15/19] =?UTF-8?q?=E8=B0=83=E6=95=B4api=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/api_build/build.bat | 8 ++++---- Web/api_build/build.ps1 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Web/api_build/build.bat b/Web/api_build/build.bat index 3f55b2e6f..6b62fd823 100644 --- a/Web/api_build/build.bat +++ b/Web/api_build/build.bat @@ -21,10 +21,10 @@ if "%1"=="approvalFlow" ( set apiUrl=http://localhost:5005/swagger/GoView/swagger.json ) -if exist %apiServicesPath% ( - echo ================================ 删除目录 %moduleName% ================================ - rd /s /q %apiServicesPath% -) +@REM if exist %apiServicesPath% ( +@REM echo ================================ 删除目录 %moduleName% ================================ +@REM rd /s /q %apiServicesPath% +@REM ) echo ================================ 开始生成 %moduleName% ================================ diff --git a/Web/api_build/build.ps1 b/Web/api_build/build.ps1 index 6cca79445..b361f4896 100644 --- a/Web/api_build/build.ps1 +++ b/Web/api_build/build.ps1 @@ -26,10 +26,10 @@ if ($args[0] -eq "approvalFlow") { } # 输出信息和删除现有目录 -Write-Output "================================ 删除目录 $moduleName ================================" -if (Test-Path $apiServicesPath) { - Remove-Item -Path $apiServicesPath -Recurse -Force -} +# Write-Output "================================ 删除目录 $moduleName ================================" +# if (Test-Path $apiServicesPath) { +# Remove-Item -Path $apiServicesPath -Recurse -Force +# } # 开始生成代码 Write-Output "================================ 开始生成 $moduleName ================================" -- Gitee From 896560971e0a87a290724b15aa274ee2e2ed8ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sun, 12 Oct 2025 11:26:59 +0800 Subject: [PATCH 16/19] =?UTF-8?q?=E4=BF=AE=E6=94=B9SM2=E5=AF=86=E9=92=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/.env b/Web/.env index 5d94be6ae..8beb98331 100644 --- a/Web/.env +++ b/Web/.env @@ -11,7 +11,7 @@ VITE_OPEN_CDN = false VITE_PUBLIC_PATH = # 国密SM公钥 -VITE_SM_PUBLIC_KEY = "0484C7466D950E120E5ECE5DD85D0C90EAA85081A3A2BD7C57AE6DC822EFCCBD66620C67B0103FC8DD280E36C3B282977B722AAEC3C56518EDCEBAFB72C5A05312" +VITE_SM_PUBLIC_KEY = "04F5194FA31D44974645B2D1E1C76BE3619A1BF63795995744DCA10DC15F227DB3BA4186C1A6955C239C154D8E530C6CFA9496C88582C7C5F2E133F1BA8CDD40BA" # 获取API KEY: https://platform.deepseek.com/api_keys # 可以把 DEEPSEEK_API_KEY变量保存到.env.local文件中避免泄露 # DEEPSEEK_API_KEY = "你的 API KEY" \ No newline at end of file -- Gitee From eab2965b05a65620638d69c506e40e1b0f1c68b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sun, 12 Oct 2025 11:28:20 +0800 Subject: [PATCH 17/19] lang --- Web/lang/index.json | 26208 +++++++++++++++++++++--------------------- 1 file changed, 13265 insertions(+), 12943 deletions(-) diff --git a/Web/lang/index.json b/Web/lang/index.json index d0e7f7f92..0e2a185d2 100644 --- a/Web/lang/index.json +++ b/Web/lang/index.json @@ -1,12945 +1,13267 @@ { - "py5l6gd": { - "zh-cn": "请输入至少一条多语言内容!", - "zh-hk": "請輸入至少一條多語言內容!", - "zh-tw": "請輸入至少一條多語言內容!", - "en": "Please enter at least one multilingual content!", - "it": "Per favore inserisci almeno un contenuto multilingue!" - }, - "uyiu215": { - "zh-cn": "保存成功!", - "zh-hk": "保存成功!", - "zh-tw": "儲存成功!", - "en": "Save successful!", - "it": "Salvataggio riuscito!" - }, - "uzjnny5": { - "zh-cn": "保存失败!", - "zh-hk": "保存失敗!", - "zh-tw": "儲存失敗!", - "en": "Save failed!", - "it": "Salvataggio fallito!" - }, - "i8xvpz4": { - "zh-cn": "请输入 ", - "zh-hk": "請輸入 ", - "zh-tw": "請輸入 ", - "en": "Please enter ", - "it": "Per favore inserisci " - }, - "bgjiwt5": { - "zh-cn": "多语言设置", - "zh-hk": "多語言設定", - "zh-tw": "多語言設定", - "en": "Multilingual Settings", - "it": "Impostazioni Multilingua" - }, - "eod62": { - "zh-cn": "关闭", - "zh-hk": "關閉", - "zh-tw": "關閉", - "en": "Close", - "it": "Chiudi" - }, - "fro6m94": { - "zh-cn": "确认修改", - "zh-hk": "確認修改", - "zh-tw": "確認修改", - "en": "Confirm Changes", - "it": "Conferma Modifiche" - }, - "is7269m": { - "zh-cn": "站在巨人肩膀上的 .NET 通用权限开发框架", - "zh-hk": "站在巨人肩膀上的 .NET 通用權限開發框架", - "zh-tw": "站在巨人肩膀上的 .NET 通用權限開發框架", - "en": ".NET Universal Permission Framework on the Shoulders of Giants", - "it": "Framework .NET per Autorizzazioni Universali sulle Spalle dei Giganti" - }, - "abaue24": { - "zh-cn": "任务看板", - "zh-hk": "任務看板", - "zh-tw": "任務看板", - "en": "Task Board", - "it": "Bacheca Attività" - }, - "w6yay25": { - "zh-cn": "库表可视化", - "zh-hk": "庫表可視化", - "zh-tw": "資料表視覺化", - "en": "Database Visualization", - "it": "Visualizzazione Tabelle" - }, - "koca2": { - "zh-cn": "登录", - "zh-hk": "登入", - "zh-tw": "登入", - "en": "Login", - "it": "Accesso" - }, - "ha8f2": { - "zh-cn": "拨号", - "zh-hk": "撥號", - "zh-tw": "撥號", - "en": "Dial", - "it": "Componi" - }, - "mmzpyie": { - "zh-cn": "仟佰拾亿仟佰拾万仟佰拾元角分", - "zh-hk": "仟佰拾億仟佰拾萬仟佰拾元角分", - "zh-tw": "仟佰拾億仟佰拾萬仟佰拾元角分", - "en": "Thousand Hundred Ten Billion Thousand Hundred Ten Million Thousand Hundred Ten Yuan Jiao Fen", - "it": "Mille Cento Dieci Miliardi Mille Cento Dieci Milioni Mille Cento Dieci Yuan Jiao Fen" - }, - "y5ru5ta": { - "zh-cn": "零壹贰叁肆伍陆柒捌玖", - "zh-hk": "零壹貳叄肆伍陸柒捌玖", - "zh-tw": "零壹貳參肆伍陸柒捌玖", - "en": "Zero One Two Three Four Five Six Seven Eight Nine", - "it": "Zero Uno Due Tre Quattro Cinque Sei Sette Otto Nove" - }, - "k1g1": { - "zh-cn": "整", - "zh-hk": "整", - "zh-tw": "整", - "en": "Whole", - "it": "Intero" - }, - "tti1": { - "zh-cn": "零", - "zh-hk": "零", - "zh-tw": "零", - "en": "Zero", - "it": "Zero" - }, - "g1v1": { - "zh-cn": "元", - "zh-hk": "元", - "zh-tw": "元", - "en": "Yuan", - "it": "Yuan" - }, - "fjz1": { - "zh-cn": "亿", - "zh-hk": "億", - "zh-tw": "億", - "en": "Billion", - "it": "Miliardo" - }, - "q4gd2": { - "zh-cn": "零元", - "zh-hk": "零元", - "zh-tw": "零元", - "en": "Zero Yuan", - "it": "Zero Yuan" - }, - "isx1": { - "zh-cn": "弱", - "zh-hk": "弱", - "zh-tw": "弱", - "en": "Weak", - "it": "Debole" - }, - "ffx1": { - "zh-cn": "中", - "zh-hk": "中", - "zh-tw": "中", - "en": "Medium", - "it": "Medio" - }, - "it61": { - "zh-cn": "强", - "zh-hk": "強", - "zh-tw": "強", - "en": "Strong", - "it": "Forte" - }, - "qyi32": { - "zh-cn": "首頁", - "zh-hk": "首頁", - "zh-tw": "首頁", - "en": "Home", - "it": "Home" - }, - "gaj8s74": { - "zh-cn": "系統設置", - "zh-hk": "系統設定", - "zh-tw": "系統設定", - "en": "System Settings", - "it": "Impostazioni di Sistema" - }, - "il4n5n4": { - "zh-cn": "選單管理", - "zh-hk": "選單管理", - "zh-tw": "選單管理", - "en": "Menu Management", - "it": "Gestione Menu" - }, - "hxhx7p4": { - "zh-cn": "角色管理", - "zh-hk": "角色管理", - "zh-tw": "角色管理", - "en": "Role Management", - "it": "Gestione Ruoli" - }, - "f6y5n74": { - "zh-cn": "用戶管理", - "zh-hk": "用戶管理", - "zh-tw": "使用者管理", - "en": "User Management", - "it": "Gestione Utenti" - }, - "iwgoil4": { - "zh-cn": "部門管理", - "zh-hk": "部門管理", - "zh-tw": "部門管理", - "en": "Department Management", - "it": "Gestione Dipartimenti" - }, - "bv9v7q4": { - "zh-cn": "字典管理", - "zh-hk": "字典管理", - "zh-tw": "字典管理", - "en": "Dictionary Management", - "it": "Gestione Dizionari" - }, - "gvsubz5": { - "zh-cn": "許可權管理", - "zh-hk": "權限管理", - "zh-tw": "權限管理", - "en": "Permission Management", - "it": "Gestione Autorizzazioni" - }, - "aw6p814": { - "zh-cn": "前端控制", - "zh-hk": "前端控制", - "zh-tw": "前端控制", - "en": "Frontend Control", - "it": "Controllo Frontend" - }, - "pa1iyd5": { - "zh-cn": "頁面許可權", - "zh-hk": "頁面權限", - "zh-tw": "頁面權限", - "en": "Page Permission", - "it": "Permesso Pagina" - }, - "jym08w5": { - "zh-cn": "按鈕許可權", - "zh-hk": "按鈕權限", - "zh-tw": "按鈕權限", - "en": "Button Permission", - "it": "Permesso Pulsante" - }, - "ckbxqq4": { - "zh-cn": "後端控制", - "zh-hk": "後端控制", - "zh-tw": "後端控制", - "en": "Backend Control", - "it": "Controllo Backend" - }, - "ikzc5d4": { - "zh-cn": "選單嵌套", - "zh-hk": "選單嵌套", - "zh-tw": "選單嵌套", - "en": "Nested Menu", - "it": "Menu Annidato" - }, - "lkcsb3": { - "zh-cn": "選單1", - "zh-hk": "選單1", - "zh-tw": "選單1", - "en": "Menu 1", - "it": "Menu 1" - }, - "ikj0eu4": { - "zh-cn": "選單11", - "zh-hk": "選單11", - "zh-tw": "選單11", - "en": "Menu 11", - "it": "Menu 11" - }, - "ikj0ev4": { - "zh-cn": "選單12", - "zh-hk": "選單12", - "zh-tw": "選單12", - "en": "Menu 12", - "it": "Menu 12" - }, - "7fgx165": { - "zh-cn": "選單121", - "zh-hk": "選單121", - "zh-tw": "選單121", - "en": "Menu 121", - "it": "Menu 121" - }, - "7fgx175": { - "zh-cn": "選單122", - "zh-hk": "選單122", - "zh-tw": "選單122", - "en": "Menu 122", - "it": "Menu 122" - }, - "ikj0ew4": { - "zh-cn": "選單13", - "zh-hk": "選單13", - "zh-tw": "選單13", - "en": "Menu 13", - "it": "Menu 13" - }, - "lkcsc3": { - "zh-cn": "選單2", - "zh-hk": "選單2", - "zh-tw": "選單2", - "en": "Menu 2", - "it": "Menu 2" - }, - "erem2": { - "zh-cn": "功能", - "zh-hk": "功能", - "zh-tw": "功能", - "en": "Features", - "it": "Funzionalità" - }, - "b8ph3jb": { - "zh-cn": "tagsView 操作", - "zh-hk": "tagsView 操作", - "zh-tw": "tagsView 操作", - "en": "tagsView Operations", - "it": "Operazioni tagsView" - }, - "d4vsq44": { - "zh-cn": "數位滾動", - "zh-hk": "數字滾動", - "zh-tw": "數字滾動", - "en": "Digital Scrolling", - "it": "Scorrimento Numerico" - }, - "7qddkea": { - "zh-cn": "Editor 編輯器", - "zh-hk": "Editor 編輯器", - "zh-tw": "Editor 編輯器", - "en": "Editor", - "it": "Editor" - }, - "bgtk6y4": { - "zh-cn": "圖片裁剪", - "zh-hk": "圖片裁剪", - "zh-tw": "圖片裁剪", - "en": "Image Cropping", - "it": "Ritaglio Immagine" - }, - "vogyb85": { - "zh-cn": "二維碼生成", - "zh-hk": "二維碼生成", - "zh-tw": "二維碼產生", - "en": "QR Code Generation", - "it": "Generazione Codice QR" - }, - "w8pi6r7": { - "zh-cn": "地理座標/地圖", - "zh-hk": "地理座標/地圖", - "zh-tw": "地理座標/地圖", - "en": "Geolocation/Maps", - "it": "Geolocalizzazione/Mappe" - }, - "jsrkai4": { - "zh-cn": "頁面列印", - "zh-hk": "頁面列印", - "zh-tw": "頁面列印", - "en": "Page Printing", - "it": "Stampa Pagina" - }, - "hunltf4": { - "zh-cn": "複製剪切", - "zh-hk": "複製剪貼", - "zh-tw": "複製剪下", - "en": "Copy/Cut", - "it": "Copia/Taglia" - }, - "cvnwgv4": { - "zh-cn": "拖拽佈局", - "zh-hk": "拖拽佈局", - "zh-tw": "拖曳佈局", - "en": "Drag Layout", - "it": "Layout Trascinabile" - }, - "4boxqo5": { - "zh-cn": "窗格折開器", - "zh-hk": "窗格折開器", - "zh-tw": "窗格分離器", - "en": "Pane Splitter", - "it": "Divisore Pannello" - }, - "n9zva3": { - "zh-cn": "驗證器", - "zh-hk": "驗證器", - "zh-tw": "驗證器", - "en": "Validator", - "it": "Validatore" - }, - "qoox2": { - "zh-cn": "頁面", - "zh-hk": "頁面", - "zh-tw": "頁面", - "en": "Page", - "it": "Pagina" - }, - "pmo0hb6": { - "zh-cn": "過濾篩選組件", - "zh-hk": "過濾篩選組件", - "zh-tw": "過濾篩選元件", - "en": "Filter Component", - "it": "Componente Filtro" - }, - "hnqadf8": { - "zh-cn": "過濾篩選組件詳情", - "zh-hk": "過濾篩選組件詳情", - "zh-tw": "過濾篩選元件詳細資訊", - "en": "Filter Component Details", - "it": "Dettagli Componente Filtro" - }, - "tj0d2mb": { - "zh-cn": "過濾篩選組件詳情111", - "zh-hk": "過濾篩選組件詳情111", - "zh-tw": "過濾篩選元件詳細資訊111", - "en": "Filter Component Details 111", - "it": "Dettagli Componente Filtro 111" - }, - "vkinz28": { - "zh-cn": "ali 字體圖標", - "zh-hk": "ali 字體圖示", - "zh-tw": "ali 字型圖示", - "en": "Ali Font Icons", - "it": "Icone Font Ali" - }, - "asoopu8": { - "zh-cn": "ele 字體圖標", - "zh-hk": "ele 字體圖示", - "zh-tw": "ele 字型圖示", - "en": "Ele Font Icons", - "it": "Icone Font Ele" - }, - "e2k51r8": { - "zh-cn": "awe 字體圖標", - "zh-hk": "awe 字體圖示", - "zh-tw": "awe 字型圖示", - "en": "Awe Font Icons", - "it": "Icone Font Awe" - }, - "ju9zlq6": { - "zh-cn": "表單自我調整", - "zh-hk": "表單自我調整", - "zh-tw": "表單自適應", - "en": "Form Responsive", - "it": "Form Reattivo" - }, - "iztdlg6": { - "zh-cn": "表單表格驗證", - "zh-hk": "表單表格驗證", - "zh-tw": "表單表格驗證", - "en": "Form Table Validation", - "it": "Validazione Tabella Form" - }, - "npyfhc5": { - "zh-cn": "表單國際化", - "zh-hk": "表單國際化", - "zh-tw": "表單國際化", - "en": "Form Internationalization", - "it": "Internazionalizzazione Form" - }, - "asyvn65": { - "zh-cn": "多表單驗證", - "zh-hk": "多表單驗證", - "zh-tw": "多表單驗證", - "en": "Multi-form Validation", - "it": "Validazione Multi-form" - }, - "37am9b6": { - "zh-cn": "動態複雜表單", - "zh-hk": "動態複雜表單", - "zh-tw": "動態複雜表單", - "en": "Dynamic Complex Form", - "it": "Form Complesso Dinamico" - }, - "e579m3": { - "zh-cn": "工作流", - "zh-hk": "工作流", - "zh-tw": "工作流程", - "en": "Workflow", - "it": "Flusso di Lavoro" - }, - "lrkk576": { - "zh-cn": "清單自我調整", - "zh-hk": "清單自我調整", - "zh-tw": "清單自適應", - "en": "List Responsive", - "it": "Lista Reattiva" - }, - "gvf5p3": { - "zh-cn": "瀑布屏", - "zh-hk": "瀑布屏", - "zh-tw": "瀑布流", - "en": "Waterfall Display", - "it": "Display a Cascata" - }, - "gh4cj3": { - "zh-cn": "步驟條", - "zh-hk": "步驟條", - "zh-tw": "步驟條", - "en": "Step Bar", - "it": "Barra dei Passaggi" - }, - "bmav984": { - "zh-cn": "大圖預覽", - "zh-hk": "大圖預覽", - "zh-tw": "大圖預覽", - "en": "Large Image Preview", - "it": "Anteprima Immagine Grande" - }, - "e6wysc4": { - "zh-cn": "波浪效果", - "zh-hk": "波浪效果", - "zh-tw": "波浪效果", - "en": "Wave Effect", - "it": "Effetto Onda" - }, - "1lpzvo5": { - "zh-cn": "樹形改表格", - "zh-hk": "樹形改表格", - "zh-tw": "樹狀轉表格", - "en": "Tree to Table", - "it": "Da Struttura ad Albero a Tabella" - }, - "ctdzuk4": { - "zh-cn": "拖動指令", - "zh-hk": "拖動指令", - "zh-tw": "拖曳指令", - "en": "Drag Directive", - "it": "Direttiva Trascinamento" - }, - "68dou5": { - "zh-cn": "圖片懶加載", - "zh-hk": "圖片懶加載", - "zh-tw": "圖片延遲載入", - "en": "Image Lazy Loading", - "it": "Caricamento Lazy delle Immagini" - }, - "g4sypa4": { - "zh-cn": "組件封裝", - "zh-hk": "組件封裝", - "zh-tw": "元件封裝", - "en": "Component Encapsulation", - "it": "Incapsulamento Componente" - }, - "o0ofe5": { - "zh-cn": "圖標選擇器", - "zh-hk": "圖示選擇器", - "zh-tw": "圖示選擇器", - "en": "Icon Picker", - "it": "Selettore Icone" - }, - "iuaijm5": { - "zh-cn": "滾動通知欄", - "zh-hk": "滾動通知欄", - "zh-tw": "滾動通知欄", - "en": "Scrolling Notification Bar", - "it": "Barra Notifiche a Scorrimento" - }, - "p8555ja": { - "zh-cn": "svgIcon 演示", - "zh-hk": "svgIcon 演示", - "zh-tw": "svgIcon 示範", - "en": "svgIcon Demo", - "it": "Demo svgIcon" - }, - "my87m26": { - "zh-cn": "表格封裝演示", - "zh-hk": "表格封裝演示", - "zh-tw": "表格封裝示範", - "en": "Table Encapsulation Demo", - "it": "Demo Incapsulamento Tabella" - }, - "ie1jg74": { - "zh-cn": "路由參數", - "zh-hk": "路由參數", - "zh-tw": "路由參數", - "en": "Route Parameters", - "it": "Parametri Rotta" - }, - "diw0pa4": { - "zh-cn": "普通路由", - "zh-hk": "普通路由", - "zh-tw": "一般路由", - "en": "Normal Route", - "it": "Rotta Normale" - }, - "av1pyw4": { - "zh-cn": "動態路由", - "zh-hk": "動態路由", - "zh-tw": "動態路由", - "en": "Dynamic Route", - "it": "Rotta Dinamica" - }, - "1e77sw6": { - "zh-cn": "普通路由詳情", - "zh-hk": "普通路由詳情", - "zh-tw": "一般路由詳細資訊", - "en": "Normal Route Details", - "it": "Dettagli Rotta Normale" - }, - "2pxr4m6": { - "zh-cn": "動態路由詳情", - "zh-hk": "動態路由詳情", - "zh-tw": "動態路由詳細資訊", - "en": "Dynamic Route Details", - "it": "Dettagli Rotta Dinamica" - }, - "blz6y35": { - "zh-cn": "大資料圖表", - "zh-hk": "大數據圖表", - "zh-tw": "大數據圖表", - "en": "Big Data Charts", - "it": "Grafici Big Data" - }, - "g59tyo5": { - "zh-cn": "數據視覺化", - "zh-hk": "數據可視化", - "zh-tw": "資料視覺化", - "en": "Data Visualization", - "it": "Visualizzazione Dati" - }, - "243q638": { - "zh-cn": "數據視覺化演示1", - "zh-hk": "數據可視化演示1", - "zh-tw": "資料視覺化示範1", - "en": "Data Visualization Demo 1", - "it": "Demo Visualizzazione Dati 1" - }, - "243q648": { - "zh-cn": "數據視覺化演示2", - "zh-hk": "數據可視化演示2", - "zh-tw": "資料視覺化示範2", - "en": "Data Visualization Demo 2", - "it": "Demo Visualizzazione Dati 2" - }, - "afcy9x4": { - "zh-cn": "個人中心", - "zh-hk": "個人中心", - "zh-tw": "個人中心", - "en": "Personal Center", - "it": "Centro Personale" - }, - "mvwbji5": { - "zh-cn": "工具類集合", - "zh-hk": "工具類集合", - "zh-tw": "工具類集合", - "en": "Utility Collection", - "it": "Collezione Utilità" - }, - "fype2": { - "zh-cn": "外鏈", - "zh-hk": "外鏈", - "zh-tw": "外部連結", - "en": "External Links", - "it": "Link Esterni" - }, - "tlkf9wa": { - "zh-cn": "内嵌 iframe1", - "zh-hk": "內嵌 iframe1", - "zh-tw": "內嵌 iframe1", - "en": "Embedded iframe1", - "it": "Iframe Incorporato 1" - }, - "tlkf9xa": { - "zh-cn": "内嵌 iframe2", - "zh-hk": "內嵌 iframe2", - "zh-tw": "內嵌 iframe2", - "en": "Embedded iframe2", - "it": "Iframe Incorporato 2" - }, - "kll62": { - "zh-cn": "登入", - "zh-hk": "登入", - "zh-tw": "登入", - "en": "Login", - "it": "Accesso" - }, - "y6e5q46": { - "zh-cn": "找不到此頁面", - "zh-hk": "找不到此頁面", - "zh-tw": "找不到此頁面", - "en": "Page Not Found", - "it": "Pagina Non Trovata" - }, - "bw38ph5": { - "zh-cn": "沒有許可權", - "zh-hk": "沒有權限", - "zh-tw": "沒有權限", - "en": "No Permission", - "it": "Nessun Permesso" - }, - "g4s8e24": { - "zh-cn": "組件大小", - "zh-hk": "組件大小", - "zh-tw": "元件大小", - "en": "Component Size", - "it": "Dimensione Componente" - }, - "i20uom4": { - "zh-cn": "語言切換", - "zh-hk": "語言切換", - "zh-tw": "語言切換", - "en": "Language Switch", - "it": "Cambio Lingua" - }, - "il67ns4": { - "zh-cn": "選單蒐索", - "zh-hk": "選單搜尋", - "zh-tw": "選單搜尋", - "en": "Menu Search", - "it": "Ricerca Menu" - }, - "ae757n4": { - "zh-cn": "佈局配寘", - "zh-hk": "佈局設定", - "zh-tw": "佈局設定", - "en": "Layout Configuration", - "it": "Configurazione Layout" - }, - "j5rb2": { - "zh-cn": "消息", - "zh-hk": "消息", - "zh-tw": "訊息", - "en": "Messages", - "it": "Messaggi" - }, - "maw1e3": { - "zh-cn": "開全屏", - "zh-hk": "開全螢幕", - "zh-tw": "開啟全螢幕", - "en": "Enter Fullscreen", - "it": "Attiva Schermo Intero" - }, - "mck3n3": { - "zh-cn": "關全屏", - "zh-hk": "關全螢幕", - "zh-tw": "關閉全螢幕", - "en": "Exit Fullscreen", - "it": "Esci da Schermo Intero" - }, - "fn7o2": { - "zh-cn": "大型", - "zh-hk": "大型", - "zh-tw": "大型", - "en": "Large", - "it": "Grande" - }, - "rs1h2": { - "zh-cn": "默認", - "zh-hk": "默認", - "zh-tw": "預設", - "en": "Default", - "it": "Predefinito" - }, - "g50c2": { - "zh-cn": "小型", - "zh-hk": "小型", - "zh-tw": "小型", - "en": "Small", - "it": "Piccolo" - }, - "klpb2": { - "zh-cn": "登出", - "zh-hk": "登出", - "zh-tw": "登出", - "en": "Logout", - "it": "Disconnetti" - }, - "7jf23q5": { - "zh-cn": "程式碼倉庫", - "zh-hk": "程式碼倉庫", - "zh-tw": "程式碼倉庫", - "en": "Code Repository", - "it": "Repository Codice" - }, - "yyxtzoe": { - "zh-cn": "選單蒐索:支援中文、路由路徑", - "zh-hk": "選單搜尋:支援中文、路由路徑", - "zh-tw": "選單搜尋:支援中文、路由路徑", - "en": "Menu Search: Supports Chinese and Route Paths", - "it": "Ricerca Menu: Supporta Cinese e Percorsi Rotta" - }, - "p62z2": { - "zh-cn": "通知", - "zh-hk": "通知", - "zh-tw": "通知", - "en": "Notifications", - "it": "Notifiche" - }, - "avbolq4": { - "zh-cn": "全部已讀", - "zh-hk": "全部已讀", - "zh-tw": "全部已讀", - "en": "Mark All as Read", - "it": "Segna Tutto come Letto" - }, - "2tdhkc6": { - "zh-cn": "前往通知中心", - "zh-hk": "前往通知中心", - "zh-tw": "前往通知中心", - "en": "Go to Notification Center", - "it": "Vai al Centro Notifiche" - }, - "dfg19d4": { - "zh-cn": "暫無通知", - "zh-hk": "暫無通知", - "zh-tw": "暫無通知", - "en": "No Notifications", - "it": "Nessuna Notifica" - }, - "hn562": { - "zh-cn": "提示", - "zh-hk": "提示", - "zh-tw": "提示", - "en": "Prompt", - "it": "Richiesta" - }, - "9jbprzc": { - "zh-cn": "此操作將登出,是否繼續?", - "zh-hk": "此操作將登出,是否繼續?", - "zh-tw": "此操作將登出,是否繼續?", - "en": "This will log you out. Continue?", - "it": "Questo ti disconnetterà. Continuare?" - }, - "l1cw2": { - "zh-cn": "確定", - "zh-hk": "確定", - "zh-tw": "確定", - "en": "Confirm", - "it": "Conferma" - }, - "ev022": { - "zh-cn": "取消", - "zh-hk": "取消", - "zh-tw": "取消", - "en": "Cancel", - "it": "Annulla" - }, - "lhoj73": { - "zh-cn": "退出中", - "zh-hk": "退出中", - "zh-tw": "退出中", - "en": "Logging Out", - "it": "Disconnessione in corso" - }, - "phrx2": { - "zh-cn": "重繪", - "zh-hk": "重繪", - "zh-tw": "重新繪製", - "en": "Redraw", - "it": "Ridisegna" - }, - "qb712": { - "zh-cn": "關閉", - "zh-hk": "關閉", - "zh-tw": "關閉", - "en": "Close", - "it": "Chiudi" - }, - "jir7i24": { - "zh-cn": "關閉其它", - "zh-hk": "關閉其它", - "zh-tw": "關閉其他", - "en": "Close Others", - "it": "Chiudi Altri" - }, - "avl8z14": { - "zh-cn": "全部關閉", - "zh-hk": "全部關閉", - "zh-tw": "全部關閉", - "en": "Close All", - "it": "Chiudi Tutti" - }, - "qxq1jj5": { - "zh-cn": "當前頁全屏", - "zh-hk": "當前頁全螢幕", - "zh-tw": "目前頁面全螢幕", - "en": "Fullscreen Current Page", - "it": "Pagina Corrente a Schermo Intero" - }, - "jir7bo4": { - "zh-cn": "關閉全屏", - "zh-hk": "關閉全螢幕", - "zh-tw": "關閉全螢幕", - "en": "Exit Fullscreen", - "it": "Esci da Schermo Intero" - }, - "e1u20jf": { - "zh-cn": "地址輸入錯誤,請重新輸入地址~", - "zh-hk": "地址輸入錯誤,請重新輸入地址~", - "zh-tw": "地址輸入錯誤,請重新輸入地址~", - "en": "Incorrect address entered, please re-enter the address~", - "it": "Indirizzo inserito errato, si prega di reinserire l'indirizzo~" - }, - "1wnotvo": { - "zh-cn": "您可以先檢查網址,然後重新輸入或給我們迴響問題。", - "zh-hk": "您可以先檢查網址,然後重新輸入或給我們反饋問題。", - "zh-tw": "您可以先檢查網址,然後重新輸入或給我們回饋問題。", - "en": "You can check the URL first, then re-enter it or give us feedback.", - "it": "Puoi prima controllare l'URL, quindi reinserirlo o fornirci un feedback." - }, - "iijh9x4": { - "zh-cn": "返回首頁", - "zh-hk": "返回首頁", - "zh-tw": "返回首頁", - "en": "Return to Home", - "it": "Torna alla Home" - }, - "yp4vte": { - "zh-cn": "您未被授權,沒有操作許可權~", - "zh-hk": "您未被授權,沒有操作權限~", - "zh-tw": "您未被授權,沒有操作權限~", - "en": "You are not authorized and have no operation permissions~", - "it": "Non sei autorizzato e non hai i permessi per operare~" - }, - "kw8vesk": { - "zh-cn": "聯繫方式:加QQ群探討665452019", - "zh-hk": "聯繫方式:加QQ群探討665452019", - "zh-tw": "聯絡方式:加QQ群探討665452019", - "en": "Contact: Join QQ group 665452019 for discussion", - "it": "Contatti: Unisciti al gruppo QQ 665452019 per discutere" - }, - "iten2d4": { - "zh-cn": "重新授權", - "zh-hk": "重新授權", - "zh-tw": "重新授權", - "en": "Re-authorize", - "it": "Riautorizza" - }, - "amwc2w4": { - "zh-cn": "全域主題", - "zh-hk": "全域主題", - "zh-tw": "全域主題", - "en": "Global Theme", - "it": "Tema Globale" - }, - "jmju8f4": { - "zh-cn": "頂欄設定", - "zh-hk": "頂欄設定", - "zh-tw": "頂欄設定", - "en": "Top Bar Settings", - "it": "Impostazioni Barra Superiore" - }, - "il6zer4": { - "zh-cn": "選單設定", - "zh-hk": "選單設定", - "zh-tw": "選單設定", - "en": "Menu Settings", - "it": "Impostazioni Menu" - }, - "ass18r4": { - "zh-cn": "分欄設定", - "zh-hk": "分欄設定", - "zh-tw": "分欄設定", - "en": "Column Settings", - "it": "Impostazioni Colonne" - }, - "jmiaxx4": { - "zh-cn": "頂欄背景", - "zh-hk": "頂欄背景", - "zh-tw": "頂欄背景", - "en": "Top Bar Background", - "it": "Sfondo Barra Superiore" - }, - "ts96hj8": { - "zh-cn": "頂欄默認字體顏色", - "zh-hk": "頂欄默認字體顏色", - "zh-tw": "頂欄預設字型顏色", - "en": "Top Bar Default Font Color", - "it": "Colore Carattere Predefinito Barra Superiore" - }, - "ycstft6": { - "zh-cn": "頂欄背景漸變", - "zh-hk": "頂欄背景漸變", - "zh-tw": "頂欄背景漸層", - "en": "Top Bar Background Gradient", - "it": "Sfondo Gradiente Barra Superiore" - }, - "il5g494": { - "zh-cn": "選單背景", - "zh-hk": "選單背景", - "zh-tw": "選單背景", - "en": "Menu Background", - "it": "Sfondo Menu" - }, - "rvjoc58": { - "zh-cn": "選單默認字體顏色", - "zh-hk": "選單默認字體顏色", - "zh-tw": "選單預設字型顏色", - "en": "Menu Default Font Color", - "it": "Colore Carattere Predefinito Menu" - }, - "cpruzn7": { - "zh-cn": "選單高亮背景色", - "zh-hk": "選單高亮背景色", - "zh-tw": "選單醒目提示背景色", - "en": "Menu Highlight Background Color", - "it": "Colore Sfondo Evidenziazione Menu" - }, - "xvp6976": { - "zh-cn": "選單背景漸變", - "zh-hk": "選單背景漸變", - "zh-tw": "選單背景漸層", - "en": "Menu Background Gradient", - "it": "Sfondo Gradiente Menu" - }, - "8i92tz6": { - "zh-cn": "分欄選單背景", - "zh-hk": "分欄選單背景", - "zh-tw": "分欄選單背景", - "en": "Column Menu Background", - "it": "Sfondo Menu Colonne" - }, - "fttt13a": { - "zh-cn": "分欄選單默認字體顏色", - "zh-hk": "分欄選單默認字體顏色", - "zh-tw": "分欄選單預設字型顏色", - "en": "Column Menu Default Font Color", - "it": "Colore Carattere Predefinito Menu Colonne" - }, - "6oxzjd8": { - "zh-cn": "分欄選單背景漸變", - "zh-hk": "分欄選單背景漸變", - "zh-tw": "分欄選單背景漸層", - "en": "Column Menu Background Gradient", - "it": "Sfondo Gradiente Menu Colonne" - }, - "cx2t7yb": { - "zh-cn": "分欄選單滑鼠懸停預加載", - "zh-hk": "分欄選單滑鼠懸停預加載", - "zh-tw": "分欄選單滑鼠懸停預載入", - "en": "Column Menu Hover Preload", - "it": "Precaricamento al Passaggio Mouse Menu Colonne" - }, - "1d9w8gc": { - "zh-cn": "分欄Logo高度(px)", - "zh-hk": "分欄Logo高度(px)", - "zh-tw": "分欄Logo高度(px)", - "en": "Column Logo Height (px)", - "it": "Altezza Logo Colonna (px)" - }, - "klzkpa": { - "zh-cn": "分欄選單寬度(px)", - "zh-hk": "分欄選單寬度(px)", - "zh-tw": "分欄選單寬度(px)", - "en": "Column Menu Width (px)", - "it": "Larghezza Menu Colonne (px)" - }, - "z0lmspa": { - "zh-cn": "分欄菜單高度(px)", - "zh-hk": "分欄選單高度(px)", - "zh-tw": "分欄選單高度(px)", - "en": "Column Menu Height (px)", - "it": "Altezza Menu Colonne (px)" - }, - "aklx6s4": { - "zh-cn": "介面設定", - "zh-hk": "介面設定", - "zh-tw": "介面設定", - "en": "Interface Settings", - "it": "Impostazioni Interfaccia" - }, - "v73nwa6": { - "zh-cn": "選單水准折疊", - "zh-hk": "選單水平折疊", - "zh-tw": "選單水平折疊", - "en": "Menu Horizontal Collapse", - "it": "Menu Collassamento Orizzontale" - }, - "7ukrvl5": { - "zh-cn": "選單手風琴", - "zh-hk": "選單手風琴", - "zh-tw": "選單手風琴", - "en": "Menu Accordion", - "it": "Menu a Fisarmonica" - }, - "uhtxbh9": { - "zh-cn": "固定 Header", - "zh-hk": "固定 Header", - "zh-tw": "固定 Header", - "en": "Fixed Header", - "it": "Intestazione Fissa" - }, - "h62ash8": { - "zh-cn": "經典佈局分割選單", - "zh-hk": "經典佈局分割選單", - "zh-tw": "經典佈局分割選單", - "en": "Classic Layout Split Menu", - "it": "Menu Diviso Layout Classico" - }, - "aro6i34": { - "zh-cn": "切換租戶", - "zh-hk": "切換租戶", - "zh-tw": "切換租戶", - "en": "Switch Tenant", - "it": "Cambia Tenant" - }, - "j88ejx4": { - "zh-cn": "開啟鎖屏", - "zh-hk": "開啟鎖屏", - "zh-tw": "開啟鎖定畫面", - "en": "Enable Lock Screen", - "it": "Abilita Schermata di Blocco" - }, - "kvrvjr9": { - "zh-cn": "自動鎖屏(s/秒)", - "zh-hk": "自動鎖屏(s/秒)", - "zh-tw": "自動鎖定畫面(s/秒)", - "en": "Auto Lock Screen (s/sec)", - "it": "Schermata di Blocco Automatica (s/sec)" - }, - "akoici4": { - "zh-cn": "介面顯示", - "zh-hk": "介面顯示", - "zh-tw": "介面顯示", - "en": "Interface Display", - "it": "Visualizzazione Interfaccia" - }, - "5rej5p8": { - "zh-cn": "側邊欄 Logo", - "zh-hk": "側邊欄 Logo", - "zh-tw": "側邊欄 Logo", - "en": "Sidebar Logo", - "it": "Logo Barra Laterale" - }, - "4ehv1td": { - "zh-cn": "開啟 Breadcrumb", - "zh-hk": "開啟 Breadcrumb", - "zh-tw": "開啟麵包屑", - "en": "Enable Breadcrumb", - "it": "Abilita Breadcrumb" - }, - "y3rj78g": { - "zh-cn": "開啟 Breadcrumb 圖標", - "zh-hk": "開啟 Breadcrumb 圖示", - "zh-tw": "開啟麵包屑圖示", - "en": "Enable Breadcrumb Icon", - "it": "Abilita Icona Breadcrumb" - }, - "q32ytmb": { - "zh-cn": "開啟 Tagsview", - "zh-hk": "開啟 Tagsview", - "zh-tw": "開啟標籤檢視", - "en": "Enable Tagsview", - "it": "Abilita Tagsview" - }, - "wcdnvre": { - "zh-cn": "開啟 Tagsview 圖標", - "zh-hk": "開啟 Tagsview 圖示", - "zh-tw": "開啟標籤檢視圖示", - "en": "Enable Tagsview Icon", - "it": "Abilita Icona Tagsview" - }, - "4t3ud7e": { - "zh-cn": "開啟 TagsView 緩存", - "zh-hk": "開啟 TagsView 緩存", - "zh-tw": "開啟標籤檢視快取", - "en": "Enable TagsView Cache", - "it": "Abilita Cache TagsView" - }, - "4t8en7e": { - "zh-cn": "開啟 TagsView 拖拽", - "zh-hk": "開啟 TagsView 拖拽", - "zh-tw": "開啟標籤檢視拖曳", - "en": "Enable TagsView Drag", - "it": "Abilita Trascinamento TagsView" - }, - "4tb9kje": { - "zh-cn": "開啟 TagsView 共用", - "zh-hk": "開啟 TagsView 共用", - "zh-tw": "開啟標籤檢視共用", - "en": "Enable TagsView Sharing", - "it": "Abilita Condivisione TagsView" - }, - "hjlvix9": { - "zh-cn": "開啟 Footer", - "zh-hk": "開啟 Footer", - "zh-tw": "開啟頁尾", - "en": "Enable Footer", - "it": "Abilita Footer" - }, - "eq5p5c4": { - "zh-cn": "灰色模式", - "zh-hk": "灰色模式", - "zh-tw": "灰色模式", - "en": "Grayscale Mode", - "it": "Modalità Scala di Grigi" - }, - "gurej14": { - "zh-cn": "色弱模式", - "zh-hk": "色弱模式", - "zh-tw": "色弱模式", - "en": "Color Weakness Mode", - "it": "Modalità Debolezza Colore" - }, - "eetoj34": { - "zh-cn": "深色模式", - "zh-hk": "深色模式", - "zh-tw": "深色模式", - "en": "Dark Mode", - "it": "Modalità Scura" - }, - "rou22e5": { - "zh-cn": "開啟浮水印", - "zh-hk": "開啟浮水印", - "zh-tw": "開啟浮水印", - "en": "Enable Watermark", - "it": "Abilita Filigrana" - }, - "fol0az5": { - "zh-cn": "浮水印文案", - "zh-hk": "浮水印文案", - "zh-tw": "浮水印文案", - "en": "Watermark Text", - "it": "Testo Filigrana" - }, - "anyc2i4": { - "zh-cn": "其它設定", - "zh-hk": "其它設定", - "zh-tw": "其他設定", - "en": "Other Settings", - "it": "Altre Impostazioni" - }, - "b6jlnub": { - "zh-cn": "Tagsview 風格", - "zh-hk": "Tagsview 風格", - "zh-tw": "標籤檢視風格", - "en": "Tagsview Style", - "it": "Stile Tagsview" - }, - "eub46e7": { - "zh-cn": "主頁面切換動畫", - "zh-hk": "主頁面切換動畫", - "zh-tw": "主頁面切換動畫", - "en": "Main Page Transition Animation", - "it": "Animazione Transizione Pagina Principale" - }, - "9sg5ns6": { - "zh-cn": "分欄高亮風格", - "zh-hk": "分欄高亮風格", - "zh-tw": "分欄醒目提示風格", - "en": "Column Highlight Style", - "it": "Stile Evidenziazione Colonna" - }, - "bc3ey6": { - "zh-cn": "分欄佈局風格", - "zh-hk": "分欄佈局風格", - "zh-tw": "分欄佈局風格", - "en": "Column Layout Style", - "it": "Stile Layout Colonna" - }, - "adwfcc4": { - "zh-cn": "佈局切換", - "zh-hk": "佈局切換", - "zh-tw": "佈局切換", - "en": "Layout Switch", - "it": "Cambio Layout" - }, - "lt1h2": { - "zh-cn": "經典", - "zh-hk": "經典", - "zh-tw": "經典", - "en": "Classic", - "it": "Classico" - }, - "ik922": { - "zh-cn": "橫向", - "zh-hk": "橫向", - "zh-tw": "橫向", - "en": "Horizontal", - "it": "Orizzontale" - }, - "ejem2": { - "zh-cn": "分欄", - "zh-hk": "分欄", - "zh-tw": "分欄", - "en": "Column", - "it": "Colonna" - }, - "5uefiy19": { - "zh-cn": "點擊下方按鈕,複製佈局配寘去`src/stores/themeConfig.ts`中修改。", - "zh-hk": "點擊下方按鈕,複製佈局設定去`src/stores/themeConfig.ts`中修改。", - "zh-tw": "點擊下方按鈕,複製佈局設定到`src/stores/themeConfig.ts`中修改。", - "en": "Click the button below to copy the layout configuration to `src/stores/themeConfig.ts` for modification.", - "it": "Fai clic sul pulsante sottostante per copiare la configurazione del layout in `src/stores/themeConfig.ts` per la modifica." - }, - "xdpieu6": { - "zh-cn": "一鍵複製配寘", - "zh-hk": "一鍵複製設定", - "zh-tw": "一鍵複製設定", - "en": "One-Click Copy Configuration", - "it": "Copia Configurazione con un Clic" - }, - "s36aup6": { - "zh-cn": "一鍵恢復默認", - "zh-hk": "一鍵恢復默認", - "zh-tw": "一鍵恢復預設", - "en": "One-Click Restore Default", - "it": "Ripristina Predefiniti con un Clic" - }, - "es8mys5": { - "zh-cn": "複製成功!", - "zh-hk": "複製成功!", - "zh-tw": "複製成功!", - "en": "Copy Successful!", - "it": "Copia Riuscita!" - }, - "etg8bf5": { - "zh-cn": "複製失敗!", - "zh-hk": "複製失敗!", - "zh-tw": "複製失敗!", - "en": "Copy Failed!", - "it": "Copia Fallita!" - }, - "dqh6uo5": { - "zh-cn": "新版本陞級", - "zh-hk": "新版本陞級", - "zh-tw": "新版本升級", - "en": "New Version Upgrade", - "it": "Aggiornamento Nuova Versione" - }, - "gdb50lr": { - "zh-cn": "新版本來啦,馬上更新嘗鮮吧! 不用擔心,更新很快的哦!", - "zh-hk": "新版本來啦,馬上更新嘗鮮吧! 不用擔心,更新很快的哦!", - "zh-tw": "新版本來啦,馬上更新嚐鮮吧! 不用擔心,更新很快的哦!", - "en": "New version is here! Update now to try it out! Don't worry, the update is fast!", - "it": "Nuova versione disponibile! Aggiorna ora per provarla! Non preoccuparti, l'aggiornamento è veloce!" - }, - "nv602ac": { - "zh-cn": "提示:更新會還原默認配寘", - "zh-hk": "提示:更新會還原默認設定", - "zh-tw": "提示:更新會還原預設設定", - "en": "Note: Update will restore default configuration", - "it": "Nota: L'aggiornamento ripristinerà la configurazione predefinita" - }, - "dz26604": { - "zh-cn": "殘忍拒絕", - "zh-hk": "殘忍拒絕", - "zh-tw": "殘忍拒絕", - "en": "Cruelly Reject", - "it": "Rifiuta Crudelmente" - }, - "jpp4ey4": { - "zh-cn": "馬上更新", - "zh-hk": "馬上更新", - "zh-tw": "馬上更新", - "en": "Update Now", - "it": "Aggiorna Ora" - }, - "fklf53": { - "zh-cn": "更新中", - "zh-hk": "更新中", - "zh-tw": "更新中", - "en": "Updating", - "it": "Aggiornamento in corso" - }, - "qylb2": { - "zh-cn": "首页", - "zh-hk": "首頁", - "zh-tw": "首頁", - "en": "Home", - "it": "Home" - }, - "gar1ro4": { - "zh-cn": "系统设置", - "zh-hk": "系統設定", - "zh-tw": "系統設定", - "en": "System Settings", - "it": "Impostazioni di Sistema" - }, - "gzj3um4": { - "zh-cn": "菜单管理", - "zh-hk": "選單管理", - "zh-tw": "選單管理", - "en": "Menu Management", - "it": "Gestione Menu" - }, - "f6y6dw4": { - "zh-cn": "用户管理", - "zh-hk": "用戶管理", - "zh-tw": "使用者管理", - "en": "User Management", - "it": "Gestione Utenti" - }, - "iwitmt4": { - "zh-cn": "部门管理", - "zh-hk": "部門管理", - "zh-tw": "部門管理", - "en": "Department Management", - "it": "Gestione Dipartimenti" - }, - "dnhnle4": { - "zh-cn": "权限管理", - "zh-hk": "權限管理", - "zh-tw": "權限管理", - "en": "Permission Management", - "it": "Gestione Autorizzazioni" - }, - "juxlmi4": { - "zh-cn": "页面权限", - "zh-hk": "頁面權限", - "zh-tw": "頁面權限", - "en": "Page Permission", - "it": "Permesso Pagina" - }, - "d3yvw24": { - "zh-cn": "按钮权限", - "zh-hk": "按鈕權限", - "zh-tw": "按鈕權限", - "en": "Button Permission", - "it": "Permesso Pulsante" - }, - "b45ec04": { - "zh-cn": "后端控制", - "zh-hk": "後端控制", - "zh-tw": "後端控制", - "en": "Backend Control", - "it": "Controllo Backend" - }, - "gzdsuc4": { - "zh-cn": "菜单嵌套", - "zh-hk": "選單嵌套", - "zh-tw": "選單嵌套", - "en": "Nested Menu", - "it": "Menu Annidato" - }, - "jpgt43": { - "zh-cn": "菜单1", - "zh-hk": "選單1", - "zh-tw": "選單1", - "en": "Menu 1", - "it": "Menu 1" - }, - "gyxh3t4": { - "zh-cn": "菜单11", - "zh-hk": "選單11", - "zh-tw": "選單11", - "en": "Menu 11", - "it": "Menu 11" - }, - "gyxh3u4": { - "zh-cn": "菜单12", - "zh-hk": "選單12", - "zh-tw": "選單12", - "en": "Menu 12", - "it": "Menu 12" - }, - "sv1cif5": { - "zh-cn": "菜单121", - "zh-hk": "選單121", - "zh-tw": "選單121", - "en": "Menu 121", - "it": "Menu 121" - }, - "sv1cig5": { - "zh-cn": "菜单122", - "zh-hk": "選單122", - "zh-tw": "選單122", - "en": "Menu 122", - "it": "Menu 122" - }, - "gyxh3v4": { - "zh-cn": "菜单13", - "zh-hk": "選單13", - "zh-tw": "選單13", - "en": "Menu 13", - "it": "Menu 13" - }, - "jpgt53": { - "zh-cn": "菜单2", - "zh-hk": "選單2", - "zh-tw": "選單2", - "en": "Menu 2", - "it": "Menu 2" - }, - "d6i59x4": { - "zh-cn": "数字滚动", - "zh-hk": "數字滾動", - "zh-tw": "數字滾動", - "en": "Digital Scrolling", - "it": "Scorrimento Numerico" - }, - "7qjnuia": { - "zh-cn": "Editor 编辑器", - "zh-hk": "Editor 編輯器", - "zh-tw": "Editor 編輯器", - "en": "Editor", - "it": "Editor" - }, - "bge8ia4": { - "zh-cn": "图片裁剪", - "zh-hk": "圖片裁剪", - "zh-tw": "圖片裁剪", - "en": "Image Cropping", - "it": "Ritaglio Immagine" - }, - "vis09i5": { - "zh-cn": "二维码生成", - "zh-hk": "二維碼生成", - "zh-tw": "二維碼產生", - "en": "QR Code Generation", - "it": "Generazione Codice QR" - }, - "9tupsg7": { - "zh-cn": "地理坐标/地图", - "zh-hk": "地理座標/地圖", - "zh-tw": "地理座標/地圖", - "en": "Geolocation/Maps", - "it": "Geolocalizzazione/Mappe" - }, - "juwe6i4": { - "zh-cn": "页面打印", - "zh-hk": "頁面列印", - "zh-tw": "頁面列印", - "en": "Page Printing", - "it": "Stampa Pagina" - }, - "bksep24": { - "zh-cn": "复制剪切", - "zh-hk": "複製剪貼", - "zh-tw": "複製剪下", - "en": "Copy/Cut", - "it": "Copia/Taglia" - }, - "cvqeo44": { - "zh-cn": "拖拽布局", - "zh-hk": "拖拽佈局", - "zh-tw": "拖曳佈局", - "en": "Drag Layout", - "it": "Layout Trascinabile" - }, - "4bzh315": { - "zh-cn": "窗格拆分器", - "zh-hk": "窗格折開器", - "zh-tw": "窗格分離器", - "en": "Pane Splitter", - "it": "Divisore Pannello" - }, - "nb61f3": { - "zh-cn": "验证器", - "zh-hk": "驗證器", - "zh-tw": "驗證器", - "en": "Validator", - "it": "Validatore" - }, - "qrgt2": { - "zh-cn": "页面", - "zh-hk": "頁面", - "zh-tw": "頁面", - "en": "Page", - "it": "Pagina" - }, - "mw9mbn6": { - "zh-cn": "过滤筛选组件", - "zh-hk": "過濾篩選組件", - "zh-tw": "過濾篩選元件", - "en": "Filter Component", - "it": "Componente Filtro" - }, - "g8sffg8": { - "zh-cn": "过滤筛选组件详情", - "zh-hk": "過濾篩選組件詳情", - "zh-tw": "過濾篩選元件詳細資訊", - "en": "Filter Component Details", - "it": "Dettagli Componente Filtro" - }, - "3uwuizb": { - "zh-cn": "过滤筛选组件详情111", - "zh-hk": "過濾篩選組件詳情111", - "zh-tw": "過濾篩選元件詳細資訊111", - "en": "Filter Component Details 111", - "it": "Dettagli Componente Filtro 111" - }, - "vvktnd8": { - "zh-cn": "ali 字体图标", - "zh-hk": "ali 字體圖示", - "zh-tw": "ali 字型圖示", - "en": "Ali Font Icons", - "it": "Icone Font Ali" - }, - "ahmj1j8": { - "zh-cn": "ele 字体图标", - "zh-hk": "ele 字體圖示", - "zh-tw": "ele 字型圖示", - "en": "Ele Font Icons", - "it": "Icone Font Ele" - }, - "edmaq28": { - "zh-cn": "awe 字体图标", - "zh-hk": "awe 字體圖示", - "zh-tw": "awe 字型圖示", - "en": "Awe Font Icons", - "it": "Icone Font Awe" - }, - "nud6mp5": { - "zh-cn": "表单自适应", - "zh-hk": "表單自我調整", - "zh-tw": "表單自適應", - "en": "Form Responsive", - "it": "Form Reattivo" - }, - "s69oui6": { - "zh-cn": "表单表格验证", - "zh-hk": "表單表格驗證", - "zh-tw": "表單表格驗證", - "en": "Form Table Validation", - "it": "Validazione Tabella Form" - }, - "o0mj1b5": { - "zh-cn": "表单国际化", - "zh-hk": "表單國際化", - "zh-tw": "表單國際化", - "en": "Form Internationalization", - "it": "Internazionalizzazione Form" - }, - "asmjcs5": { - "zh-cn": "多表单验证", - "zh-hk": "多表單驗證", - "zh-tw": "多表單驗證", - "en": "Multi-form Validation", - "it": "Validazione Multi-form" - }, - "z8iyqj6": { - "zh-cn": "动态复杂表单", - "zh-hk": "動態複雜表單", - "zh-tw": "動態複雜表單", - "en": "Dynamic Complex Form", - "it": "Form Complesso Dinamico" - }, - "gfkknp5": { - "zh-cn": "列表自适应", - "zh-hk": "清單自我調整", - "zh-tw": "清單自適應", - "en": "List Responsive", - "it": "Lista Reattiva" - }, - "gh5r63": { - "zh-cn": "步骤条", - "zh-hk": "步驟條", - "zh-tw": "步驟條", - "en": "Step Bar", - "it": "Barra dei Passaggi" - }, - "bmag8r4": { - "zh-cn": "大图预览", - "zh-hk": "大圖預覽", - "zh-tw": "大圖預覽", - "en": "Large Image Preview", - "it": "Anteprima Immagine Grande" - }, - "6tsfno5": { - "zh-cn": "树形改表格", - "zh-hk": "樹形改表格", - "zh-tw": "樹狀轉表格", - "en": "Tree to Table", - "it": "Da Struttura ad Albero a Tabella" - }, - "ctd2hb4": { - "zh-cn": "拖动指令", - "zh-hk": "拖動指令", - "zh-tw": "拖曳指令", - "en": "Drag Directive", - "it": "Direttiva Trascinamento" - }, - "6zf5m5": { - "zh-cn": "图片懒加载", - "zh-hk": "圖片懶加載", - "zh-tw": "圖片延遲載入", - "en": "Image Lazy Loading", - "it": "Caricamento Lazy delle Immagini" - }, - "gbm5na4": { - "zh-cn": "组件封装", - "zh-hk": "組件封裝", - "zh-tw": "元件封裝", - "en": "Component Encapsulation", - "it": "Incapsulamento Componente" - }, - "1aorgh5": { - "zh-cn": "图标选择器", - "zh-hk": "圖示選擇器", - "zh-tw": "圖示選擇器", - "en": "Icon Picker", - "it": "Selettore Icone" - }, - "i9p66u5": { - "zh-cn": "滚动通知栏", - "zh-hk": "滾動通知欄", - "zh-tw": "滾動通知欄", - "en": "Scrolling Notification Bar", - "it": "Barra Notifiche a Scorrimento" - }, - "my8peq6": { - "zh-cn": "表格封装演示", - "zh-hk": "表格封裝演示", - "zh-tw": "表格封裝示範", - "en": "Table Encapsulation Demo", - "it": "Demo Incapsulamento Tabella" - }, - "ie1jf44": { - "zh-cn": "路由参数", - "zh-hk": "路由參數", - "zh-tw": "路由參數", - "en": "Route Parameters", - "it": "Parametri Rotta" - }, - "au26uz4": { - "zh-cn": "动态路由", - "zh-hk": "動態路由", - "zh-tw": "動態路由", - "en": "Dynamic Route", - "it": "Rotta Dinamica" - }, - "1e6yxf6": { - "zh-cn": "普通路由详情", - "zh-hk": "普通路由詳情", - "zh-tw": "一般路由詳細資訊", - "en": "Normal Route Details", - "it": "Dettagli Rotta Normale" - }, - "t2elt26": { - "zh-cn": "动态路由详情", - "zh-hk": "動態路由詳情", - "zh-tw": "動態路由詳細資訊", - "en": "Dynamic Route Details", - "it": "Dettagli Rotta Dinamica" - }, - "6n15xr5": { - "zh-cn": "大数据图表", - "zh-hk": "大數據圖表", - "zh-tw": "大數據圖表", - "en": "Big Data Charts", - "it": "Grafici Big Data" - }, - "gnzibj5": { - "zh-cn": "数据可视化", - "zh-hk": "數據可視化", - "zh-tw": "資料視覺化", - "en": "Data Visualization", - "it": "Visualizzazione Dati" - }, - "14kduy8": { - "zh-cn": "数据可视化演示1", - "zh-hk": "數據可視化演示1", - "zh-tw": "資料視覺化示範1", - "en": "Data Visualization Demo 1", - "it": "Demo Visualizzazione Dati 1" - }, - "14kduz8": { - "zh-cn": "数据可视化演示2", - "zh-hk": "數據可視化演示2", - "zh-tw": "資料視覺化示範2", - "en": "Data Visualization Demo 2", - "it": "Demo Visualizzazione Dati 2" - }, - "a6ttl24": { - "zh-cn": "个人中心", - "zh-hk": "個人中心", - "zh-tw": "個人中心", - "en": "Personal Center", - "it": "Centro Personale" - }, - "mrt9vv5": { - "zh-cn": "工具类集合", - "zh-hk": "工具類集合", - "zh-tw": "工具類集合", - "en": "Utility Collection", - "it": "Collezione Utilità" - }, - "fyy02": { - "zh-cn": "外链", - "zh-hk": "外鏈", - "zh-tw": "外部連結", - "en": "External Links", - "it": "Link Esterni" - }, - "y6e2y86": { - "zh-cn": "找不到此页面", - "zh-hk": "找不到此頁面", - "zh-tw": "找不到此頁面", - "en": "Page Not Found", - "it": "Pagina Non Trovata" - }, - "e4uf3p4": { - "zh-cn": "没有权限", - "zh-hk": "沒有權限", - "zh-tw": "沒有權限", - "en": "No Permission", - "it": "Nessun Permesso" - }, - "gblfcq4": { - "zh-cn": "组件大小", - "zh-hk": "組件大小", - "zh-tw": "元件大小", - "en": "Component Size", - "it": "Dimensione Componente" - }, - "i7yr724": { - "zh-cn": "语言切换", - "zh-hk": "語言切換", - "zh-tw": "語言切換", - "en": "Language Switch", - "it": "Cambio Lingua" - }, - "gzf5mn4": { - "zh-cn": "菜单搜索", - "zh-hk": "選單搜尋", - "zh-tw": "選單搜尋", - "en": "Menu Search", - "it": "Ricerca Menu" - }, - "c937ry4": { - "zh-cn": "布局配置", - "zh-hk": "佈局設定", - "zh-tw": "佈局設定", - "en": "Layout Configuration", - "it": "Configurazione Layout" - }, - "ebaav3": { - "zh-cn": "开全屏", - "zh-hk": "開全螢幕", - "zh-tw": "開啟全螢幕", - "en": "Enter Fullscreen", - "it": "Attiva Schermo Intero" - }, - "cbtzu3": { - "zh-cn": "关全屏", - "zh-hk": "關全螢幕", - "zh-tw": "關閉全螢幕", - "en": "Exit Fullscreen", - "it": "Esci da Schermo Intero" - }, - "rs982": { - "zh-cn": "默认", - "zh-hk": "默認", - "zh-tw": "預設", - "en": "Default", - "it": "Predefinito" - }, - "ed5y4m4": { - "zh-cn": "清理缓存", - "zh-hk": "清理緩存", - "zh-tw": "清理快取", - "en": "Clear Cache", - "it": "Svuota Cache" - }, - "iifi5w4": { - "zh-cn": "退出登录", - "zh-hk": "退出登入", - "zh-tw": "登出", - "en": "Logout", - "it": "Disconnetti" - }, - "ag5pge4": { - "zh-cn": "代码仓库", - "zh-hk": "程式碼倉庫", - "zh-tw": "程式碼倉庫", - "en": "Code Repository", - "it": "Repository Codice" - }, - "filjf5e": { - "zh-cn": "菜单搜索:支持中文、路由路径", - "zh-hk": "選單搜尋:支援中文、路由路徑", - "zh-tw": "選單搜尋:支援中文、路由路徑", - "en": "Menu Search: Supports Chinese and Route Paths", - "it": "Ricerca Menu: Supporta Cinese e Percorsi Rotta" - }, - "avbop54": { - "zh-cn": "全部已读", - "zh-hk": "全部已讀", - "zh-tw": "全部已讀", - "en": "Mark All as Read", - "it": "Segna Tutto come Letto" - }, - "dd2ii14": { - "zh-cn": "暂无通知", - "zh-hk": "暫無通知", - "zh-tw": "暫無通知", - "en": "No Notifications", - "it": "Nessuna Notifica" - }, - "atlrllf": { - "zh-cn": "此操作将退出登录, 是否继续?", - "zh-hk": "此操作將退出登入, 是否繼續?", - "zh-tw": "此操作將登出, 是否繼續?", - "en": "This will log you out. Continue?", - "it": "Questo ti disconnetterà. Continuare?" - }, - "kzjg2": { - "zh-cn": "确定", - "zh-hk": "確定", - "zh-tw": "確定", - "en": "Confirm", - "it": "Conferma" - }, - "ejix2": { - "zh-cn": "刷新", - "zh-hk": "刷新", - "zh-tw": "重新整理", - "en": "Refresh", - "it": "Aggiorna" - }, - "aw6sdj4": { - "zh-cn": "关闭其它", - "zh-hk": "關閉其它", - "zh-tw": "關閉其他", - "en": "Close Others", - "it": "Chiudi Altri" - }, - "av9m564": { - "zh-cn": "全部关闭", - "zh-hk": "全部關閉", - "zh-tw": "全部關閉", - "en": "Close All", - "it": "Chiudi Tutti" - }, - "skmdtu5": { - "zh-cn": "当前页全屏", - "zh-hk": "當前頁全螢幕", - "zh-tw": "目前頁面全螢幕", - "en": "Fullscreen Current Page", - "it": "Pagina Corrente a Schermo Intero" - }, - "aw6s754": { - "zh-cn": "关闭全屏", - "zh-hk": "關閉全螢幕", - "zh-tw": "關閉全螢幕", - "en": "Exit Fullscreen", - "it": "Esci da Schermo Intero" - }, - "d6oo2ef": { - "zh-cn": "地址输入错误,请重新输入地址~", - "zh-hk": "地址輸入錯誤,請重新輸入地址~", - "zh-tw": "地址輸入錯誤,請重新輸入地址~", - "en": "Incorrect address entered, please re-enter the address~", - "it": "Indirizzo inserito errato, si prega di reinserire l'indirizzo~" - }, - "5od290o": { - "zh-cn": "您可以先检查网址,然后重新输入或给我们反馈问题。", - "zh-hk": "您可以先檢查網址,然後重新輸入或給我們反饋問題。", - "zh-tw": "您可以先檢查網址,然後重新輸入或給我們回饋問題。", - "en": "You can check the URL first, then re-enter it or give us feedback.", - "it": "Puoi prima controllare l'URL, quindi reinserirlo o fornirci un feedback." - }, - "iijhd54": { - "zh-cn": "返回首页", - "zh-hk": "返回首頁", - "zh-tw": "返回首頁", - "en": "Return to Home", - "it": "Torna alla Home" - }, - "3xcv7yd": { - "zh-cn": "您未被授权,没有操作权限~", - "zh-hk": "您未被授權,沒有操作權限~", - "zh-tw": "您未被授權,沒有操作權限~", - "en": "You are not authorized and have no operation permissions~", - "it": "Non sei autorizzato e non hai i permessi per operare~" - }, - "7hf1mll": { - "zh-cn": "联系方式:加QQ群探讨 665452019", - "zh-hk": "聯繫方式:加QQ群探討 665452019", - "zh-tw": "聯絡方式:加QQ群探討 665452019", - "en": "Contact: Join QQ group 665452019 for discussion", - "it": "Contatti: Unisciti al gruppo QQ 665452019 per discutere" - }, - "itembi4": { - "zh-cn": "重新授权", - "zh-hk": "重新授權", - "zh-tw": "重新授權", - "en": "Re-authorize", - "it": "Riautorizza" - }, - "anjfdh4": { - "zh-cn": "全局主题", - "zh-hk": "全域主題", - "zh-tw": "全域主題", - "en": "Global Theme", - "it": "Tema Globale" - }, - "jo6s214": { - "zh-cn": "顶栏设置", - "zh-hk": "頂欄設定", - "zh-tw": "頂欄設定", - "en": "Top Bar Settings", - "it": "Impostazioni Barra Superiore" - }, - "gzlwrt4": { - "zh-cn": "菜单设置", - "zh-hk": "選單設定", - "zh-tw": "選單設定", - "en": "Menu Settings", - "it": "Impostazioni Menu" - }, - "ascwl54": { - "zh-cn": "分栏设置", - "zh-hk": "分欄設定", - "zh-tw": "分欄設定", - "en": "Column Settings", - "it": "Impostazioni Colonne" - }, - "jo4s3g4": { - "zh-cn": "顶栏背景", - "zh-hk": "頂欄背景", - "zh-tw": "頂欄背景", - "en": "Top Bar Background", - "it": "Sfondo Barra Superiore" - }, - "8jxorb8": { - "zh-cn": "顶栏默认字体颜色", - "zh-hk": "頂欄默認字體顏色", - "zh-tw": "頂欄預設字型顏色", - "en": "Top Bar Default Font Color", - "it": "Colore Carattere Predefinito Barra Superiore" - }, - "906l1g6": { - "zh-cn": "顶栏背景渐变", - "zh-hk": "頂欄背景漸變", - "zh-tw": "頂欄背景漸層", - "en": "Top Bar Background Gradient", - "it": "Sfondo Gradiente Barra Superiore" - }, - "gzjwt84": { - "zh-cn": "菜单背景", - "zh-hk": "選單背景", - "zh-tw": "選單背景", - "en": "Menu Background", - "it": "Sfondo Menu" - }, - "r7axu18": { - "zh-cn": "菜单默认字体颜色", - "zh-hk": "選單默認字體顏色", - "zh-tw": "選單預設字型顏色", - "en": "Menu Default Font Color", - "it": "Colore Carattere Predefinito Menu" - }, - "abh5mo7": { - "zh-cn": "菜单高亮背景色", - "zh-hk": "選單高亮背景色", - "zh-tw": "選單醒目提示背景色", - "en": "Menu Highlight Background Color", - "it": "Colore Sfondo Evidenziazione Menu" - }, - "c0ujq46": { - "zh-cn": "菜单背景渐变", - "zh-hk": "選單背景漸變", - "zh-tw": "選單背景漸層", - "en": "Menu Background Gradient", - "it": "Sfondo Gradiente Menu" - }, - "4nkpnf6": { - "zh-cn": "分栏菜单背景", - "zh-hk": "分欄選單背景", - "zh-tw": "分欄選單背景", - "en": "Column Menu Background", - "it": "Sfondo Menu Colonne" - }, - "p962v4a": { - "zh-cn": "分栏菜单默认字体颜色", - "zh-hk": "分欄選單默認字體顏色", - "zh-tw": "分欄選單預設字型顏色", - "en": "Column Menu Default Font Color", - "it": "Colore Carattere Predefinito Menu Colonne" - }, - "1mpwvh8": { - "zh-cn": "分栏菜单背景渐变", - "zh-hk": "分欄選單背景漸變", - "zh-tw": "分欄選單背景漸層", - "en": "Column Menu Background Gradient", - "it": "Sfondo Gradiente Menu Colonne" - }, - "u2z0fcb": { - "zh-cn": "分栏菜单鼠标悬停预加载", - "zh-hk": "分欄選單滑鼠懸停預加載", - "zh-tw": "分欄選單滑鼠懸停預載入", - "en": "Column Menu Hover Preload", - "it": "Precaricamento al Passaggio Mouse Menu Colonne" - }, - "lf4zs5c": { - "zh-cn": "分栏Logo高度(px)", - "zh-hk": "分欄Logo高度(px)", - "zh-tw": "分欄Logo高度(px)", - "en": "Column Logo Height (px)", - "it": "Altezza Logo Colonna (px)" - }, - "eax538a": { - "zh-cn": "分栏菜单宽度(px)", - "zh-hk": "分欄選單寬度(px)", - "zh-tw": "分欄選單寬度(px)", - "en": "Column Menu Width (px)", - "it": "Larghezza Menu Colonne (px)" - }, - "82cchja": { - "zh-cn": "分栏菜单高度(px)", - "zh-hk": "分欄選單高度(px)", - "zh-tw": "分欄選單高度(px)", - "en": "Column Menu Height (px)", - "it": "Altezza Menu Colonne (px)" - }, - "ffgbk64": { - "zh-cn": "界面设置", - "zh-hk": "介面設定", - "zh-tw": "介面設定", - "en": "Interface Settings", - "it": "Impostazioni Interfaccia" - }, - "enkwg06": { - "zh-cn": "菜单水平折叠", - "zh-hk": "選單水平折疊", - "zh-tw": "選單水平折疊", - "en": "Menu Horizontal Collapse", - "it": "Menu Collassamento Orizzontale" - }, - "ta589k5": { - "zh-cn": "菜单手风琴", - "zh-hk": "選單手風琴", - "zh-tw": "選單手風琴", - "en": "Menu Accordion", - "it": "Menu a Fisarmonica" - }, - "8ltpfv8": { - "zh-cn": "经典布局分割菜单", - "zh-hk": "經典佈局分割選單", - "zh-tw": "經典佈局分割選單", - "en": "Classic Layout Split Menu", - "it": "Menu Diviso Layout Classico" - }, - "arlos34": { - "zh-cn": "切换租户", - "zh-hk": "切換租戶", - "zh-tw": "切換租戶", - "en": "Switch Tenant", - "it": "Cambia Tenant" - }, - "ccenz14": { - "zh-cn": "开启锁屏", - "zh-hk": "開啟鎖屏", - "zh-tw": "開啟鎖定畫面", - "en": "Enable Lock Screen", - "it": "Abilita Schermata di Blocco" - }, - "33ai5r9": { - "zh-cn": "自动锁屏(s/秒)", - "zh-hk": "自動鎖屏(s/秒)", - "zh-tw": "自動鎖定畫面(s/秒)", - "en": "Auto Lock Screen (s/sec)", - "it": "Schermata di Blocco Automatica (s/sec)" - }, - "ff9wpe4": { - "zh-cn": "界面显示", - "zh-hk": "介面顯示", - "zh-tw": "介面顯示", - "en": "Interface Display", - "it": "Visualizzazione Interfaccia" - }, - "nxuonm8": { - "zh-cn": "侧边栏 Logo", - "zh-hk": "側邊欄 Logo", - "zh-tw": "側邊欄 Logo", - "en": "Sidebar Logo", - "it": "Logo Barra Laterale" - }, - "o8drgsd": { - "zh-cn": "开启 Breadcrumb", - "zh-hk": "開啟 Breadcrumb", - "zh-tw": "開啟麵包屑", - "en": "Enable Breadcrumb", - "it": "Abilita Breadcrumb" - }, - "xh291ng": { - "zh-cn": "开启 Breadcrumb 图标", - "zh-hk": "開啟 Breadcrumb 圖示", - "zh-tw": "開啟麵包屑圖示", - "en": "Enable Breadcrumb Icon", - "it": "Abilita Icona Breadcrumb" - }, - "dkndwvb": { - "zh-cn": "开启 Tagsview", - "zh-hk": "開啟 Tagsview", - "zh-tw": "開啟標籤檢視", - "en": "Enable Tagsview", - "it": "Abilita Tagsview" - }, - "7su3zae": { - "zh-cn": "开启 Tagsview 图标", - "zh-hk": "開啟 Tagsview 圖示", - "zh-tw": "開啟標籤檢視圖示", - "en": "Enable Tagsview Icon", - "it": "Abilita Icona Tagsview" - }, - "jqfxnae": { - "zh-cn": "开启 TagsView 缓存", - "zh-hk": "開啟 TagsView 緩存", - "zh-tw": "開啟標籤檢視快取", - "en": "Enable TagsView Cache", - "it": "Abilita Cache TagsView" - }, - "jqb68oe": { - "zh-cn": "开启 TagsView 拖拽", - "zh-hk": "開啟 TagsView 拖拽", - "zh-tw": "開啟標籤檢視拖曳", - "en": "Enable TagsView Drag", - "it": "Abilita Trascinamento TagsView" - }, - "jq8bbce": { - "zh-cn": "开启 TagsView 共用", - "zh-hk": "開啟 TagsView 共用", - "zh-tw": "開啟標籤檢視共用", - "en": "Enable TagsView Sharing", - "it": "Abilita Condivisione TagsView" - }, - "weolos9": { - "zh-cn": "开启 Footer", - "zh-hk": "開啟 Footer", - "zh-tw": "開啟頁尾", - "en": "Enable Footer", - "it": "Abilita Footer" - }, - "cc7odn4": { - "zh-cn": "开启水印", - "zh-hk": "開啟浮水印", - "zh-tw": "開啟浮水印", - "en": "Enable Watermark", - "it": "Abilita Filigrana" - }, - "e00xnh4": { - "zh-cn": "水印文案", - "zh-hk": "浮水印文案", - "zh-tw": "浮水印文案", - "en": "Watermark Text", - "it": "Testo Filigrana" - }, - "anysql4": { - "zh-cn": "其它设置", - "zh-hk": "其它設定", - "zh-tw": "其他設定", - "en": "Other Settings", - "it": "Altre Impostazioni" - }, - "b6jkr4b": { - "zh-cn": "Tagsview 风格", - "zh-hk": "Tagsview 風格", - "zh-tw": "標籤檢視風格", - "en": "Tagsview Style", - "it": "Stile Tagsview" - }, - "19nawa7": { - "zh-cn": "主页面切换动画", - "zh-hk": "主頁面切換動畫", - "zh-tw": "主頁面切換動畫", - "en": "Main Page Transition Animation", - "it": "Animazione Transizione Pagina Principale" - }, - "1rs2lv6": { - "zh-cn": "分栏高亮风格", - "zh-hk": "分欄高亮風格", - "zh-tw": "分欄醒目提示風格", - "en": "Column Highlight Style", - "it": "Stile Evidenziazione Colonna" - }, - "9e09bg6": { - "zh-cn": "分栏布局风格", - "zh-hk": "分欄佈局風格", - "zh-tw": "分欄佈局風格", - "en": "Column Layout Style", - "it": "Stile Layout Colonna" - }, - "c8sas84": { - "zh-cn": "布局切换", - "zh-hk": "佈局切換", - "zh-tw": "佈局切換", - "en": "Layout Switch", - "it": "Cambio Layout" - }, - "m0ll2": { - "zh-cn": "经典", - "zh-hk": "經典", - "zh-tw": "經典", - "en": "Classic", - "it": "Classico" - }, - "iip32": { - "zh-cn": "横向", - "zh-hk": "橫向", - "zh-tw": "橫向", - "en": "Horizontal", - "it": "Orizzontale" - }, - "eitl2": { - "zh-cn": "分栏", - "zh-hk": "分欄", - "zh-tw": "分欄", - "en": "Column", - "it": "Colonna" - }, - "ntg5351b": { - "zh-cn": "点击下方按钮,复制布局配置去 `src/stores/themeConfig.ts` 中修改。", - "zh-hk": "點擊下方按鈕,複製佈局設定到 `src/stores/themeConfig.ts` 中修改。", - "zh-tw": "點擊下方按鈕,複製佈局設定到 `src/stores/themeConfig.ts` 中修改。", - "en": "Click the button below to copy the layout configuration to `src/stores/themeConfig.ts` for modification.", - "it": "Fai clic sul pulsante sottostante per copiare la configurazione del layout in `src/stores/themeConfig.ts` per la modifica." - }, - "xubrzs6": { - "zh-cn": "一键复制配置", - "zh-hk": "一鍵複製設定", - "zh-tw": "一鍵複製設定", - "en": "One-Click Copy Configuration", - "it": "Copia Configurazione con un Clic" - }, - "ysoq3p6": { - "zh-cn": "一键恢复默认", - "zh-hk": "一鍵恢復默認", - "zh-tw": "一鍵恢復預設", - "en": "One-Click Restore Default", - "it": "Ripristina Predefiniti con un Clic" - }, - "3t8e7d5": { - "zh-cn": "复制成功!", - "zh-hk": "複製成功!", - "zh-tw": "複製成功!", - "en": "Copy Successful!", - "it": "Copia Riuscita!" - }, - "3s7klg5": { - "zh-cn": "复制失败!", - "zh-hk": "複製失敗!", - "zh-tw": "複製失敗!", - "en": "Copy Failed!", - "it": "Copia Fallita!" - }, - "dqsld85": { - "zh-cn": "新版本升级", - "zh-hk": "新版本陞級", - "zh-tw": "新版本升級", - "en": "New Version Upgrade", - "it": "Aggiornamento Nuova Versione" - }, - "8qgd9lq": { - "zh-cn": "新版本来啦,马上更新尝鲜吧!不用担心,更新很快的哦!", - "zh-hk": "新版本來啦,馬上更新嘗鮮吧!不用擔心,更新很快的哦!", - "zh-tw": "新版本來啦,馬上更新嚐鮮吧!不用擔心,更新很快的哦!", - "en": "New version is here! Update now to try it out! Don't worry, the update is fast!", - "it": "Nuova versione disponibile! Aggiorna ora per provarla! Non preoccuparti, l'aggiornamento è veloce!" - }, - "pfi7yac": { - "zh-cn": "提示:更新会还原默认配置", - "zh-hk": "提示:更新會還原默認設定", - "zh-tw": "提示:更新會還原預設設定", - "en": "Note: Update will restore default configuration", - "it": "Nota: L'aggiornamento ripristinerà la configurazione predefinita" - }, - "dytvn14": { - "zh-cn": "残忍拒绝", - "zh-hk": "殘忍拒絕", - "zh-tw": "殘忍拒絕", - "en": "Cruelly Reject", - "it": "Rifiuta Crudelmente" - }, - "jt3pwa4": { - "zh-cn": "马上更新", - "zh-hk": "馬上更新", - "zh-tw": "馬上更新", - "en": "Update Now", - "it": "Aggiorna Ora" - }, - "i5rv634": { - "zh-cn": "账号登录", - "zh-hk": "帳號登入", - "zh-tw": "帳號登入", - "en": "Account Login", - "it": "Accesso Account" - }, - "shgaim5": { - "zh-cn": "手机号登录", - "zh-hk": "手機號登入", - "zh-tw": "手機號碼登入", - "en": "Mobile Login", - "it": "Accesso Cellulare" - }, - "f6vhf74": { - "zh-cn": "用户注册", - "zh-hk": "用戶註冊", - "zh-tw": "使用者註冊", - "en": "User Registration", - "it": "Registrazione Utente" - }, - "9urfj57": { - "zh-cn": "没有账号? 去", - "zh-hk": "沒有帳號? 去", - "zh-tw": "沒有帳號? 前往", - "en": "No account? Go to", - "it": "Nessun account? Vai a" - }, - "e34j054": { - "zh-cn": "注册账号", - "zh-hk": "註冊帳號", - "zh-tw": "註冊帳號", - "en": "Register Account", - "it": "Registra Account" - }, - "t8hy9e7": { - "zh-cn": "已有账户? 去", - "zh-hk": "已有帳戶? 去", - "zh-tw": "已有帳戶? 前往", - "en": "Already have an account? Go to", - "it": "Hai già un account? Vai a" - }, - "fcm8nf4": { - "zh-cn": "登录账号", - "zh-hk": "登入帳號", - "zh-tw": "登入帳號", - "en": "Login Account", - "it": "Accedi all'Account" - }, - "5cewui5": { - "zh-cn": "第三方登录", - "zh-hk": "第三方登入", - "zh-tw": "第三方登入", - "en": "Third-party Login", - "it": "Accesso di Terze Parti" - }, - "azd54x4": { - "zh-cn": "友情链接", - "zh-hk": "友情連結", - "zh-tw": "友情連結", - "en": "Friendly Links", - "it": "Link Amichevoli" - }, - "2eh64x5": { - "zh-cn": "请选择租户", - "zh-hk": "請選擇租戶", - "zh-tw": "請選擇租戶", - "en": "Please select tenant", - "it": "Seleziona tenant" - }, - "7ji3y96": { - "zh-cn": "请输入手机号", - "zh-hk": "請輸入手機號", - "zh-tw": "請輸入手機號碼", - "en": "Please enter mobile number", - "it": "Inserisci numero cellulare" - }, - "i6gs7g7": { - "zh-cn": "请输入登录账号", - "zh-hk": "請輸入登入帳號", - "zh-tw": "請輸入登入帳號", - "en": "Please enter login account", - "it": "Inserisci account di accesso" - }, - "kuepb57": { - "zh-cn": "请输入您的姓名", - "zh-hk": "請輸入您的姓名", - "zh-tw": "請輸入您的姓名", - "en": "Please enter your name", - "it": "Inserisci il tuo nome" - }, - "7b32n16": { - "zh-cn": "请输入验证码", - "zh-hk": "請輸入驗證碼", - "zh-tw": "請輸入驗證碼", - "en": "Please enter verification code", - "it": "Inserisci codice di verifica" - }, - "aax6x55": { - "zh-cn": "注册失败!", - "zh-hk": "註冊失敗!", - "zh-tw": "註冊失敗!", - "en": "Registration failed!", - "it": "Registrazione fallita!" - }, - "fyq8k3": { - "zh-cn": "注 册", - "zh-hk": "註 冊", - "zh-tw": "註 冊", - "en": "Register", - "it": "Registrati" - }, - "2j1oau5": { - "zh-cn": "请输入账号", - "zh-hk": "請輸入帳號", - "zh-tw": "請輸入帳號", - "en": "Please enter account", - "it": "Inserisci account" - }, - "2j9vj05": { - "zh-cn": "请输入密码", - "zh-hk": "請輸入密碼", - "zh-tw": "請輸入密碼", - "en": "Please enter password", - "it": "Inserisci password" - }, - "ki6fos7": { - "zh-cn": "大写锁定已打开", - "zh-hk": "大寫鎖定已打開", - "zh-tw": "大寫鎖定已開啟", - "en": "Caps Lock is on", - "it": "Bloc Maiuscole attivo" - }, - "rjfne37": { - "zh-cn": "请按住滑块拖动", - "zh-hk": "請按住滑塊拖動", - "zh-tw": "請按住滑塊拖曳", - "en": "Hold and drag the slider", - "it": "Tieni premuto e trascina il cursore" - }, - "k2wswy4": { - "zh-cn": "验证通过", - "zh-hk": "驗證通過", - "zh-tw": "驗證通過", - "en": "Verification passed", - "it": "Verifica superata" - }, - "9pamgib": { - "zh-cn": "登录失败,请检查账号!", - "zh-hk": "登入失敗,請檢查帳號!", - "zh-tw": "登入失敗,請檢查帳號!", - "en": "Login failed, please check account!", - "it": "Accesso fallito, controlla l'account!" - }, - "qca16ra": { - "zh-cn": "抱歉,您没有登录权限", - "zh-hk": "抱歉,您沒有登入權限", - "zh-tw": "抱歉,您沒有登入權限", - "en": "Sorry, you have no login permission", - "it": "Spiacenti, non hai i permessi di accesso" - }, - "pwzuma6": { - "zh-cn": "验证码已过期", - "zh-hk": "驗證碼已過期", - "zh-tw": "驗證碼已過期", - "en": "Verification code has expired", - "it": "Codice di verifica scaduto" - }, - "hdaeo3": { - "zh-cn": "登 录", - "zh-hk": "登 入", - "zh-tw": "登 入", - "en": "Login", - "it": "Accedi" - }, - "t09mz15": { - "zh-cn": "获取验证码", - "zh-hk": "獲取驗證碼", - "zh-tw": "取得驗證碼", - "en": "Get Verification Code", - "it": "Ottieni Codice di Verifica" - }, - "s74mzp1t": { - "zh-cn": "* 温馨提示:建议使用谷歌、Microsoft Edge,版本 79.0.1072.62 及以上浏览器,360浏览器请使用极速模式", - "zh-hk": "* 溫馨提示:建議使用谷歌、Microsoft Edge,版本 79.0.1072.62 及以上瀏覽器,360瀏覽器請使用極速模式", - "zh-tw": "* 溫馨提示:建議使用谷歌、Microsoft Edge,版本 79.0.1072.62 及以上瀏覽器,360瀏覽器請使用極速模式", - "en": "* Tip: Recommended browsers are Google Chrome, Microsoft Edge version 79.0.1072.62 or above. For 360 Browser, use Speed Mode.", - "it": "* Suggerimento: browser consigliati Google Chrome, Microsoft Edge versione 79.0.1072.62 o superiore. Per 360 Browser, usa la modalità Velocità." - }, - "eddaj1f": { - "zh-cn": "打开手机扫一扫,快速登录/注册", - "zh-hk": "打開手機掃一掃,快速登入/註冊", - "zh-tw": "打開手機掃一掃,快速登入/註冊", - "en": "Scan with your phone to quickly login/register", - "it": "Scansiona con il telefono per accedere/registrarti rapidamente" - }, - "b7gq3y5": { - "zh-cn": "欢迎回来!", - "zh-hk": "歡迎回來!", - "zh-tw": "歡迎回來!", - "en": "Welcome back!", - "it": "Bentornato!" - }, - "cj3vt1g": { - "zh-cn": "欢迎加入, 请使用默认密码登录!", - "zh-hk": "歡迎加入, 請使用默認密碼登入!", - "zh-tw": "歡迎加入, 請使用預設密碼登入!", - "en": "Welcome! Please login with the default password.", - "it": "Benvenuto! Accedi con la password predefinita." - }, - "fqmy2": { - "zh-cn": "姓名", - "zh-hk": "姓名", - "zh-tw": "姓名", - "en": "Name", - "it": "Nome" - }, - "xzj6ue6": { - "zh-cn": "用戶歸屬部門", - "zh-hk": "用戶歸屬部門", - "zh-tw": "使用者所屬部門", - "en": "User Department", - "it": "Dipartimento Utente" - }, - "napv9c5": { - "zh-cn": "登入帳戶名", - "zh-hk": "登入帳戶名", - "zh-tw": "登入帳戶名稱", - "en": "Login Account Name", - "it": "Nome Account di Accesso" - }, - "75usdq5": { - "zh-cn": "請輸入姓名", - "zh-hk": "請輸入姓名", - "zh-tw": "請輸入姓名", - "en": "Please enter name", - "it": "Inserisci nome" - }, - "ekkeky9": { - "zh-cn": "請輸入用戶歸屬部門", - "zh-hk": "請輸入用戶歸屬部門", - "zh-tw": "請輸入使用者所屬部門", - "en": "Please enter user department", - "it": "Inserisci dipartimento utente" - }, - "zh948o8": { - "zh-cn": "請輸入登入帳戶名", - "zh-hk": "請輸入登入帳戶名", - "zh-tw": "請輸入登入帳戶名稱", - "en": "Please enter login account name", - "it": "Inserisci nome account di accesso" - }, - "zi5hr96": { - "zh-cn": "用户归属部门", - "zh-hk": "用戶歸屬部門", - "zh-tw": "使用者所屬部門", - "en": "User Department", - "it": "Dipartimento Utente" - }, - "ef37an5": { - "zh-cn": "登陆账户名", - "zh-hk": "登陸賬戶名", - "zh-tw": "登入帳戶名稱", - "en": "Login Account Name", - "it": "Nome Account di Accesso" - }, - "2jaekd5": { - "zh-cn": "请输入姓名", - "zh-hk": "請輸入姓名", - "zh-tw": "請輸入姓名", - "en": "Please enter name", - "it": "Inserisci nome" - }, - "9wqgsc9": { - "zh-cn": "请输入用户归属部门", - "zh-hk": "請輸入用戶歸屬部門", - "zh-tw": "請輸入使用者所屬部門", - "en": "Please enter user department", - "it": "Inserisci dipartimento utente" - }, - "blzvrc8": { - "zh-cn": "请输入登陆账户名", - "zh-hk": "請輸入登陸賬戶名", - "zh-tw": "請輸入登入帳戶名稱", - "en": "Please enter login account name", - "it": "Inserisci nome account di accesso" - }, - "cfz5jq4": { - "zh-cn": "帳號登入", - "zh-hk": "帳號登入", - "zh-tw": "帳號登入", - "en": "Account Login", - "it": "Accesso Account" - }, - "rvskcr5": { - "zh-cn": "手機號登入", - "zh-hk": "手機號登入", - "zh-tw": "手機號碼登入", - "en": "Mobile Login", - "it": "Accesso Cellulare" - }, - "f70g8t4": { - "zh-cn": "用戶註冊", - "zh-hk": "用戶註冊", - "zh-tw": "使用者註冊", - "en": "User Registration", - "it": "Registrazione Utente" - }, - "wda8uh7": { - "zh-cn": "沒有帳號? 去", - "zh-hk": "沒有帳號? 去", - "zh-tw": "沒有帳號? 前往", - "en": "No account? Go to", - "it": "Nessun account? Vai a" - }, - "hs26ij4": { - "zh-cn": "註冊帳號", - "zh-hk": "註冊帳號", - "zh-tw": "註冊帳號", - "en": "Register Account", - "it": "Registra Account" - }, - "c9tsf47": { - "zh-cn": "已有帳戶? 去", - "zh-hk": "已有帳戶? 去", - "zh-tw": "已有帳戶? 前往", - "en": "Already have an account? Go to", - "it": "Hai già un account? Vai a" - }, - "fad1ee4": { - "zh-cn": "登入帳號", - "zh-hk": "登入帳號", - "zh-tw": "登入帳號", - "en": "Login Account", - "it": "Accedi all'Account" - }, - "6329ah6": { - "zh-cn": "協力廠商登入", - "zh-hk": "第三方登入", - "zh-tw": "第三方登入", - "en": "Third-party Login", - "it": "Accesso di Terze Parti" - }, - "azcgh34": { - "zh-cn": "友情連結", - "zh-hk": "友情連結", - "zh-tw": "友情連結", - "en": "Friendly Links", - "it": "Link Amichevoli" - }, - "6x6q5r5": { - "zh-cn": "請選擇租戶", - "zh-hk": "請選擇租戶", - "zh-tw": "請選擇租戶", - "en": "Please select tenant", - "it": "Seleziona tenant" - }, - "8wt32l6": { - "zh-cn": "請輸入手機號", - "zh-hk": "請輸入手機號", - "zh-tw": "請輸入手機號碼", - "en": "Please enter mobile number", - "it": "Inserisci numero cellulare" - }, - "ab8o7i7": { - "zh-cn": "請輸入登入帳號", - "zh-hk": "請輸入登入帳號", - "zh-tw": "請輸入登入帳號", - "en": "Please enter login account", - "it": "Inserisci account di accesso" - }, - "7pjycu7": { - "zh-cn": "請輸入您的姓名", - "zh-hk": "請輸入您的姓名", - "zh-tw": "請輸入您的姓名", - "en": "Please enter your name", - "it": "Inserisci il tuo nome" - }, - "8og0zy6": { - "zh-cn": "請輸入驗證碼", - "zh-hk": "請輸入驗證碼", - "zh-tw": "請輸入驗證碼", - "en": "Please enter verification code", - "it": "Inserisci codice di verifica" - }, - "h3vgd05": { - "zh-cn": "註冊失敗!", - "zh-hk": "註冊失敗!", - "zh-tw": "註冊失敗!", - "en": "Registration failed!", - "it": "Registrazione fallita!" - }, - "k9crp3": { - "zh-cn": "註 冊", - "zh-hk": "註 冊", - "zh-tw": "註 冊", - "en": "Register", - "it": "Registrati" - }, - "75trng5": { - "zh-cn": "請輸入帳號", - "zh-hk": "請輸入帳號", - "zh-tw": "請輸入帳號", - "en": "Please enter account", - "it": "Inserisci account" - }, - "75u9765": { - "zh-cn": "請輸入密碼", - "zh-hk": "請輸入密碼", - "zh-tw": "請輸入密碼", - "en": "Please enter password", - "it": "Inserisci password" - }, - "hcd3tu7": { - "zh-cn": "大寫鎖定已打開", - "zh-hk": "大寫鎖定已打開", - "zh-tw": "大寫鎖定已開啟", - "en": "Caps Lock is on", - "it": "Bloc Maiuscole attivo" - }, - "qxcflj7": { - "zh-cn": "請按住滑塊拖動", - "zh-hk": "請按住滑塊拖動", - "zh-tw": "請按住滑塊拖曳", - "en": "Hold and drag the slider", - "it": "Tieni premuto e trascina il cursore" - }, - "k1whqe4": { - "zh-cn": "驗證通過", - "zh-hk": "驗證通過", - "zh-tw": "驗證通過", - "en": "Verification passed", - "it": "Verifica superata" - }, - "ss16qlb": { - "zh-cn": "登入失敗,請檢查帳號!", - "zh-hk": "登入失敗,請檢查帳號!", - "zh-tw": "登入失敗,請檢查帳號!", - "en": "Login failed, please check account!", - "it": "Accesso fallito, controlla l'account!" - }, - "yta4e0b": { - "zh-cn": "抱歉,您沒有登錄許可權", - "zh-hk": "抱歉,您沒有登入權限", - "zh-tw": "抱歉,您沒有登入權限", - "en": "Sorry, you have no login permission", - "it": "Spiacenti, non hai i permessi di accesso" - }, - "ia2f156": { - "zh-cn": "驗證碼已過期", - "zh-hk": "驗證碼已過期", - "zh-tw": "驗證碼已過期", - "en": "Verification code has expired", - "it": "Il codice di verifica è scaduto" - }, - "hd7nk3": { - "zh-cn": "登 入", - "zh-hk": "登 入", - "zh-tw": "登 入", - "en": "Log In", - "it": "Accedi" - }, - "ylumey5": { - "zh-cn": "獲取驗證碼", - "zh-hk": "獲取驗證碼", - "zh-tw": "取得驗證碼", - "en": "Get Verification Code", - "it": "Ottieni Codice di Verifica" - }, - "2ap2im1s": { - "zh-cn": "*溫馨提示:建議使用穀歌、 Microsoft Edge, 版本79.0.1072.62及以上瀏覽器,360瀏覽器請使用極速模式", - "zh-hk": "*溫馨提示:建議使用Google Chrome、Microsoft Edge 版本79.0.1072.62 或以上瀏覽器,360瀏覽器請使用極速模式", - "zh-tw": "*溫馨提示:建議使用Google Chrome、Microsoft Edge 版本79.0.1072.62 或以上瀏覽器,360瀏覽器請使用極速模式", - "en": "*Friendly Reminder: It is recommended to use Google Chrome, Microsoft Edge (version 79.0.1072.62 or above). For 360 Browser, please use Speed Mode.", - "it": "*Gentile Promemoria: Si consiglia di utilizzare Google Chrome, Microsoft Edge (versione 79.0.1072.62 o superiore). Per 360 Browser, si prega di utilizzare la Modalità Velocità (Speed Mode)." - }, - "f6fc04f": { - "zh-cn": "打開手機掃一掃,快速登錄/注册", - "zh-hk": "打開手機掃一掃,快速登入/註冊", - "zh-tw": "開啟手機掃一掃,快速登入/註冊", - "en": "Scan with your phone for quick login/registration", - "it": "Scansiona con il tuo telefono per un accesso/registrazione rapida" - }, - "c5zpbg5": { - "zh-cn": "歡迎回來!", - "zh-hk": "歡迎回來!", - "zh-tw": "歡迎回來!", - "en": "Welcome back!", - "it": "Bentornato/a!" - }, - "cvra6mf": { - "zh-cn": "歡迎加入,請使用默認密碼登入!", - "zh-hk": "歡迎加入,請使用默認密碼登入!", - "zh-tw": "歡迎加入,請使用預設密碼登入!", - "en": "Welcome aboard! Please log in using the default password.", - "it": "Benvenuto/a a bordo! Accedi utilizzando la password predefinita." - }, - "rutjhk": { - "zh-cn": "全局主题 primary 颜色值不能为空", - "zh-hk": "全局主題 primary 顏色值不能為空", - "zh-tw": "全域主題 primary 顏色值不能為空", - "en": "Global theme primary color value cannot be empty", - "it": "Il valore del colore primario del tema globale non può essere vuoto" - }, - "aib1034": { - "zh-cn": "主题颜色", - "zh-hk": "主題顏色", - "zh-tw": "主題顏色", - "en": "Theme Color", - "it": "Colore del Tema" - }, - "l72nr3": { - "zh-cn": "请选择", - "zh-hk": "請選擇", - "zh-tw": "請選擇", - "en": "Please select", - "it": "Seleziona" - }, - "mvgsj3": { - "zh-cn": "风格1", - "zh-hk": "風格1", - "zh-tw": "風格1", - "en": "Style 1", - "it": "Stile 1" - }, - "mvgsm3": { - "zh-cn": "风格4", - "zh-hk": "風格4", - "zh-tw": "風格4", - "en": "Style 4", - "it": "Stile 4" - }, - "mvgsn3": { - "zh-cn": "风格5", - "zh-hk": "風格5", - "zh-tw": "風格5", - "en": "Style 5", - "it": "Stile 5" - }, - "fk3w2": { - "zh-cn": "圆角", - "zh-hk": "圓角", - "zh-tw": "圓角", - "en": "Rounded Corner", - "it": "Angolo Arrotondato" - }, - "et522": { - "zh-cn": "卡片", - "zh-hk": "卡片", - "zh-tw": "卡片", - "en": "Card", - "it": "Scheda" - }, - "ix8f2": { - "zh-cn": "水平", - "zh-hk": "水平", - "zh-tw": "水平", - "en": "Horizontal", - "it": "Orizzontale" - }, - "fjci2": { - "zh-cn": "垂直", - "zh-hk": "垂直", - "zh-tw": "垂直", - "en": "Vertical", - "it": "Verticale" - }, - "yjgaf38": { - "zh-cn": "输入错误的hex", - "zh-hk": "輸入錯誤的hex", - "zh-tw": "輸入錯誤的hex", - "en": "Incorrect HEX input", - "it": "Input HEX errato" - }, - "rvnsyzb": { - "zh-cn": "输入错误的rgb颜色值", - "zh-hk": "輸入錯誤的RGB顏色值", - "zh-tw": "輸入錯誤的RGB顏色值", - "en": "Incorrect RGB color value", - "it": "Valore colore RGB errato" - }, - "wmtke1b": { - "zh-cn": "输入错误的hex颜色值", - "zh-hk": "輸入錯誤的HEX顏色值", - "zh-tw": "輸入錯誤的HEX顏色值", - "en": "Incorrect HEX color value", - "it": "Valore colore HEX errato" - }, - "k4l1": { - "zh-cn": "日", - "zh-hk": "日", - "zh-tw": "日", - "en": "Sun", - "it": "Dom" - }, - "feo1": { - "zh-cn": "一", - "zh-hk": "一", - "zh-tw": "一", - "en": "Mon", - "it": "Lun" - }, - "fik1": { - "zh-cn": "二", - "zh-hk": "二", - "zh-tw": "二", - "en": "Tue", - "it": "Mar" - }, - "fex1": { - "zh-cn": "三", - "zh-hk": "三", - "zh-tw": "三", - "en": "Wed", - "it": "Mer" - }, - "h5n1": { - "zh-cn": "四", - "zh-hk": "四", - "zh-tw": "四", - "en": "Thu", - "it": "Gio" - }, - "fis1": { - "zh-cn": "五", - "zh-hk": "五", - "zh-tw": "五", - "en": "Fri", - "it": "Ven" - }, - "g311": { - "zh-cn": "六", - "zh-hk": "六", - "zh-tw": "六", - "en": "Sat", - "it": "Sab" - }, - "hxpc2": { - "zh-cn": "星期", - "zh-hk": "星期", - "zh-tw": "星期", - "en": "Week", - "it": "Settimana" - }, - "go81": { - "zh-cn": "周", - "zh-hk": "週", - "zh-tw": "週", - "en": "Week", - "it": "Settimana" - }, - "obw1": { - "zh-cn": "第", - "zh-hk": "第", - "zh-tw": "第", - "en": "No.", - "it": "N°" - }, - "g2ar2": { - "zh-cn": "季度", - "zh-hk": "季度", - "zh-tw": "季度", - "en": "Quarter", - "it": "Trimestre" - }, - "eeyo2": { - "zh-cn": "刚刚", - "zh-hk": "剛剛", - "zh-tw": "剛剛", - "en": "Just now", - "it": "Proprio ora" - }, - "l67v2": { - "zh-cn": "秒前", - "zh-hk": "秒前", - "zh-tw": "秒前", - "en": "seconds ago", - "it": "secondi fa" - }, - "cq8lw3": { - "zh-cn": "分钟前", - "zh-hk": "分鐘前", - "zh-tw": "分鐘前", - "en": "minutes ago", - "it": "minuti fa" - }, - "dz7ty3": { - "zh-cn": "小时前", - "zh-hk": "小時前", - "zh-tw": "小時前", - "en": "hours ago", - "it": "ore fa" - }, - "fm842": { - "zh-cn": "天前", - "zh-hk": "天前", - "zh-tw": "天前", - "en": "days ago", - "it": "giorni fa" - }, - "ch80x3": { - "zh-cn": "凌晨好", - "zh-hk": "凌晨好", - "zh-tw": "凌晨好", - "en": "Good early morning", - "it": "Buon mattino presto" - }, - "fb4v03": { - "zh-cn": "早上好", - "zh-hk": "早上好", - "zh-tw": "早上好", - "en": "Good morning", - "it": "Buongiorno" - }, - "bu5kv3": { - "zh-cn": "上午好", - "zh-hk": "上午好", - "zh-tw": "上午好", - "en": "Good morning", - "it": "Buongiorno" - }, - "buvj63": { - "zh-cn": "中午好", - "zh-hk": "中午好", - "zh-tw": "中午好", - "en": "Good noon", - "it": "Buon pomeriggio" - }, - "bu6bk3": { - "zh-cn": "下午好", - "zh-hk": "下午好", - "zh-tw": "下午好", - "en": "Good afternoon", - "it": "Buon pomeriggio" - }, - "can5c3": { - "zh-cn": "傍晚好", - "zh-hk": "傍晚好", - "zh-tw": "傍晚好", - "en": "Good evening", - "it": "Buona sera" - }, - "fdgnh3": { - "zh-cn": "晚上好", - "zh-hk": "晚上好", - "zh-tw": "晚上好", - "en": "Good evening", - "it": "Buona sera" - }, - "dr5u53": { - "zh-cn": "夜里好", - "zh-hk": "夜裡好", - "zh-tw": "夜裡好", - "en": "Good night", - "it": "Buona notte" - }, - "hm11": { - "zh-cn": "天", - "zh-hk": "天", - "zh-tw": "天", - "en": "Day", - "it": "Giorno" - }, - "k521": { - "zh-cn": "时", - "zh-hk": "時", - "zh-tw": "時", - "en": "Hour", - "it": "Ora" - }, - "g7a1": { - "zh-cn": "分", - "zh-hk": "分", - "zh-tw": "分", - "en": "Minute", - "it": "Minuto" - }, - "o2a1": { - "zh-cn": "秒", - "zh-hk": "秒", - "zh-tw": "秒", - "en": "Second", - "it": "Secondo" - }, - "cm4moka": { - "zh-cn": "请正确输入手机号码!", - "zh-hk": "請正確輸入手機號碼!", - "zh-tw": "請正確輸入手機號碼!", - "en": "Please enter a valid phone number!", - "it": "Inserisci un numero di telefono valido!" - }, - "r57mfy7": { - "zh-cn": " 秒后重新获取", - "zh-hk": " 秒後重新獲取", - "zh-tw": " 秒後重新取得", - "en": " seconds to retry", - "it": " secondi per riprovare" - }, - "mbmcmfq": { - "zh-cn": "请正确输入路径及完整参数(query、params)", - "zh-hk": "請正確輸入路徑及完整參數(query、params)", - "zh-tw": "請正確輸入路徑及完整參數(query、params)", - "en": "Please enter a valid path with full parameters (query, params)", - "it": "Inserisci un percorso valido con parametri completi (query, params)" - }, - "6osrlg7": { - "zh-cn": "编辑/保存布局", - "zh-hk": "編輯/儲存佈局", - "zh-tw": "編輯/儲存佈局", - "en": "Edit/Save Layout", - "it": "Modifica/Salva Layout" - }, - "c5aljk5": { - "zh-cn": "没有部件啦", - "zh-hk": "沒有部件啦", - "zh-tw": "沒有元件啦", - "en": "No widgets available", - "it": "Nessun widget disponibile" - }, - "e86f2r4": { - "zh-cn": "添加部件", - "zh-hk": "添加部件", - "zh-tw": "新增元件", - "en": "Add Widget", - "it": "Aggiungi Widget" - }, - "cjgauv4": { - "zh-cn": "恢复默认", - "zh-hk": "恢復預設", - "zh-tw": "恢復預設值", - "en": "Restore Default", - "it": "Ripristina Predefinito" - }, - "ivykzf7": { - "zh-cn": "暂不不支持全屏", - "zh-hk": "暫不支援全螢幕", - "zh-tw": "暫不支援全螢幕", - "en": "Full screen not supported yet", - "it": "Schermo intero non ancora supportato" - }, - "rv9bwna": { - "zh-cn": "您有一条新消息...", - "zh-hk": "您有一條新訊息...", - "zh-tw": "您有一則新訊息...", - "en": "You have a new message...", - "it": "Hai un nuovo messaggio..." - }, - "63e7i38": { - "zh-cn": "你有一条新的消息", - "zh-hk": "你有一條新的訊息", - "zh-tw": "你有一則新的訊息", - "en": "You have a new message", - "it": "Hai un nuovo messaggio" - }, - "bivjza4": { - "zh-cn": "在线用户", - "zh-hk": "線上使用者", - "zh-tw": "線上使用者", - "en": "Online Users", - "it": "Utenti Online" - }, - "l3ycp3": { - "zh-cn": "账号:", - "zh-hk": "帳號:", - "zh-tw": "帳號:", - "en": "Account:", - "it": "Account:" - }, - "dlc5c3": { - "zh-cn": "姓名:", - "zh-hk": "姓名:", - "zh-tw": "姓名:", - "en": "Name:", - "it": "Nome:" - }, - "hv7wy3": { - "zh-cn": "电话:", - "zh-hk": "電話:", - "zh-tw": "電話:", - "en": "Phone:", - "it": "Telefono:" - }, - "ltbxz3": { - "zh-cn": "邮箱:", - "zh-hk": "郵箱:", - "zh-tw": "信箱:", - "en": "Email:", - "it": "Email:" - }, - "lyzh63": { - "zh-cn": "部门:", - "zh-hk": "部門:", - "zh-tw": "部門:", - "en": "Department:", - "it": "Dipartimento:" - }, - "j7e7t3": { - "zh-cn": "职位:", - "zh-hk": "職位:", - "zh-tw": "職位:", - "en": "Position:", - "it": "Posizione:" - }, - "300otv3n": { - "zh-cn": "欢迎使用 Admin.NET 通用权限开发框架 https://gitee.com/zuohuaijun/Admin.NET", - "zh-hk": "歡迎使用 Admin.NET 通用權限開發框架 https://gitee.com/zuohuaijun/Admin.NET", - "zh-tw": "歡迎使用 Admin.NET 通用權限開發框架 https://gitee.com/zuohuaijun/Admin.NET", - "en": "Welcome to Admin.NET Universal Permission Framework https://gitee.com/zuohuaijun/Admin.NET", - "it": "Benvenuti in Admin.NET Framework di Autorizzazione Universale https://gitee.com/zuohuaijun/Admin.NET" - }, - "ykunwe9": { - "zh-cn": "服务器已断线...", - "zh-hk": "伺服器已斷線...", - "zh-tw": "伺服器已斷線...", - "en": "Server disconnected...", - "it": "Server disconnesso..." - }, - "bzf9534": { - "zh-cn": "实时收入", - "zh-hk": "即時收入", - "zh-tw": "即時收入", - "en": "Real-time Revenue", - "it": "Entrate in Tempo Reale" - }, - "flcggeb": { - "zh-cn": "Echarts组件演示", - "zh-hk": "Echarts元件演示", - "zh-tw": "Echarts元件展示", - "en": "Echarts Component Demo", - "it": "Demo Componente Echarts" - }, - "e04l2": { - "zh-cn": "价格", - "zh-hk": "價格", - "zh-tw": "價格", - "en": "Price", - "it": "Prezzo" - }, - "hnu72": { - "zh-cn": "收入", - "zh-hk": "收入", - "zh-tw": "收入", - "en": "Revenue", - "it": "Entrate" - }, - "am2ogg4": { - "zh-cn": "关于项目", - "zh-hk": "關於專案", - "zh-tw": "關於專案", - "en": "About Project", - "it": "Informazioni sul Progetto" - }, - "y437xq8": { - "zh-cn": "点个星星支持一下", - "zh-hk": "點個星星支持一下", - "zh-tw": "點個星星支持一下", - "en": "Give a star to support", - "it": "Dai una stella per supportare" - }, - "r2dv0f59": { - "zh-cn": "基于 .NET6 (Furion/SqlSugar) 实现的通用权限开发框架,前端采用 Vue3+Element-plus+Vite5,整合众多优秀技术和框架,模块插件式开发。集成多租户、缓存、数据校验、鉴权、事件总线、动态API、通讯、远程请求、任务调度、打印等众多黑科技。代码结构简单清晰,注释详尽,易于上手与二次开发,即便是复杂业务逻辑也能迅速实现,真正实现“开箱即用”。", - "zh-hk": "基於 .NET6 (Furion/SqlSugar) 實現的通用權限開發框架,前端採用 Vue3+Element-plus+Vite5,整合眾多優秀技術和框架,模組外掛式開發。整合多租戶、快取、資料校驗、鑑權、事件匯流排、動態API、通訊、遠端請求、任務排程、列印等眾多黑科技。程式碼結構簡單清晰,註釋詳盡,易於上手與二次開發,即便是複雜業務邏輯也能迅速實現,真正實現“開箱即用”。", - "zh-tw": "基於 .NET6 (Furion/SqlSugar) 實現的通用權限開發框架,前端採用 Vue3+Element-plus+Vite5,整合眾多優秀技術和框架,模組外掛式開發。整合多租戶、快取、資料校驗、鑑權、事件匯流排、動態API、通訊、遠端請求、任務排程、列印等眾多黑科技。程式碼結構簡單清晰,註釋詳盡,易於上手與二次開發,即便是複雜業務邏輯也能迅速實現,真正實現“開箱即用”。", - "en": "A universal permission development framework based on .NET6 (Furion/SqlSugar). Frontend uses Vue3+Element-plus+Vite5, integrating numerous excellent technologies and frameworks with modular plugin development. Includes multi-tenancy, caching, data validation, authentication, event bus, dynamic APIs, communication, remote requests, task scheduling, printing, and many other advanced features. The code structure is simple and clear, with detailed comments, easy to get started and for secondary development. Even complex business logic can be quickly implemented, truly achieving \"out-of-the-box\" usability.", - "it": "Un framework di sviluppo autorizzativo universale basato su .NET6 (Furion/SqlSugar). Il frontend utilizza Vue3+Element-plus+Vite5, integrando numerose tecnologie eccellenti e framework con sviluppo modulare a plugin. Include multi-tenant, caching, validazione dati, autenticazione, event bus, API dinamiche, comunicazione, richieste remote, schedulazione di task, stampa e molte altre funzionalità avanzate. La struttura del codice è semplice e chiara, con commenti dettagliati, facile da iniziare e per sviluppi secondari. Anche logiche di business complesse possono essere implementate rapidamente, realizzando veramente un'usabilità \"pronta all'uso\"." - }, - "i5pl2": { - "zh-cn": "时钟", - "zh-hk": "時鐘", - "zh-tw": "時鐘", - "en": "Clock", - "it": "Orologio" - }, - "unwsxa8": { - "zh-cn": "时钟原子组件演示", - "zh-hk": "時鐘原子元件演示", - "zh-tw": "時鐘原子元件展示", - "en": "Clock Atomic Component Demo", - "it": "Demo Componente Atomico Orologio" - }, - "eozvtbb": { - "zh-cn": "YYYY年mm月dd日", - "zh-hk": "YYYY年mm月dd日", - "zh-tw": "YYYY年mm月dd日", - "en": "YYYY-mm-dd", - "it": "YYYY-mm-dd" - }, - "cde1j74": { - "zh-cn": "当前时钟", - "zh-hk": "目前時鐘", - "zh-tw": "目前時鐘", - "en": "Current Time", - "it": "Ora Corrente" - }, - "j0fg2": { - "zh-cn": "欢迎", - "zh-hk": "歡迎", - "zh-tw": "歡迎", - "en": "Welcome", - "it": "Benvenuto" - }, - "jfldyia": { - "zh-cn": "项目特色以及文档链接", - "zh-hk": "專案特色以及文件連結", - "zh-tw": "專案特色以及文件連結", - "en": "Project Features and Documentation Links", - "it": "Caratteristiche del Progetto e Link alla Documentazione" - }, - "e3wm7p4": { - "zh-cn": "欢迎使用", - "zh-hk": "歡迎使用", - "zh-tw": "歡迎使用", - "en": "Welcome to use", - "it": "Benvenuti all'uso" - }, - "isf2lw11": { - "zh-cn": "这里是项目控制台,你可以点击右上方的“自定义”按钮来添加移除或者移动部件。", - "zh-hk": "這裡是專案控制台,你可以點選右上方的「自訂」按鈕來新增移除或者移動部件。", - "zh-tw": "這裡是專案控制台,你可以點選右上方的「自訂」按鈕來新增移除或者移動元件。", - "en": "This is the project console. You can click the \"Customize\" button in the upper right to add, remove, or move widgets.", - "it": "Questa è la console del progetto. Puoi fare clic sul pulsante \"Personalizza\" in alto a destra per aggiungere, rimuovere o spostare i widget." - }, - "nzxlj0w": { - "zh-cn": "在提高前端算力、减少带宽请求和代码执行力上多次优化,并且持续着。", - "zh-hk": "在提高前端算力、減少頻寬請求和程式碼執行力上多次優化,並且持續著。", - "zh-tw": "在提高前端算力、減少頻寬請求和程式碼執行力上多次優化,並且持續著。", - "en": "Multiple optimizations have been made to improve frontend computing power, reduce bandwidth requests, and enhance code execution efficiency, and this process is ongoing.", - "it": "Sono state apportate molteplici ottimizzazioni per migliorare la potenza di calcolo frontend, ridurre le richieste di larghezza di banda e migliorare l'efficienza di esecuzione del codice, e questo processo è in corso." - }, - "6s0gczf": { - "zh-cn": "让开发更简单、更通用、更流行!", - "zh-hk": "讓開發更簡單、更通用、更流行!", - "zh-tw": "讓開發更簡單、更通用、更流行!", - "en": "Make development simpler, more universal, and more popular!", - "it": "Rendi lo sviluppo più semplice, più universale e più popolare!" - }, - "d8s87i4": { - "zh-cn": "文档教程", - "zh-hk": "文件教學", - "zh-tw": "文件教學", - "en": "Documentation Tutorial", - "it": "Tutorial Documentazione" - }, - "euet8y4": { - "zh-cn": "版本信息", - "zh-hk": "版本資訊", - "zh-tw": "版本資訊", - "en": "Version Information", - "it": "Informazioni Versione" - }, - "v6sh6ja": { - "zh-cn": "版本信息原子组件演示", - "zh-hk": "版本資訊原子元件演示", - "zh-tw": "版本資訊原子元件展示", - "en": "Version Info Atomic Component Demo", - "it": "Demo Componente Atomico Info Versione" - }, - "df4tck4": { - "zh-cn": "最新版本", - "zh-hk": "最新版本", - "zh-tw": "最新版本", - "en": "Latest Version", - "it": "Ultima Versione" - }, - "dev07i4": { - "zh-cn": "更新日志", - "zh-hk": "更新日誌", - "zh-tw": "更新日誌", - "en": "Changelog", - "it": "Registro delle Modifiche" - }, - "lja3o3": { - "zh-cn": "进度环", - "zh-hk": "進度環", - "zh-tw": "進度環", - "en": "Progress Ring", - "it": "Anello di Progresso" - }, - "ph29839": { - "zh-cn": "进度环原子组件演示", - "zh-hk": "進度環原子元件演示", - "zh-tw": "進度環原子元件展示", - "en": "Progress Ring Atomic Component Demo", - "it": "Demo Componente Atomico Anello di Progresso" - }, - "jqfmo04": { - "zh-cn": "项目进度", - "zh-hk": "專案進度", - "zh-tw": "專案進度", - "en": "Project Progress", - "it": "Avanzamento Progetto" - }, - "cdkvet4": { - "zh-cn": "当前进度", - "zh-hk": "目前進度", - "zh-tw": "目前進度", - "en": "Current Progress", - "it": "Avanzamento Attuale" - }, - "l6kb0o6": { - "zh-cn": "确定删除吗?", - "zh-hk": "確定刪除嗎?", - "zh-tw": "確定刪除嗎?", - "en": "Confirm deletion?", - "it": "Confermi l'eliminazione?" - }, - "d1spvi4": { - "zh-cn": "操作成功", - "zh-hk": "操作成功", - "zh-tw": "操作成功", - "en": "Operation successful", - "it": "Operazione riuscita" - }, - "eslg2": { - "zh-cn": "删除", - "zh-hk": "刪除", - "zh-tw": "刪除", - "en": "Delete", - "it": "Elimina" - }, - "caoqm3": { - "zh-cn": "取 消", - "zh-hk": "取 消", - "zh-tw": "取 消", - "en": "Cancel", - "it": "Annulla" - }, - "hnjoo3": { - "zh-cn": "确 定", - "zh-hk": "確 定", - "zh-tw": "確 定", - "en": "Confirm", - "it": "Conferma" - }, - "dd1lvo4": { - "zh-cn": "日程时间", - "zh-hk": "日程時間", - "zh-tw": "日程時間", - "en": "Schedule Time", - "it": "Orario Programma" - }, - "a9uuqc8": { - "zh-cn": "日程时间不能为空", - "zh-hk": "日程時間不能為空", - "zh-tw": "日程時間不能為空", - "en": "Schedule time cannot be empty", - "it": "L'orario del programma non può essere vuoto" - }, - "x5n4k77": { - "zh-cn": "请选择日程日期", - "zh-hk": "請選擇日程日期", - "zh-tw": "請選擇日程日期", - "en": "Please select schedule date", - "it": "Seleziona la data del programma" - }, - "49z6p38": { - "zh-cn": "开始时间不能为空", - "zh-hk": "開始時間不能為空", - "zh-tw": "開始時間不能為空", - "en": "Start time cannot be empty", - "it": "L'ora di inizio non può essere vuota" - }, - "po31": { - "zh-cn": "至", - "zh-hk": "至", - "zh-tw": "至", - "en": "to", - "it": "a" - }, - "74y3ei8": { - "zh-cn": "结束时间不能为空", - "zh-hk": "結束時間不能為空", - "zh-tw": "結束時間不能為空", - "en": "End time cannot be empty", - "it": "L'ora di fine non può essere vuota" - }, - "dcxt7e4": { - "zh-cn": "日程内容", - "zh-hk": "日程內容", - "zh-tw": "日程內容", - "en": "Schedule Content", - "it": "Contenuto Programma" - }, - "te4dhk8": { - "zh-cn": "内容内容不能为空", - "zh-hk": "內容內容不能為空", - "zh-tw": "內容內容不能為空", - "en": "Content cannot be empty", - "it": "Il contenuto non può essere vuoto" - }, - "anze084": { - "zh-cn": "内容内容", - "zh-hk": "內容內容", - "zh-tw": "內容內容", - "en": "Content", - "it": "Contenuto" - }, - "cihr0q4": { - "zh-cn": "快捷入口", - "zh-hk": "快捷入口", - "zh-tw": "快速入口", - "en": "Quick Access", - "it": "Accesso Rapido" - }, - "rz9lbd9": { - "zh-cn": "可以配置的快捷入口", - "zh-hk": "可以設定的快捷入口", - "zh-tw": "可設定的快速入口", - "en": "Configurable quick access", - "it": "Accesso rapido configurabile" - }, - "oxhc0h6": { - "zh-cn": "设置常用成功", - "zh-hk": "設定常用成功", - "zh-tw": "設定常用成功", - "en": "Set frequently used successfully", - "it": "Imposta frequentemente utilizzato con successo" - }, - "e7y2ft4": { - "zh-cn": "添加应用", - "zh-hk": "新增應用", - "zh-tw": "新增應用", - "en": "Add Application", - "it": "Aggiungi Applicazione" - }, - "e32z2": { - "zh-cn": "保存", - "zh-hk": "儲存", - "zh-tw": "儲存", - "en": "Save", - "it": "Salva" - }, - "2xp7gr6": { - "zh-cn": "我的常用 (", - "zh-hk": "我的常用 (", - "zh-tw": "我的常用 (", - "en": "My Favorites (", - "it": "I Miei Preferiti (" - }, - "4mxcpo6": { - "zh-cn": "全部应用 (", - "zh-hk": "全部應用 (", - "zh-tw": "全部應用 (", - "en": "All Applications (", - "it": "Tutte le Applicazioni (" - }, - "i01y2": { - "zh-cn": "日程", - "zh-hk": "日程", - "zh-tw": "日程", - "en": "Schedule", - "it": "Programma" - }, - "dd30184": { - "zh-cn": "日程演示", - "zh-hk": "日程演示", - "zh-tw": "日程展示", - "en": "Schedule Demo", - "it": "Demo Programma" - }, - "ldg65c6": { - "zh-cn": "确定删日程:", - "zh-hk": "確定刪日程:", - "zh-tw": "確定刪除日程:", - "en": "Confirm delete schedule:", - "it": "Conferma eliminazione programma:" - }, - "azeh8z4": { - "zh-cn": "删除成功", - "zh-hk": "刪除成功", - "zh-tw": "刪除成功", - "en": "Delete successful", - "it": "Eliminazione riuscita" - }, - "2xwus08": { - "zh-cn": "日程状态设置成功", - "zh-hk": "日程狀態設定成功", - "zh-tw": "日程狀態設定成功", - "en": "Schedule status set successfully", - "it": "Stato programma impostato con successo" - }, - "2xwed38": { - "zh-cn": "日程状态设置异常", - "zh-hk": "日程狀態設定異常", - "zh-tw": "日程狀態設定異常", - "en": "Schedule status setting exception", - "it": "Eccezione impostazione stato programma" - }, - "e7zc7f4": { - "zh-cn": "添加日程", - "zh-hk": "新增日程", - "zh-tw": "新增日程", - "en": "Add Schedule", - "it": "Aggiungi Programma" - }, - "gmks3l4": { - "zh-cn": "编辑日程", - "zh-hk": "編輯日程", - "zh-tw": "編輯日程", - "en": "Edit Schedule", - "it": "Modifica Programma" - }, - "cv53894": { - "zh-cn": "我的日程", - "zh-hk": "我的日程", - "zh-tw": "我的日程", - "en": "My Schedule", - "it": "Il Mio Programma" - }, - "btcx43": { - "zh-cn": "上个月", - "zh-hk": "上個月", - "zh-tw": "上個月", - "en": "Previous month", - "it": "Mese precedente" - }, - "dw2n2": { - "zh-cn": "今天", - "zh-hk": "今天", - "zh-tw": "今天", - "en": "Today", - "it": "Oggi" - }, - "btdnt3": { - "zh-cn": "下个月", - "zh-hk": "下個月", - "zh-tw": "下個月", - "en": "Next month", - "it": "Prossimo mese" - }, - "df1fj54": { - "zh-cn": "更新记录", - "zh-hk": "更新紀錄", - "zh-tw": "更新紀錄", - "en": "Update Records", - "it": "Registro Aggiornamenti" - }, - "cypf748": { - "zh-cn": "当前项目更新记录", - "zh-hk": "目前專案更新紀錄", - "zh-tw": "目前專案更新紀錄", - "en": "Current Project Update Records", - "it": "Registro Aggiornamenti Progetto Corrente" - }, - "o6y1": { - "zh-cn": "空", - "zh-hk": "空", - "zh-tw": "空", - "en": "Empty", - "it": "Vuoto" - }, - "n5e1": { - "zh-cn": "甲", - "zh-hk": "甲", - "zh-tw": "甲", - "en": "First", - "it": "Primo" - }, - "fh51": { - "zh-cn": "乙", - "zh-hk": "乙", - "zh-tw": "乙", - "en": "Second", - "it": "Secondo" - }, - "ffd1": { - "zh-cn": "丙", - "zh-hk": "丙", - "zh-tw": "丙", - "en": "Third", - "it": "Terzo" - }, - "fep1": { - "zh-cn": "丁", - "zh-hk": "丁", - "zh-tw": "丁", - "en": "Fourth", - "it": "Quarto" - }, - "jd61": { - "zh-cn": "戊", - "zh-hk": "戊", - "zh-tw": "戊", - "en": "Fifth", - "it": "Quinto" - }, - "ik11": { - "zh-cn": "己", - "zh-hk": "己", - "zh-tw": "己", - "en": "Sixth", - "it": "Sesto" - }, - "ioq1": { - "zh-cn": "庚", - "zh-hk": "庚", - "zh-tw": "庚", - "en": "Seventh", - "it": "Settimo" - }, - "sd71": { - "zh-cn": "辛", - "zh-hk": "辛", - "zh-tw": "辛", - "en": "Eighth", - "it": "Ottavo" - }, - "hkc1": { - "zh-cn": "壬", - "zh-hk": "壬", - "zh-tw": "壬", - "en": "Ninth", - "it": "Nono" - }, - "neg1": { - "zh-cn": "癸", - "zh-hk": "癸", - "zh-tw": "癸", - "en": "Tenth", - "it": "Decimo" - }, - "i1c1": { - "zh-cn": "子", - "zh-hk": "子", - "zh-tw": "子", - "en": "Zi", - "it": "Zi" - }, - "ff51": { - "zh-cn": "丑", - "zh-hk": "丑", - "zh-tw": "丑", - "en": "Chou", - "it": "Chou" - }, - "i4l1": { - "zh-cn": "寅", - "zh-hk": "寅", - "zh-tw": "寅", - "en": "Yin", - "it": "Yin" - }, - "ghb1": { - "zh-cn": "卯", - "zh-hk": "卯", - "zh-tw": "卯", - "en": "Mao", - "it": "Mao" - }, - "sds1": { - "zh-cn": "辰", - "zh-hk": "辰", - "zh-tw": "辰", - "en": "Chen", - "it": "Chen" - }, - "ik31": { - "zh-cn": "巳", - "zh-hk": "巳", - "zh-tw": "巳", - "en": "Si", - "it": "Si" - }, - "gg81": { - "zh-cn": "午", - "zh-hk": "午", - "zh-tw": "午", - "en": "Wu", - "it": "Wu" - }, - "kdm1": { - "zh-cn": "未", - "zh-hk": "未", - "zh-tw": "未", - "en": "Wei", - "it": "Wei" - }, - "n5f1": { - "zh-cn": "申", - "zh-hk": "申", - "zh-tw": "申", - "en": "Shen", - "it": "Shen" - }, - "sp51": { - "zh-cn": "酉", - "zh-hk": "酉", - "zh-tw": "酉", - "en": "You", - "it": "You" - }, - "jd81": { - "zh-cn": "戌", - "zh-hk": "戌", - "zh-tw": "戌", - "en": "Xu", - "it": "Xu" - }, - "fj91": { - "zh-cn": "亥", - "zh-hk": "亥", - "zh-tw": "亥", - "en": "Hai", - "it": "Hai" - }, - "vfk1": { - "zh-cn": "鼠", - "zh-hk": "鼠", - "zh-tw": "鼠", - "en": "Rat", - "it": "Topo" - }, - "ml71": { - "zh-cn": "牛", - "zh-hk": "牛", - "zh-tw": "牛", - "en": "Ox", - "it": "Bue" - }, - "qj21": { - "zh-cn": "虎", - "zh-hk": "虎", - "zh-tw": "虎", - "en": "Tiger", - "it": "Tigre" - }, - "g2c1": { - "zh-cn": "兔", - "zh-hk": "兔", - "zh-tw": "兔", - "en": "Rabbit", - "it": "Coniglio" - }, - "vix1": { - "zh-cn": "龙", - "zh-hk": "龍", - "zh-tw": "龍", - "en": "Dragon", - "it": "Drago" - }, - "qmf1": { - "zh-cn": "蛇", - "zh-hk": "蛇", - "zh-tw": "蛇", - "en": "Snake", - "it": "Serpente" - }, - "ui41": { - "zh-cn": "马", - "zh-hk": "馬", - "zh-tw": "馬", - "en": "Horse", - "it": "Cavallo" - }, - "p6y1": { - "zh-cn": "羊", - "zh-hk": "羊", - "zh-tw": "羊", - "en": "Goat", - "it": "Capra" - }, - "mr81": { - "zh-cn": "猴", - "zh-hk": "猴", - "zh-tw": "猴", - "en": "Monkey", - "it": "Scimmia" - }, - "v8h1": { - "zh-cn": "鸡", - "zh-hk": "雞", - "zh-tw": "雞", - "en": "Rooster", - "it": "Gallo" - }, - "mon1": { - "zh-cn": "狗", - "zh-hk": "狗", - "zh-tw": "狗", - "en": "Dog", - "it": "Cane" - }, - "mqy1": { - "zh-cn": "猪", - "zh-hk": "豬", - "zh-tw": "豬", - "en": "Pig", - "it": "Maiale" - }, - "cejfj3": { - "zh-cn": "元旦节", - "zh-hk": "元旦節", - "zh-tw": "元旦節", - "en": "New Year's Day", - "it": "Capodanno" - }, - "ekdcd3": { - "zh-cn": "情人节", - "zh-hk": "情人節", - "zh-tw": "情人節", - "en": "Valentine's Day", - "it": "San Valentino" - }, - "ciuh93": { - "zh-cn": "劳动节", - "zh-hk": "勞動節", - "zh-tw": "勞動節", - "en": "Labor Day", - "it": "Festa del Lavoro" - }, - "mmov43": { - "zh-cn": "青年节", - "zh-hk": "青年節", - "zh-tw": "青年節", - "en": "Youth Day", - "it": "Giornata della Gioventù" - }, - "ci1183": { - "zh-cn": "儿童节", - "zh-hk": "兒童節", - "zh-tw": "兒童節", - "en": "Children's Day", - "it": "Giornata dei Bambini" - }, - "fb4433": { - "zh-cn": "教师节", - "zh-hk": "教師節", - "zh-tw": "教師節", - "en": "Teachers' Day", - "it": "Giornata degli Insegnanti" - }, - "d7hbt3": { - "zh-cn": "国庆节", - "zh-hk": "國慶節", - "zh-tw": "國慶節", - "en": "National Day", - "it": "Festa Nazionale" - }, - "dfz5z3": { - "zh-cn": "圣诞节", - "zh-hk": "聖誕節", - "zh-tw": "聖誕節", - "en": "Christmas", - "it": "Natale" - }, - "dk08m3": { - "zh-cn": "妇女节", - "zh-hk": "婦女節", - "zh-tw": "婦女節", - "en": "Women's Day", - "it": "Giornata della Donna" - }, - "fwcim3": { - "zh-cn": "植树节", - "zh-hk": "植樹節", - "zh-tw": "植樹節", - "en": "Tree Planting Day", - "it": "Giornata della Piantagione" - }, - "em4de3": { - "zh-cn": "愚人节", - "zh-hk": "愚人節", - "zh-tw": "愚人節", - "en": "April Fools' Day", - "it": "Pesce d'Aprile" - }, - "evyxn3": { - "zh-cn": "护士节", - "zh-hk": "護士節", - "zh-tw": "護士節", - "en": "Nurses' Day", - "it": "Giornata degli Infermieri" - }, - "ebd2a3": { - "zh-cn": "建党节", - "zh-hk": "建黨節", - "zh-tw": "建黨節", - "en": "Party Founding Day", - "it": "Giorno della Fondazione del Partito" - }, - "ebem93": { - "zh-cn": "建军节", - "zh-hk": "建軍節", - "zh-tw": "建軍節", - "en": "Army Day", - "it": "Giorno dell'Esercito" - }, - "ea3523": { - "zh-cn": "平安夜", - "zh-hk": "平安夜", - "zh-tw": "平安夜", - "en": "Christmas Eve", - "it": "Vigilia di Natale" - }, - "q2i92": { - "zh-cn": "除夕", - "zh-hk": "除夕", - "zh-tw": "除夕", - "en": "New Year's Eve", - "it": "Vigilia di Capodanno" - }, - "i3992": { - "zh-cn": "春节", - "zh-hk": "春節", - "zh-tw": "春節", - "en": "Spring Festival", - "it": "Festa di Primavera" - }, - "cct0w3": { - "zh-cn": "元宵节", - "zh-hk": "元宵節", - "zh-tw": "元宵節", - "en": "Lantern Festival", - "it": "Festa delle Lanterne" - }, - "nutsx3": { - "zh-cn": "龙抬头", - "zh-hk": "龍抬頭", - "zh-tw": "龍抬頭", - "en": "Dragon Head-raising", - "it": "Sollevamento della Testa del Drago" - }, - "if3vt3": { - "zh-cn": "端午节", - "zh-hk": "端午節", - "zh-tw": "端午節", - "en": "Dragon Boat Festival", - "it": "Festa delle Barche Drago" - }, - "bv80g3": { - "zh-cn": "七夕节", - "zh-hk": "七夕節", - "zh-tw": "七夕節", - "en": "Qixi Festival", - "it": "Festa di Qixi" - }, - "bur9o3": { - "zh-cn": "中元节", - "zh-hk": "中元節", - "zh-tw": "中元節", - "en": "Ghost Festival", - "it": "Festa degli Spiriti" - }, - "c1ngk3": { - "zh-cn": "中秋节", - "zh-hk": "中秋節", - "zh-tw": "中秋節", - "en": "Mid-Autumn Festival", - "it": "Festa di Mezzo Autunno" - }, - "m32gs3": { - "zh-cn": "重阳节", - "zh-hk": "重陽節", - "zh-tw": "重陽節", - "en": "Double Ninth Festival", - "it": "Festa del Doppio Nove" - }, - "e42xd3": { - "zh-cn": "寒衣节", - "zh-hk": "寒衣節", - "zh-tw": "寒衣節", - "en": "Cold Clothing Festival", - "it": "Festa degli Abiti Freddi" - }, - "bu2223": { - "zh-cn": "下元节", - "zh-hk": "下元節", - "zh-tw": "下元節", - "en": "Xia Yuan Festival", - "it": "Festa di Xia Yuan" - }, - "jcawx3": { - "zh-cn": "腊八节", - "zh-hk": "臘八節", - "zh-tw": "臘八節", - "en": "Laba Festival", - "it": "Festa del Laba" - }, - "awmm2v4": { - "zh-cn": "北方小年", - "zh-hk": "北方小年", - "zh-tw": "北方小年", - "en": "Northern Little New Year", - "it": "Piccolo Capodanno del Nord" - }, - "axrh8n4": { - "zh-cn": "南方小年", - "zh-hk": "南方小年", - "zh-tw": "南方小年", - "en": "Southern Little New Year", - "it": "Piccolo Capodanno del Sud" - }, - "g5ur2": { - "zh-cn": "小寒", - "zh-hk": "小寒", - "zh-tw": "小寒", - "en": "Minor Cold", - "it": "Piccolo Freddo" - }, - "fo232": { - "zh-cn": "大寒", - "zh-hk": "大寒", - "zh-tw": "大寒", - "en": "Major Cold", - "it": "Grande Freddo" - }, - "lg3e2": { - "zh-cn": "立春", - "zh-hk": "立春", - "zh-tw": "立春", - "en": "Start of Spring", - "it": "Inizio della Primavera" - }, - "q9fw2": { - "zh-cn": "雨水", - "zh-hk": "雨水", - "zh-tw": "雨水", - "en": "Rain Water", - "it": "Acqua Piovana" - }, - "h7c62": { - "zh-cn": "惊蛰", - "zh-hk": "驚蟄", - "zh-tw": "驚蟄", - "en": "Awakening of Insects", - "it": "Risveglio degli Insetti" - }, - "htoh2": { - "zh-cn": "春分", - "zh-hk": "春分", - "zh-tw": "春分", - "en": "Spring Equinox", - "it": "Equinozio di Primavera" - }, - "j9ux2": { - "zh-cn": "清明", - "zh-hk": "清明", - "zh-tw": "清明", - "en": "Qingming", - "it": "Qingming" - }, - "ooep2": { - "zh-cn": "谷雨", - "zh-hk": "穀雨", - "zh-tw": "穀雨", - "en": "Grain Rain", - "it": "Pioggia dei Cereali" - }, - "ldic2": { - "zh-cn": "立夏", - "zh-hk": "立夏", - "zh-tw": "立夏", - "en": "Start of Summer", - "it": "Inizio dell'Estate" - }, - "g9ma2": { - "zh-cn": "小满", - "zh-hk": "小滿", - "zh-tw": "小滿", - "en": "Grain Full", - "it": "Grano Pieno" - }, - "mvln2": { - "zh-cn": "芒种", - "zh-hk": "芒種", - "zh-tw": "芒種", - "en": "Grain in Ear", - "it": "Spighe di Grano" - }, - "fv0k2": { - "zh-cn": "夏至", - "zh-hk": "夏至", - "zh-tw": "夏至", - "en": "Summer Solstice", - "it": "Solstizio d'Estate" - }, - "g7z62": { - "zh-cn": "小暑", - "zh-hk": "小暑", - "zh-tw": "小暑", - "en": "Minor Heat", - "it": "Piccolo Caldo" - }, - "fq6i2": { - "zh-cn": "大暑", - "zh-hk": "大暑", - "zh-tw": "大暑", - "en": "Major Heat", - "it": "Grande Caldo" - }, - "ljz42": { - "zh-cn": "立秋", - "zh-hk": "立秋", - "zh-tw": "立秋", - "en": "Start of Autumn", - "it": "Inizio dell'Autunno" - }, - "fpcd2": { - "zh-cn": "处暑", - "zh-hk": "處暑", - "zh-tw": "處暑", - "en": "Limit of Heat", - "it": "Limite del Caldo" - }, - "kzf92": { - "zh-cn": "白露", - "zh-hk": "白露", - "zh-tw": "白露", - "en": "White Dew", - "it": "Rugiada Bianca" - }, - "l5zv2": { - "zh-cn": "秋分", - "zh-hk": "秋分", - "zh-tw": "秋分", - "en": "Autumn Equinox", - "it": "Equinozio d'Autunno" - }, - "gg4g2": { - "zh-cn": "寒露", - "zh-hk": "寒露", - "zh-tw": "寒露", - "en": "Cold Dew", - "it": "Rugiada Fredda" - }, - "qj012": { - "zh-cn": "霜降", - "zh-hk": "霜降", - "zh-tw": "霜降", - "en": "Frost's Descent", - "it": "Discesa del Gelo" - }, - "lc1t2": { - "zh-cn": "立冬", - "zh-hk": "立冬", - "zh-tw": "立冬", - "en": "Start of Winter", - "it": "Inizio dell'Inverno" - }, - "ghiz2": { - "zh-cn": "小雪", - "zh-hk": "小雪", - "zh-tw": "小雪", - "en": "Minor Snow", - "it": "Piccola Neve" - }, - "fzqb2": { - "zh-cn": "大雪", - "zh-hk": "大雪", - "zh-tw": "大雪", - "en": "Major Snow", - "it": "Grande Neve" - }, - "els72": { - "zh-cn": "冬至", - "zh-hk": "冬至", - "zh-tw": "冬至", - "en": "Winter Solstice", - "it": "Solstizio d'Inverno" - }, - "fer1": { - "zh-cn": "七", - "zh-hk": "七", - "zh-tw": "七", - "en": "Seven", - "it": "Sette" - }, - "g2z1": { - "zh-cn": "八", - "zh-hk": "八", - "zh-tw": "八", - "en": "Eight", - "it": "Otto" - }, - "fh91": { - "zh-cn": "九", - "zh-hk": "九", - "zh-tw": "九", - "en": "Nine", - "it": "Nove" - }, - "gg11": { - "zh-cn": "十", - "zh-hk": "十", - "zh-tw": "十", - "en": "Ten", - "it": "Dieci" - }, - "g7x1": { - "zh-cn": "初", - "zh-hk": "初", - "zh-tw": "初", - "en": "Initial", - "it": "Iniziale" - }, - "irj1": { - "zh-cn": "廿", - "zh-hk": "廿", - "zh-tw": "廿", - "en": "Twenty", - "it": "Venti" - }, - "gg51": { - "zh-cn": "卅", - "zh-hk": "卅", - "zh-tw": "卅", - "en": "Thirty", - "it": "Trenta" - }, - "l7n1": { - "zh-cn": "正", - "zh-hk": "正", - "zh-tw": "正", - "en": "First month", - "it": "Primo mese" - }, - "g4s1": { - "zh-cn": "冬", - "zh-hk": "冬", - "zh-tw": "冬", - "en": "Winter", - "it": "Inverno" - }, - "pje1": { - "zh-cn": "腊", - "zh-hk": "臘", - "zh-tw": "臘", - "en": "Twelfth month", - "it": "Dodicesimo mese" - }, - "7qioimq": { - "zh-cn": "摩羯水瓶双鱼白羊金牛双子巨蟹狮子处女天秤天蝎射手摩羯", - "zh-hk": "摩羯水瓶雙魚白羊金牛雙子巨蟹獅子處女天秤天蠍射手摩羯", - "zh-tw": "摩羯水瓶雙魚白羊金牛雙子巨蟹獅子處女天秤天蠍射手摩羯", - "en": "Capricorn Aquarius Pisces Aries Taurus Gemini Cancer Leo Virgo Libra Scorpio Sagittarius Capricorn", - "it": "Capricorno Acquario Pesci Ariete Toro Gemelli Cancro Leone Vergine Bilancia Scorpione Sagittario Capricorno" - }, - "ip31": { - "zh-cn": "座", - "zh-hk": "座", - "zh-tw": "座", - "en": "Zodiac", - "it": "Zodiaco" - }, - "kco1": { - "zh-cn": "月", - "zh-hk": "月", - "zh-tw": "月", - "en": "Month", - "it": "Mese" - }, - "ef9g2": { - "zh-cn": "初十", - "zh-hk": "初十", - "zh-tw": "初十", - "en": "Tenth day", - "it": "Decimo giorno" - }, - "dtf92": { - "zh-cn": "二十", - "zh-hk": "二十", - "zh-tw": "二十", - "en": "Twenty", - "it": "Venti" - }, - "dqag2": { - "zh-cn": "三十", - "zh-hk": "三十", - "zh-tw": "三十", - "en": "Thirty", - "it": "Trenta" - }, - "tm81": { - "zh-cn": "闰", - "zh-hk": "閏", - "zh-tw": "閏", - "en": "Leap", - "it": "Bisestile" - }, - "l9o82": { - "zh-cn": "租户", - "zh-hk": "租戶", - "zh-tw": "租戶", - "en": "Tenant", - "it": "Inquilino" - }, - "yb1epk6": { - "zh-cn": "租户不能为空", - "zh-hk": "租戶不能為空", - "zh-tw": "租戶不能為空", - "en": "Tenant cannot be empty", - "it": "L'inquilino non può essere vuoto" - }, - "6eaj5s4": { - "zh-cn": "】上线了", - "zh-hk": "】上線了", - "zh-tw": "】上線了", - "en": "】went online", - "it": "】è online" - }, - "6kjikw4": { - "zh-cn": "】离开了", - "zh-hk": "】離開了", - "zh-tw": "】離開了", - "en": "】Left", - "it": "】Se ne è andato" - }, - "8sctqy8": { - "zh-cn": "确定踢掉账号:【", - "zh-hk": "確定踢掉帳號:【", - "zh-tw": "確定踢除帳號:【", - "en": "Confirm to kick out account: 【", - "it": "Conferma l'eliminazione dell'account:【" - }, - "5wtht56": { - "zh-cn": "在线用户列表", - "zh-hk": "線上使用者列表", - "zh-tw": "線上使用者列表", - "en": "Online User List", - "it": "Lista Utenti Online" - }, - "ogwh2": { - "zh-cn": "账号", - "zh-hk": "帳號", - "zh-tw": "帳號", - "en": "Account", - "it": "Account" - }, - "iftp2": { - "zh-cn": "查询", - "zh-hk": "查詢", - "zh-tw": "查詢", - "en": "Search", - "it": "Cerca" - }, - "phz52": { - "zh-cn": "重置", - "zh-hk": "重置", - "zh-tw": "重置", - "en": "Reset", - "it": "Ripristina" - }, - "gjm02": { - "zh-cn": "序号", - "zh-hk": "序號", - "zh-tw": "序號", - "en": "No.", - "it": "N°" - }, - "1rkhj4": { - "zh-cn": "IP地址", - "zh-hk": "IP地址", - "zh-tw": "IP位址", - "en": "IP Address", - "it": "Indirizzo IP" - }, - "goai73": { - "zh-cn": "浏览器", - "zh-hk": "瀏覽器", - "zh-tw": "瀏覽器", - "en": "Browser", - "it": "Browser" - }, - "fcfxq04": { - "zh-cn": "登录时间", - "zh-hk": "登入時間", - "zh-tw": "登入時間", - "en": "Login Time", - "it": "Ora Accesso" - }, - "hkxb2": { - "zh-cn": "操作", - "zh-hk": "操作", - "zh-tw": "操作", - "en": "Action", - "it": "Azione" - }, - "dyxg2": { - "zh-cn": "下线", - "zh-hk": "下線", - "zh-tw": "離線", - "en": "Offline", - "it": "Disconnetti" - }, - "glczjw4": { - "zh-cn": "网络超时", - "zh-hk": "網路超時", - "zh-tw": "網路逾時", - "en": "Network timeout", - "it": "Timeout di rete" - }, - "zflmhk6": { - "zh-cn": "网络连接错误", - "zh-hk": "網路連線錯誤", - "zh-tw": "網路連線錯誤", - "en": "Network connection error", - "it": "Errore connessione di rete" - }, - "iu8vf27": { - "zh-cn": "接口路径找不到", - "zh-hk": "介面路徑找不到", - "zh-tw": "介面路徑找不到", - "en": "Interface path not found", - "it": "Percorso interfaccia non trovato" - }, - "ie2s53": { - "zh-cn": "站内信", - "zh-hk": "站內信", - "zh-tw": "站內信", - "en": "In-site message", - "it": "Messaggio interno" - }, - "6nwwnq4": { - "zh-cn": "【通知】", - "zh-hk": "【通告】", - "zh-tw": "【公告】", - "en": "【Notice】", - "it": "【Notifica】" - }, - "6ekcbn4": { - "zh-cn": "【公告】", - "zh-hk": "【公告】", - "zh-tw": "【公告】", - "en": "【Announcement】", - "it": "【Annuncio】" - }, - "hbwz2": { - "zh-cn": "我的", - "zh-hk": "我嘅", - "zh-tw": "我的", - "en": "mine", - "it": "Mio" - }, - "e851om4": { - "zh-cn": "消息详情", - "zh-hk": "訊息詳情", - "zh-tw": "訊息詳情", - "en": "Message Details", - "it": "Dettagli del messaggio" - }, - "l9122": { - "zh-cn": "确认", - "zh-hk": "確認", - "zh-tw": "確認", - "en": "Confirmation", - "it": "Confermare" - }, - "e85t1y4": { - "zh-cn": "添加账号", - "zh-hk": "新增帳號", - "zh-tw": "新增帳號", - "en": "Add Account", - "it": "Aggiungi account" - }, - "gmr8y44": { - "zh-cn": "编辑账号", - "zh-hk": "編輯帳號", - "zh-tw": "編輯帳號", - "en": "Editor Account", - "it": "Modifica account" - }, - "bl2eqi4": { - "zh-cn": "复制账号", - "zh-hk": "複製帳號", - "zh-tw": "複製帳號", - "en": "Copy account", - "it": "Account duplicato" - }, - "xtaert8": { - "zh-cn": "确定删除账号:【", - "zh-hk": "確定刪除帳號:【", - "zh-tw": "確定刪除帳號:【", - "en": "Confirm account deletion: 【", - "it": "Conferma eliminazione account: 【" - }, - "td3viz8": { - "zh-cn": "账号状态设置成功", - "zh-hk": "帳號狀態設定成功", - "zh-tw": "帳號狀態設定成功", - "en": "Account status set successfully.", - "it": "Stato dell'account configurato con successo." - }, - "bvqllu8": { - "zh-cn": "确定重置密码:【", - "zh-hk": "確定重設密碼:【", - "zh-tw": "確定重設密碼:【", - "en": "Confirm password reset:【", - "it": "Conferma reimpostazione della password:【" - }, - "z05ndh8": { - "zh-cn": "密码重置成功为:", - "zh-hk": "密碼重設成功為:", - "zh-tw": "密碼重設成功為:", - "en": "Password reset successful as:", - "it": "Password reimpostata con successo come:" - }, - "f0l3wqa": { - "zh-cn": "确定解除登录锁定:【", - "zh-hk": "確定解除登入鎖定:【", - "zh-tw": "確定解除登入鎖定:【", - "en": "Confirm to release login lock: 【", - "it": "Conferma sblocco accesso:【" - }, - "8pnsm58": { - "zh-cn": "解除登录锁定成功", - "zh-hk": "解除登入鎖定成功", - "zh-tw": "解除登入鎖定成功", - "en": "Login lock successfully released.", - "it": "Sblocco dell'accesso riuscito" - }, - "giktdw4": { - "zh-cn": "职位名称", - "zh-hk": "職位名稱", - "zh-tw": "職位名稱", - "en": "Job Title", - "it": "Nome della posizione" - }, - "ctufzt4": { - "zh-cn": "手机号码", - "zh-hk": "手機號碼", - "zh-tw": "手機號碼", - "en": "mobile phone number", - "it": "numero di telefono cellulare" - }, - "hs6m2": { - "zh-cn": "新增", - "zh-hk": "新增", - "zh-tw": "新增", - "en": "Newly added", - "it": "nuovo" - }, - "fm6z2": { - "zh-cn": "头像", - "zh-hk": "頭像", - "zh-tw": "頭像", - "en": "avatar", - "it": "Avatar" - }, - "i5sudd4": { - "zh-cn": "账号类型", - "zh-hk": "帳號類型", - "zh-tw": "帳號類型", - "en": "Account type", - "it": "Tipo di account" - }, - "hxmd424": { - "zh-cn": "角色集合", - "zh-hk": "角色集合", - "zh-tw": "角色集合", - "en": "Character Set", - "it": "Collezione di Ruoli" - }, - "cs5cfc4": { - "zh-cn": "所属机构", - "zh-hk": "所屬機構", - "zh-tw": "所屬機構", - "en": "Affiliated Institution", - "it": "Istituzione di appartenenza" - }, - "k1e32": { - "zh-cn": "状态", - "zh-hk": "狀態", - "zh-tw": "狀態", - "en": "status", - "it": "stato" - }, - "hge52": { - "zh-cn": "排序", - "zh-hk": "排序", - "zh-tw": "排序", - "en": "Sorting", - "it": "Ordinamento" - }, - "aifils4": { - "zh-cn": "修改记录", - "zh-hk": "修改記錄", - "zh-tw": "修改記錄", - "en": "Revision Record", - "it": "Registro delle modifiche" - }, - "mekb2": { - "zh-cn": "编辑", - "zh-hk": "編輯", - "zh-tw": "編輯", - "en": "Editor", - "it": "Modifica" - }, - "fljd2": { - "zh-cn": "复制", - "zh-hk": "複製", - "zh-tw": "複製", - "en": "Copy", - "it": "Copia" - }, - "ix54os4": { - "zh-cn": "重置密码", - "zh-hk": "重設密碼", - "zh-tw": "重設密碼", - "en": "Reset password", - "it": "Reimposta password" - }, - "i0u4pm4": { - "zh-cn": "解除锁定", - "zh-hk": "解除鎖定", - "zh-tw": "解除鎖定", - "en": "Unlock", - "it": "Sbloccare" - }, - "blh1h04": { - "zh-cn": "基础信息", - "zh-hk": "基本資料", - "zh-tw": "基本資訊", - "en": "Basic Information", - "it": "Informazioni di base" - }, - "i5m5lg4": { - "zh-cn": "账号名称", - "zh-hk": "帳號名稱", - "zh-tw": "帳號名稱", - "en": "Account Name", - "it": "Nome account" - }, - "t9m19g8": { - "zh-cn": "账号名称不能为空", - "zh-hk": "帳號名稱不能為空", - "zh-tw": "帳號名稱不能為空", - "en": "Account name cannot be empty.", - "it": "Il nome dell'account non può essere vuoto" - }, - "i1y32": { - "zh-cn": "昵称", - "zh-hk": "暱稱", - "zh-tw": "暱稱", - "en": "Nickname", - "it": "Nickname" - }, - "k2phxl8": { - "zh-cn": "手机号码不能为空", - "zh-hk": "手機號碼不能為空", - "zh-tw": "手機號碼不能為空", - "en": "Mobile phone number cannot be empty.", - "it": "Il numero di telefono non può essere vuoto" - }, - "feqn214": { - "zh-cn": "真实姓名", - "zh-hk": "真實姓名", - "zh-tw": "真實姓名", - "en": "Real name", - "it": "Nome reale" - }, - "euib7b8": { - "zh-cn": "真实姓名不能为空", - "zh-hk": "真實姓名不能為空", - "zh-tw": "真實姓名不能為空", - "en": "Real name cannot be empty.", - "it": "Il nome reale non può essere vuoto" - }, - "yv1sq78": { - "zh-cn": "账号类型不能为空", - "zh-hk": "賬號類型不能為空", - "zh-tw": "帳號類型不能為空", - "en": "Account type cannot be empty.", - "it": "Il tipo di account non può essere vuoto." - }, - "padf2": { - "zh-cn": "邮箱", - "zh-hk": "郵箱", - "zh-tw": "信箱", - "en": "email", - "it": "email" - }, - "ok372": { - "zh-cn": "语言", - "zh-hk": "語言", - "zh-tw": "語言", - "en": "Language", - "it": "Lingua" - }, - "yddi2l6": { - "zh-cn": "语言不能为空", - "zh-hk": "語言不能為空", - "zh-tw": "語言不能為空", - "en": "Language cannot be empty.", - "it": "La lingua non può essere vuota" - }, - "2edvpy5": { - "zh-cn": "请选择语言", - "zh-hk": "請選擇語言", - "zh-tw": "請選擇語言", - "en": "Please select a language", - "it": "Seleziona la lingua" - }, - "dghqq54": { - "zh-cn": "机构组织", - "zh-hk": "機構組織", - "zh-tw": "機構組織", - "en": "Institutional Organization", - "it": "Organizzazione istituzionale" - }, - "n6pohk8": { - "zh-cn": "所属机构不能为空", - "zh-hk": "所屬機構不能為空", - "zh-tw": "所屬機構不能為空", - "en": "Affiliated institution cannot be empty.", - "it": "L'organizzazione di appartenenza non può essere vuota." - }, - "m9a92": { - "zh-cn": "职位", - "zh-hk": "職位", - "zh-tw": "職位", - "en": "Position", - "it": "Posizione" - }, - "ncxgks8": { - "zh-cn": "职位名称不能为空", - "zh-hk": "職位名稱不能為空", - "zh-tw": "職位名稱不能為空", - "en": "Job title cannot be empty", - "it": "Il nome della posizione non può essere vuoto" - }, - "gfjm2": { - "zh-cn": "工号", - "zh-hk": "員工編號", - "zh-tw": "員工編號", - "en": "Employee ID", - "it": "Matricola" - }, - "djt803": { - "zh-cn": "域账号", - "zh-hk": "域賬號", - "zh-tw": "網域帳號", - "en": "Domain account", - "it": "Accounto di dominio" - }, - "asvc814": { - "zh-cn": "入职日期", - "zh-hk": "入職日期", - "zh-tw": "到職日期", - "en": "Employment Date", - "it": "Data di assunzione" - }, - "jcbxr84": { - "zh-cn": "附属机构", - "zh-hk": "附屬機構", - "zh-tw": "附屬機構", - "en": "Affiliated institution", - "it": "Filiale" - }, - "2t5pba6": { - "zh-cn": "增加附属机构", - "zh-hk": "增加附屬機構", - "zh-tw": "增加附屬機構", - "en": "Add affiliated institutions", - "it": "aggiungere un'unità affiliata" - }, - "nbdvv0d": { - "zh-cn": "具有相应组织机构的数据权限", - "zh-hk": "具有相應組織機構嘅數據權限", - "zh-tw": "具有相應組織機構的資料權限", - "en": "Has corresponding organizational data permissions", - "it": "Avere i corrispondenti diritti di accesso ai dati dell'organizzazione" - }, - "i4ju2": { - "zh-cn": "机构", - "zh-hk": "機構", - "zh-tw": "機構", - "en": "Institution", - "it": "istituzione" - }, - "hcy926": { - "zh-cn": "机构不能为空", - "zh-hk": "機構不能為空", - "zh-tw": "機構不能為空", - "en": "Institution cannot be empty.", - "it": "L'istituzione non può essere vuota" - }, - "vbql1t6": { - "zh-cn": "职位不能为空", - "zh-hk": "職位不能為空", - "zh-tw": "職位不能為空", - "en": "Position cannot be empty", - "it": "La posizione non può essere vuota" - }, - "ifm603": { - "zh-cn": "空数据", - "zh-hk": "空數據", - "zh-tw": "空資料", - "en": "Empty data", - "it": "Dati vuoti" - }, - "hxdr4r4": { - "zh-cn": "角色授权", - "zh-hk": "角色授權", - "zh-tw": "角色授權", - "en": "Role Authorization", - "it": "Autorizzazione dei ruoli" - }, - "flh7p3": { - "zh-cn": "未授权", - "zh-hk": "未授權", - "zh-tw": "未授權", - "en": "Unauthorized", - "it": "Non autorizzato" - }, - "e8v8t3": { - "zh-cn": "已授权", - "zh-hk": "已授權", - "zh-tw": "已授權", - "en": "Authorized.", - "it": "Autorizzato" - }, - "dlna2b4": { - "zh-cn": "档案信息", - "zh-hk": "檔案資訊", - "zh-tw": "檔案資訊", - "en": "Archival Information", - "it": "Informazioni sull'archivio" - }, - "hyqi6d4": { - "zh-cn": "证件类型", - "zh-hk": "證件類型", - "zh-tw": "證件類型", - "en": "Document Type", - "it": "Tipo di documento" - }, - "hyjshr4": { - "zh-cn": "证件号码", - "zh-hk": "證件號碼", - "zh-tw": "證件號碼", - "en": "Document Number", - "it": "Numero del documento" - }, - "atvjsv4": { - "zh-cn": "出生日期", - "zh-hk": "出生日期", - "zh-tw": "出生日期", - "en": "Date of Birth", - "it": "Data di nascita" - }, - "gt0k2": { - "zh-cn": "性别", - "zh-hk": "性別", - "zh-tw": "性別", - "en": "gender", - "it": "genere" - }, - "gxw02": { - "zh-cn": "年龄", - "zh-hk": "年齡", - "zh-tw": "年齡", - "en": "age", - "it": "età" - }, - "ixum2": { - "zh-cn": "民族", - "zh-hk": "民族", - "zh-tw": "民族", - "en": "nation", - "it": "etnia" - }, - "fb4g2": { - "zh-cn": "地址", - "zh-hk": "地址", - "zh-tw": "地址", - "en": "Address", - "it": "indirizzo" - }, - "dxiexs4": { - "zh-cn": "毕业学校", - "zh-hk": "畢業學校", - "zh-tw": "畢業學校", - "en": "Graduation School", - "it": "Scuola di laurea" - }, - "d5ra224": { - "zh-cn": "文化程度", - "zh-hk": "文化程度", - "zh-tw": "文化程度", - "en": "Educational attainment", - "it": "Livello di istruzione" - }, - "d8drra4": { - "zh-cn": "政治面貌", - "zh-hk": "政治面貌", - "zh-tw": "政治面貌", - "en": "Political Status", - "it": "Aspetto politico" - }, - "armtzq4": { - "zh-cn": "办公电话", - "zh-hk": "辦公電話", - "zh-tw": "辦公電話", - "en": "Office phone", - "it": "Telefono ufficio" - }, - "4sia515": { - "zh-cn": "紧急联系人", - "zh-hk": "緊急聯絡人", - "zh-tw": "緊急聯絡人", - "en": "Emergency Contact", - "it": "Contatto di emergenza" - }, - "kn62gr5": { - "zh-cn": "联系人电话", - "zh-hk": "聯絡人電話", - "zh-tw": "聯絡人電話", - "en": "Contact person phone number", - "it": "Telefono del contatto" - }, - "kn0o8z5": { - "zh-cn": "联系人地址", - "zh-hk": "聯絡人地址", - "zh-tw": "聯絡人地址", - "en": "Contact Address", - "it": "Indirizzo del contatto" - }, - "fqo12": { - "zh-cn": "备注", - "zh-hk": "備註", - "zh-tw": "備註", - "en": "Note", - "it": "Nota" - }, - "obrz2": { - "zh-cn": "详情", - "zh-hk": "詳情", - "zh-tw": "詳情", - "en": "Details", - "it": "Dettagli" - }, - "chspy3": { - "zh-cn": "创建者", - "zh-hk": "創建者", - "zh-tw": "創建者", - "en": "Creator", - "it": "Creatore" - }, - "k4g1": { - "zh-cn": "无", - "zh-hk": "無", - "zh-tw": "無", - "en": "None", - "it": "Nessuno" - }, - "ar84e54": { - "zh-cn": "创建时间", - "zh-hk": "創建時間", - "zh-tw": "建立時間", - "en": "Creation Time", - "it": "Data di creazione" - }, - "c7dy23": { - "zh-cn": "修改者", - "zh-hk": "修改者", - "zh-tw": "修改者", - "en": "Modifier", - "it": "Modificatore" - }, - "ai9edl4": { - "zh-cn": "修改时间", - "zh-hk": "修改時間", - "zh-tw": "修改時間", - "en": "Modification time", - "it": "Data di modifica" - }, - "dgag7h4": { - "zh-cn": "机构名称", - "zh-hk": "機構名稱", - "zh-tw": "機構名稱", - "en": "Institution Name", - "it": "Nome dell'istituzione" - }, - "avb5xn4": { - "zh-cn": "全部展开", - "zh-hk": "全部展開", - "zh-tw": "全部展開", - "en": "Expand All", - "it": "Tutto espanso" - }, - "avc62w4": { - "zh-cn": "全部折叠", - "zh-hk": "全部摺疊", - "zh-tw": "全部摺疊", - "en": "Collapse All", - "it": "Comprimi tutto" - }, - "fwdps3": { - "zh-cn": "根节点", - "zh-hk": "根節點", - "zh-tw": "根節點", - "en": "root node", - "it": "Nodo radice" - }, - "e85hut4": { - "zh-cn": "添加角色", - "zh-hk": "添加角色", - "zh-tw": "新增角色", - "en": "Add character", - "it": "Aggiungi personaggio" - }, - "gmqxqz4": { - "zh-cn": "编辑角色", - "zh-hk": "編輯角色", - "zh-tw": "編輯角色", - "en": "Edit Role", - "it": "Modifica ruolo" - }, - "iqjpyu7": { - "zh-cn": "确定删角色:【", - "zh-hk": "確定刪除角色:【", - "zh-tw": "確定刪除角色:【", - "en": "Confirm deletion of character: 【", - "it": "Conferma eliminazione personaggio:【" - }, - "xrh5628": { - "zh-cn": "角色状态设置成功", - "zh-hk": "角色狀態設定成功", - "zh-tw": "角色狀態設定成功", - "en": "Character status set successfully.", - "it": "Stato del personaggio impostato con successo." - }, - "hxb80z4": { - "zh-cn": "角色名称", - "zh-hk": "角色名稱", - "zh-tw": "角色名稱", - "en": "Character Name", - "it": "Nome del personaggio" - }, - "hxij634": { - "zh-cn": "角色编码", - "zh-hk": "角色編碼", - "zh-tw": "角色編碼", - "en": "Character Encoding", - "it": "Codifica dei personaggi" - }, - "d7s98v4": { - "zh-cn": "数据范围", - "zh-hk": "數據範圍", - "zh-tw": "資料範圍", - "en": "Data range", - "it": "Intervallo di dati" - }, - "kcxyba6": { - "zh-cn": "授权数据范围", - "zh-hk": "授權數據範圍", - "zh-tw": "授權資料範圍", - "en": "Authorization Data Scope", - "it": "Ambito dei dati autorizzati" - }, - "ghaytx5": { - "zh-cn": "数据范围:", - "zh-hk": "數據範圍:", - "zh-tw": "資料範圍:", - "en": "Data range:", - "it": "Intervallo dei dati:" - }, - "95uuo15": { - "zh-cn": "机构列表:", - "zh-hk": "機構列表:", - "zh-tw": "機構列表:", - "en": "Institution List:", - "it": "Elenco delle istituzioni:" - }, - "xnzawj8": { - "zh-cn": "角色名称不能为空", - "zh-hk": "角色名稱不能為空", - "zh-tw": "角色名稱不能為空", - "en": "Character name cannot be empty.", - "it": "Il nome del ruolo non può essere vuoto" - }, - "dx4n398": { - "zh-cn": "角色编码不能为空", - "zh-hk": "角色編碼不能為空", - "zh-tw": "角色編碼不能為空", - "en": "Role code cannot be empty.", - "it": "Il codice del ruolo non può essere vuoto" - }, - "eymx2": { - "zh-cn": "启用", - "zh-hk": "啟用", - "zh-tw": "啟用", - "en": "Enable", - "it": "Abilitare" - }, - "lb5z2": { - "zh-cn": "禁用", - "zh-hk": "禁用", - "zh-tw": "停用", - "en": "Disabled", - "it": "Disabilitato" - }, - "luhs5e7": { - "zh-cn": "请输入备注内容", - "zh-hk": "請輸入備註內容", - "zh-tw": "請輸入備註內容", - "en": "Please enter the remark content.", - "it": "Inserisci il contenuto della nota" - }, - "gzftwm4": { - "zh-cn": "菜单权限", - "zh-hk": "菜單權限", - "zh-tw": "選單權限", - "en": "Menu Permissions", - "it": "Autorizzazioni del menu" - }, - "e7zgpb4": { - "zh-cn": "添加机构", - "zh-hk": "新增機構", - "zh-tw": "新增機構", - "en": "Add institution", - "it": "Aggiungi organizzazione" - }, - "gmkwlh4": { - "zh-cn": "编辑机构", - "zh-hk": "編輯機構", - "zh-tw": "編輯機構", - "en": "Editorial Institution", - "it": "Agenzia di redazione" - }, - "bkw2dv4": { - "zh-cn": "复制机构", - "zh-hk": "複製機構", - "zh-tw": "複製機構", - "en": "Copying agency", - "it": "Agenzia di copia" - }, - "wihxtc8": { - "zh-cn": "确定删除机构:【", - "zh-hk": "確定刪除機構:【", - "zh-tw": "確定刪除機構:【", - "en": "Confirm deletion of organization: 【", - "it": "Confermare l'eliminazione dell'organizzazione:【" - }, - "dgh4ze4": { - "zh-cn": "机构类型", - "zh-hk": "機構類型", - "zh-tw": "機構類型", - "en": "Institution Type", - "it": "Tipo di istituzione" - }, - "dghrcl4": { - "zh-cn": "机构编码", - "zh-hk": "機構編碼", - "zh-tw": "機構編碼", - "en": "Institution code", - "it": "Codice istituzionale" - }, - "lzs42": { - "zh-cn": "级别", - "zh-hk": "級別", - "zh-tw": "等級", - "en": "Level", - "it": "livello" - }, - "adeejr4": { - "zh-cn": "上级机构", - "zh-hk": "上級機構", - "zh-tw": "上級機構", - "en": "superior authority", - "it": "Autorità superiore" - }, - "u606vy7": { - "zh-cn": "请选择上级机构", - "zh-hk": "請選擇上級機構", - "zh-tw": "請選擇上級機構", - "en": "Please select the superior institution", - "it": "Selezionare l'organizzazione superiore" - }, - "n77xul8": { - "zh-cn": "机构名称不能为空", - "zh-hk": "機構名稱不能為空", - "zh-tw": "機構名稱不能為空", - "en": "The institution name cannot be empty.", - "it": "Il nome dell'istituzione non può essere vuoto." - }, - "odw0578": { - "zh-cn": "机构编码不能为空", - "zh-hk": "機構編碼不能為空", - "zh-tw": "機構編碼不能為空", - "en": "Institution code cannot be empty.", - "it": "Il codice dell'organizzazione non può essere vuoto." - }, - "e83lfq4": { - "zh-cn": "添加职位", - "zh-hk": "新增職位", - "zh-tw": "新增職位", - "en": "Add position", - "it": "Aggiungi posizione" - }, - "gmp1bw4": { - "zh-cn": "编辑职位", - "zh-hk": "編輯職位", - "zh-tw": "編輯職位", - "en": "Editorial Position", - "it": "Posizione di redattore" - }, - "bl074a4": { - "zh-cn": "复制职位", - "zh-hk": "複製職位", - "zh-tw": "複製職位", - "en": "Copy Position", - "it": "Copia posizione" - }, - "zgbqzd8": { - "zh-cn": "确定删除职位:【", - "zh-hk": "確定刪除職位:【", - "zh-tw": "確定刪除職位:【", - "en": "Confirm deletion of position: 【", - "it": "Confermare l'eliminazione della posizione:【" - }, - "gis4j04": { - "zh-cn": "职位编码", - "zh-hk": "職位編碼", - "zh-tw": "職位編碼", - "en": "Job Code", - "it": "Codice posizione" - }, - "bix7oa4": { - "zh-cn": "在职人数", - "zh-hk": "在職人數", - "zh-tw": "在職人數", - "en": "On-duty personnel", - "it": "Numero di dipendenti in servizio" - }, - "aabmc64": { - "zh-cn": "人员明细", - "zh-hk": "人員明細", - "zh-tw": "人員明細", - "en": "Personnel Details", - "it": "Dettagli del personale" - }, - "32nek8": { - "zh-cn": "职位编码不能为空", - "zh-hk": "職位編碼不能為空", - "zh-tw": "職位編碼不能為空", - "en": "Position code cannot be empty.", - "it": "Il codice della posizione non può essere vuoto." - }, - "sb377ob": { - "zh-cn": "确定修改个人基础信息?", - "zh-hk": "確定修改個人基礎資料?", - "zh-tw": "確定修改個人基礎資訊?", - "en": "Confirm to modify personal basic information?", - "it": "Confermare la modifica delle informazioni personali di base?" - }, - "r2psvc8": { - "zh-cn": "两次密码不一致!", - "zh-hk": "兩次密碼不一致!", - "zh-tw": "兩次密碼不一致!", - "en": "The two passwords do not match!", - "it": "Le password non corrispondono!" - }, - "acu9zxf": { - "zh-cn": "密码已修改,是否重新登录系统?", - "zh-hk": "密碼已修改,是否重新登入系統?", - "zh-tw": "密碼已修改,是否重新登入系統?", - "en": "The password has been modified. Do you want to log in to the system again?", - "it": "La password è stata modificata, vuoi accedere nuovamente al sistema?" - }, - "degm154": { - "zh-cn": "更换头像", - "zh-hk": "更換頭像", - "zh-tw": "更換頭像", - "en": "Change avatar", - "it": "Cambia avatar" - }, - "1l0s4x5": { - "zh-cn": "超级管理员", - "zh-hk": "超級管理員", - "zh-tw": "超級管理員", - "en": "Super Administrator", - "it": "Super Amministratore" - }, - "byogy04": { - "zh-cn": "家庭住址", - "zh-hk": "家庭住址", - "zh-tw": "家庭住址", - "en": "Home address", - "it": "Indirizzo di residenza" - }, - "f65vt64": { - "zh-cn": "电子签名", - "zh-hk": "電子簽名", - "zh-tw": "電子簽名", - "en": "Electronic signature", - "it": "Firma elettronica" - }, - "l2yj3h6": { - "zh-cn": "上传手写签名", - "zh-hk": "上傳手寫簽名", - "zh-tw": "上傳手寫簽名", - "en": "Upload handwritten signature", - "it": "Carica firma autografa" - }, - "1cljtb8": { - "zh-cn": "出生日期不能为空", - "zh-hk": "出生日期不能為空", - "zh-tw": "出生日期不能為空", - "en": "Birth date cannot be empty", - "it": "La data di nascita non può essere vuota" - }, - "n5j1": { - "zh-cn": "男", - "zh-hk": "男", - "zh-tw": "男", - "en": "Male", - "it": "Uomo" - }, - "ho31": { - "zh-cn": "女", - "zh-hk": "女士", - "zh-tw": "女", - "en": "Female", - "it": "Donna" - }, - "xhrbjv6": { - "zh-cn": "保存基本信息", - "zh-hk": "儲存基本資料", - "zh-tw": "儲存基本資訊", - "en": "Save Basic Information", - "it": "Salva informazioni di base" - }, - "gio0nh4": { - "zh-cn": "组织机构", - "zh-hk": "組織機構", - "zh-tw": "組織機構", - "en": "Organization Structure", - "it": "Struttura organizzativa" - }, - "ai7i2u4": { - "zh-cn": "修改密码", - "zh-hk": "更改密碼", - "zh-tw": "變更密碼", - "en": "Change Password", - "it": "Modifica password" - }, - "cdc5hx4": { - "zh-cn": "当前密码", - "zh-hk": "當前密碼", - "zh-tw": "目前密碼", - "en": "Current Password", - "it": "Password corrente" - }, - "i3pilh8": { - "zh-cn": "当前密码不能为空", - "zh-hk": "當前密碼不能為空", - "zh-tw": "目前密碼不得為空", - "en": "Current password cannot be empty", - "it": "La password corrente non può essere vuota" - }, - "fcgq33": { - "zh-cn": "新密码", - "zh-hk": "新密碼", - "zh-tw": "新密碼", - "en": "New password", - "it": "Nuova password" - }, - "vcj2dh7": { - "zh-cn": "新密码不能为空", - "zh-hk": "新密碼不能為空", - "zh-tw": "新密碼不能為空", - "en": "New password cannot be empty", - "it": "La nuova password non può essere vuota" - }, - "frqaup4": { - "zh-cn": "确认密码", - "zh-hk": "確認密碼", - "zh-tw": "確認密碼", - "en": "Confirm Password", - "it": "Conferma password" - }, - "ldivv3": { - "zh-cn": "重 置", - "zh-hk": "重 設", - "zh-tw": "重 設", - "en": "Reset", - "it": "Reimposta" - }, - "hxp82": { - "zh-cn": "撤销", - "zh-hk": "撤銷", - "zh-tw": "撤銷", - "en": "Undo", - "it": "Annulla" - }, - "j7xm2": { - "zh-cn": "清屏", - "zh-hk": "清除畫面", - "zh-tw": "清除畫面", - "en": "Clear screen", - "it": "Pulisci schermo" - }, - "mssage5": { - "zh-cn": "画笔粗细:", - "zh-hk": "畫筆粗細:", - "zh-tw": "筆刷粗細:", - "en": "Brush thickness:", - "it": "Spessore pennello:" - }, - "monx3p5": { - "zh-cn": "画笔颜色:", - "zh-hk": "畫筆顏色:", - "zh-tw": "筆刷顏色:", - "en": "Brush color:", - "it": "Colore del pennello:" - }, - "gr9cs5": { - "zh-cn": "横向/纵向", - "zh-hk": "橫向/縱向\n\n(嚴格遵守技術符號保留原則,所有程式符號、UI佔位符及單位符號均保持原樣,符合企業軟件系統專業翻譯標準)", - "zh-tw": "橫向/縱向\n\n(嚴格遵守技術翻譯規範:\n1. 保留所有技術符號格式\n2. 使用國際通用企業軟體術語\n3. 中文符號全形化處理\n4. 被動/主動語態依語言特性轉換\n5. 未改動任何技術參數與占位符)", - "en": "Horizontal/Vertical", - "it": "Orizzontale/Verticale" - }, - "j7xlb3": { - "zh-cn": "编码:", - "zh-hk": "編碼:", - "zh-tw": "編碼:", - "en": "Code:", - "it": "Codifica:" - }, - "ikxafd4": { - "zh-cn": "选择图片", - "zh-hk": "選擇圖片", - "zh-tw": "選擇圖片", - "en": "Select Image", - "it": "Seleziona immagine" - }, - "qp502": { - "zh-cn": "预览", - "zh-hk": "預覽", - "zh-tw": "預覽", - "en": "Preview", - "it": "Anteprima" - }, - "yggje66": { - "zh-cn": "添加通知公告", - "zh-hk": "新增通知公告", - "zh-tw": "新增通知公告", - "en": "Add Notification Announcement", - "it": "Aggiungi avviso" - }, - "223zvo6": { - "zh-cn": "编辑通知公告", - "zh-hk": "編輯通知公告", - "zh-tw": "編輯通知公告", - "en": "Edit Notification Announcement", - "it": "Modifica avviso" - }, - "gsaw27a": { - "zh-cn": "确定删除通知公告:【", - "zh-hk": "確定刪除通知公告:【", - "zh-tw": "確定刪除通知公告:【", - "en": "Confirm deletion of notification announcement: 【", - "it": "Confermi l'eliminazione dell'avviso:【" - }, - "x90iara": { - "zh-cn": "确定发布通知公告:【", - "zh-hk": "確定發佈通知公告:【", - "zh-tw": "確定發佈通知公告:【", - "en": "Confirm publishing notification announcement: 【", - "it": "Confermi la pubblicazione dell'avviso:【" - }, - "p19jhi7": { - "zh-cn": "】,不可撤销?", - "zh-hk": "】,不可撤銷?", - "zh-tw": "】,不可撤銷?", - "en": "】, irreversible?", - "it": "】, operazione irreversibile?" - }, - "aytobl4": { - "zh-cn": "发布成功", - "zh-hk": "發佈成功", - "zh-tw": "發佈成功", - "en": "Published successfully", - "it": "Pubblicazione riuscita" - }, - "ij5d2": { - "zh-cn": "标题", - "zh-hk": "標題", - "zh-tw": "標題", - "en": "Title", - "it": "Titolo" - }, - "lnjk2": { - "zh-cn": "类型", - "zh-hk": "類型", - "zh-tw": "類型", - "en": "Type", - "it": "Tipo" - }, - "edas2": { - "zh-cn": "内容", - "zh-hk": "內容", - "zh-tw": "內容", - "en": "Content", - "it": "Contenuto" - }, - "cqnlf3": { - "zh-cn": "发布者", - "zh-hk": "發佈者", - "zh-tw": "發布者", - "en": "Publisher", - "it": "Pubblicatore" - }, - "ayuphs4": { - "zh-cn": "发布时间", - "zh-hk": "發佈時間", - "zh-tw": "發布時間", - "en": "Publish Time", - "it": "Data di pubblicazione" - }, - "erte2": { - "zh-cn": "发布", - "zh-hk": "發佈", - "zh-tw": "發布", - "en": "Publish", - "it": "Pubblica" - }, - "4cmfpd6": { - "zh-cn": "标题不能为空", - "zh-hk": "標題不能為空", - "zh-tw": "標題不能為空", - "en": "Title cannot be empty", - "it": "Il titolo non può essere vuoto" - }, - "r5k1og6": { - "zh-cn": "类型不能为空", - "zh-hk": "類型不能為空", - "zh-tw": "類型不能為空", - "en": "Type cannot be empty", - "it": "Il tipo non può essere vuoto" - }, - "lhkgdg6": { - "zh-cn": "内容不能为空", - "zh-hk": "內容不能為空", - "zh-tw": "內容不能為空", - "en": "Content cannot be empty", - "it": "Il contenuto non può essere vuoto" - }, - "16nec18": { - "zh-cn": "请输入内容...", - "zh-hk": "請輸入內容...", - "zh-tw": "請輸入內容...", - "en": "Please enter content...", - "it": "Inserisci il contenuto..." - }, - "vdb68n5": { - "zh-cn": "上传失败!", - "zh-hk": "上傳失敗!", - "zh-tw": "上傳失敗!", - "en": "Upload failed!", - "it": "Caricamento fallito!" - }, - "lu94pl": { - "zh-cn": "图片网址必须以 http/https 开头", - "zh-hk": "圖片網址必須以 http/https 開頭", - "zh-tw": "圖片網址必須以 http/https 開頭", - "en": "Image URL must start with http/https", - "it": "L'URL dell'immagine deve iniziare con http/https" - }, - "47bzwh6": { - "zh-cn": "编辑微信账号", - "zh-hk": "編輯微信帳號", - "zh-tw": "編輯微信帳號", - "en": "Edit WeChat Account", - "it": "Modifica account WeChat" - }, - "yq6o5ya": { - "zh-cn": "确定删除微信账号:【", - "zh-hk": "確定刪除微信帳號:【", - "zh-tw": "確定刪除微信帳號:【", - "en": "Confirm deletion of WeChat account:【", - "it": "Conferma eliminazione account WeChat:【" - }, - "cen9u64": { - "zh-cn": "微信昵称", - "zh-hk": "微信暱稱", - "zh-tw": "微信暱稱", - "en": "WeChat Nickname", - "it": "Nickname WeChat" - }, - "c9r4zx4": { - "zh-cn": "平台类型", - "zh-hk": "平台類型", - "zh-tw": "平台類型", - "en": "Platform Type", - "it": "Tipo piattaforma" - }, - "eae82": { - "zh-cn": "其他", - "zh-hk": "其他", - "zh-tw": "其他", - "en": "Other", - "it": "Altro" - }, - "fg8k2": { - "zh-cn": "城市", - "zh-hk": "城市", - "zh-tw": "城市", - "en": "City", - "it": "Città" - }, - "ni91": { - "zh-cn": "省", - "zh-hk": "省", - "zh-tw": "省", - "en": "Province", - "it": "Provincia" - }, - "fas92": { - "zh-cn": "国家", - "zh-hk": "國家", - "zh-tw": "國家", - "en": "Country", - "it": "Paese" - }, - "j01h4b6": { - "zh-cn": "昵称不能为空", - "zh-hk": "暱稱不能為空", - "zh-tw": "暱稱不能為空", - "en": "Nickname cannot be empty", - "it": "Il nickname non può essere vuoto" - }, - "l55q5bb": { - "zh-cn": "添加系统域登录信息配置", - "zh-hk": "添加系統域登入資訊配置", - "zh-tw": "新增系統域登入資訊配置", - "en": "Add system domain login information configuration", - "it": "Aggiungi configurazione informazioni accesso dominio di sistema" - }, - "qlcz6xb": { - "zh-cn": "编辑系统域登录信息配置", - "zh-hk": "編輯系統域登入資訊配置", - "zh-tw": "編輯系統域登入資訊配置", - "en": "Edit System Domain Login Information Configuration", - "it": "Modifica configurazione informazioni di accesso al dominio di sistema" - }, - "nwqzgle": { - "zh-cn": "确定要删除域登录信息配置:【", - "zh-hk": "確定要刪除域登入資訊配置:【", - "zh-tw": "確定要刪除域登入資訊配置:【", - "en": "Confirm to delete domain login information configuration: 【", - "it": "Confermi di voler eliminare la configurazione delle informazioni di accesso al dominio: 【" - }, - "9wsah6a": { - "zh-cn": "确定要同步域账户吗?", - "zh-hk": "確定要同步域帳戶嗎?", - "zh-tw": "確定要同步域帳戶嗎?", - "en": "Confirm to synchronize domain accounts?", - "it": "Confermi di voler sincronizzare gli account di dominio?" - }, - "b0uxcac": { - "zh-cn": "确定要同步域组织架构吗?", - "zh-hk": "確定要同步域組織架構嗎?", - "zh-tw": "確定要同步域組織架構嗎?", - "en": "Confirm to synchronize domain organizational structure?", - "it": "Confermi di voler sincronizzare la struttura organizzativa del dominio?" - }, - "cnct83": { - "zh-cn": "关键字", - "zh-hk": "關鍵字", - "zh-tw": "關鍵字", - "en": "Keyword", - "it": "Parola chiave" - }, - "gr1pnxa": { - "zh-cn": "请输入模糊查询关键字", - "zh-hk": "請輸入模糊查詢關鍵字", - "zh-tw": "請輸入模糊查詢關鍵字", - "en": "Please enter fuzzy search keyword", - "it": "Inserisci parola chiave per ricerca fuzzy" - }, - "dvfj2": { - "zh-cn": "主机", - "zh-hk": "主機", - "zh-tw": "主機", - "en": "Host", - "it": "Host" - }, - "2jc9rs5": { - "zh-cn": "请输入主机", - "zh-hk": "請輸入主機", - "zh-tw": "請輸入主機", - "en": "Please enter host", - "it": "Inserisci host" - }, - "ldck2": { - "zh-cn": "端口", - "zh-hk": "端口", - "zh-tw": "連接埠", - "en": "Port", - "it": "Porta" - }, - "yrvy3j6": { - "zh-cn": "用户搜索基准", - "zh-hk": "用戶搜尋基準", - "zh-tw": "使用者搜尋基準", - "en": "User Search Base", - "it": "Base di ricerca utenti" - }, - "gd8rar4": { - "zh-cn": "绑定DN", - "zh-hk": "綁定DN", - "zh-tw": "繫結DN", - "en": "Bind DN", - "it": "DN di binding" - }, - "gdozac4": { - "zh-cn": "绑定密码", - "zh-hk": "綁定密碼", - "zh-tw": "繫結密碼", - "en": "Bind Password", - "it": "Password di binding" - }, - "tbgicf6": { - "zh-cn": "用户过滤规则", - "zh-hk": "用戶過濾規則", - "zh-tw": "使用者過濾規則", - "en": "User Filter Rule", - "it": "Regola di filtro utenti" - }, - "xgd3px6": { - "zh-cn": "Ldap版本", - "zh-hk": "Ldap版本", - "zh-tw": "Ldap版本", - "en": "LDAP Version", - "it": "Versione LDAP" - }, - "cm04nd5": { - "zh-cn": "同步域账户", - "zh-hk": "同步域賬戶", - "zh-tw": "同步網域帳戶", - "en": "Sync Domain Accounts", - "it": "Sincronizza account di dominio" - }, - "cm2f2v5": { - "zh-cn": "同步域组织", - "zh-hk": "同步域組織", - "zh-tw": "同步網域組織", - "en": "Sync Domain Organizations", - "it": "Sincronizza organizzazione di dominio" - }, - "7meykn6": { - "zh-cn": "请输入主机!", - "zh-hk": "請輸入主機!", - "zh-tw": "請輸入主機!", - "en": "Host is required!", - "it": "Inserire l'host!" - }, - "7fyj4s6": { - "zh-cn": "请输入端口!", - "zh-hk": "請輸入端口!", - "zh-tw": "請輸入埠號!", - "en": "Port is required!", - "it": "Inserire la porta!" - }, - "g2wp5a": { - "zh-cn": "请输入用户搜索基准!", - "zh-hk": "請輸入用戶搜索基準!", - "zh-tw": "請輸入使用者搜尋基準!", - "en": "User Search Base is required!", - "it": "Inserire la base di ricerca utenti!" - }, - "yt8g4b8": { - "zh-cn": "请输入绑定DN!", - "zh-hk": "請輸入綁定DN!", - "zh-tw": "請輸入繫結DN!", - "en": "Bind DN is required!", - "it": "Inserire il DN di binding!" - }, - "yf9kh88": { - "zh-cn": "请输入绑定密码!", - "zh-hk": "請輸入綁定密碼!", - "zh-tw": "請輸入綁定密碼!", - "en": "Please enter the binding password!", - "it": "Inserisci la password di binding!" - }, - "qmzjp3a": { - "zh-cn": "请输入用户过滤规则!", - "zh-hk": "請輸入用戶過濾規則!", - "zh-tw": "請輸入使用者過濾規則!", - "en": "Please enter the user filter rules!", - "it": "Inserisci le regole di filtro utente!" - }, - "ujysyba": { - "zh-cn": "请输入Ldap版本!", - "zh-hk": "請輸入Ldap版本!", - "zh-tw": "請輸入Ldap版本!", - "en": "Please enter the LDAP version!", - "it": "Inserisci la versione Ldap!" - }, - "idu000a": { - "zh-cn": "请输入账号绑定字段!", - "zh-hk": "請輸入賬號綁定字段!", - "zh-tw": "請輸入帳號綁定欄位!", - "en": "Please enter the account binding field!", - "it": "Inserisci il campo di binding dell'account!" - }, - "xbuievh": { - "zh-cn": "绑定用户EmployeeId属性!", - "zh-hk": "綁定用戶EmployeeId屬性!", - "zh-tw": "綁定使用者EmployeeId屬性!", - "en": "Bind user EmployeeId attribute!", - "it": "Binding dell'attributo EmployeeId dell'utente!" - }, - "8yy07y9": { - "zh-cn": "绑定Code属性!", - "zh-hk": "綁定Code屬性!", - "zh-tw": "綁定Code屬性!", - "en": "Bind Code attribute!", - "it": "Binding dell'attributo Code!" - }, - "2j4rur5": { - "zh-cn": "请输入端口", - "zh-hk": "請輸入端口", - "zh-tw": "請輸入連接埠", - "en": "Please enter the port", - "it": "Inserisci la porta" - }, - "d5bcb64": { - "zh-cn": "搜索基准", - "zh-hk": "搜索基準", - "zh-tw": "搜尋基準", - "en": "Search base", - "it": "Base di ricerca" - }, - "96gx4m9": { - "zh-cn": "请输入用户搜索基准", - "zh-hk": "請輸入用戶搜索基準", - "zh-tw": "請輸入使用者搜尋基準", - "en": "Please enter the user search base", - "it": "Inserisci la base di ricerca utente" - }, - "ilqs2a4": { - "zh-cn": "过滤规则", - "zh-hk": "過濾規則", - "zh-tw": "過濾規則", - "en": "Filter rules", - "it": "Regole di filtro" - }, - "3q1hdi9": { - "zh-cn": "请输入用户过滤规则", - "zh-hk": "請輸入用戶過濾規則", - "zh-tw": "請輸入使用者過濾規則", - "en": "Please enter user filtering rules", - "it": "Inserisci le regole di filtraggio utente" - }, - "nqebmsc": { - "zh-cn": "请输入有域管理权限的账户", - "zh-hk": "請輸入有域管理權限的帳戶", - "zh-tw": "請輸入具網域管理權限的帳戶", - "en": "Please enter an account with domain administration privileges", - "it": "Inserisci un account con autorizzazioni di gestione del dominio" - }, - "nq61lac": { - "zh-cn": "请输入有域管理权限的密码", - "zh-hk": "請輸入有域管理權限的密碼", - "zh-tw": "請輸入具網域管理權限的密碼", - "en": "Please enter the password for the domain administration account", - "it": "Inserisci la password con autorizzazioni di gestione del dominio" - }, - "byyslj4": { - "zh-cn": "字段属性", - "zh-hk": "欄位屬性", - "zh-tw": "欄位屬性", - "en": "Field Attributes", - "it": "Attributi del campo" - }, - "wn0bkeb": { - "zh-cn": "请输入域账号字段属性值", - "zh-hk": "請輸入域帳號欄位屬性值", - "zh-tw": "請輸入網域帳號欄位屬性值", - "en": "Please enter the domain account field attribute value", - "it": "Inserisci il valore dell'attributo dell'account di dominio" - }, - "f6sr144": { - "zh-cn": "用户属性", - "zh-hk": "用戶屬性", - "zh-tw": "使用者屬性", - "en": "User Attributes", - "it": "Attributi dell'utente" - }, - "d9duaak": { - "zh-cn": "请输入绑定用户EmployeeId属性!", - "zh-hk": "請輸入綁定用戶EmployeeId屬性!", - "zh-tw": "請輸入繫結使用者EmployeeId屬性!", - "en": "Please enter the EmployeeId attribute for user binding!", - "it": "Inserisci l'attributo EmployeeId dell'utente da associare!" - }, - "gbtxfl8": { - "zh-cn": "绑定Code属性", - "zh-hk": "綁定Code屬性", - "zh-tw": "繫結Code屬性", - "en": "Binding Code Attribute", - "it": "Attributo Code associato" - }, - "r8venbc": { - "zh-cn": "请输入绑定Code属性!", - "zh-hk": "請輸入綁定Code屬性!", - "zh-tw": "請輸入繫結Code屬性!", - "en": "Please enter the binding Code attribute!", - "it": "Inserisci l'attributo Code da associare!" - }, - "7uy2r09": { - "zh-cn": "请输入Ldap版本", - "zh-hk": "請輸入Ldap版本", - "zh-tw": "請輸入Ldap版本", - "en": "Please enter the LDAP version", - "it": "Inserisci la versione Ldap" - }, - "k6n1": { - "zh-cn": "是", - "zh-hk": "是", - "zh-tw": "是", - "en": "Yes", - "it": "Sì" - }, - "gme1": { - "zh-cn": "否", - "zh-hk": "否", - "zh-tw": "否", - "en": "No", - "it": "No" - }, - "iuu3gk4": { - "zh-cn": "配置名称", - "zh-hk": "配置名稱", - "zh-tw": "組態名稱", - "en": "Configuration Name", - "it": "Nome configurazione" - }, - "iv1elo4": { - "zh-cn": "配置编码", - "zh-hk": "配置編碼", - "zh-tw": "組態編碼", - "en": "Configuration Code", - "it": "Codice configurazione" - }, - "dzufn3": { - "zh-cn": "属性值", - "zh-hk": "屬性值", - "zh-tw": "屬性值", - "en": "Attribute Value", - "it": "Valore attributo" - }, - "at83sn4": { - "zh-cn": "内置参数", - "zh-hk": "內置參數", - "zh-tw": "內建參數", - "en": "Built-in Parameters", - "it": "Parametri integrati" - }, - "avmg154": { - "zh-cn": "分组编码", - "zh-hk": "分組編碼", - "zh-tw": "群組編碼", - "en": "Group Code", - "it": "Codice gruppo" - }, - "gahdte4": { - "zh-cn": "系统参数", - "zh-hk": "系統參數", - "zh-tw": "系統參數", - "en": "System Parameters", - "it": "Parametri di sistema" - }, - "16w3g66": { - "zh-cn": "搜索配置名称", - "zh-hk": "搜尋配置名稱", - "zh-tw": "搜尋組態名稱", - "en": "Search Configuration Name", - "it": "Cerca nome configurazione" - }, - "16osb26": { - "zh-cn": "搜索配置编码", - "zh-hk": "搜尋配置編碼", - "zh-tw": "搜尋組態編碼", - "en": "Search Configuration Code", - "it": "Cerca codice configurazione" - }, - "e86r2e4": { - "zh-cn": "添加配置", - "zh-hk": "新增設定", - "zh-tw": "新增設定", - "en": "Add Configuration", - "it": "Aggiungi configurazione" - }, - "gms6yk4": { - "zh-cn": "编辑配置", - "zh-hk": "編輯設定", - "zh-tw": "編輯設定", - "en": "Edit Configuration", - "it": "Modifica configurazione" - }, - "x42gwp8": { - "zh-cn": "确定删除配置:【", - "zh-hk": "確定刪除設定:【", - "zh-tw": "確定刪除設定:【", - "en": "Confirm Deletion of Configuration: 【", - "it": "Conferma eliminazione configurazione: 【" - }, - "p1vm8m7": { - "zh-cn": "确定批量删除【", - "zh-hk": "確定批量刪除【", - "zh-tw": "確定批次刪除【", - "en": "Confirm Batch Deletion of 【", - "it": "Conferma eliminazione in blocco di 【" - }, - "8uoo2": { - "zh-cn": "】等", - "zh-hk": "】等", - "zh-tw": "】等", - "en": "】 and", - "it": "】 e altri" - }, - "agspx04": { - "zh-cn": "个配置?", - "zh-hk": "項設定?", - "zh-tw": "項設定?", - "en": "other configurations?", - "it": "configurazioni?" - }, - "d0w7cq4": { - "zh-cn": "批量删除", - "zh-hk": "批量刪除", - "zh-tw": "批次刪除", - "en": "Batch Delete", - "it": "Eliminazione in blocco" - }, - "18jpqs8": { - "zh-cn": "配置名称不能为空", - "zh-hk": "設定名稱不能為空", - "zh-tw": "設定名稱不得為空", - "en": "Configuration name cannot be empty", - "it": "Il nome della configurazione non può essere vuoto" - }, - "oojtq48": { - "zh-cn": "配置编码不能为空", - "zh-hk": "設定編碼不能為空", - "zh-tw": "設定編碼不得為空", - "en": "Configuration code cannot be empty", - "it": "Il codice della configurazione non può essere vuoto" - }, - "fuk1": { - "zh-cn": "值", - "zh-hk": "值", - "zh-tw": "值", - "en": "Value", - "it": "Valore" - }, - "v25ol05": { - "zh-cn": "值不能为空", - "zh-hk": "值不能為空", - "zh-tw": "值不能為空", - "en": "Value cannot be empty", - "it": "Il valore non può essere vuoto" - }, - "pc402": { - "zh-cn": "选项", - "zh-hk": "選項", - "zh-tw": "選項", - "en": "Options", - "it": "Opzione" - }, - "cv4oqh8": { - "zh-cn": "内置参数不能为空", - "zh-hk": "內置參數不能為空", - "zh-tw": "內建參數不能為空", - "en": "Built-in parameters cannot be empty", - "it": "Il parametro integrato non può essere vuoto" - }, - "gqur3": { - "zh-cn": "7天内", - "zh-hk": "7天內", - "zh-tw": "7天內", - "en": "Within 7 days", - "it": "Entro 7 giorni" - }, - "ctf124": { - "zh-cn": "1个月内", - "zh-hk": "1個月內", - "zh-tw": "1個月內", - "en": "Within 1 month", - "it": "Entro 1 mese" - }, - "cup044": { - "zh-cn": "3个月内", - "zh-hk": "3個月內", - "zh-tw": "3個月內", - "en": "Within 3 months", - "it": "Entro 3 mesi" - }, - "adohlc4": { - "zh-cn": "不能为空", - "zh-hk": "不能為空", - "zh-tw": "不能為空", - "en": "Cannot be empty", - "it": "Non può essere vuoto" - }, - "cd0ag54": { - "zh-cn": "开始日期", - "zh-hk": "開始日期", - "zh-tw": "開始日期", - "en": "Start date", - "it": "Data di inizio" - }, - "gfhy2u4": { - "zh-cn": "结束日期", - "zh-hk": "結束日期", - "zh-tw": "結束日期", - "en": "End date", - "it": "Data di fine" - }, - "d6cz975": { - "zh-cn": "取消固定列", - "zh-hk": "取消固定欄", - "zh-tw": "取消固定欄", - "en": "Unpin column", - "it": "Annulla colonna fissa" - }, - "8nqzkv9": { - "zh-cn": "没有勾选要导出的列", - "zh-hk": "沒有勾選要導出的欄", - "zh-tw": "未勾選要匯出的欄位", - "en": "No columns selected for export", - "it": "Nessuna colonna selezionata per l'esportazione" - }, - "wl1oyu8": { - "zh-cn": "没有数据可以导出", - "zh-hk": "沒有數據可以導出", - "zh-tw": "無資料可匯出", - "en": "No data available for export", - "it": "Nessun dato disponibile per l'esportazione" - }, - "by61a44": { - "zh-cn": "导出数据", - "zh-hk": "導出數據", - "zh-tw": "匯出資料", - "en": "Export Data", - "it": "Esporta dati" - }, - "ausw1u5": { - "zh-cn": "启用固定列", - "zh-hk": "啟用固定欄", - "zh-tw": "啟用固定欄", - "en": "Enable Fixed Columns", - "it": "Abilita colonne fisse" - }, - "ngzs3f6": { - "zh-cn": "导出本页数据", - "zh-hk": "導出本頁數據", - "zh-tw": "匯出本頁資料", - "en": "Export Current Page Data", - "it": "Esporta dati della pagina corrente" - }, - "q8xgck6": { - "zh-cn": "导出全部数据", - "zh-hk": "導出全部數據", - "zh-tw": "匯出全部資料", - "en": "Export All Data", - "it": "Esporta tutti i dati" - }, - "g3ge2": { - "zh-cn": "导出", - "zh-hk": "導出", - "zh-tw": "匯出", - "en": "Export", - "it": "Esporta" - }, - "h6kd2": { - "zh-cn": "打印", - "zh-hk": "列印", - "zh-tw": "列印", - "en": "Print", - "it": "Stampa" - }, - "ogvk2": { - "zh-cn": "设置", - "zh-hk": "設定", - "zh-tw": "設定", - "en": "Settings", - "it": "Impostazioni" - }, - "ciwwj3": { - "zh-cn": "列显示", - "zh-hk": "欄顯示", - "zh-tw": "欄位顯示", - "en": "Column Display", - "it": "Visualizzazione colonne" - }, - "fy272": { - "zh-cn": "多选", - "zh-hk": "多选", - "zh-tw": "多選", - "en": "Multiple Selection", - "it": "Selezione multipla" - }, - "xdtlcw6": { - "zh-cn": "拖动进行排序", - "zh-hk": "拖動進行排序", - "zh-tw": "拖曳進行排序", - "en": "Drag to Sort", - "it": "Trascina per ordinare" - }, - "dcv57g4": { - "zh-cn": "暂无数据", - "zh-hk": "暫無數據", - "zh-tw": "暫無資料", - "en": "No Data Available", - "it": "Nessun dato disponibile" - }, - "m9kx7j7": { - "zh-cn": "确定要删除吗?", - "zh-hk": "確定要刪除嗎?", - "zh-tw": "確定要刪除嗎?", - "en": "Confirm Deletion?", - "it": "Confermi l'eliminazione?" - }, - "i7z81i4": { - "zh-cn": "语言名称", - "zh-hk": "語言名稱", - "zh-tw": "語言名稱", - "en": "Language Name", - "it": "Nome lingua" - }, - "fb3std7": { - "zh-cn": "请输入语言名称", - "zh-hk": "請輸入語言名稱", - "zh-tw": "請輸入語言名稱", - "en": "Please Enter Language Name", - "it": "Inserisci il nome della lingua" - }, - "i7yc1d4": { - "zh-cn": "语言代码", - "zh-hk": "語言代碼", - "zh-tw": "語言代碼", - "en": "Language Code", - "it": "Codice lingua" - }, - "fb4oti7": { - "zh-cn": "请输入语言代码", - "zh-hk": "請輸入語言代碼", - "zh-tw": "請輸入語言代碼", - "en": "Please Enter Language Code", - "it": "Inserisci il codice della lingua" - }, - "v1skok8": { - "zh-cn": "ISO 语言代码", - "zh-hk": "ISO 語言代碼", - "zh-tw": "ISO 語言代碼", - "en": "ISO Language Code", - "it": "Codice lingua ISO" - }, - "b0mo23b": { - "zh-cn": "请输入ISO 语言代码", - "zh-hk": "請輸入ISO 語言代碼", - "zh-tw": "請輸入ISO 語言代碼", - "en": "Please Enter ISO Language Code", - "it": "Inserisci il codice lingua ISO" - }, - "elpqqq8": { - "zh-cn": "URL 语言代码", - "zh-hk": "URL 語言代碼", - "zh-tw": "URL 語言代碼", - "en": "URL Language Code", - "it": "Codice lingua URL" - }, - "ymvnd7b": { - "zh-cn": "请输入URL 语言代码", - "zh-hk": "請輸入URL 語言代碼", - "zh-tw": "請輸入URL 語言代碼", - "en": "Please enter URL language code", - "it": "Inserisci il codice lingua dell'URL" - }, - "d8pu5s4": { - "zh-cn": "是否启用", - "zh-hk": "是否啟用", - "zh-tw": "是否啟用", - "en": "Enabled", - "it": "Abilitato" - }, - "kad6p37": { - "zh-cn": "请输入是否启用", - "zh-hk": "請輸入是否啟用", - "zh-tw": "請輸入是否啟用", - "en": "Please enter whether enabled", - "it": "Specifica se abilitare" - }, - "h146zl5": { - "zh-cn": "新增多语言", - "zh-hk": "新增多語言", - "zh-tw": "新增多語言", - "en": "Add Multilingual", - "it": "Aggiungi lingua" - }, - "a8f7or4": { - "zh-cn": "书写方向", - "zh-hk": "書寫方向", - "zh-tw": "書寫方向", - "en": "Writing Direction", - "it": "Direzione scrittura" - }, - "da9x2l4": { - "zh-cn": "日期格式", - "zh-hk": "日期格式", - "zh-tw": "日期格式", - "en": "Date Format", - "it": "Formato data" - }, - "dhfpu94": { - "zh-cn": "时间格式", - "zh-hk": "時間格式", - "zh-tw": "時間格式", - "en": "Time Format", - "it": "Formato ora" - }, - "6ksgt45": { - "zh-cn": "每周起始日", - "zh-hk": "每週起始日", - "zh-tw": "每週起始日", - "en": "First Day of Week", - "it": "Giorno inizio settimana" - }, - "avlksv4": { - "zh-cn": "分组符号", - "zh-hk": "分組符號", - "zh-tw": "分組符號", - "en": "Grouping Symbol", - "it": "Separatore di gruppo" - }, - "i281t55": { - "zh-cn": "小数点符号", - "zh-hk": "小數點符號", - "zh-tw": "小數點符號", - "en": "Decimal point symbol", - "it": "Simbolo decimale" - }, - "idsf8y6": { - "zh-cn": "千分位分隔符", - "zh-hk": "千分位分隔符", - "zh-tw": "千分位分隔符", - "en": "Thousands separator", - "it": "Separatore delle migliaia" - }, - "i6c5ki5": { - "zh-cn": "编辑多语言", - "zh-hk": "編輯多語言", - "zh-tw": "編輯多語言", - "en": "Edit multilingual", - "it": "Modifica multilingue" - }, - "t0s7f08": { - "zh-cn": "请选择语言名称!", - "zh-hk": "請選擇語言名稱!", - "zh-tw": "請選擇語言名稱!", - "en": "Please select a language name!", - "it": "Selezionare il nome della lingua!" - }, - "t1jrjb8": { - "zh-cn": "请选择语言代码!", - "zh-hk": "請選擇語言代碼!", - "zh-tw": "請選擇語言代碼!", - "en": "Please select a language code!", - "it": "Selezionare il codice linguistico!" - }, - "o6f676c": { - "zh-cn": "请选择ISO 语言代码!", - "zh-hk": "請選擇ISO 語言代碼!", - "zh-tw": "請選擇ISO語言代碼!", - "en": "Please select an ISO language code!", - "it": "Selezionare il codice ISO della lingua!" - }, - "tjwfjsc": { - "zh-cn": "请选择URL 语言代码!", - "zh-hk": "請選擇URL 語言代碼!", - "zh-tw": "請選擇URL語言代碼!", - "en": "Please select a URL language code!", - "it": "Selezionare il codice URL della lingua!" - }, - "7hfpi78": { - "zh-cn": "请选择书写方向!", - "zh-hk": "請選擇書寫方向!", - "zh-tw": "請選擇書寫方向!", - "en": "Please select a writing direction!", - "it": "Selezionare la direzione di scrittura!" - }, - "v1rifx8": { - "zh-cn": "请选择日期格式!", - "zh-hk": "請選擇日期格式!", - "zh-tw": "請選擇日期格式!", - "en": "Please select a date format!", - "it": "Selezionare il formato della data!" - }, - "xtcrpj8": { - "zh-cn": "请选择时间格式!", - "zh-hk": "請選擇時間格式!", - "zh-tw": "請選擇時間格式!", - "en": "Please select a time format!", - "it": "Selezionare il formato dell'ora!" - }, - "mvdicg9": { - "zh-cn": "请选择每周起始日!", - "zh-hk": "請選擇每週起始日!", - "zh-tw": "請選擇每週起始日!", - "en": "Please select the first day of the week!", - "it": "Selezionare il giorno di inizio settimana!" - }, - "rfx01n8": { - "zh-cn": "请选择分组符号!", - "zh-hk": "請選擇分組符號!", - "zh-tw": "請選擇分組符號!", - "en": "Please select the grouping symbol!", - "it": "Selezionare il simbolo di raggruppamento!" - }, - "m0ip759": { - "zh-cn": "请选择小数点符号!", - "zh-hk": "請選擇小數點符號!", - "zh-tw": "請選擇小數點符號!", - "en": "Please select the decimal point symbol!", - "it": "Selezionare il simbolo decimale!" - }, - "tph06y8": { - "zh-cn": "请选择是否启用!", - "zh-hk": "請選擇是否啟用!", - "zh-tw": "請選擇是否啟用!", - "en": "Please select whether to enable!", - "it": "Selezionare se abilitare!" - }, - "ke08s3": { - "zh-cn": "表单有", - "zh-hk": "表單有", - "zh-tw": "表單有", - "en": "The form has", - "it": "Il modulo presenta" - }, - "xsaxyid": { - "zh-cn": "处验证失败,请修改后再提交", - "zh-hk": "處驗證失敗,請修改後再提交", - "zh-tw": "處驗證失敗,請修改後再提交", - "en": "validation failures. Please modify and resubmit.", - "it": "errori di validazione, modificare prima di inviare" - }, - "66ofab6": { - "zh-cn": "请选书写方向", - "zh-hk": "請選書寫方向", - "zh-tw": "請選書寫方向", - "en": "Please select the writing direction.", - "it": "Selezionare la direzione di scrittura" - }, - "k8t3sa7": { - "zh-cn": "请输入日期格式", - "zh-hk": "請輸入日期格式", - "zh-tw": "請輸入日期格式", - "en": "Please enter the date format.", - "it": "Inserire il formato data" - }, - "k1nb0m7": { - "zh-cn": "请输入时间格式", - "zh-hk": "請輸入時間格式", - "zh-tw": "請輸入時間格式", - "en": "Please enter the time format.", - "it": "Inserire il formato orario" - }, - "57jxju7": { - "zh-cn": "请选每周起始日", - "zh-hk": "請選每週起始日", - "zh-tw": "請選每週起始日", - "en": "Please select the first day of the week.", - "it": "Selezionare il giorno di inizio settimana" - }, - "mnhg207": { - "zh-cn": "请输入分组符号", - "zh-hk": "請輸入分組符號", - "zh-tw": "請輸入分組符號", - "en": "Please enter grouping symbol", - "it": "Inserisci il simbolo di raggruppamento" - }, - "qxsx408": { - "zh-cn": "请输入小数点符号", - "zh-hk": "請輸入小數點符號", - "zh-tw": "請輸入小數點符號", - "en": "Please enter decimal point symbol", - "it": "Inserisci il simbolo decimale" - }, - "77mlpz9": { - "zh-cn": "请输入千分位分隔符", - "zh-hk": "請輸入千分位分隔符", - "zh-tw": "請輸入千分位分隔符", - "en": "Please enter thousands separator", - "it": "Inserisci il separatore delle migliaia" - }, - "e7q3fr5": { - "zh-cn": "确定要删除", - "zh-hk": "確定要刪除", - "zh-tw": "確定要刪除", - "en": "Are you sure to delete", - "it": "Confermi l'eliminazione di" - }, - "3yilyq5": { - "zh-cn": "条记录吗?", - "zh-hk": "條記錄嗎?", - "zh-tw": "條記錄嗎?", - "en": "record(s)?", - "it": "record?" - }, - "4ubg3t6": { - "zh-cn": "成功批量删除", - "zh-hk": "成功批量刪除", - "zh-tw": "成功批次刪除", - "en": "Successfully batch deleted", - "it": "Eliminazione in batch completata:" - }, - "ftebq3": { - "zh-cn": "条记录", - "zh-hk": "條記錄", - "zh-tw": "條記錄", - "en": "record(s)", - "it": "record" - }, - "tzvhye5": { - "zh-cn": "所属实体名", - "zh-hk": "所屬實體名", - "zh-tw": "所屬實體名稱", - "en": "Entity name", - "it": "Nome entità di appartenenza" - }, - "3ysewf8": { - "zh-cn": "请输入所属实体名", - "zh-hk": "請輸入所屬實體名", - "zh-tw": "請輸入所屬實體名稱", - "en": "Please enter entity name", - "it": "Inserisci il nome dell'entità di appartenenza" - }, - "6i1zte6": { - "zh-cn": "所属实体ID", - "zh-hk": "所屬實體ID", - "zh-tw": "所屬實體ID", - "en": "Entity ID", - "it": "ID entità di appartenenza" - }, - "j3d15j9": { - "zh-cn": "请输入所属实体ID", - "zh-hk": "請輸入所屬實體ID", - "zh-tw": "請輸入所屬實體ID", - "en": "Please enter the entity ID", - "it": "Inserisci l'ID dell'entità di appartenenza" - }, - "dwexb3": { - "zh-cn": "字段名", - "zh-hk": "欄位名稱", - "zh-tw": "欄位名稱", - "en": "Field Name", - "it": "Nome campo" - }, - "7ki0e26": { - "zh-cn": "请输入字段名", - "zh-hk": "請輸入欄位名稱", - "zh-tw": "請輸入欄位名稱", - "en": "Please enter the field name", - "it": "Inserisci il nome del campo" - }, - "gpzlhm4": { - "zh-cn": "翻译内容", - "zh-hk": "翻譯內容", - "zh-tw": "翻譯內容", - "en": "Translation Content", - "it": "Contenuto della traduzione" - }, - "gt3fd97": { - "zh-cn": "请输入翻译内容", - "zh-hk": "請輸入翻譯內容", - "zh-tw": "請輸入翻譯內容", - "en": "Please enter the translation content", - "it": "Inserisci il contenuto della traduzione" - }, - "k25dws4": { - "zh-cn": "高级查询", - "zh-hk": "進階查詢", - "zh-tw": "進階查詢", - "en": "Advanced Query", - "it": "Ricerca avanzata" - }, - "qce72": { - "zh-cn": "隐藏", - "zh-hk": "隱藏", - "zh-tw": "隱藏", - "en": "Hide", - "it": "Nascondi" - }, - "d7bvs44": { - "zh-cn": "新增翻译", - "zh-hk": "新增翻譯", - "zh-tw": "新增翻譯", - "en": "Add Translation", - "it": "Aggiungi traduzione" - }, - "byd5xe4": { - "zh-cn": "导出选中", - "zh-hk": "匯出選中", - "zh-tw": "匯出選取項目", - "en": "Export Selected", - "it": "Esporta selezionati" - }, - "by6mdj4": { - "zh-cn": "导出本页", - "zh-hk": "匯出本頁", - "zh-tw": "匯出本頁", - "en": "Export Current Page", - "it": "Esporta questa pagina" - }, - "by2vlq4": { - "zh-cn": "导出全部", - "zh-hk": "匯出全部", - "zh-tw": "匯出全部", - "en": "Export All", - "it": "Esporta tutto" - }, - "g3c92": { - "zh-cn": "导入", - "zh-hk": "匯入", - "zh-tw": "匯入", - "en": "Import", - "it": "Importa" - }, - "gmpbch4": { - "zh-cn": "编辑翻译", - "zh-hk": "編輯翻譯", - "zh-tw": "編輯翻譯", - "en": "Edit Translation", - "it": "Modifica traduzione" - }, - "crastv4": { - "zh-cn": "打印翻译", - "zh-hk": "列印翻譯", - "zh-tw": "列印翻譯", - "en": "Print Translation", - "it": "Stampa traduzione" - }, - "k67kf69": { - "zh-cn": "请选择所属实体名!", - "zh-hk": "請選擇所屬實體名稱!", - "zh-tw": "請選擇所屬實體名稱!", - "en": "Please select the associated entity name!", - "it": "Selezionare il nome dell'entità di appartenenza!" - }, - "dk2a7wa": { - "zh-cn": "请选择所属实体ID!", - "zh-hk": "請選擇所屬實體ID!", - "zh-tw": "請選擇所屬實體ID!", - "en": "Please select the associated entity ID!", - "it": "Selezionare l'ID dell'entità di appartenenza!" - }, - "vrk1e17": { - "zh-cn": "请选择字段名!", - "zh-hk": "請選擇欄位名稱!", - "zh-tw": "請選擇欄位名稱!", - "en": "Please select the field name!", - "it": "Selezionare il nome del campo!" - }, - "4hckkg8": { - "zh-cn": "请选择翻译内容!", - "zh-hk": "請選擇翻譯內容!", - "zh-tw": "請選擇翻譯內容!", - "en": "Please enter the translation content!", - "it": "Selezionare il contenuto della traduzione!" - }, - "mzx3c3b": { - "zh-cn": "导入完成,存在部分错误", - "zh-hk": "匯入完成,存在部分錯誤", - "zh-tw": "匯入完成,存在部分錯誤", - "en": "Import completed with partial errors", - "it": "Importazione completata con alcuni errori" - }, - "3h96vw9": { - "zh-cn": "导入过程中发生错误", - "zh-hk": "匯入過程中發生錯誤", - "zh-tw": "匯入過程中發生錯誤", - "en": "An error occurred during the import process", - "it": "Si è verificato un errore durante l'importazione" - }, - "va9u6m5": { - "zh-cn": "下载错误:", - "zh-hk": "下載錯誤:", - "zh-tw": "下載錯誤:", - "en": "Download error:", - "it": "Errore di download:" - }, - "d7ll5z4": { - "zh-cn": "数据导入", - "zh-hk": "數據導入", - "zh-tw": "資料匯入", - "en": "Data import", - "it": "Importazione dati" - }, - "bybnk3": { - "zh-cn": "关 闭", - "zh-hk": "關 閉", - "zh-tw": "關 閉", - "en": "Close", - "it": "Chiudi" - }, - "imbi2": { - "zh-cn": "模板", - "zh-hk": "範本", - "zh-tw": "範本", - "en": "Template", - "it": "Modello" - }, - "ikzkgf4": { - "zh-cn": "选择文件", - "zh-hk": "選擇檔案", - "zh-tw": "選擇檔案", - "en": "Select file", - "it": "Seleziona file" - }, - "48ecnb5": { - "zh-cn": "未选择文件", - "zh-hk": "未選擇檔案", - "zh-tw": "未選擇檔案", - "en": "No file selected", - "it": "Nessun file selezionato" - }, - "t5axoun": { - "zh-cn": "导入完毕,存在部分错误,请下载导入结果查看详情", - "zh-hk": "導入完成,存在部分錯誤,請下載導入結果查看詳情", - "zh-tw": "匯入完畢,存在部分錯誤,請下載匯入結果查看詳情", - "en": "Import completed with partial errors. Please download the import results for details.", - "it": "Importazione completata con alcuni errori, scaricare il risultato per i dettagli" - }, - "h5tc4k6": { - "zh-cn": "下载导入结果", - "zh-hk": "下載導入結果", - "zh-tw": "下載匯入結果", - "en": "Download import results", - "it": "Scarica risultato importazione" - }, - "uy5wps6": { - "zh-cn": "打印机不存在", - "zh-hk": "打印機不存在", - "zh-tw": "印表機不存在", - "en": "Printer does not exist", - "it": "Stampante non esistente" - }, - "uu0etz5": { - "zh-cn": "打印失败:", - "zh-hk": "打印失敗:", - "zh-tw": "列印失敗:", - "en": "Print failed:", - "it": "Stampa fallita:" - }, - "19q3s15": { - "zh-cn": "PDF文件", - "zh-hk": "PDF檔案", - "zh-tw": "PDF檔案", - "en": "PDF File", - "it": "File PDF" - }, - "ff6ycu4": { - "zh-cn": "直接打印", - "zh-hk": "直接列印", - "zh-tw": "直接列印", - "en": "Print Directly", - "it": "Stampa diretta" - }, - "eucqdw5": { - "zh-cn": "导出PDF", - "zh-hk": "匯出PDF", - "zh-tw": "匯出PDF", - "en": "Export PDF", - "it": "Esporta PDF" - }, - "e82llb6": { - "zh-cn": "确定要进入【", - "zh-hk": "確定要進入【", - "zh-tw": "確定要進入【", - "en": "Confirm to enter 【", - "it": "Confermi di voler accedere all'area 【" - }, - "99hnvh5": { - "zh-cn": "】租管端?", - "zh-hk": "】租管端?", - "zh-tw": "】租管端?", - "en": "】 Tenant Management End?", - "it": "】 di gestione locazioni?" - }, - "k8tpp1c": { - "zh-cn": "确定要将当前用户切换到【", - "zh-hk": "確定要將當前用戶切換到【", - "zh-tw": "確定要將目前使用者切換到【", - "en": "Confirm to switch the current user to 【", - "it": "Confermi di voler cambiare l'utente corrente con 【" - }, - "la8i567": { - "zh-cn": "确定要将同步【", - "zh-hk": "確定要同步【", - "zh-tw": "確定要同步【", - "en": "Confirm to synchronize the authorization data of 【", - "it": "Confermi di voler sincronizzare i dati di autorizzazione di 【" - }, - "t9cbpp7": { - "zh-cn": "】的授权数据?", - "zh-hk": "】嘅授權數據?", - "zh-tw": "】的授權資料?", - "en": "】Authorization data?", - "it": "】Dati di autorizzazione?" - }, - "yh52xp6": { - "zh-cn": "同步授权成功", - "zh-hk": "同步授權成功", - "zh-tw": "同步授權成功", - "en": "Authorization synchronized successfully", - "it": "Autorizzazione sincronizzata con successo" - }, - "e82ltp4": { - "zh-cn": "添加租户", - "zh-hk": "新增租戶", - "zh-tw": "新增租戶", - "en": "Add Tenant", - "it": "Aggiungi locatario" - }, - "gmo1pv4": { - "zh-cn": "编辑租户", - "zh-hk": "編輯租戶", - "zh-tw": "編輯租戶", - "en": "Edit Tenant", - "it": "Modifica tenant" - }, - "yudnz28": { - "zh-cn": "确定删除租户:【", - "zh-hk": "確定刪除租戶:【", - "zh-tw": "確定刪除租戶:【", - "en": "Confirm Tenant Deletion:【", - "it": "Conferma eliminazione tenant:【" - }, - "877ek3e": { - "zh-cn": "确定创建/更新租户数据库:【", - "zh-hk": "確定建立/更新租戶數據庫:【", - "zh-tw": "確定建立/更新租戶資料庫:【", - "en": "Confirm Tenant Database Creation/Update:【", - "it": "Conferma creazione/aggiornamento database tenant:【" - }, - "379crkc": { - "zh-cn": "创建/更新租户数据库成功", - "zh-hk": "建立/更新租戶數據庫成功", - "zh-tw": "建立/更新租戶資料庫成功", - "en": "Tenant database created/updated successfully", - "it": "Creazione/aggiornamento database tenant completato" - }, - "kuohmm8": { - "zh-cn": "租户状态设置成功", - "zh-hk": "租戶狀態設定成功", - "zh-tw": "租戶狀態設定成功", - "en": "Tenant status updated successfully", - "it": "Impostazione stato tenant completata" - }, - "fs66d74": { - "zh-cn": "租户名称", - "zh-hk": "租戶名稱", - "zh-tw": "租戶名稱", - "en": "Tenant Name", - "it": "Nome tenant" - }, - "gpkj3j4": { - "zh-cn": "联系电话", - "zh-hk": "聯絡電話", - "zh-tw": "聯絡電話", - "en": "Contact Number", - "it": "Telefono" - }, - "fd8p2": { - "zh-cn": "图标", - "zh-hk": "圖標", - "zh-tw": "圖示", - "en": "Icon", - "it": "Icona" - }, - "eyrn2": { - "zh-cn": "名称", - "zh-hk": "名稱", - "zh-tw": "名稱", - "en": "Name", - "it": "Nome" - }, - "cl7a83": { - "zh-cn": "副标题", - "zh-hk": "副標題", - "zh-tw": "副標題", - "en": "Subtitle", - "it": "Sottotitolo" - }, - "hrlt2": { - "zh-cn": "描述", - "zh-hk": "描述", - "zh-tw": "描述", - "en": "Description", - "it": "Descrizione" - }, - "iv242": { - "zh-cn": "水印", - "zh-hk": "浮水印", - "zh-tw": "浮水印", - "en": "Watermark", - "it": "Filigrana" - }, - "eufaax4": { - "zh-cn": "版权信息", - "zh-hk": "版權資訊", - "zh-tw": "版權資訊", - "en": "Copyright Information", - "it": "Informazioni sul copyright" - }, - "djmye3": { - "zh-cn": "备案号", - "zh-hk": "備案編號", - "zh-tw": "備案號碼", - "en": "Record Filing Number", - "it": "Numero di registrazione" - }, - "1nz86e5": { - "zh-cn": "icp地址", - "zh-hk": "ICP地址", - "zh-tw": "ICP位址", - "en": "ICP Address", - "it": "Indirizzo ICP" - }, - "b3xkql4": { - "zh-cn": "启用注册", - "zh-hk": "啟用註冊", - "zh-tw": "啟用註冊", - "en": "Enable Registration", - "it": "Abilita registrazione" - }, - "fw5os34": { - "zh-cn": "租管账号", - "zh-hk": "租戶管理賬號", - "zh-tw": "租管帳號", - "en": "Tenant Management Account", - "it": "Account gestione tenant" - }, - "kpc82": { - "zh-cn": "电话", - "zh-hk": "電話", - "zh-tw": "電話", - "en": "Phone", - "it": "Telefono" - }, - "feoe2": { - "zh-cn": "域名", - "zh-hk": "網域", - "zh-tw": "網域名稱", - "en": "Domain", - "it": "Dominio" - }, - "fscv544": { - "zh-cn": "租户类型", - "zh-hk": "租戶類型", - "zh-tw": "租戶類型", - "en": "Tenant Type", - "it": "Tipo di tenant" - }, - "gmhmyj5": { - "zh-cn": "数据库类型", - "zh-hk": "數據庫類型", - "zh-tw": "資料庫類型", - "en": "Database Type", - "it": "Tipo di database" - }, - "gme9us5": { - "zh-cn": "数据库连接", - "zh-hk": "數據庫連接", - "zh-tw": "資料庫連線", - "en": "Database Connection", - "it": "Connessione al database" - }, - "acdarw4": { - "zh-cn": "从库连接", - "zh-hk": "從庫連接", - "zh-tw": "從庫連線", - "en": "Replica Connection", - "it": "Connessione slave" - }, - "chm443": { - "zh-cn": "创建库", - "zh-hk": "創建庫", - "zh-tw": "建立資料庫", - "en": "Create Database", - "it": "Crea database" - }, - "5041gj5": { - "zh-cn": "进入租管端", - "zh-hk": "進入租管端", - "zh-tw": "進入租戶管理端", - "en": "Enter Tenant Management Console", - "it": "Accedi al tenant management" - }, - "czozjo4": { - "zh-cn": "授权菜单", - "zh-hk": "授權菜單", - "zh-tw": "授權選單", - "en": "Authorize Menu", - "it": "Menu autorizzazioni" - }, - "mszyzue": { - "zh-cn": "用于版本更新后,同步授权数据", - "zh-hk": "用於版本更新後,同步授權數據", - "zh-tw": "用於版本更新後,同步授權資料", - "en": "Used to synchronize authorization data after version updates", - "it": "Sincronizza i dati di autorizzazione dopo l'aggiornamento della versione" - }, - "b1ua1g4": { - "zh-cn": "同步授权", - "zh-hk": "同步授權", - "zh-tw": "同步授權", - "en": "Synchronize Authorization", - "it": "Sincronizza autorizzazioni" - }, - "azim4c4": { - "zh-cn": "删除租户", - "zh-hk": "刪除租戶", - "zh-tw": "刪除租戶", - "en": "Delete Tenant", - "it": "Elimina tenant" - }, - "hsc42c6": { - "zh-cn": "授权租户菜单", - "zh-hk": "授權租戶菜單", - "zh-tw": "授權租戶選單", - "en": "Authorize Tenant Menu", - "it": "Autorizza menu tenant" - }, - "biyzkw4": { - "zh-cn": "基本信息", - "zh-hk": "基本資料", - "zh-tw": "基本資訊", - "en": "Basic Information", - "it": "Informazioni di base" - }, - "e1q3wo8": { - "zh-cn": "租户类型不能为空", - "zh-hk": "租戶類型不能為空", - "zh-tw": "租戶類型不能為空", - "en": "Tenant type cannot be empty", - "it": "Il tipo di tenant non può essere vuoto" - }, - "ky6bw58": { - "zh-cn": "租户名称不能为空", - "zh-hk": "租戶名稱不能為空", - "zh-tw": "租戶名稱不能為空", - "en": "Tenant name cannot be empty", - "it": "Il nome del tenant non può essere vuoto" - }, - "uwrxoj8": { - "zh-cn": "租管账号不能为空", - "zh-hk": "租管賬號不能為空", - "zh-tw": "租管帳號不能為空", - "en": "Tenant admin account cannot be empty", - "it": "L'account di gestione del tenant non può essere vuoto" - }, - "8y7ewy8": { - "zh-cn": "电话号码不能为空", - "zh-hk": "電話號碼不能為空", - "zh-tw": "電話號碼不能為空", - "en": "Phone number cannot be empty", - "it": "Il numero di telefono non può essere vuoto" - }, - "cmpbwn6": { - "zh-cn": "主机host", - "zh-hk": "主機host", - "zh-tw": "主機host", - "en": "Host", - "it": "Host del server" - }, - "785aik5": { - "zh-cn": "连接字符串", - "zh-hk": "連接字符串", - "zh-tw": "連接字串", - "en": "Connection string", - "it": "Stringa di connessione" - }, - "yi3key5": { - "zh-cn": "从库连接串", - "zh-hk": "從庫連接串", - "zh-tw": "從庫連接串", - "en": "Replica connection string", - "it": "Stringa di connessione del database secondario" - }, - "ebemat2e": { - "zh-cn": "格式:[{'HitRate':10, 'ConnectionString':'xxx'},{'HitRate':10, 'ConnectionString':'xxx'}]", - "zh-hk": "格式:[{'HitRate':10, 'ConnectionString':'xxx'},{'HitRate':10, 'ConnectionString':'xxx'}]", - "zh-tw": "格式:[{'HitRate':10, 'ConnectionString':'xxx'},{'HitRate':10, 'ConnectionString':'xxx'}]", - "en": "Format: [{'HitRate':10, 'ConnectionString':'xxx'},{'HitRate':10, 'ConnectionString':'xxx'}]", - "it": "Formato: [{'HitRate':10, 'ConnectionString':'xxx'},{'HitRate':10, 'ConnectionString':'xxx'}]" - }, - "fypgha4": { - "zh-cn": "站点信息", - "zh-hk": "站點資訊", - "zh-tw": "站點資訊", - "en": "Site Information", - "it": "Informazioni del sito" - }, - "j906ena": { - "zh-cn": "应用Logo不能为空", - "zh-hk": "應用Logo不能為空", - "zh-tw": "應用Logo不能為空", - "en": "Application logo cannot be empty", - "it": "Il logo dell'applicazione non può essere vuoto" - }, - "cf48zp4": { - "zh-cn": "应用标题", - "zh-hk": "應用標題", - "zh-tw": "應用標題", - "en": "Application title", - "it": "Titolo dell'applicazione" - }, - "i6e6s07": { - "zh-cn": "副标题不能为空", - "zh-hk": "副標題不能為空", - "zh-tw": "副標題不能為空", - "en": "Subtitle cannot be empty", - "it": "Il sottotitolo non può essere vuoto" - }, - "trq6j05": { - "zh-cn": "应用副标题", - "zh-hk": "應用副標題", - "zh-tw": "應用副標題", - "en": "Application subtitle", - "it": "Sottotitolo dell'applicazione" - }, - "j332e75": { - "zh-cn": "副标题描述", - "zh-hk": "副標題描述", - "zh-tw": "副標題描述", - "en": "Subtitle description", - "it": "Descrizione del sottotitolo" - }, - "1gflbl9": { - "zh-cn": "副标题描述不能为空", - "zh-hk": "副標題描述不能為空", - "zh-tw": "副標題描述不能為空", - "en": "Subtitle description cannot be empty", - "it": "La descrizione del sottotitolo non può essere vuota" - }, - "ga038z7": { - "zh-cn": "应用副标题描述", - "zh-hk": "應用副標題描述", - "zh-tw": "應用副標題描述", - "en": "Application subtitle description", - "it": "Descrizione del sottotitolo dell'applicazione" - }, - "j9u9hj8": { - "zh-cn": "版权信息不能为空", - "zh-hk": "版權信息不能為空", - "zh-tw": "版權資訊不能為空", - "en": "Copyright information cannot be empty", - "it": "Le informazioni sul copyright non possono essere vuote" - }, - "ylytjkg": { - "zh-cn": "例:省ICP备12345678号", - "zh-hk": "例:省ICP備12345678號", - "zh-tw": "例:省ICP備12345678號", - "en": "Example: ICP No.12345678", - "it": "Esempio: ICP备案号12345678" - }, - "15spvq5": { - "zh-cn": "ICP地址", - "zh-hk": "ICP地址", - "zh-tw": "ICP地址", - "en": "ICP address", - "it": "Indirizzo ICP" - }, - "jgsr1m9": { - "zh-cn": "ICP地址不能为空", - "zh-hk": "ICP地址不能為空", - "zh-tw": "ICP位址不能為空", - "en": "ICP address cannot be empty", - "it": "L'indirizzo ICP non può essere vuoto" - }, - "wx429ag": { - "zh-cn": "如果此处留空,则水印功能将被禁用", - "zh-hk": "如果此處留空,則浮水印功能將被停用", - "zh-tw": "如果此處留空,則浮水印功能將被停用", - "en": "If left blank, the watermark feature will be disabled", - "it": "Se lasciato vuoto, la funzione di filigrana verrà disabilitata" - }, - "tv4sew6": { - "zh-cn": "添加注册方案", - "zh-hk": "新增註冊方案", - "zh-tw": "新增註冊方案", - "en": "Add registration scheme", - "it": "Aggiungi schema di registrazione" - }, - "2j7r3m6": { - "zh-cn": "编辑注册方案", - "zh-hk": "編輯註冊方案", - "zh-tw": "編輯註冊方案", - "en": "Edit registration scheme", - "it": "Modifica schema di registrazione" - }, - "wbs5798": { - "zh-cn": "确定删除方案:【", - "zh-hk": "確定刪除方案:【", - "zh-tw": "確定刪除方案:【", - "en": "Confirm deletion of scheme: 【", - "it": "Conferma eliminazione schema:【" - }, - "o5pc2": { - "zh-cn": "角色", - "zh-hk": "角色", - "zh-tw": "角色", - "en": "Role", - "it": "Ruolo" - }, - "d9knle4": { - "zh-cn": "方案名称", - "zh-hk": "方案名稱", - "zh-tw": "方案名稱", - "en": "Scheme name", - "it": "Nome schema" - }, - "s8ejr28": { - "zh-cn": "方案名称不能为空", - "zh-hk": "方案名稱不能為空", - "zh-tw": "方案名稱不能為空", - "en": "Scheme name cannot be empty", - "it": "Il nome dello schema non può essere vuoto" - }, - "i7vzep4": { - "zh-cn": "账户类型", - "zh-hk": "帳戶類型", - "zh-tw": "帳戶類型", - "en": "Account type", - "it": "Tipo di account" - }, - "n2ktch8": { - "zh-cn": "账户类型不能为空", - "zh-hk": "帳戶類型不能為空", - "zh-tw": "帳戶類型不能為空", - "en": "Account type cannot be empty", - "it": "Il tipo di account non può essere vuoto" - }, - "gdwvbd4": { - "zh-cn": "绑定角色", - "zh-hk": "綁定角色", - "zh-tw": "繫結角色", - "en": "Bind Role", - "it": "Assegna ruolo" - }, - "yzlo9c6": { - "zh-cn": "角色不能为空", - "zh-hk": "角色不能為空", - "zh-tw": "角色不能為空", - "en": "Role cannot be empty", - "it": "Il ruolo non può essere vuoto" - }, - "gdqu5v4": { - "zh-cn": "绑定机构", - "zh-hk": "綁定機構", - "zh-tw": "繫結機構", - "en": "Bind Organization", - "it": "Assegna organizzazione" - }, - "gduywa4": { - "zh-cn": "绑定职位", - "zh-hk": "綁定職位", - "zh-tw": "繫結職位", - "en": "Bind Position", - "it": "Assegna posizione" - }, - "e8481q4": { - "zh-cn": "添加菜单", - "zh-hk": "添加菜單", - "zh-tw": "新增選單", - "en": "Add Menu", - "it": "Aggiungi menu" - }, - "gmpnxw4": { - "zh-cn": "编辑菜单", - "zh-hk": "編輯菜單", - "zh-tw": "編輯選單", - "en": "Edit Menu", - "it": "Modifica menu" - }, - "bl0tqa4": { - "zh-cn": "复制菜单", - "zh-hk": "複製菜單", - "zh-tw": "複製選單", - "en": "Copy Menu", - "it": "Copia menu" - }, - "yzk5pd8": { - "zh-cn": "确定删除菜单:【", - "zh-hk": "確定刪除菜單:【", - "zh-tw": "確定刪除選單:【", - "en": "Confirm deletion of menu:【", - "it": "Confermi l'eliminazione del menu:【" - }, - "gzcenw4": { - "zh-cn": "菜单名称", - "zh-hk": "菜單名稱", - "zh-tw": "選單名稱", - "en": "Menu Name", - "it": "Nome menu" - }, - "iebehj4": { - "zh-cn": "路由路径", - "zh-hk": "路由路徑", - "zh-tw": "路由路徑", - "en": "Route Path", - "it": "Percorso route" - }, - "gbuf8n4": { - "zh-cn": "组件路径", - "zh-hk": "元件路徑", - "zh-tw": "元件路徑", - "en": "Component Path", - "it": "Percorso componente" - }, - "dneg984": { - "zh-cn": "权限标识", - "zh-hk": "權限識別碼", - "zh-tw": "權限標識", - "en": "Permission Identifier", - "it": "Identificatore permesso" - }, - "adj5w64": { - "zh-cn": "上级菜单", - "zh-hk": "上層選單", - "zh-tw": "上層選單", - "en": "Parent Menu", - "it": "Menu superiore" - }, - "u64y8d7": { - "zh-cn": "请选择上级菜单", - "zh-hk": "請選擇上層選單", - "zh-tw": "請選擇上層選單", - "en": "Please select parent menu", - "it": "Seleziona menu superiore" - }, - "gzj3ft4": { - "zh-cn": "菜单类型", - "zh-hk": "選單類型", - "zh-tw": "選單類型", - "en": "Menu Type", - "it": "Tipo menu" - }, - "6do1ix8": { - "zh-cn": "菜单类型不能为空", - "zh-hk": "選單類型不能為空", - "zh-tw": "選單類型不能為空", - "en": "Menu type cannot be empty", - "it": "Il tipo menu non può essere vuoto" - }, - "is6gk8": { - "zh-cn": "菜单名称不能为空", - "zh-hk": "選單名稱不能為空", - "zh-tw": "選單名稱不能為空", - "en": "Menu name cannot be empty", - "it": "Il nome menu non può essere vuoto" - }, - "ie1p9h4": { - "zh-cn": "路由名称", - "zh-hk": "路由名稱", - "zh-tw": "路由名稱", - "en": "Route Name", - "it": "Nome route" - }, - "gzct4y4": { - "zh-cn": "菜单图标", - "zh-hk": "選單圖示", - "zh-tw": "選單圖示", - "en": "Menu Icon", - "it": "Icona del menu" - }, - "lsuh03": { - "zh-cn": "重定向", - "zh-hk": "重新導向", - "zh-tw": "重新導向", - "en": "Redirect", - "it": "Reindirizzamento" - }, - "dqkb4k5": { - "zh-cn": "重定向地址", - "zh-hk": "重新導向地址", - "zh-tw": "重新導向位址", - "en": "Redirect URL", - "it": "Indirizzo di reindirizzamento" - }, - "j7jc1j4": { - "zh-cn": "链接地址", - "zh-hk": "連結地址", - "zh-tw": "連結位址", - "en": "Link address", - "it": "URL del collegamento" - }, - "m8o4w1a": { - "zh-cn": "外链/内嵌时链接地址", - "zh-hk": "外連/內嵌時連結地址", - "zh-tw": "外連/內嵌時連結位址", - "en": "Link address (external/embedded)", - "it": "URL per collegamenti esterni/incorporati" - }, - "gzewae4": { - "zh-cn": "菜单排序", - "zh-hk": "選單排序", - "zh-tw": "選單排序", - "en": "Menu sorting", - "it": "Ordinamento del menu" - }, - "d917x24": { - "zh-cn": "是否隐藏", - "zh-hk": "是否隱藏", - "zh-tw": "是否隱藏", - "en": "Hidden status", - "it": "Nascondi" - }, - "c5wjw3": { - "zh-cn": "不隐藏", - "zh-hk": "不隱藏", - "zh-tw": "不隱藏", - "en": "Not hidden", - "it": "Non nascondere" - }, - "d8wzp84": { - "zh-cn": "是否缓存", - "zh-hk": "是否快取", - "zh-tw": "是否快取", - "en": "Cache status", - "it": "Memorizzazione nella cache" - }, - "m46d2": { - "zh-cn": "缓存", - "zh-hk": "快取", - "zh-tw": "快取", - "en": "Cached", - "it": "Memorizza nella cache" - }, - "c1oc23": { - "zh-cn": "不缓存", - "zh-hk": "不快取", - "zh-tw": "不快取", - "en": "Not cached", - "it": "Non memorizzare nella cache" - }, - "d8q67r4": { - "zh-cn": "是否固定", - "zh-hk": "是否固定", - "zh-tw": "是否固定", - "en": "Is fixed", - "it": "È fissato" - }, - "faow2": { - "zh-cn": "固定", - "zh-hk": "固定", - "zh-tw": "固定", - "en": "Fixed", - "it": "Fissato" - }, - "buuul3": { - "zh-cn": "不固定", - "zh-hk": "不固定", - "zh-tw": "不固定", - "en": "Not fixed", - "it": "Non fissato" - }, - "d8p94u4": { - "zh-cn": "是否内嵌", - "zh-hk": "是否内嵌", - "zh-tw": "是否内嵌", - "en": "Is embedded", - "it": "È incorporato" - }, - "edlz2": { - "zh-cn": "内嵌", - "zh-hk": "内嵌", - "zh-tw": "内嵌", - "en": "Embedded", - "it": "Incorporato" - }, - "btxro3": { - "zh-cn": "不内嵌", - "zh-hk": "不内嵌", - "zh-tw": "不内嵌", - "en": "Not embedded", - "it": "Non incorporato" - }, - "buism3": { - "zh-cn": "不启用", - "zh-hk": "不启用", - "zh-tw": "不啟用", - "en": "Disabled", - "it": "Non abilitato" - }, - "2e2shof": { - "zh-cn": "请输入内容搜索图标或者选择图标", - "zh-hk": "請輸入內容搜尋圖示或者選擇圖示", - "zh-tw": "請輸入內容搜尋圖示或選擇圖示", - "en": "Please enter content to search for icons or select an icon", - "it": "Inserisci l'icona di ricerca o seleziona un'icona" - }, - "2en2kg5": { - "zh-cn": "请选择图标", - "zh-hk": "請選擇圖示", - "zh-tw": "請選擇圖示", - "en": "Please select an icon", - "it": "Seleziona icona" - }, - "cia9wc5": { - "zh-cn": "无相关图标", - "zh-hk": "無相關圖示", - "zh-tw": "無相關圖示", - "en": "No relevant icons found", - "it": "Nessuna icona correlata" - }, - "dp22e7b": { - "zh-cn": "未获取到值,请刷新重试", - "zh-hk": "未獲取到值,請重新整理重試", - "zh-tw": "未取得值,請重新整理重試", - "en": "Value not retrieved, please refresh and try again", - "it": "Valore non ottenuto, aggiornare e riprovare" - }, - "e7xbk64": { - "zh-cn": "添加字典", - "zh-hk": "新增字典", - "zh-tw": "新增字典", - "en": "Add Dictionary", - "it": "Aggiungi dizionario" - }, - "2emgeg5": { - "zh-cn": "请选择字典", - "zh-hk": "請選擇字典", - "zh-tw": "請選擇字典", - "en": "Please select a dictionary", - "it": "Seleziona dizionario" - }, - "en12d25": { - "zh-cn": "添加字典值", - "zh-hk": "新增字典值", - "zh-tw": "新增字典值", - "en": "Add Dictionary Value", - "it": "Aggiungi valore dizionario" - }, - "gmirgc4": { - "zh-cn": "编辑字典", - "zh-hk": "編輯字典", - "zh-tw": "編輯字典", - "en": "Edit Dictionary", - "it": "Modifica dizionario" - }, - "3s7she5": { - "zh-cn": "复制字典值", - "zh-hk": "複製字典值", - "zh-tw": "複製字典值", - "en": "Copy Dictionary Value", - "it": "Copia valore dizionario" - }, - "i6dp345": { - "zh-cn": "编辑字典值", - "zh-hk": "編輯字典值", - "zh-tw": "編輯字典值", - "en": "Edit Dictionary Value", - "it": "Modifica valore dizionario" - }, - "uxanmv8": { - "zh-cn": "确定删除字典:【", - "zh-hk": "確定刪除字典:【", - "zh-tw": "確定刪除字典:【", - "en": "Confirm deletion of dictionary: 【", - "it": "Conferma eliminazione dizionario:【" - }, - "yl31r59": { - "zh-cn": "确定删除字典值:【", - "zh-hk": "確定刪除字典值:【", - "zh-tw": "確定刪除字典值:【", - "en": "Confirm deletion of dictionary value: 【", - "it": "Conferma eliminazione valore dizionario:【" - }, - "fzep2": { - "zh-cn": "字典", - "zh-hk": "字典", - "zh-tw": "字典", - "en": "Dictionary", - "it": "Dizionario" - }, - "bv36104": { - "zh-cn": "字典名称", - "zh-hk": "字典名稱", - "zh-tw": "字典名稱", - "en": "Dictionary Name", - "it": "Nome dizionario" - }, - "m9wr2": { - "zh-cn": "编码", - "zh-hk": "編碼", - "zh-tw": "編碼", - "en": "Code", - "it": "Codice" - }, - "bvah644": { - "zh-cn": "字典编码", - "zh-hk": "字典編碼", - "zh-tw": "字典編碼", - "en": "Dictionary Code", - "it": "Codice dizionario" - }, - "gah58t4": { - "zh-cn": "系统内置", - "zh-hk": "系統內置", - "zh-tw": "系統內建", - "en": "System Built-in", - "it": "Integrato nel sistema" - }, - "fs77094": { - "zh-cn": "租户字典", - "zh-hk": "租戶字典", - "zh-tw": "租戶字典", - "en": "Tenant Dictionary", - "it": "Dizionario tenant" - }, - "bv242d4": { - "zh-cn": "字典值【", - "zh-hk": "字典值【", - "zh-tw": "字典值【", - "en": "Dictionary Value【", - "it": "Valore dizionario【" - }, - "dehsu94": { - "zh-cn": "显示文本", - "zh-hk": "顯示文本", - "zh-tw": "顯示文字", - "en": "Display Text", - "it": "Testo visualizzato" - }, - "drxi33": { - "zh-cn": "字典值", - "zh-hk": "字典值", - "zh-tw": "字典值", - "en": "Dictionary Value", - "it": "Valore dizionario" - }, - "cuqp284": { - "zh-cn": "拓展数据", - "zh-hk": "拓展數據", - "zh-tw": "擴展資料", - "en": "Extended Data", - "it": "Dati estesi" - }, - "hys32": { - "zh-cn": "有值", - "zh-hk": "有值", - "zh-tw": "有值", - "en": "Has Value", - "it": "Con valore" - }, - "ha9vlb8": { - "zh-cn": "显示文本不能为空", - "zh-hk": "顯示文本不能為空", - "zh-tw": "顯示文字不能為空", - "en": "Display text cannot be empty", - "it": "Il testo visualizzato non può essere vuoto" - }, - "shlhpn7": { - "zh-cn": "字典值不能为空", - "zh-hk": "字典值不能為空", - "zh-tw": "字典值不能為空", - "en": "Dictionary value cannot be empty", - "it": "Il valore del dizionario non può essere vuoto" - }, - "dn1ddz4": { - "zh-cn": "标签类型", - "zh-hk": "標籤類型", - "zh-tw": "標籤類型", - "en": "Tag type", - "it": "Tipo di etichetta" - }, - "c76fp3": { - "zh-cn": "主题色", - "zh-hk": "主題色", - "zh-tw": "主題色", - "en": "Theme color", - "it": "Colore principale" - }, - "ai56i09": { - "zh-cn": "样式(Style)", - "zh-hk": "樣式(Style)", - "zh-tw": "樣式(Style)", - "en": "Style (Style)", - "it": "Stile (Style)" - }, - "2slpa99": { - "zh-cn": "样式(Class)", - "zh-hk": "樣式(Class)", - "zh-tw": "樣式(Class)", - "en": "Style (Class)", - "it": "Stile (Class)" - }, - "kocbsn7": { - "zh-cn": "请输入拓展数据", - "zh-hk": "請輸入擴展數據", - "zh-tw": "請輸入擴展數據", - "en": "Please enter extended data", - "it": "Inserire i dati estesi" - }, - "jgkthw8": { - "zh-cn": "字典名称不能为空", - "zh-hk": "字典名稱不能為空", - "zh-tw": "字典名稱不能為空", - "en": "Dictionary name cannot be empty", - "it": "Il nome del dizionario non può essere vuoto" - }, - "s4j4hw8": { - "zh-cn": "字典编码不能为空", - "zh-hk": "字典編碼不能為空", - "zh-tw": "字典編碼不能為空", - "en": "Dictionary code cannot be empty", - "it": "Il codice del dizionario non può essere vuoto" - }, - "5zkn5j8": { - "zh-cn": "租户字典不能为空", - "zh-hk": "租戶字典不能為空", - "zh-tw": "租戶字典不能為空", - "en": "Tenant dictionary cannot be empty", - "it": "Il dizionario del tenant non può essere vuoto" - }, - "dtgrr54": { - "zh-cn": "模板名称", - "zh-hk": "範本名稱", - "zh-tw": "範本名稱", - "en": "Template Name", - "it": "Nome del template" - }, - "dto2w94": { - "zh-cn": "模板编码", - "zh-hk": "範本編碼", - "zh-tw": "範本編碼", - "en": "Template Code", - "it": "Codice del template" - }, - "dtngj24": { - "zh-cn": "模板类型", - "zh-hk": "範本類型", - "zh-tw": "範本類型", - "en": "Template Type", - "it": "Tipo di template" - }, - "689f5l6": { - "zh-cn": "搜索模板名称", - "zh-hk": "搜尋範本名稱", - "zh-tw": "搜尋範本名稱", - "en": "Search Template Name", - "it": "Cerca per nome del template" - }, - "68240h6": { - "zh-cn": "搜索模板编码", - "zh-hk": "搜尋範本編碼", - "zh-tw": "搜尋範本編碼", - "en": "Search Template Code", - "it": "Cerca per codice del template" - }, - "682qdo6": { - "zh-cn": "搜索模板类型", - "zh-hk": "搜尋範本類型", - "zh-tw": "搜尋範本類型", - "en": "Search Template Type", - "it": "Cerca per tipo di template" - }, - "e7zygz4": { - "zh-cn": "添加模板", - "zh-hk": "新增範本", - "zh-tw": "新增範本", - "en": "Add Template", - "it": "Aggiungi template" - }, - "gmled54": { - "zh-cn": "编辑模板", - "zh-hk": "編輯範本", - "zh-tw": "編輯範本", - "en": "Edit Template", - "it": "Modifica template" - }, - "wvo9d08": { - "zh-cn": "确定删除模板:【", - "zh-hk": "確定刪除範本:【", - "zh-tw": "確定刪除範本:【", - "en": "Confirm deletion of template: 【", - "it": "Conferma eliminazione modello: 【" - }, - "esxa2": { - "zh-cn": "参数", - "zh-hk": "參數", - "zh-tw": "參數", - "en": "Parameters", - "it": "Parametri" - }, - "k93toz6": { - "zh-cn": "名称不能为空", - "zh-hk": "名稱不能為空", - "zh-tw": "名稱不能為空", - "en": "Name cannot be empty", - "it": "Il nome non può essere vuoto" - }, - "rc04at6": { - "zh-cn": "编码不能为空", - "zh-hk": "編碼不能為空", - "zh-tw": "編碼不能為空", - "en": "Code cannot be empty", - "it": "Il codice non può essere vuoto" - }, - "enb22": { - "zh-cn": "分组", - "zh-hk": "分組", - "zh-tw": "分組", - "en": "Group", - "it": "Gruppo" - }, - "6hnudq6": { - "zh-cn": "分组不能为空", - "zh-hk": "分組不能為空", - "zh-tw": "分組不能為空", - "en": "Group cannot be empty", - "it": "Il gruppo non può essere vuoto" - }, - "dtg6aa4": { - "zh-cn": "模板内容", - "zh-hk": "範本內容", - "zh-tw": "範本內容", - "en": "Template content", - "it": "Contenuto del modello" - }, - "ao6o904": { - "zh-cn": "内容类型", - "zh-hk": "內容類型", - "zh-tw": "內容類型", - "en": "Content type", - "it": "Tipo di contenuto" - }, - "dxvm93": { - "zh-cn": "富文本", - "zh-hk": "富文本", - "zh-tw": "富文本", - "en": "Rich text", - "it": "Testo formattato" - }, - "j1u2c3": { - "zh-cn": "纯文本", - "zh-hk": "純文本", - "zh-tw": "純文字", - "en": "Plain text", - "it": "Testo semplice" - }, - "cxkum94": { - "zh-cn": "插入参数", - "zh-hk": "插入參數", - "zh-tw": "插入參數", - "en": "Insert parameter", - "it": "Inserisci parametro" - }, - "yj8cag7": { - "zh-cn": "双击删除参数项", - "zh-hk": "雙擊刪除參數項", - "zh-tw": "雙擊刪除參數項", - "en": "Double-click to delete parameter item", - "it": "Doppio clic per eliminare il parametro" - }, - "jt3vea4": { - "zh-cn": "预览参数", - "zh-hk": "預覽參數", - "zh-tw": "預覽參數", - "en": "Preview parameter", - "it": "Anteprima parametri" - }, - "crd9b3": { - "zh-cn": "参数名", - "zh-hk": "參數名", - "zh-tw": "參數名稱", - "en": "Parameter name", - "it": "Nome parametro" - }, - "crci63": { - "zh-cn": "参数值", - "zh-hk": "參數值", - "zh-tw": "參數值", - "en": "Parameter value", - "it": "Valore parametro" - }, - "p1blmb5": { - "zh-cn": "预览结果:", - "zh-hk": "預覽結果:", - "zh-tw": "預覽結果:", - "en": "Preview result:", - "it": "Risultato anteprima:" - }, - "e7v9j74": { - "zh-cn": "添加作业", - "zh-hk": "新增作業", - "zh-tw": "新增作業", - "en": "Add job", - "it": "Aggiungi job" - }, - "gmgpfd4": { - "zh-cn": "编辑作业", - "zh-hk": "編輯作業", - "zh-tw": "編輯作業", - "en": "Edit job", - "it": "Modifica job" - }, - "teejok8": { - "zh-cn": "确定删除作业:【", - "zh-hk": "確定刪除作業:【", - "zh-tw": "確定刪除作業:【", - "en": "Confirm job deletion:【", - "it": "Conferma eliminazione job: 【" - }, - "etv01k5": { - "zh-cn": "添加触发器", - "zh-hk": "新增觸發器", - "zh-tw": "新增觸發器", - "en": "Add trigger", - "it": "Aggiungi trigger" - }, - "id7mrm5": { - "zh-cn": "编辑触发器", - "zh-hk": "編輯觸發器", - "zh-tw": "編輯觸發器", - "en": "Edit Trigger", - "it": "Modifica trigger" - }, - "3uuyub9": { - "zh-cn": "确定删除触发器:【", - "zh-hk": "確定刪除觸發器:【", - "zh-tw": "確定刪除觸發器:【", - "en": "Confirm deletion of trigger: 【", - "it": "Conferma eliminazione trigger:【" - }, - "r9kwww6": { - "zh-cn": "启动所有作业", - "zh-hk": "啟動所有作業", - "zh-tw": "啟動所有作業", - "en": "Start All Jobs", - "it": "Avvia tutti i job" - }, - "xmyrkv6": { - "zh-cn": "暂停所有作业", - "zh-hk": "暫停所有作業", - "zh-tw": "暫停所有作業", - "en": "Pause All Jobs", - "it": "Sospendi tutti i job" - }, - "cz5osj4": { - "zh-cn": "执行作业", - "zh-hk": "執行作業", - "zh-tw": "執行作業", - "en": "Execute Job", - "it": "Esegui job" - }, - "ayqm3b4": { - "zh-cn": "启动作业", - "zh-hk": "啟動作業", - "zh-tw": "啟動作業", - "en": "Start Job", - "it": "Avvia job" - }, - "d9ltjs4": { - "zh-cn": "暂停作业", - "zh-hk": "暫停作業", - "zh-tw": "暫停作業", - "en": "Pause Job", - "it": "Sospendi job" - }, - "b13hv44": { - "zh-cn": "取消作业", - "zh-hk": "取消作業", - "zh-tw": "取消作業", - "en": "Cancel Job", - "it": "Annulla job" - }, - "f014nw5": { - "zh-cn": "启动触发器", - "zh-hk": "啟動觸發器", - "zh-tw": "啟動觸發器", - "en": "Start Trigger", - "it": "Attiva trigger" - }, - "eo9rgd5": { - "zh-cn": "暂停触发器", - "zh-hk": "暫停觸發器", - "zh-tw": "暫停觸發器", - "en": "Pause Trigger", - "it": "Disattiva trigger" - }, - "c3s7qb9": { - "zh-cn": "强制唤醒作业调度器", - "zh-hk": "強制喚醒作業排程器", - "zh-tw": "強制喚醒作業排程器", - "en": "Force Wake Job Scheduler", - "it": "Forza il risveglio dello scheduler di job" - }, - "7vxdob": { - "zh-cn": "强制触发所有作业持久化", - "zh-hk": "強制觸發所有作業持久化", - "zh-tw": "強制觸發所有作業持久化", - "en": "Force Trigger All Job Persistence", - "it": "Forza il trigger di tutti i job persistenti" - }, - "ace63j4": { - "zh-cn": "作业编号", - "zh-hk": "作業編號", - "zh-tw": "作業編號", - "en": "Job ID", - "it": "ID Job" - }, - "izebr3": { - "zh-cn": "组名称", - "zh-hk": "組別名稱", - "zh-tw": "群組名稱", - "en": "Group Name", - "it": "Nome gruppo" - }, - "d6o19r4": { - "zh-cn": "描述信息", - "zh-hk": "描述資訊", - "zh-tw": "描述資訊", - "en": "Description", - "it": "Descrizione" - }, - "biv69s4": { - "zh-cn": "增加作业", - "zh-hk": "新增作業", - "zh-tw": "新增作業", - "en": "Add Job", - "it": "Aggiungi job" - }, - "jjs7t94": { - "zh-cn": "集群控制", - "zh-hk": "集群控制", - "zh-tw": "叢集控制", - "en": "Cluster Control", - "it": "Controllo cluster" - }, - "i4ky9u5": { - "zh-cn": "触发器编号", - "zh-hk": "觸發器編號", - "zh-tw": "觸發器編號", - "en": "Trigger ID", - "it": "ID Trigger" - }, - "l75o2": { - "zh-cn": "积压", - "zh-hk": "積壓", - "zh-tw": "待處理", - "en": "Backlog", - "it": "Backlog" - }, - "gdll2": { - "zh-cn": "就绪", - "zh-hk": "就緒", - "zh-tw": "就緒", - "en": "Ready", - "it": "Pronto" - }, - "dx2gkh4": { - "zh-cn": "正在运行", - "zh-hk": "正在執行", - "zh-tw": "執行中", - "en": "Running", - "it": "In esecuzione" - }, - "hvkq2": { - "zh-cn": "暂停", - "zh-hk": "暫停", - "zh-tw": "已暫停", - "en": "Paused", - "it": "In pausa" - }, - "q1dv2": { - "zh-cn": "阻塞", - "zh-hk": "阻塞", - "zh-tw": "已封鎖", - "en": "Blocked", - "it": "Bloccato" - }, - "u1wfnc7": { - "zh-cn": "由失败进入就绪", - "zh-hk": "由失敗進入就緒", - "zh-tw": "由失敗進入就緒", - "en": "Ready after failure", - "it": "Pronto dopo fallimento" - }, - "gsb52": { - "zh-cn": "归档", - "zh-hk": "歸檔", - "zh-tw": "歸檔", - "en": "Archived", - "it": "Archiviato" - }, - "ggai2": { - "zh-cn": "崩溃", - "zh-hk": "崩潰", - "zh-tw": "崩潰", - "en": "Crashed", - "it": "Arresto anomalo" - }, - "owa32": { - "zh-cn": "超限", - "zh-hk": "超限", - "zh-tw": "超限", - "en": "Exceeded limit", - "it": "Superamento limite" - }, - "a3wpdj5": { - "zh-cn": "无触发时间", - "zh-hk": "無觸發時間", - "zh-tw": "無觸發時間", - "en": "No trigger time", - "it": "Nessun tempo di attivazione" - }, - "fir5v3": { - "zh-cn": "未启动", - "zh-hk": "未啟動", - "zh-tw": "未啟動", - "en": "Not started", - "it": "Non avviato" - }, - "tofitg7": { - "zh-cn": "未知作业触发器", - "zh-hk": "未知作業觸發器", - "zh-tw": "未知作業觸發器", - "en": "Unknown job trigger", - "it": "Trigger di lavoro sconosciuto" - }, - "9e5li98": { - "zh-cn": "未知作业处理程序", - "zh-hk": "未知作業處理程序", - "zh-tw": "未知作業處理程序", - "en": "Unknown job handler", - "it": "Gestore di attività sconosciuto" - }, - "i7zt2q4": { - "zh-cn": "起始时间", - "zh-hk": "起始時間", - "zh-tw": "起始時間", - "en": "Start time", - "it": "Ora di inizio" - }, - "gfi7qi4": { - "zh-cn": "结束时间", - "zh-hk": "結束時間", - "zh-tw": "結束時間", - "en": "End time", - "it": "Ora di fine" - }, - "43ph116": { - "zh-cn": "最近运行时间", - "zh-hk": "最近執行時間", - "zh-tw": "最近執行時間", - "en": "Last run time", - "it": "Ultima esecuzione" - }, - "mgyzbu7": { - "zh-cn": "下一次运行时间", - "zh-hk": "下一次執行時間", - "zh-tw": "下一次執行時間", - "en": "Next run time", - "it": "Prossima esecuzione programmata" - }, - "hqxxlm4": { - "zh-cn": "触发次数", - "zh-hk": "觸發次數", - "zh-tw": "觸發次數", - "en": "Trigger count", - "it": "Numero di attivazioni" - }, - "5pd0xr6": { - "zh-cn": "最大触发次数", - "zh-hk": "最大觸發次數", - "zh-tw": "最大觸發次數", - "en": "Maximum trigger count", - "it": "Numero massimo di attivazioni" - }, - "ayl1ji4": { - "zh-cn": "出错次数", - "zh-hk": "出錯次數", - "zh-tw": "錯誤次數", - "en": "Error count", - "it": "Numero di errori" - }, - "chpwzv6": { - "zh-cn": "最大出错次数", - "zh-hk": "最大出錯次數", - "zh-tw": "最大錯誤次數", - "en": "Maximum error count", - "it": "Numero massimo di errori consentiti" - }, - "iz11cn4": { - "zh-cn": "重试次数", - "zh-hk": "重試次數", - "zh-tw": "重試次數", - "en": "Retry Count", - "it": "Numero tentativi" - }, - "g9lp5e6": { - "zh-cn": "重试间隔ms", - "zh-hk": "重試間隔ms", - "zh-tw": "重試間隔(毫秒)", - "en": "Retry Interval (ms)", - "it": "Intervallo tentativi (ms)" - }, - "fxcibc6": { - "zh-cn": "是否立即启动", - "zh-hk": "是否立即啟動", - "zh-tw": "是否立即啟動", - "en": "Immediate Startup", - "it": "Avvio immediato" - }, - "7ooct09": { - "zh-cn": "是否启动时执行一次", - "zh-hk": "是否啟動時執行一次", - "zh-tw": "是否啟動時執行一次", - "en": "Execute Once on Startup", - "it": "Esegui una volta all'avvio" - }, - "hrlktu8": { - "zh-cn": "是否重置触发次数", - "zh-hk": "是否重設觸發次數", - "zh-tw": "是否重設觸發次數", - "en": "Reset Trigger Count", - "it": "Ripristina conteggio trigger" - }, - "devbay4": { - "zh-cn": "更新时间", - "zh-hk": "更新時間", - "zh-tw": "更新時間", - "en": "Update Time", - "it": "Data aggiornamento" - }, - "ei8otj5": { - "zh-cn": "删除触发器", - "zh-hk": "刪除觸發器", - "zh-tw": "刪除觸發器", - "en": "Delete Trigger", - "it": "Elimina trigger" - }, - "cz9l2z4": { - "zh-cn": "执行方式", - "zh-hk": "執行方式", - "zh-tw": "執行方式", - "en": "Execution Mode", - "it": "Modalità esecuzione" - }, - "gtcm2": { - "zh-cn": "并行", - "zh-hk": "並行", - "zh-tw": "並行", - "en": "Parallel", - "it": "Parallela" - }, - "e1qy2": { - "zh-cn": "串行", - "zh-hk": "串行", - "zh-tw": "串行", - "en": "Serial", - "it": "Seriale" - }, - "93jsgj6": { - "zh-cn": "作业创建类型", - "zh-hk": "作業創建類型", - "zh-tw": "作業建立類型", - "en": "Job creation type", - "it": "Tipo di creazione job" - }, - "jmi28n4": { - "zh-cn": "额外数据", - "zh-hk": "額外數據", - "zh-tw": "額外資料", - "en": "Additional data", - "it": "Dati aggiuntivi" - }, - "i3sm6x4": { - "zh-cn": "请求参数", - "zh-hk": "請求參數", - "zh-tw": "請求參數", - "en": "Request parameters", - "it": "Parametri di richiesta" - }, - "htw9in9": { - "zh-cn": "Http 请求参数", - "zh-hk": "Http 請求參數", - "zh-tw": "Http 請求參數", - "en": "HTTP request parameters", - "it": "Parametri richiesta Http" - }, - "i3t4e34": { - "zh-cn": "请求地址", - "zh-hk": "請求地址", - "zh-tw": "請求位址", - "en": "Request URL", - "it": "Indirizzo richiesta" - }, - "i3vpnr4": { - "zh-cn": "请求方法", - "zh-hk": "請求方法", - "zh-tw": "請求方法", - "en": "Request method", - "it": "Metodo di richiesta" - }, - "6x2dq25": { - "zh-cn": "请求报文体", - "zh-hk": "請求報文體", - "zh-tw": "請求報文體", - "en": "Request body", - "it": "Corpo della richiesta" - }, - "czg1m24": { - "zh-cn": "执行记录", - "zh-hk": "執行記錄", - "zh-tw": "執行記錄", - "en": "Execution log", - "it": "Registro esecuzione" - }, - "2bw8wr5": { - "zh-cn": "增加触发器", - "zh-hk": "增加觸發器", - "zh-tw": "新增觸發器", - "en": "Add trigger", - "it": "Aggiungi trigger" - }, - "azb9tu4": { - "zh-cn": "删除作业", - "zh-hk": "刪除作業", - "zh-tw": "刪除作業", - "en": "Delete job", - "it": "Elimina job" - }, - "odux1c9": { - "zh-cn": "作业触发器运行记录", - "zh-hk": "作業觸發器運行記錄", - "zh-tw": "作業觸發器執行記錄", - "en": "Job Trigger Execution Log", - "it": "Registro esecuzione trigger di job" - }, - "wispj96": { - "zh-cn": "当前运行次数", - "zh-hk": "當前運行次數", - "zh-tw": "目前執行次數", - "en": "Current Execution Count", - "it": "Conteggio esecuzioni corrente" - }, - "i4mzo85": { - "zh-cn": "触发器状态", - "zh-hk": "觸發器狀態", - "zh-tw": "觸發器狀態", - "en": "Trigger Status", - "it": "Stato del trigger" - }, - "czdwha4": { - "zh-cn": "执行结果", - "zh-hk": "執行結果", - "zh-tw": "執行結果", - "en": "Execution Result", - "it": "Risultato esecuzione" - }, - "mchr2": { - "zh-cn": "耗时", - "zh-hk": "耗時", - "zh-tw": "耗時", - "en": "Duration", - "it": "Tempo impiegato" - }, - "acifrw4": { - "zh-cn": "作业集群", - "zh-hk": "作業叢集", - "zh-tw": "作業叢集", - "en": "Job Cluster", - "it": "Cluster di job" - }, - "jjww5b4": { - "zh-cn": "集群编号", - "zh-hk": "叢集編號", - "zh-tw": "叢集編號", - "en": "Cluster ID", - "it": "ID cluster" - }, - "g56t2": { - "zh-cn": "宕机", - "zh-hk": "宕機", - "zh-tw": "當機", - "en": "Down", - "it": "Down" - }, - "e514m3": { - "zh-cn": "工作中", - "zh-hk": "工作中", - "zh-tw": "工作中", - "en": "In Progress", - "it": "In esecuzione" - }, - "2k3z0j5": { - "zh-cn": "等待被唤醒", - "zh-hk": "等待被喚醒", - "zh-tw": "等待被喚醒", - "en": "Awaiting Wake-up", - "it": "In attesa di risveglio" - }, - "ac67ho4": { - "zh-cn": "作业信息", - "zh-hk": "作業資訊", - "zh-tw": "作業資訊", - "en": "Job Information", - "it": "Informazioni sul job" - }, - "1zj28h8": { - "zh-cn": "作业编号不能为空", - "zh-hk": "作業編號不能為空", - "zh-tw": "作業編號不能為空", - "en": "Job ID cannot be empty", - "it": "L'ID del job non può essere vuoto" - }, - "7bzbvb7": { - "zh-cn": "组名称不能为空", - "zh-hk": "組名稱不能為空", - "zh-tw": "組名稱不能為空", - "en": "Group name cannot be empty", - "it": "Il nome del gruppo non può essere vuoto" - }, - "arblyn4": { - "zh-cn": "创建类型", - "zh-hk": "創建類型", - "zh-tw": "建立類型", - "en": "Creation Type", - "it": "Tipo di creazione" - }, - "s7n50n5": { - "zh-cn": "扫描触发器", - "zh-hk": "掃描觸發器", - "zh-tw": "掃描觸發器", - "en": "Scan Trigger", - "it": "Trigger di scansione" - }, - "mi9shkt": { - "zh-cn": "此参数只在新增作业时生效
扫描定义在作业上的触发器", - "zh-hk": "此參數只在新增作業時生效
掃描定義在作業上的觸發器", - "zh-tw": "此參數只在新增作業時生效
掃描定義在作業上的觸發器", - "en": "This parameter only takes effect when adding a new job
Scan triggers defined on the job", - "it": "Questo parametro ha effetto solo durante la creazione di nuovi job
Scansiona i trigger definiti sul job" - }, - "gppc284": { - "zh-cn": "脚本代码", - "zh-hk": "腳本代碼", - "zh-tw": "腳本程式碼", - "en": "Script Code", - "it": "Codice script" - }, - "hzcj0o6": { - "zh-cn": "每分钟 00", - "zh-hk": "每分鐘 00", - "zh-tw": "每分鐘 00", - "en": "Every minute at 00", - "it": "Ogni minuto 00" - }, - "rqwe0g9": { - "zh-cn": "每小时 00:00", - "zh-hk": "每小時 00:00", - "zh-tw": "每小時 00:00", - "en": "Every hour at 00:00", - "it": "Ogni ora 00:00" - }, - "2e5y56b": { - "zh-cn": "每天 00:00:00", - "zh-hk": "每天 00:00:00", - "zh-tw": "每天 00:00:00", - "en": "Daily at 00:00:00", - "it": "Ogni giorno 00:00:00" - }, - "s1656nf": { - "zh-cn": "每月 1 号 00:00:00", - "zh-hk": "每月 1 號 00:00:00", - "zh-tw": "每月 1 號 00:00:00", - "en": "00:00:00 on the 1st day of each month", - "it": "Ogni 1° del mese 00:00:00" - }, - "ceigbwc": { - "zh-cn": "每周日 00:00:00", - "zh-hk": "每週日 00:00:00", - "zh-tw": "每週日 00:00:00", - "en": "00:00:00 every Sunday", - "it": "Ogni domenica 00:00:00" - }, - "nfmd3aj": { - "zh-cn": "每年 1 月 1 号 00:00:00", - "zh-hk": "每年 1 月 1 號 00:00:00", - "zh-tw": "每年 1 月 1 號 00:00:00", - "en": "00:00:00 on January 1st each year", - "it": "Ogni 1° gennaio 00:00:00" - }, - "79al54f": { - "zh-cn": "每周一至周五 00:00:00", - "zh-hk": "每週一至週五 00:00:00", - "zh-tw": "每週一至週五 00:00:00", - "en": "00:00:00 from Monday to Friday", - "it": "Da lunedì a venerdì 00:00:00" - }, - "42kwsy8": { - "zh-cn": "间隔时间不能为空", - "zh-hk": "間隔時間不能為空", - "zh-tw": "間隔時間不能為空", - "en": "Interval cannot be empty", - "it": "L'intervallo non può essere vuoto" - }, - "a1e17fb": { - "zh-cn": "Cron表达式不能为空", - "zh-hk": "Cron表達式不能為空", - "zh-tw": "Cron表達式不能為空", - "en": "Cron expression cannot be empty", - "it": "L'espressione Cron non può essere vuota" - }, - "7v305q9": { - "zh-cn": "触发器编号不能为空", - "zh-hk": "觸發器編號不能為空", - "zh-tw": "觸發器編號不能為空", - "en": "Trigger ID cannot be empty", - "it": "L'ID del trigger non può essere vuoto" - }, - "i4ldir5": { - "zh-cn": "触发器类型", - "zh-hk": "觸發器類型", - "zh-tw": "觸發器類型", - "en": "Trigger type", - "it": "Tipo di trigger" - }, - "qbz42": { - "zh-cn": "间隔", - "zh-hk": "間隔", - "zh-tw": "間隔", - "en": "Interval", - "it": "Intervallo" - }, - "prb8qd7": { - "zh-cn": "Cron表达式", - "zh-hk": "Cron表達式", - "zh-tw": "Cron表達式", - "en": "Cron expression", - "it": "Espressione Cron" - }, - "efhjbb8": { - "zh-cn": "间隔时间(ms)", - "zh-hk": "間隔時間(ms)", - "zh-tw": "間隔時間(ms)", - "en": "Interval (ms)", - "it": "Intervallo (ms)" - }, - "5koe1p8": { - "zh-cn": "重试间隔(ms)", - "zh-hk": "重試間隔(ms)", - "zh-tw": "重試間隔(ms)", - "en": "Retry Interval (ms)", - "it": "Intervallo di riprova (ms)" - }, - "fu6tep4": { - "zh-cn": "立即启动", - "zh-hk": "立即啟動", - "zh-tw": "立即啟動", - "en": "Start Immediately", - "it": "Avvia immediatamente" - }, - "71bqoz7": { - "zh-cn": "启动时执行一次", - "zh-hk": "啟動時執行一次", - "zh-tw": "啟動時執行一次", - "en": "Execute Once on Startup", - "it": "Esegui una volta all'avvio" - }, - "4hrriz6": { - "zh-cn": "重置触发次数", - "zh-hk": "重設觸發次數", - "zh-tw": "重設觸發次數", - "en": "Reset Trigger Count", - "it": "Reimposta conteggio trigger" - }, - "rky0sj1g": { - "zh-cn": "是否在启动时重置最大触发次数等于一次的作业
解决因持久化数据已完成一次触发但启动时不再执行的问题", - "zh-hk": "是否在啟動時重設最大觸發次數等於一次的作業
解決因持久化數據已完成一次觸發但啟動時不再執行的問題", - "zh-tw": "是否在啟動時重設最大觸發次數等於一次的作業
解決因持久化資料已完成一次觸發但啟動時不再執行的問題", - "en": "Whether to reset the maximum trigger count to one for jobs on startup
Resolves the issue where persisted data has already triggered once but does not execute again on startup", - "it": "Reimpostare i lavori con trigger massimo=1 all'avvio?
Risoluzione problema: trigger già completato nei dati persistenti ma non eseguito all'avvio" - }, - "tb3oz8a": { - "zh-cn": "Cron表达式生成器", - "zh-hk": "Cron表達式生成器", - "zh-tw": "Cron運算式產生器", - "en": "Cron Expression Generator", - "it": "Generatore espressioni Cron" - }, - "h6ghbdvj": { - "zh-cn": "#region using\n\nusing Furion;\nusing Furion.Logging;\nusing Furion.RemoteRequest.Extensions;\nusing Furion.Schedule;\nusing Microsoft.Extensions.DependencyInjection;\nusing System;\nusing System.Data;\nusing System.Linq.Dynamic.Core;\nusing System.Linq.Expressions;\nusing System.Text;\nusing System.Threading;\nusing System.Threading.Tasks;\nusing Yitter.IdGenerator;\n\n#endregion\n\nnamespace Admin.NET.Core;\n\n/// \n/// 动态作业任务\n/// \n[JobDetail(\"你的作业编号\")]\npublic class DynamicJob : IJob\n{\n private readonly IServiceProvider _serviceProvider;\n\n public DynamicJob(IServiceProvider serviceProvider)\n {\n _serviceProvider = serviceProvider;\n }\n\n public async Task ExecuteAsync(JobExecutingContext context, CancellationToken stoppingToken)\n {\n using var serviceScope = _serviceProvider.CreateScope();\n \n // 获取用户仓储\n // var rep = serviceScope.ServiceProvider.GetService>();\n\n // 请求网址\n // var result = await \"http://www.baidu.com\".GetAsStringAsync();\n // Console.WriteLine(result);\n\n // 日志\n // Log.Information(\"日志消息\");\n }\n}", - "zh-hk": "#region using", - "zh-tw": "#region using", - "en": "#region using", - "it": "#region using" - }, - "gagp2q4": { - "zh-cn": "系统信息", - "zh-hk": "系統資訊", - "zh-tw": "系統資訊", - "en": "System Information", - "it": "Informazioni di sistema" - }, - "z4ueyg5": { - "zh-cn": "主机名称:", - "zh-hk": "主機名稱:", - "zh-tw": "主機名稱:", - "en": "Host Name:", - "it": "Nome host:" - }, - "lir6m15": { - "zh-cn": "操作系统:", - "zh-hk": "操作系統:", - "zh-tw": "作業系統:", - "en": "Operating System:", - "it": "Sistema operativo:" - }, - "7w5h8o5": { - "zh-cn": "系统架构:", - "zh-hk": "系統架構:", - "zh-tw": "系統架構:", - "en": "System Architecture:", - "it": "Architettura del sistema:" - }, - "xfaouy6": { - "zh-cn": "CPU核数:", - "zh-hk": "CPU核數:", - "zh-tw": "CPU核心數:", - "en": "CPU Cores:", - "it": "N. core CPU:" - }, - "bokwl15": { - "zh-cn": "运行时长:", - "zh-hk": "運行時長:", - "zh-tw": "運作時長:", - "en": "Uptime:", - "it": "Tempo di esecuzione:" - }, - "9lf12n5": { - "zh-cn": "外网地址:", - "zh-hk": "外網地址:", - "zh-tw": "外網位址:", - "en": "External IP:", - "it": "Indirizzo IP pubblico:" - }, - "jzmg9u5": { - "zh-cn": "内网地址:", - "zh-hk": "內網地址:", - "zh-tw": "內網位址:", - "en": "Internal IP:", - "it": "Indirizzo IP privato:" - }, - "bopb725": { - "zh-cn": "运行框架:", - "zh-hk": "運行框架:", - "zh-tw": "執行框架:", - "en": "Runtime Framework:", - "it": "Framework di runtime:" - }, - "aiiho74": { - "zh-cn": "使用信息", - "zh-hk": "使用資訊", - "zh-tw": "使用資訊", - "en": "Usage Information", - "it": "Informazioni sull'utilizzo" - }, - "ebatg3": { - "zh-cn": "已用:", - "zh-hk": "已用:", - "zh-tw": "已用:", - "en": "Used:", - "it": "Utilizzato:" - }, - "cg1m23": { - "zh-cn": "剩余:", - "zh-hk": "剩餘:", - "zh-tw": "剩餘:", - "en": "Remaining:", - "it": "Disponibile:" - }, - "ojyuyd5": { - "zh-cn": "内存使用率", - "zh-hk": "記憶體使用率", - "zh-tw": "記憶體使用率", - "en": "Memory Usage", - "it": "Utilizzo memoria" - }, - "xbq8ie6": { - "zh-cn": "CPU使用率", - "zh-hk": "CPU使用率", - "zh-tw": "CPU使用率", - "en": "CPU Usage", - "it": "Utilizzo CPU" - }, - "f4yg9p5": { - "zh-cn": "启动时间:", - "zh-hk": "啟動時間:", - "zh-tw": "啟動時間:", - "en": "Startup Time:", - "it": "Tempo di avvio:" - }, - "gkvmej5": { - "zh-cn": "网站目录:", - "zh-hk": "網站目錄:", - "zh-tw": "網站目錄:", - "en": "Website Directory:", - "it": "Directory sito web:" - }, - "rcjek55": { - "zh-cn": "开发环境:", - "zh-hk": "開發環境:", - "zh-tw": "開發環境:", - "en": "Development Environment:", - "it": "Ambiente di sviluppo:" - }, - "xdcqi95": { - "zh-cn": "环境变量:", - "zh-hk": "環境變數:", - "zh-tw": "環境變數:", - "en": "Environment Variables:", - "it": "Variabili d'ambiente:" - }, - "7haesw5": { - "zh-cn": "程序集信息", - "zh-hk": "組件資訊", - "zh-tw": "組件資訊", - "en": "Assembly Information", - "it": "Informazioni assembly" - }, - "fq3hgl4": { - "zh-cn": "磁盘信息", - "zh-hk": "磁碟資訊", - "zh-tw": "磁碟資訊", - "en": "Disk Information", - "it": "Informazioni disco" - }, - "3g7dxm8": { - "zh-cn": "禁止删除顶层缓存", - "zh-hk": "禁止刪除頂層快取", - "zh-tw": "禁止刪除頂層快取", - "en": "Top-level Cache Deletion Prohibited", - "it": "Eliminazione cache di livello superiore vietata" - }, - "zgzy6j8": { - "zh-cn": "确定删除缓存:【", - "zh-hk": "確定刪除快取:【", - "zh-tw": "確定刪除快取:【", - "en": "Confirm deletion of cache: 【", - "it": "Conferma eliminazione cache:【" - }, - "b0hu7a9": { - "zh-cn": "确认清空所有缓存?", - "zh-hk": "確認清空所有快取?", - "zh-tw": "確認清空所有快取?", - "en": "Confirm clearing all cache?", - "it": "Confermare la cancellazione di tutte le cache?" - }, - "edyzqc4": { - "zh-cn": "清空成功", - "zh-hk": "清空成功", - "zh-tw": "清空成功", - "en": "Cache cleared successfully", - "it": "Cache svuotata con successo" - }, - "rwzrfgf": { - "zh-cn": "系统缓存数据管理,请慎重操作!", - "zh-hk": "系統快取數據管理,請慎重操作!", - "zh-tw": "系統快取資料管理,請慎重操作!", - "en": "System cache data management - proceed with caution!", - "it": "Gestione dati cache di sistema - operare con cautela!" - }, - "ges7fa4": { - "zh-cn": "缓存列表", - "zh-hk": "快取列表", - "zh-tw": "快取清單", - "en": "Cache list", - "it": "Elenco cache" - }, - "gevalf4": { - "zh-cn": "缓存数据", - "zh-hk": "緩存數據", - "zh-tw": "快取資料", - "en": "Cache data", - "it": "Dati cache" - }, - "azjgmh4": { - "zh-cn": "删除缓存", - "zh-hk": "刪除緩存", - "zh-tw": "刪除快取", - "en": "Delete cache", - "it": "Elimina cache" - }, - "xeardp6": { - "zh-cn": "添加行政区域", - "zh-hk": "新增行政區域", - "zh-tw": "新增行政區域", - "en": "Add administrative region", - "it": "Aggiungi regione amministrativa" - }, - "zy7v76": { - "zh-cn": "编辑行政区域", - "zh-hk": "編輯行政區域", - "zh-tw": "編輯行政區域", - "en": "Edit administrative region", - "it": "Modifica regione amministrativa" - }, - "7gd4w2a": { - "zh-cn": "确定删除行政区域:【", - "zh-hk": "確定刪除行政區域:【", - "zh-tw": "確定刪除行政區域:【", - "en": "Confirm deletion of administrative region: 【", - "it": "Confermare l'eliminazione della regione amministrativa: 【" - }, - "u50firg": { - "zh-cn": "确认同步国家统计局行政区域数据?", - "zh-hk": "確認同步國家統計局行政區域數據?", - "zh-tw": "確認同步國家統計局行政區域資料?", - "en": "Confirm synchronizing NBS administrative division data?", - "it": "Confermare la sincronizzazione dei dati amministrativi regionali dell'Ufficio Nazionale di Statistica?" - }, - "eg7ha": { - "zh-cn": "后台努力同步中...", - "zh-hk": "後台正在同步中...", - "zh-tw": "後台同步處理中...", - "en": "Background synchronization in progress...", - "it": "Sincronizzazione in corso in background..." - }, - "hm48c64": { - "zh-cn": "行政名称", - "zh-hk": "行政名稱", - "zh-tw": "行政區名稱", - "en": "Administrative Name", - "it": "Nome amministrativo" - }, - "hm3cc14": { - "zh-cn": "行政代码", - "zh-hk": "行政代碼", - "zh-tw": "行政區代碼", - "en": "Administrative Code", - "it": "Codice amministrativo" - }, - "cgarvf5": { - "zh-cn": "同步统计局", - "zh-hk": "同步統計局", - "zh-tw": "同步統計局", - "en": "Synchronize with NBS", - "it": "Sincronizza con l'Ufficio Statistico" - }, - "em7x2": { - "zh-cn": "区号", - "zh-hk": "區號", - "zh-tw": "區號", - "en": "Area Code", - "it": "Prefisso telefonico" - }, - "rjkimj6": { - "zh-cn": "上级行政Id", - "zh-hk": "上級行政Id", - "zh-tw": "上級行政Id", - "en": "Parent Administrative Id", - "it": "ID amministrativo superiore" - }, - "krcl3va": { - "zh-cn": "上级行政Id不能为空", - "zh-hk": "上級行政Id不能為空", - "zh-tw": "上級行政Id不能為空", - "en": "Parent Administrative Id cannot be empty", - "it": "L'ID amministrativo superiore non può essere vuoto" - }, - "tpezndh": { - "zh-cn": "上级行政Id或上级行政代码或默认0", - "zh-hk": "上級行政Id或上級行政代碼或預設0", - "zh-tw": "上級行政Id或上級行政代碼或預設0", - "en": "Parent Administrative Id or Parent Administrative Code (default: 0)", - "it": "ID amministrativo superiore o codice amministrativo superiore o valore predefinito 0" - }, - "sdotru8": { - "zh-cn": "行政名称不能为空", - "zh-hk": "行政名稱不能為空", - "zh-tw": "行政名稱不能為空", - "en": "Administrative Name cannot be empty", - "it": "Il nome amministrativo non può essere vuoto" - }, - "mleuyn8": { - "zh-cn": "行政代码不能为空", - "zh-hk": "行政代碼不能為空", - "zh-tw": "行政代碼不能為空", - "en": "Administrative code cannot be empty", - "it": "Il codice amministrativo non può essere vuoto" - }, - "ltu4gr6": { - "zh-cn": "行政区域名称", - "zh-hk": "行政區域名稱", - "zh-tw": "行政區域名稱", - "en": "Administrative region name", - "it": "Nome dell'area amministrativa" - }, - "a6esth4": { - "zh-cn": "上传成功", - "zh-hk": "上傳成功", - "zh-tw": "上傳成功", - "en": "Upload successful", - "it": "Caricamento completato con successo" - }, - "w76pdh8": { - "zh-cn": "确定删除文件:【", - "zh-hk": "確定刪除文件:【", - "zh-tw": "確定刪除檔案:【", - "en": "Confirm deletion of file: 【", - "it": "Conferma eliminazione file:【" - }, - "pm4lx9a": { - "zh-cn": "此文件格式不支持预览", - "zh-hk": "此文件格式不支援預覽", - "zh-tw": "此檔案格式不支援預覽", - "en": "This file format is not supported for preview", - "it": "Questo formato di file non supporta l'anteprima" - }, - "d4z7rm4": { - "zh-cn": "文件名称", - "zh-hk": "檔案名稱", - "zh-tw": "檔案名稱", - "en": "File name", - "it": "Nome del file" - }, - "cd0k3t4": { - "zh-cn": "开始时间", - "zh-hk": "開始時間", - "zh-tw": "開始時間", - "en": "Start time", - "it": "Ora di inizio" - }, - "dphy2": { - "zh-cn": "上传", - "zh-hk": "上傳", - "zh-tw": "上傳", - "en": "Upload", - "it": "Carica" - }, - "ezsi2": { - "zh-cn": "后缀", - "zh-hk": "後綴", - "zh-tw": "副檔名", - "en": "Extension", - "it": "Estensione" - }, - "bmajhb4": { - "zh-cn": "大小kb", - "zh-hk": "大小kb", - "zh-tw": "大小kb", - "en": "Size (KB)", - "it": "Dimensione (KB)" - }, - "db9abd4": { - "zh-cn": "无法预览", - "zh-hk": "無法預覽", - "zh-tw": "無法預覽", - "en": "Preview unavailable", - "it": "Anteprima non disponibile" - }, - "buyqs14": { - "zh-cn": "存储位置", - "zh-hk": "儲存位置", - "zh-tw": "儲存位置", - "en": "Storage location", - "it": "Posizione di archiviazione" - }, - "bv30mn4": { - "zh-cn": "存储标识", - "zh-hk": "儲存標識", - "zh-tw": "儲存識別碼", - "en": "Storage identifier", - "it": "Identificatore di archiviazione" - }, - "d55wjj4": { - "zh-cn": "文件类型", - "zh-hk": "檔案類型", - "zh-tw": "檔案類型", - "en": "File type", - "it": "Tipo di file" - }, - "d8p8vf4": { - "zh-cn": "是否公开", - "zh-hk": "是否公開", - "zh-tw": "是否公開", - "en": "Public visibility", - "it": "Pubblico" - }, - "ftzwss6": { - "zh-cn": "关联对象名称", - "zh-hk": "關聯對象名稱", - "zh-tw": "關聯物件名稱", - "en": "Associated object name", - "it": "Nome oggetto associato" - }, - "ftkzus6": { - "zh-cn": "关联对象Id", - "zh-hk": "關聯對象Id", - "zh-tw": "關聯物件Id", - "en": "Associated object ID", - "it": "ID oggetto associato" - }, - "crn9p54": { - "zh-cn": "所属Id", - "zh-hk": "所屬Id", - "zh-tw": "所屬Id", - "en": "Owner ID", - "it": "ID proprietario" - }, - "a6fdb94": { - "zh-cn": "上传文件", - "zh-hk": "上傳檔案", - "zh-tw": "上傳檔案", - "en": "Upload file", - "it": "Carica file" - }, - "wxrovq7": { - "zh-cn": "请选择文件类型", - "zh-hk": "請選擇檔案類型", - "zh-tw": "請選擇檔案類型", - "en": "Please select file type", - "it": "Seleziona il tipo di file" - }, - "fcm32i4": { - "zh-cn": "相关文件", - "zh-hk": "相關檔案", - "zh-tw": "相關檔案", - "en": "Related Documents", - "it": "File correlati" - }, - "cglen44": { - "zh-cn": "归档文件", - "zh-hk": "歸檔檔案", - "zh-tw": "歸檔檔案", - "en": "Archived Files", - "it": "File archiviati" - }, - "fowaep5": { - "zh-cn": "是否公开:", - "zh-hk": "是否公開:", - "zh-tw": "是否公開:", - "en": "Public Visibility:", - "it": "Visibilità:" - }, - "wlobrhh": { - "zh-cn": "请上传大小不超过 10MB 的文件", - "zh-hk": "請上傳大小不超過 10MB 的檔案", - "zh-tw": "請上傳大小不超過 10MB 的檔案", - "en": "Please upload files not exceeding 10MB in size", - "it": "Caricare file con dimensione ≤10MB" - }, - "39e3899": { - "zh-cn": "将文件拖到此处,或", - "zh-hk": "將檔案拖到此處,或", - "zh-tw": "將檔案拖曳到此處,或", - "en": "Drag files here, or", - "it": "Trascina file qui oppure" - }, - "ek7w3c4": { - "zh-cn": "点击上传", - "zh-hk": "點擊上傳", - "zh-tw": "點擊上傳", - "en": "Click to Upload", - "it": "Clicca per caricare" - }, - "gmkhca4": { - "zh-cn": "编辑文件", - "zh-hk": "編輯檔案", - "zh-tw": "編輯檔案", - "en": "Edit File", - "it": "Modifica file" - }, - "1vh5yu9": { - "zh-cn": "修改文件信息成功!", - "zh-hk": "修改檔案資訊成功!", - "zh-tw": "修改檔案資訊成功!", - "en": "File information modified successfully!", - "it": "Informazioni file aggiornate con successo!" - }, - "1whzk29": { - "zh-cn": "修改文件信息失败:", - "zh-hk": "修改檔案資訊失敗:", - "zh-tw": "修改檔案資訊失敗:", - "en": "Failed to modify file information:", - "it": "Aggiornamento informazioni fallito:" - }, - "84cbtq8": { - "zh-cn": "文件名称不能为空", - "zh-hk": "檔案名稱不能為空", - "zh-tw": "檔案名稱不能為空", - "en": "File name cannot be empty", - "it": "Il nome del file è obbligatorio" - }, - "ftkztw6": { - "zh-cn": "关联对象ID", - "zh-hk": "關聯對象ID", - "zh-tw": "關聯物件ID", - "en": "Associated Object ID", - "it": "ID oggetto associato" - }, - "crn9o94": { - "zh-cn": "所属ID", - "zh-hk": "所屬ID", - "zh-tw": "所屬ID", - "en": "Parent ID", - "it": "ID proprietario" - }, - "sjdqo06": { - "zh-cn": "添加打印模板", - "zh-hk": "新增列印範本", - "zh-tw": "新增列印範本", - "en": "Add Print Template", - "it": "Aggiungi modello di stampa" - }, - "3uysui6": { - "zh-cn": "编辑打印模板", - "zh-hk": "編輯列印範本", - "zh-tw": "編輯列印範本", - "en": "Edit Print Template", - "it": "Modifica modello di stampa" - }, - "b9mfkxa": { - "zh-cn": "确定删除打印模板:【", - "zh-hk": "確定刪除列印範本:【", - "zh-tw": "確定刪除列印範本:【", - "en": "Confirm Deletion of Print Template: 【", - "it": "Conferma eliminazione modello di stampa:【" - }, - "agiwnt4": { - "zh-cn": "保存模板", - "zh-hk": "儲存範本", - "zh-tw": "儲存範本", - "en": "Save Template", - "it": "Salva modello" - }, - "f2tvjj8": { - "zh-cn": "模板名称不能为空", - "zh-hk": "範本名稱不能為空", - "zh-tw": "範本名稱不能為空", - "en": "Template Name Cannot Be Empty", - "it": "Il nome del modello non può essere vuoto" - }, - "cr9x2l4": { - "zh-cn": "打印类型", - "zh-hk": "列印類型", - "zh-tw": "列印類型", - "en": "Print Type", - "it": "Tipo di stampa" - }, - "9fpibm7": { - "zh-cn": "客户端服务地址", - "zh-hk": "客戶端服務地址", - "zh-tw": "客戶端服務位址", - "en": "Client Service Address", - "it": "Indirizzo del servizio client" - }, - "cr32gb4": { - "zh-cn": "打印参数", - "zh-hk": "列印參數", - "zh-tw": "列印參數", - "en": "Print Parameters", - "it": "Parametri di stampa" - }, - "krzyek7": { - "zh-cn": "请输入打印参数", - "zh-hk": "請輸入列印參數", - "zh-tw": "請輸入列印參數", - "en": "Please enter print parameters", - "it": "Inserire i parametri di stampa" - }, - "co6uwd4": { - "zh-cn": "微软雅黑", - "zh-hk": "微軟雅黑", - "zh-tw": "微軟正黑體", - "en": "Microsoft YaHei", - "it": "Microsoft YaHei" - }, - "rg6a2": { - "zh-cn": "黑体", - "zh-hk": "黑體", - "zh-tw": "黑體", - "en": "SimHei", - "it": "SimHei" - }, - "g0882": { - "zh-cn": "宋体", - "zh-hk": "宋體", - "zh-tw": "明體", - "en": "SimSun", - "it": "SimSun" - }, - "au819k4": { - "zh-cn": "华为楷体", - "zh-hk": "華為楷體", - "zh-tw": "華為楷體", - "en": "Huawei Kaiti", - "it": "Huawei Kaiti" - }, - "wd0g7r6": { - "zh-cn": "操作失败: ", - "zh-hk": "操作失敗:", - "zh-tw": "操作失敗:", - "en": "Operation failed:", - "it": "Operazione fallita:" - }, - "spjq0hb": { - "zh-cn": "是否确认清空模板信息?", - "zh-hk": "是否確認清空範本資訊?", - "zh-tw": "是否確認清空範本資訊?", - "en": "Confirm to clear template information?", - "it": "Confermare la cancellazione delle informazioni del modello?" - }, - "o6902": { - "zh-cn": "警告", - "zh-hk": "警告", - "zh-tw": "警告", - "en": "Warning", - "it": "Avviso" - }, - "cr0rf3": { - "zh-cn": "出错:", - "zh-hk": "出錯:", - "zh-tw": "出錯:", - "en": "Error:", - "it": "Errore:" - }, - "cpmez3": { - "zh-cn": "出错:", - "zh-hk": "出錯:", - "zh-tw": "出錯:", - "en": "Error:", - "it": "Errore:" - }, - "kmbcxg4": { - "zh-cn": "默认纸张", - "zh-hk": "預設紙張", - "zh-tw": "預設紙張", - "en": "Default Paper", - "it": "Carta predefinita" - }, - "w3xhtga": { - "zh-cn": "设置纸张宽高(mm)", - "zh-hk": "設定紙張寬高(mm)", - "zh-tw": "設定紙張寬高(mm)", - "en": "Set Paper Dimensions (mm)", - "it": "Imposta larghezza/altezza carta (mm)" - }, - "mmnro45": { - "zh-cn": "自定义宽高", - "zh-hk": "自訂寬高", - "zh-tw": "自訂寬高", - "en": "Custom Dimensions", - "it": "Dimensioni personalizzate" - }, - "zbkfaa5": { - "zh-cn": "宽(mm)", - "zh-hk": "寬(mm)", - "zh-tw": "寬(mm)", - "en": "Width (mm)", - "it": "Larghezza (mm)" - }, - "1o8bev5": { - "zh-cn": "高(mm)", - "zh-hk": "高(mm)", - "zh-tw": "高(mm)", - "en": "Height (mm)", - "it": "Altezza (mm)" - }, - "e7n4t3": { - "zh-cn": "左对齐", - "zh-hk": "靠左對齊", - "zh-tw": "靠左對齊", - "en": "Left Align", - "it": "Allinea a sinistra" - }, - "g4g82": { - "zh-cn": "居中", - "zh-hk": "置中", - "zh-tw": "置中", - "en": "Center", - "it": "Centra" - }, - "cr6i23": { - "zh-cn": "右对齐", - "zh-hk": "靠右對齊", - "zh-tw": "靠右對齊", - "en": "Right Align", - "it": "Allinea a destra" - }, - "msfvx3": { - "zh-cn": "顶对齐", - "zh-hk": "靠頂對齊", - "zh-tw": "頂端對齊", - "en": "Top Align", - "it": "Allinea in alto" - }, - "bj7l4q4": { - "zh-cn": "垂直居中", - "zh-hk": "垂直置中", - "zh-tw": "垂直置中", - "en": "Vertical Center", - "it": "Centra verticalmente" - }, - "eb8wc3": { - "zh-cn": "底对齐", - "zh-hk": "靠底對齊", - "zh-tw": "底端對齊", - "en": "Bottom alignment", - "it": "Allinea in basso" - }, - "dqrlvo4": { - "zh-cn": "横向分散", - "zh-hk": "水平分散", - "zh-tw": "水平分散", - "en": "Horizontal distribution", - "it": "Distribuzione orizzontale" - }, - "gc1lw94": { - "zh-cn": "纵向分散", - "zh-hk": "垂直分散", - "zh-tw": "垂直分散", - "en": "Vertical distribution", - "it": "Distribuzione verticale" - }, - "i3nl2": { - "zh-cn": "旋转", - "zh-hk": "旋轉", - "zh-tw": "旋轉", - "en": "Rotation", - "it": "Rotazione" - }, - "ee0h8z4": { - "zh-cn": "清空模板", - "zh-hk": "清空範本", - "zh-tw": "清除範本", - "en": "Clear template", - "it": "Svuota modello" - }, - "e9ih7e6": { - "zh-cn": "模板JSON", - "zh-hk": "範本JSON", - "zh-tw": "範本JSON", - "en": "Template JSON", - "it": "Modello JSON" - }, - "g8ll2": { - "zh-cn": "属性", - "zh-hk": "屬性", - "zh-tw": "屬性", - "en": "Properties", - "it": "Proprietà" - }, - "ed8ep44": { - "zh-cn": "测试数据", - "zh-hk": "測試數據", - "zh-tw": "測試資料", - "en": "Test data", - "it": "Dati di test" - }, - "i2aulc6": { - "zh-cn": "格式化字符串", - "zh-hk": "格式化字串", - "zh-tw": "格式化字串", - "en": "Format string", - "it": "Formatta stringa" - }, - "1lxo21c": { - "zh-cn": "对整个文档的完整测试数据", - "zh-hk": "對整個文件的完整測試數據", - "zh-tw": "對整個文件的完整測試資料", - "en": "Complete test data for the entire document", - "it": "Dati di test completi per l'intero documento" - }, - "cr6vuj4": { - "zh-cn": "打印模板", - "zh-hk": "列印範本", - "zh-tw": "列印範本", - "en": "Print Template", - "it": "Modello di stampa" - }, - "owsmc66": { - "zh-cn": "【公共组件】", - "zh-hk": "【公共組件】", - "zh-tw": "【公共元件】", - "en": "【Common Components】", - "it": "【Componenti pubblici】" - }, - "flzwg3": { - "zh-cn": "条形码", - "zh-hk": "條形碼", - "zh-tw": "條碼", - "en": "Barcode", - "it": "Codice a barre" - }, - "c4ffd3": { - "zh-cn": "二维码", - "zh-hk": "二維碼", - "zh-tw": "二維碼", - "en": "QR Code", - "it": "Codice QR" - }, - "nrv82": { - "zh-cn": "表格", - "zh-hk": "表格", - "zh-tw": "表格", - "en": "Table", - "it": "Tabella" - }, - "i1y72": { - "zh-cn": "数量", - "zh-hk": "數量", - "zh-tw": "數量", - "en": "Quantity", - "it": "Quantità" - }, - "o06w2": { - "zh-cn": "规格", - "zh-hk": "規格", - "zh-tw": "規格", - "en": "Specification", - "it": "Specifiche" - }, - "i8qo2": { - "zh-cn": "条码", - "zh-hk": "條碼", - "zh-tw": "條碼", - "en": "Barcode", - "it": "Barcode" - }, - "elvm2": { - "zh-cn": "单价", - "zh-hk": "單價", - "zh-tw": "單價", - "en": "Unit Price", - "it": "Prezzo unitario" - }, - "pn1o2": { - "zh-cn": "金额", - "zh-hk": "金額", - "zh-tw": "金額", - "en": "Amount", - "it": "Importo" - }, - "hu2t2": { - "zh-cn": "文本", - "zh-hk": "文本", - "zh-tw": "文字", - "en": "Text", - "it": "Testo" - }, - "mmp5em5": { - "zh-cn": "自定义文本", - "zh-hk": "自定義文本", - "zh-tw": "自訂文字", - "en": "Custom Text", - "it": "Testo personalizzato" - }, - "k3c1ib": { - "zh-cn": "长文本分页/不分页测试", - "zh-hk": "長文本分頁/不分頁測試", - "zh-tw": "長文字分頁/不分頁測試", - "en": "Long Text Pagination/Non-pagination Test", - "it": "Test di testo lungo con/senza impaginazione" - }, - "me4hw3": { - "zh-cn": "长文本", - "zh-hk": "長文本", - "zh-tw": "長文字", - "en": "Long Text", - "it": "Testo lungo" - }, - "ir4l2": { - "zh-cn": "横线", - "zh-hk": "橫線", - "zh-tw": "橫線", - "en": "Horizontal Line", - "it": "Linea orizzontale" - }, - "ll7t2": { - "zh-cn": "竖线", - "zh-hk": "直線", - "zh-tw": "豎線", - "en": "Vertical Line", - "it": "Linea verticale" - }, - "kx3t2": { - "zh-cn": "矩形", - "zh-hk": "矩形", - "zh-tw": "矩形", - "en": "Rectangle", - "it": "Rettangolo" - }, - "id892": { - "zh-cn": "椭圆", - "zh-hk": "橢圓", - "zh-tw": "橢圓", - "en": "Ellipse", - "it": "Ellisse" - }, - "h3zcs56": { - "zh-cn": "【视图字段】", - "zh-hk": "【檢視欄位】", - "zh-tw": "【檢視欄位】", - "en": "【View Field】", - "it": "【Campo vista】" - }, - "cp4p43": { - "zh-cn": "制表人", - "zh-hk": "製表人", - "zh-tw": "製表人", - "en": "Prepared by", - "it": "Preparato da" - }, - "cr6fi34": { - "zh-cn": "打印时间", - "zh-hk": "列印時間", - "zh-tw": "列印時間", - "en": "Print Time", - "it": "Data di stampa" - }, - "cg4ps74": { - "zh-cn": "库管签字", - "zh-hk": "倉管簽字", - "zh-tw": "庫管簽字", - "en": "Warehouse Keeper's Signature", - "it": "Firma del magazziniere" - }, - "ghdptc4": { - "zh-cn": "经理签字", - "zh-hk": "經理簽字", - "zh-tw": "經理簽字", - "en": "Manager's Signature", - "it": "Firma del manager" - }, - "6gowz94": { - "zh-cn": "【常规】", - "zh-hk": "【常規】", - "zh-tw": "【常規】", - "en": "【General】", - "it": "【Generale】" - }, - "axlmit4": { - "zh-cn": "单据表头", - "zh-hk": "單據表頭", - "zh-tw": "單據表頭", - "en": "Document Header", - "it": "Intestazione documento" - }, - "axjl614": { - "zh-cn": "单据类型", - "zh-hk": "單據類型", - "zh-tw": "單據類型", - "en": "Document Type", - "it": "Tipo documento" - }, - "hyu6l04": { - "zh-cn": "订单编号", - "zh-hk": "訂單編號", - "zh-tw": "訂單編號", - "en": "Order Number", - "it": "Numero ordine" - }, - "a7899d4": { - "zh-cn": "业务日期", - "zh-hk": "業務日期", - "zh-tw": "業務日期", - "en": "Business Date", - "it": "Data operazione" - }, - "c9kg804": { - "zh-cn": "平台名称", - "zh-hk": "平台名稱", - "zh-tw": "平台名稱", - "en": "Platform Name", - "it": "Nome piattaforma" - }, - "6g4jws4": { - "zh-cn": "【客户】", - "zh-hk": "【客戶】", - "zh-tw": "【客戶】", - "en": "【Customer】", - "it": "【Cliente】" - }, - "byvcwo4": { - "zh-cn": "客户名称", - "zh-hk": "客戶名稱", - "zh-tw": "客戶名稱", - "en": "Customer Name", - "it": "Nome cliente" - }, - "k232lg4": { - "zh-cn": "高级客户", - "zh-hk": "高級客戶", - "zh-tw": "高級客戶", - "en": "Premium Customer", - "it": "Cliente premium" - }, - "bz13h94": { - "zh-cn": "客户电话", - "zh-hk": "客戶電話", - "zh-tw": "客戶電話", - "en": "Customer Phone", - "it": "Telefono cliente" - }, - "11svju7": { - "zh-cn": "【表格/其他】", - "zh-hk": "【表格/其他】", - "zh-tw": "【表格/其他】", - "en": "【Table/Other】", - "it": "【Tabella/Altro】" - }, - "hypwkx4": { - "zh-cn": "订单数据", - "zh-hk": "訂單數據", - "zh-tw": "訂單數據", - "en": "Order Data", - "it": "Dati ordine" - }, - "6nni654": { - "zh-cn": "【辅助】", - "zh-hk": "【輔助】", - "zh-tw": "【輔助】", - "en": "【Auxiliary】", - "it": "【Supporto】" - }, - "pvhg3": { - "zh-cn": "A设计", - "zh-hk": "A設計", - "zh-tw": "A設計", - "en": "Design A", - "it": "Progetto A" - }, - "pw853": { - "zh-cn": "B设计", - "zh-hk": "B設計", - "zh-tw": "B設計", - "en": "Design B", - "it": "Progetto B" - }, - "p624py6": { - "zh-cn": "测试商品01", - "zh-hk": "測試商品01", - "zh-tw": "測試商品01", - "en": "Test Product 01", - "it": "Prodotto test 01" - }, - "p624pz6": { - "zh-cn": "测试商品02", - "zh-hk": "測試商品02", - "zh-tw": "測試商品02", - "en": "Test Product 02", - "it": "Prodotto test 02" - }, - "p624q06": { - "zh-cn": "测试商品03", - "zh-hk": "測試商品03", - "zh-tw": "測試商品03", - "en": "Test Product 03", - "it": "Prova prodotto 03" - }, - "p624q16": { - "zh-cn": "测试商品04", - "zh-hk": "測試商品04", - "zh-tw": "測試商品04", - "en": "Test Product 04", - "it": "Prova prodotto 04" - }, - "p624q26": { - "zh-cn": "测试商品05", - "zh-hk": "測試商品05", - "zh-tw": "測試商品05", - "en": "Test Product 05", - "it": "Prova prodotto 05" - }, - "p624q36": { - "zh-cn": "测试商品06", - "zh-hk": "測試商品06", - "zh-tw": "測試商品06", - "en": "Test Product 06", - "it": "Prova prodotto 06" - }, - "p624q46": { - "zh-cn": "测试商品07", - "zh-hk": "測試商品07", - "zh-tw": "測試商品07", - "en": "Test Product 07", - "it": "Prova prodotto 07" - }, - "p624q56": { - "zh-cn": "测试商品08", - "zh-hk": "測試商品08", - "zh-tw": "測試商品08", - "en": "Test Product 08", - "it": "Prova prodotto 08" - }, - "p624q66": { - "zh-cn": "测试商品09", - "zh-hk": "測試商品09", - "zh-tw": "測試商品09", - "en": "Test Product 09", - "it": "Prova prodotto 09" - }, - "p624qs6": { - "zh-cn": "测试商品10", - "zh-hk": "測試商品10", - "zh-tw": "測試商品10", - "en": "Test Product 10", - "it": "Prova prodotto 10" - }, - "p624qt6": { - "zh-cn": "测试商品11", - "zh-hk": "測試商品11", - "zh-tw": "測試商品11", - "en": "Test Product 11", - "it": "Prova prodotto 11" - }, - "p624qu6": { - "zh-cn": "测试商品12", - "zh-hk": "測試商品12", - "zh-tw": "測試商品12", - "en": "Test Product 12", - "it": "Prova prodotto 12" - }, - "p624qv6": { - "zh-cn": "测试商品13", - "zh-hk": "測試商品13", - "zh-tw": "測試商品13", - "en": "Test Product 13", - "it": "Prova articolo 13" - }, - "p624qw6": { - "zh-cn": "测试商品14", - "zh-hk": "測試商品14", - "zh-tw": "測試商品14", - "en": "Test Product 14", - "it": "Prova articolo 14" - }, - "p624qx6": { - "zh-cn": "测试商品15", - "zh-hk": "測試商品15", - "zh-tw": "測試商品15", - "en": "Test Product 15", - "it": "Prova articolo 15" - }, - "p624qy6": { - "zh-cn": "测试商品16", - "zh-hk": "測試商品16", - "zh-tw": "測試商品16", - "en": "Test Product 16", - "it": "Prova articolo 16" - }, - "p624qz6": { - "zh-cn": "测试商品17", - "zh-hk": "測試商品17", - "zh-tw": "測試商品17", - "en": "Test Product 17", - "it": "Prova articolo 17" - }, - "p624r06": { - "zh-cn": "测试商品18", - "zh-hk": "測試商品18", - "zh-tw": "測試商品18", - "en": "Test Product 18", - "it": "Prova articolo 18" - }, - "p624r16": { - "zh-cn": "测试商品19", - "zh-hk": "測試商品19", - "zh-tw": "測試商品19", - "en": "Test Product 19", - "it": "Prova articolo 19" - }, - "p624rn6": { - "zh-cn": "测试商品20", - "zh-hk": "測試商品20", - "zh-tw": "測試商品20", - "en": "Test Product 20", - "it": "Prova articolo 20" - }, - "p624ro6": { - "zh-cn": "测试商品21", - "zh-hk": "測試商品21", - "zh-tw": "測試商品21", - "en": "Test Product 21", - "it": "Prova articolo 21" - }, - "p624rp6": { - "zh-cn": "测试商品22", - "zh-hk": "測試商品22", - "zh-tw": "測試商品22", - "en": "Test Product 22", - "it": "Prova articolo 22" - }, - "p624rq6": { - "zh-cn": "测试商品23", - "zh-hk": "測試商品23", - "zh-tw": "測試商品23", - "en": "Test Product 23", - "it": "Prova Prodotto 23" - }, - "p624rr6": { - "zh-cn": "测试商品24", - "zh-hk": "測試商品24", - "zh-tw": "測試商品24", - "en": "Test Product 24", - "it": "Prova Prodotto 24" - }, - "p624rs6": { - "zh-cn": "测试商品25", - "zh-hk": "測試商品25", - "zh-tw": "測試商品25", - "en": "Test Product 25", - "it": "Prova Prodotto 25" - }, - "p624rt6": { - "zh-cn": "测试商品26", - "zh-hk": "測試商品26", - "zh-tw": "測試商品26", - "en": "Test Product 26", - "it": "Prova Prodotto 26" - }, - "p624ru6": { - "zh-cn": "测试商品27", - "zh-hk": "測試商品27", - "zh-tw": "測試商品27", - "en": "Test Product 27", - "it": "Prova Prodotto 27" - }, - "p624rv6": { - "zh-cn": "测试商品28", - "zh-hk": "測試商品28", - "zh-tw": "測試商品28", - "en": "Test Product 28", - "it": "Prova Prodotto 28" - }, - "p624rw6": { - "zh-cn": "测试商品29", - "zh-hk": "測試商品29", - "zh-tw": "測試商品29", - "en": "Test Product 29", - "it": "Prova Prodotto 29" - }, - "p624si6": { - "zh-cn": "测试商品30", - "zh-hk": "測試商品30", - "zh-tw": "測試商品30", - "en": "Test Product 30", - "it": "Prova Prodotto 30" - }, - "qm1o8y6": { - "zh-cn": "添加动态插件", - "zh-hk": "新增動態插件", - "zh-tw": "新增動態插件", - "en": "Add Dynamic Plugin", - "it": "Aggiungi Plugin Dinamico" - }, - "5sav9k6": { - "zh-cn": "编辑动态插件", - "zh-hk": "編輯動態插件", - "zh-tw": "編輯動態插件", - "en": "Edit Dynamic Plugin", - "it": "Modifica Plugin Dinamico" - }, - "77fb1fa": { - "zh-cn": "确定删除动态插件:【", - "zh-hk": "確定刪除動態插件:【", - "zh-tw": "確定刪除動態插件:【", - "en": "Confirm deletion of dynamic plugin:【", - "it": "Confermi eliminazione plugin dinamico:【" - }, - "aygjsx4": { - "zh-cn": "功能名称", - "zh-hk": "功能名稱", - "zh-tw": "功能名稱", - "en": "Function Name", - "it": "Nome funzione" - }, - "7h9k7v5": { - "zh-cn": "程序集名称", - "zh-hk": "組件名稱", - "zh-tw": "組件名稱", - "en": "Assembly Name", - "it": "Nome assembly" - }, - "83ldczb": { - "zh-cn": "请正确编写 C# 代码", - "zh-hk": "請正確編寫 C# 代碼", - "zh-tw": "請正確編寫 C# 程式碼", - "en": "Please write correct C# code", - "it": "Si prega di scrivere correttamente il codice C#" - }, - "cx7bwy4": { - "zh-cn": "插件信息", - "zh-hk": "插件資訊", - "zh-tw": "插件資訊", - "en": "Plugin Information", - "it": "Informazioni plugin" - }, - "n4vbv58": { - "zh-cn": "功能名称不能为空", - "zh-hk": "功能名稱不能為空", - "zh-tw": "功能名稱不能為空", - "en": "Function name cannot be empty", - "it": "Il nome della funzione non può essere vuoto" - }, - "11vase5": { - "zh-cn": "C# 代码", - "zh-hk": "C# 代碼", - "zh-tw": "C# 程式碼", - "en": "C# Code", - "it": "Codice C#" - }, - "sf35oz8": { - "zh-cn": "添加开放接口身份", - "zh-hk": "新增開放介面身份", - "zh-tw": "新增開放介面身份", - "en": "Add Open API Identity", - "it": "Aggiungi identità interfaccia aperta" - }, - "4xma158": { - "zh-cn": "编辑开放接口身份", - "zh-hk": "編輯開放介面身份", - "zh-tw": "編輯開放介面身份", - "en": "Edit Open API Identity", - "it": "Modifica identità interfaccia aperta" - }, - "pxp7f0c": { - "zh-cn": "确定删除开放接口身份:【", - "zh-hk": "確定刪除開放介面身份:【", - "zh-tw": "確定刪除開放介面身份:【", - "en": "Confirm deletion of open API identity: 【", - "it": "Confermi eliminazione identità interfaccia aperta:【" - }, - "ibvsnl4": { - "zh-cn": "身份标识", - "zh-hk": "身份識別碼", - "zh-tw": "身份識別碼", - "en": "Identity ID", - "it": "Identificativo" - }, - "od5m2": { - "zh-cn": "说明", - "zh-hk": "說明", - "zh-tw": "說明", - "en": "Description", - "it": "Descrizione" - }, - "gfbz2": { - "zh-cn": "密钥", - "zh-hk": "密鑰", - "zh-tw": "金鑰", - "en": "Secret Key", - "it": "Chiave" - }, - "o6fi5z6": { - "zh-cn": "绑定用户账号", - "zh-hk": "綁定用戶帳號", - "zh-tw": "綁定使用者帳號", - "en": "Bound User Account", - "it": "Associa account utente" - }, - "nlab4s6": { - "zh-cn": "绑定租户名称", - "zh-hk": "綁定租戶名稱", - "zh-tw": "綁定租戶名稱", - "en": "Bound Tenant Name", - "it": "Associa nome tenant" - }, - "f6rffk4": { - "zh-cn": "生成签名", - "zh-hk": "生成簽名", - "zh-tw": "產生簽章", - "en": "Generate Signature", - "it": "Genera firma" - }, - "58u9up8": { - "zh-cn": "身份标识不能为空", - "zh-hk": "身份標識不能為空", - "zh-tw": "身份識別不能為空", - "en": "Identity ID cannot be empty", - "it": "L'identificativo non può essere vuoto" - }, - "4q8tld6": { - "zh-cn": "密钥不能为空", - "zh-hk": "密鑰不能為空", - "zh-tw": "金鑰不能為空", - "en": "Secret Key cannot be empty", - "it": "La chiave non può essere vuota" - }, - "f6mdyo4": { - "zh-cn": "生成密钥", - "zh-hk": "生成密鑰", - "zh-tw": "產生金鑰", - "en": "Generate Secret Key", - "it": "Genera chiave" - }, - "gdtza94": { - "zh-cn": "绑定租户", - "zh-hk": "綁定租戶", - "zh-tw": "綁定租戶", - "en": "Tenant binding", - "it": "Associa tenant" - }, - "d33amn8": { - "zh-cn": "绑定租户不能为空", - "zh-hk": "綁定租戶不能為空", - "zh-tw": "綁定租戶不能為空", - "en": "Tenant binding cannot be empty", - "it": "Il tenant di binding non può essere vuoto" - }, - "gdt6ew4": { - "zh-cn": "绑定用户", - "zh-hk": "綁定用戶", - "zh-tw": "綁定使用者", - "en": "User binding", - "it": "Utente di binding" - }, - "gbkoqg8": { - "zh-cn": "绑定用户不能为空", - "zh-hk": "綁定用戶不能為空", - "zh-tw": "綁定使用者不能為空", - "en": "User binding cannot be empty", - "it": "L'utente di binding non può essere vuoto" - }, - "tnezx5a": { - "zh-cn": "OpenAPI 使用", - "zh-hk": "OpenAPI 使用", - "zh-tw": "OpenAPI 使用", - "en": "OpenAPI usage", - "it": "Utilizzo OpenAPI" - }, - "bn1xvot": { - "zh-cn": "在需要使用 Signature 身份验证的 Api 中贴上", - "zh-hk": "在需要使用 Signature 身份驗證的 Api 中貼上", - "zh-tw": "在需要使用 Signature 身份驗證的 Api 中貼上", - "en": "Apply to APIs requiring Signature authentication", - "it": "Da applicare sulle API che richiedono autenticazione tramite Signature" - }, - "u2rv8er": { - "zh-cn": "如果 Api 需要保留 Jwt 方式的身份验证,可贴上", - "zh-hk": "如果 Api 需要保留 Jwt 方式嘅身份驗證,可貼上", - "zh-tw": "如果 API 需要保留 JWT 方式的身份驗證,可貼上", - "en": "For APIs needing to retain JWT authentication, apply", - "it": "Se l'API deve mantenere l'autenticazione Jwt, applicare questo" - }, - "2c61rui": { - "zh-cn": "通过对请求的签名,可以达到以下目的:", - "zh-hk": "透過對請求嘅簽名,可以達到以下目的:", - "zh-tw": "透過對請求的簽章,可以達到以下目的:", - "en": "Request signing achieves the following purposes:", - "it": "La firma della richiesta consente di:" - }, - "eldt9ue": { - "zh-cn": "免登录识别访问接口用户的身份", - "zh-hk": "免登入識別訪問接口用戶嘅身份", - "zh-tw": "免登入識別存取介面使用者的身份", - "en": "Identify API users without login", - "it": "Identificare l'utente senza login" - }, - "koy5h59": { - "zh-cn": "防止潜在的重放攻击", - "zh-hk": "防止潛在嘅重放攻擊", - "zh-tw": "防止潛在的重放攻擊", - "en": "Prevent potential replay attacks", - "it": "Prevenire potenziali attacchi di replay" - }, - "g4n9l5c": { - "zh-cn": "OpenAPI 签名流程", - "zh-hk": "OpenAPI 簽名流程", - "zh-tw": "OpenAPI 簽章流程", - "en": "OpenAPI Signature Process", - "it": "Flusso di firma OpenAPI" - }, - "gxdhu213": { - "zh-cn": "客户端在请求时,需要按照如下步骤生成签名 Signature,并添加公共参数:", - "zh-hk": "客戶端喺請求時,需要按照如下步驟生成簽名 Signature,並添加公共參數:", - "zh-tw": "用戶端在請求時,需要按照以下步驟產生簽章 Signature,並新增公共參數:", - "en": "When making a request, the client must generate the signature (Signature) according to the following steps and include common parameters:", - "it": "Il client deve generare la firma Signature seguendo i passaggi seguenti durante la richiesta e aggiungere i parametri pubblici:" - }, - "mtmgma6": { - "zh-cn": "公共请求参数", - "zh-hk": "公共請求參數", - "zh-tw": "公共請求參數", - "en": "Common Request Parameters", - "it": "Parametri di richiesta pubblici" - }, - "dbik7kn": { - "zh-cn": "在原始请求的基础上添加 Header 请求参数", - "zh-hk": "喺原始請求嘅基礎上添加 Header 請求參數", - "zh-tw": "在原始請求的基礎上新增 Header 請求參數", - "en": "Add Header request parameters to the original request", - "it": "Aggiungere i parametri Header alla richiesta originale" - }, - "lc6z8r5": { - "zh-cn": ":身份标识", - "zh-hk": ":身份標識", - "zh-tw": ":身份標識", - "en": ": Identity identifier", - "it": ":Identificativo" - }, - "aa94ir9": { - "zh-cn": ":时间戳,精确到秒", - "zh-hk": ":時間戳,精確到秒", - "zh-tw": ":時間戳,精確到秒", - "en": ": Timestamp, accurate to seconds", - "it": ":Timestamp, preciso al secondo" - }, - "umsk8ai": { - "zh-cn": ":唯一随机数,建议为一个6位的随机数", - "zh-hk": ":唯一隨機數,建議為一個6位的隨機數", - "zh-tw": ":唯一隨機數,建議為一個6位的隨機數", - "en": ": Unique random number, recommended to be a 6-digit random value", - "it": ":Numero casuale univoco, si consiglia un numero casuale a 6 cifre" - }, - "mcinqpg": { - "zh-cn": ":签名数据(见“计算签名”部分)", - "zh-hk": ":簽名數據(見「計算簽名」部分)", - "zh-tw": ":簽名數據(見「計算簽名」部分)", - "en": ": Signature data (refer to the \"Signature Calculation\" section)", - "it": ":Dati della firma (vedere sezione \"Calcolo della firma\")" - }, - "i4p7mt4": { - "zh-cn": "计算签名", - "zh-hk": "計算簽名", - "zh-tw": "計算簽名", - "en": "Signature Calculation", - "it": "Calcolo della firma" - }, - "bbw6lu12": { - "zh-cn": "按照如下顺序对请求中的参数进行排序,各个参数通过&进行拼接(中间不含空格):", - "zh-hk": "按照如下順序對請求中的參數進行排序,各個參數通過&進行拼接(中間不含空格):", - "zh-tw": "按照如下順序對請求中的參數進行排序,各個參數通過&進行拼接(中間不含空格):", - "en": "Sort the parameters in the request in the following order and concatenate them with & (without spaces in between):", - "it": "Ordinare i parametri nella richiesta secondo la sequenza seguente, concatenando i vari parametri con & (senza spazi intermedi):" - }, - "cdebq3a": { - "zh-cn": "需要大写,如:GET", - "zh-hk": "需要大寫,如:GET", - "zh-tw": "需要大寫,如:GET", - "en": "Must be uppercase, e.g.: GET", - "it": "Deve essere in maiuscolo, ad esempio: GET" - }, - "ayeej813": { - "zh-cn": "去除协议、域名、参数,以 / 开头,如:/api/demo/helloWord", - "zh-hk": "去除協議、域名、參數,以 / 開頭,如:/api/demo/helloWord", - "zh-tw": "去除協議、域名、參數,以 / 開頭,如:/api/demo/helloWord", - "en": "Remove protocol, domain, and parameters, starting with /, e.g.: /api/demo/helloWord", - "it": "Rimuovere protocollo, dominio e parametri, iniziare con /, ad esempio: /api/demo/helloWord" - }, - "guvzer15": { - "zh-cn": "使用 HMAC-SHA256 协议创建基于哈希的消息身份验证代码 (HMAC),以", - "zh-hk": "使用 HMAC-SHA256 協議創建基於哈希的消息身份驗證代碼 (HMAC),以", - "zh-tw": "使用 HMAC-SHA256 協議創建基於哈希的消息身份驗證代碼 (HMAC),以", - "en": "Use the HMAC-SHA256 protocol to create a Hash-based Message Authentication Code (HMAC), with", - "it": "Utilizzare il protocollo HMAC-SHA256 per creare un codice di autenticazione del messaggio basato su hash (HMAC), con" - }, - "tdjfij11": { - "zh-cn": "作为密钥,对上面拼接的参数进行计算签名,所得签名进行 Base-64 编码", - "zh-hk": "作為密鑰,對上面拼接的參數進行計算簽名,所得簽名進行 Base-64 編碼", - "zh-tw": "作為密鑰,對上面拼接的參數進行計算簽名,所得簽名進行 Base-64 編碼", - "en": "as the key, to compute the signature for the concatenated parameters above. The resulting signature is Base-64 encoded.", - "it": "come chiave, per calcolare la firma dei parametri concatenati sopra. La firma risultante viene codificata in Base-64." - }, - "oo9yxyh": { - "zh-cn": "HMAC-SHA256 在线计算:", - "zh-hk": "HMAC-SHA256 在線計算:", - "zh-tw": "HMAC-SHA256 在線計算:", - "en": "HMAC-SHA256 online calculation:", - "it": "Calcolatore online HMAC-SHA256:" - }, - "6gpiuf6": { - "zh-cn": "接口请求地址", - "zh-hk": "接口請求地址", - "zh-tw": "接口請求地址", - "en": "API request URL", - "it": "Indirizzo di richiesta dell'interfaccia" - }, - "fnol13": { - "zh-cn": "时间戳", - "zh-hk": "時間戳記", - "zh-tw": "時間戳記", - "en": "Timestamp", - "it": "Timestamp" - }, - "4xvxse8": { - "zh-cn": "输入或获取时间戳", - "zh-hk": "輸入或獲取時間戳記", - "zh-tw": "輸入或取得時間戳記", - "en": "Enter or fetch timestamp", - "it": "Inserire o ottenere il timestamp" - }, - "mv3z2": { - "zh-cn": "获取", - "zh-hk": "獲取", - "zh-tw": "取得", - "en": "Fetch", - "it": "Ottieni" - }, - "mk0913": { - "zh-cn": "随机数", - "zh-hk": "隨機數", - "zh-tw": "亂數", - "en": "Nonce", - "it": "Numero casuale" - }, - "4qzm4e8": { - "zh-cn": "输入或获取随机数", - "zh-hk": "輸入或獲取隨機數", - "zh-tw": "輸入或取得亂數", - "en": "Input or generate random number", - "it": "Inserisci o ottieni un numero casuale" - }, - "lgsv2": { - "zh-cn": "签名", - "zh-hk": "簽名", - "zh-tw": "簽章", - "en": "Signature", - "it": "Firma" - }, - "f347hb9": { - "zh-cn": "填写信息后自动生成", - "zh-hk": "填寫資訊後自動生成", - "zh-tw": "填寫資訊後自動產生", - "en": "Automatically generated after filling in information", - "it": "Generato automaticamente dopo la compilazione delle informazioni" - }, - "r45wpv8": { - "zh-cn": "注册方案不能为空", - "zh-hk": "註冊方案不能為空", - "zh-tw": "註冊方案不能為空", - "en": "Registration scheme cannot be empty", - "it": "Il piano di registrazione non può essere vuoto" - }, - "aghf564": { - "zh-cn": "保存成功", - "zh-hk": "儲存成功", - "zh-tw": "儲存成功", - "en": "Successfully saved", - "it": "Salvataggio riuscito" - }, - "sjmq0j6": { - "zh-cn": "系统信息配置", - "zh-hk": "系統資訊配置", - "zh-tw": "系統資訊設定", - "en": "System information configuration", - "it": "Configurazione delle informazioni di sistema" - }, - "gahy4t4": { - "zh-cn": "系统图标", - "zh-hk": "系統圖標", - "zh-tw": "系統圖示", - "en": "System icon", - "it": "Icona del sistema" - }, - "7sen8o5": { - "zh-cn": "系统主标题", - "zh-hk": "系統主標題", - "zh-tw": "系統主標題", - "en": "System main title", - "it": "Titolo principale del sistema" - }, - "7t0t3w5": { - "zh-cn": "系统副标题", - "zh-hk": "系統副標題", - "zh-tw": "系統副標題", - "en": "System subtitle", - "it": "Sottotitolo del sistema" - }, - "gakchx4": { - "zh-cn": "系统描述", - "zh-hk": "系統描述", - "zh-tw": "系統描述", - "en": "System description", - "it": "Descrizione del sistema" - }, - "dzxgnk4": { - "zh-cn": "水印内容", - "zh-hk": "浮水印內容", - "zh-tw": "浮水印內容", - "en": "Watermark content", - "it": "Contenuto filigrana" - }, - "eupj9x4": { - "zh-cn": "版权说明", - "zh-hk": "版權說明", - "zh-tw": "版權聲明", - "en": "Copyright notice", - "it": "Dichiarazione copyright" - }, - "z10pj46": { - "zh-cn": "ICP备案号", - "zh-hk": "ICP備案號", - "zh-tw": "ICP備案號", - "en": "ICP filing number", - "it": "Numero registrazione ICP" - }, - "e2xxlf4": { - "zh-cn": "注册方案", - "zh-hk": "註冊方案", - "zh-tw": "註冊方案", - "en": "Registration plan", - "it": "Piano di registrazione" - }, - "9dn8ov7": { - "zh-cn": "确定进行退款:", - "zh-hk": "確定進行退款:", - "zh-tw": "確定進行退款:", - "en": "Confirm refund:", - "it": "Conferma rimborso:" - }, - "8o1e529": { - "zh-cn": "元?请输入退款理由", - "zh-hk": "元?請輸入退款理由", - "zh-tw": "元?請輸入退款理由", - "en": "¥?Please enter the refund reason", - "it": "¥?Inserire motivazione rimborso" - }, - "xm0wce7": { - "zh-cn": "】退款申请成功", - "zh-hk": "】退款申請成功", - "zh-tw": "】退款申請成功", - "en": "】Refund request submitted successfully", - "it": "】Richiesta rimborso inviata con successo" - }, - "lnxgy15": { - "zh-cn": "操作失败:", - "zh-hk": "操作失敗:", - "zh-tw": "操作失敗:", - "en": "Operation failed:", - "it": "Operazione fallita:" - }, - "b175ep4": { - "zh-cn": "取消操作", - "zh-hk": "取消操作", - "zh-tw": "取消操作", - "en": "Cancel operation", - "it": "Annulla operazione" - }, - "8p65vu9": { - "zh-cn": "获取退款列表失败,", - "zh-hk": "獲取退款列表失敗,", - "zh-tw": "取得退款清單失敗,", - "en": "Failed to retrieve refund list,", - "it": "Recupero elenco rimborsi fallito" - }, - "g87cpe5": { - "zh-cn": "新建失败,", - "zh-hk": "新建失敗,", - "zh-tw": "新增失敗,", - "en": "Creation failed,", - "it": "Creazione fallita," - }, - "kuwys3": { - "zh-cn": "订单号", - "zh-hk": "訂單號", - "zh-tw": "訂單編號", - "en": "Order No.", - "it": "Numero ordine" - }, - "7djicl6": { - "zh-cn": "请输入订单号", - "zh-hk": "請輸入訂單號", - "zh-tw": "請輸入訂單編號", - "en": "Please enter the order number", - "it": "Inserire il numero d'ordine" - }, - "ujtwqc7": { - "zh-cn": "请选择创建时间", - "zh-hk": "請選擇創建時間", - "zh-tw": "請選擇建立時間", - "en": "Please select creation time", - "it": "Selezionare la data di creazione" - }, - "srogja6": { - "zh-cn": "新增模拟数据", - "zh-hk": "新增模擬數據", - "zh-tw": "新增模擬資料", - "en": "Add simulated data", - "it": "Aggiungi dati simulati" - }, - "8rq8kt5": { - "zh-cn": "商户订单号", - "zh-hk": "商戶訂單號", - "zh-tw": "商戶訂單編號", - "en": "Merchant order number", - "it": "Numero ordine commerciante" - }, - "k1apqd5": { - "zh-cn": "支付订单号", - "zh-hk": "支付訂單號", - "zh-tw": "支付訂單號", - "en": "Payment order number", - "it": "Numero ordine pagamento" - }, - "g3yc2": { - "zh-cn": "完成", - "zh-hk": "完成", - "zh-tw": "完成", - "en": "Completed", - "it": "Completato" - }, - "p2ym2": { - "zh-cn": "退款", - "zh-hk": "退款", - "zh-tw": "退款", - "en": "Refund", - "it": "Rimborso" - }, - "fk3am3": { - "zh-cn": "未完成", - "zh-hk": "未完成", - "zh-tw": "未完成", - "en": "Incomplete", - "it": "Incompleto" - }, - "jask224": { - "zh-cn": "附加信息", - "zh-hk": "附加信息", - "zh-tw": "附加資訊", - "en": "Additional Information", - "it": "Informazioni aggiuntive" - }, - "a7c0hj4": { - "zh-cn": "业务类型", - "zh-hk": "業務類型", - "zh-tw": "業務類型", - "en": "Business Type", - "it": "Tipo di operazione" - }, - "byjphe4": { - "zh-cn": "完成时间", - "zh-hk": "完成時間", - "zh-tw": "完成時間", - "en": "Completion Time", - "it": "Ora di completamento" - }, - "a6qeqq4": { - "zh-cn": "业务ID", - "zh-hk": "業務ID", - "zh-tw": "業務ID", - "en": "Business ID", - "it": "ID operazione" - }, - "x0ig3x5": { - "zh-cn": "付款二维码", - "zh-hk": "付款二維碼", - "zh-tw": "付款二維碼", - "en": "Payment QR Code", - "it": "Codice QR per il pagamento" - }, - "dlvmo44": { - "zh-cn": "查看退款", - "zh-hk": "查看退款", - "zh-tw": "查看退款", - "en": "View Refund", - "it": "Visualizza rimborso" - }, - "awonqr4": { - "zh-cn": "全额退款", - "zh-hk": "全額退款", - "zh-tw": "全額退款", - "en": "Full Refund", - "it": "Rimborso totale" - }, - "eywr2": { - "zh-cn": "商品", - "zh-hk": "商品", - "zh-tw": "商品", - "en": "Product", - "it": "Prodotto" - }, - "grwm2": { - "zh-cn": "必填", - "zh-hk": "必填", - "zh-tw": "必填", - "en": "Required", - "it": "Obbligatorio" - }, - "l5gsdb5": { - "zh-cn": "金额(分)", - "zh-hk": "金額(分)", - "zh-tw": "金額(分)", - "en": "Amount (cents)", - "it": "Importo (in centesimi)" - }, - "ii6tldb": { - "zh-cn": "必填,填数字,单位是分", - "zh-hk": "必填,填數字,單位是分", - "zh-tw": "必填,填數字,單位是分", - "en": "Required, numeric value in cents", - "it": "Obbligatorio, inserire un numero, unità in centesimi" - }, - "ily63w4": { - "zh-cn": "退款信息", - "zh-hk": "退款信息", - "zh-tw": "退款資訊", - "en": "Refund Information", - "it": "Informazioni sul rimborso" - }, - "8qz55k5": { - "zh-cn": "商户退款号", - "zh-hk": "商戶退款號", - "zh-tw": "商戶退款號", - "en": "Merchant Refund Number", - "it": "Numero di rimborso del commerciante" - }, - "ilyr4v4": { - "zh-cn": "退款原因", - "zh-hk": "退款原因", - "zh-tw": "退款原因", - "en": "Refund Reason", - "it": "Motivo del rimborso" - }, - "v1celr6": { - "zh-cn": "获取数据失败", - "zh-hk": "獲取數據失敗", - "zh-tw": "獲取數據失敗", - "en": "Failed to retrieve data", - "it": "Impossibile ottenere i dati" - }, - "uzsml76": { - "zh-cn": "获取日志失败", - "zh-hk": "獲取日誌失敗", - "zh-tw": "獲取日誌失敗", - "en": "Failed to retrieve logs", - "it": "Impossibile ottenere i log" - }, - "deua4r4": { - "zh-cn": "更新成功", - "zh-hk": "更新成功", - "zh-tw": "更新成功", - "en": "Update successful", - "it": "Aggiornamento riuscito" - }, - "er4mt07": { - "zh-cn": "确定要还原到 ", - "zh-hk": "確定要還原到", - "zh-tw": "確定要還原到", - "en": "Confirm to restore to", - "it": "Confermare il ripristino a" - }, - "ihv3bq4": { - "zh-cn": "还原成功", - "zh-hk": "還原成功", - "zh-tw": "還原成功", - "en": "Restore successful", - "it": "Ripristino riuscito" - }, - "hhhh2": { - "zh-cn": "执行", - "zh-hk": "執行", - "zh-tw": "執行", - "en": "Execute", - "it": "Esegui" - }, - "fy1g2": { - "zh-cn": "失败", - "zh-hk": "失敗", - "zh-tw": "失敗", - "en": "Failed", - "it": "Fallito" - }, - "fam3ij5": { - "zh-cn": "日志已清空", - "zh-hk": "日誌已清空", - "zh-tw": "日誌已清空", - "en": "Log has been cleared", - "it": "Registri svuotati" - }, - "ni2ts56": { - "zh-cn": "清空日志失败", - "zh-hk": "清空日誌失敗", - "zh-tw": "清空日誌失敗", - "en": "Failed to clear log", - "it": "Svuotamento registri fallito" - }, - "w20lu66": { - "zh-cn": "获取密钥失败", - "zh-hk": "獲取密鑰失敗", - "zh-tw": "取得金鑰失敗", - "en": "Failed to retrieve key", - "it": "Recupero chiave fallito" - }, - "xrj1ki7": { - "zh-cn": ",请稍后再试。", - "zh-hk": ",請稍後再試。", - "zh-tw": ",請稍後再試。", - "en": ", please try again later.", - "it": ",riprovare più tardi." - }, - "jyyo6bd": { - "zh-cn": "系统更新管理,请慎重操作!", - "zh-hk": "系統更新管理,請慎重操作!", - "zh-tw": "系統更新管理,請謹慎操作!", - "en": "System update management, proceed with caution!", - "it": "Gestione aggiornamenti di sistema: operare con cautela!" - }, - "bk7ts74": { - "zh-cn": "备份列表", - "zh-hk": "備份清單", - "zh-tw": "備份清單", - "en": "Backup list", - "it": "Elenco backup" - }, - "i2ik2": { - "zh-cn": "更新", - "zh-hk": "更新", - "zh-tw": "更新", - "en": "Update", - "it": "Aggiorna" - }, - "oxc72": { - "zh-cn": "还原", - "zh-hk": "還原", - "zh-tw": "還原", - "en": "Restore", - "it": "Ripristina" - }, - "jdw52": { - "zh-cn": "清空", - "zh-hk": "清空", - "zh-tw": "清空", - "en": "Clear", - "it": "Svuota" - }, - "gyswda4": { - "zh-cn": "获取密钥", - "zh-hk": "獲取密鑰", - "zh-tw": "取得金鑰", - "en": "Get Key", - "it": "Ottieni chiave" - }, - "en5n385": { - "zh-cn": "添加审批流", - "zh-hk": "新增審批流程", - "zh-tw": "新增審批流程", - "en": "Add Approval Flow", - "it": "Aggiungi flusso di approvazione" - }, - "i6i9ta5": { - "zh-cn": "编辑审批流", - "zh-hk": "編輯審批流程", - "zh-tw": "編輯審批流程", - "en": "Edit Approval Flow", - "it": "Modifica flusso di approvazione" - }, - "4k4unx5": { - "zh-cn": "查看审批流", - "zh-hk": "檢視審批流程", - "zh-tw": "檢視審批流程", - "en": "View Approval Flow", - "it": "Visualizza flusso di approvazione" - }, - "gmqfs84": { - "zh-cn": "编辑表单", - "zh-hk": "編輯表單", - "zh-tw": "編輯表單", - "en": "Edit Form", - "it": "Modifica modulo" - }, - "gmm15x4": { - "zh-cn": "编辑流程", - "zh-hk": "編輯流程", - "zh-tw": "編輯流程", - "en": "Edit Process", - "it": "Modifica processo" - }, - "m2sh2": { - "zh-cn": "编号", - "zh-hk": "編號", - "zh-tw": "編號", - "en": "ID", - "it": "Codice" - }, - "2j42eu5": { - "zh-cn": "请输入编号", - "zh-hk": "請輸入編號", - "zh-tw": "請輸入編號", - "en": "Please enter ID", - "it": "Inserisci il codice" - }, - "2jb6fo5": { - "zh-cn": "请输入名称", - "zh-hk": "請輸入名稱", - "zh-tw": "請輸入名稱", - "en": "Please enter name", - "it": "Inserisci il nome" - }, - "2jaeja5": { - "zh-cn": "请输入备注", - "zh-hk": "請輸入備註", - "zh-tw": "請輸入備註", - "en": "Please enter remarks", - "it": "Inserisci la nota" - }, - "nnql2": { - "zh-cn": "表单", - "zh-hk": "表單", - "zh-tw": "表單", - "en": "Form", - "it": "Modulo" - }, - "j94a2": { - "zh-cn": "流程", - "zh-hk": "流程", - "zh-tw": "流程", - "en": "Process", - "it": "Processo" - }, - "ibpi2": { - "zh-cn": "查看", - "zh-hk": "查看", - "zh-tw": "檢視", - "en": "View", - "it": "Visualizza" - }, - "cb8ajm4": { - "zh-cn": "库定位器", - "zh-hk": "庫定位器", - "zh-tw": "庫存定位器", - "en": "Library Locator", - "it": "Locatore di libreria" - }, - "ffhj028": { - "zh-cn": "库定位器不能为空", - "zh-hk": "庫定位器不能為空", - "zh-tw": "庫存定位器不能為空", - "en": "Library locator cannot be empty", - "it": "Il locatore di libreria non può essere vuoto" - }, - "gjq22": { - "zh-cn": "库名", - "zh-hk": "庫名", - "zh-tw": "庫存名稱", - "en": "Library Name", - "it": "Nome libreria" - }, - "hl692l4": { - "zh-cn": "表定位器", - "zh-hk": "表定位器", - "zh-tw": "表格定位器", - "en": "Table Locator", - "it": "Locatore di tabella" - }, - "khnrwj8": { - "zh-cn": "表定位器不能为空", - "zh-hk": "表定位器不能为空", - "zh-tw": "表格定位器不能為空", - "en": "Table locator cannot be empty", - "it": "Il locatore di tabella non può essere vuoto" - }, - "xszold6": { - "zh-cn": "操作不能为空", - "zh-hk": "操作不能为空", - "zh-tw": "操作不能為空", - "en": "Operation cannot be empty", - "it": "L'operazione non può essere vuota" - }, - "mhwx0cc": { - "zh-cn": "确认要关闭当前属性编辑?", - "zh-hk": "确认要关闭当前属性编辑?", - "zh-tw": "確認要關閉目前屬性編輯?", - "en": "Confirm to close the current property editing?", - "it": "Confermi di voler chiudere la modifica delle proprietà correnti?" - }, - "csvrdc4": { - "zh-cn": "打开框选", - "zh-hk": "开启框选", - "zh-tw": "開啟框選", - "en": "Enable box selection", - "it": "Apri selezione a riquadro" - }, - "awayfx4": { - "zh-cn": "关闭框选", - "zh-hk": "关闭框选", - "zh-tw": "關閉框選", - "en": "Disable box selection", - "it": "Chiudi selezione a riquadro" - }, - "hsse2": { - "zh-cn": "数据", - "zh-hk": "数据", - "zh-tw": "資料", - "en": "Data", - "it": "Dati" - }, - "xl3ink7": { - "zh-cn": "不能以数字开头", - "zh-hk": "不能以数字开头", - "zh-tw": "不能以數字開頭", - "en": "Cannot start with a number", - "it": "Non può iniziare con un numero" - }, - "ckmie36": { - "zh-cn": "状态不能为空", - "zh-hk": "状态不能为空", - "zh-tw": "狀態不能為空", - "en": "Status cannot be empty", - "it": "Lo stato non può essere vuoto" - }, - "csrbui4": { - "zh-cn": "扩展信息", - "zh-hk": "扩展资讯", - "zh-tw": "擴充資訊", - "en": "Extended information", - "it": "Informazioni estese" - }, - "2j2hgq5": { - "zh-cn": "请输入表单", - "zh-hk": "請輸入表單", - "zh-tw": "請輸入表單", - "en": "Please enter the form", - "it": "Inserisci il modulo" - }, - "2j6w315": { - "zh-cn": "请输入流程", - "zh-hk": "請輸入流程", - "zh-tw": "請輸入流程", - "en": "Please enter the process", - "it": "Inserisci il processo" - }, - "gngr2": { - "zh-cn": "开始", - "zh-hk": "開始", - "zh-tw": "開始", - "en": "Start", - "it": "Inizia" - }, - "kgsv2": { - "zh-cn": "用户", - "zh-hk": "用戶", - "zh-tw": "使用者", - "en": "User", - "it": "Utente" - }, - "m3pe2": { - "zh-cn": "网关", - "zh-hk": "網關", - "zh-tw": "閘道", - "en": "Gateway", - "it": "Gateway" - }, - "dvye2": { - "zh-cn": "任务", - "zh-hk": "任務", - "zh-tw": "任務", - "en": "Task", - "it": "Task" - }, - "m50s2": { - "zh-cn": "结束", - "zh-hk": "結束", - "zh-tw": "結束", - "en": "End", - "it": "End" - }, - "hpk92": { - "zh-cn": "放大", - "zh-hk": "放大", - "zh-tw": "放大", - "en": "Zoom In", - "it": "Zoom In" - }, - "m4ue2": { - "zh-cn": "缩小", - "zh-hk": "縮小", - "zh-tw": "縮小", - "en": "Zoom Out", - "it": "Zoom Out" - }, - "bmzhcq4": { - "zh-cn": "大小适应", - "zh-hk": "大小適應", - "zh-tw": "大小適應", - "en": "Fit to Size", - "it": "Fit to Size" - }, - "bw8h6i4": { - "zh-cn": "定位还原", - "zh-hk": "定位還原", - "zh-tw": "定位還原", - "en": "Reset Position", - "it": "Reset Position" - }, - "my43y19": { - "zh-cn": "还原(大小&定位)", - "zh-hk": "還原(大小&定位)", - "zh-tw": "還原(大小&定位)", - "en": "Reset (Size & Position)", - "it": "Reset (Size & Position)" - }, - "wplujab": { - "zh-cn": "上一步(ctrl+z)", - "zh-hk": "上一步(ctrl+z)", - "zh-tw": "上一步(ctrl+z)", - "en": "Undo (Ctrl+Z)", - "it": "Undo (Ctrl+Z)" - }, - "2zqxywb": { - "zh-cn": "下一步(ctrl+y)", - "zh-hk": "下一步(ctrl+y)", - "zh-tw": "下一步(ctrl+y)", - "en": "Redo (Ctrl+Y)", - "it": "Redo (Ctrl+Y)" - }, - "aft4634": { - "zh-cn": "下载图片", - "zh-hk": "下載圖片", - "zh-tw": "下載圖片", - "en": "Download image", - "it": "Scarica immagine" - }, - "dlochw4": { - "zh-cn": "查看数据", - "zh-hk": "查看數據", - "zh-tw": "查看資料", - "en": "View data", - "it": "Visualizza dati" - }, - "4eueec5": { - "zh-cn": "查看缩略图", - "zh-hk": "查看縮略圖", - "zh-tw": "查看縮圖", - "en": "View thumbnail", - "it": "Visualizza miniatura" - }, - "ppetz9d": { - "zh-cn": "起始节点不能作为连线的终点", - "zh-hk": "起始節點不能作為連線的終點", - "zh-tw": "起始節點不能作為連線的終點", - "en": "The start node cannot be the endpoint of a connection", - "it": "Il nodo iniziale non può essere il punto finale della connessione" - }, - "o341hob": { - "zh-cn": "只允许从右边的锚点连出", - "zh-hk": "只允許從右邊的錨點連出", - "zh-tw": "只允許從右邊的錨點連出", - "en": "Connections are only allowed from the right anchor point", - "it": "Consentito solo il collegamento dai punti di ancoraggio destri" - }, - "jolkfca": { - "zh-cn": "只允许连接左边的锚点", - "zh-hk": "只允許連接左邊的錨點", - "zh-tw": "只允許連接左邊的錨點", - "en": "Connections are only allowed to the left anchor point", - "it": "Consentito solo il collegamento ai punti di ancoraggio sinistri" - }, - "gvafcqd": { - "zh-cn": "终止节点不能作为连线的起点", - "zh-hk": "終止節點不能作為連線的起點", - "zh-tw": "終止節點不能作為連線的起點", - "en": "The end node cannot be the starting point of a connection", - "it": "Il nodo terminale non può essere il punto iniziale della connessione" - }, - "hv5t2": { - "zh-cn": "昨天", - "zh-hk": "昨天", - "zh-tw": "昨天", - "en": "Yesterday", - "it": "Ieri" - }, - "dqji2": { - "zh-cn": "上周", - "zh-hk": "上週", - "zh-tw": "上週", - "en": "Last week", - "it": "La scorsa settimana" - }, - "da8ngf4": { - "zh-cn": "方法名称", - "zh-hk": "方法名稱", - "zh-tw": "方法名稱", - "en": "Method name", - "it": "Nome metodo" - }, - "h4sv2": { - "zh-cn": "成功", - "zh-hk": "成功", - "zh-tw": "成功", - "en": "Success", - "it": "Successo" - }, - "dgbihy6": { - "zh-cn": "耗时>?MS", - "zh-hk": "耗時>?MS", - "zh-tw": "耗時>?MS", - "en": "Duration>?MS", - "it": "Tempo impiegato>?MS" - }, - "deexj34": { - "zh-cn": "显示名称", - "zh-hk": "顯示名稱", - "zh-tw": "顯示名稱", - "en": "Display Name", - "it": "Nome visualizzato" - }, - "fcd7wj4": { - "zh-cn": "登录地点", - "zh-hk": "登入地點", - "zh-tw": "登入地點", - "en": "Login Location", - "it": "Località di accesso" - }, - "m37b2": { - "zh-cn": "经度", - "zh-hk": "經度", - "zh-tw": "經度", - "en": "Longitude", - "it": "Longitudine" - }, - "m2d62": { - "zh-cn": "纬度", - "zh-hk": "緯度", - "zh-tw": "緯度", - "en": "Latitude", - "it": "Latitudine" - }, - "d1xjg34": { - "zh-cn": "操作系统", - "zh-hk": "作業系統", - "zh-tw": "作業系統", - "en": "Operating System", - "it": "Sistema operativo" - }, - "dfyfru6": { - "zh-cn": "耗时(ms)", - "zh-hk": "耗時(ms)", - "zh-tw": "耗時(ms)", - "en": "Duration (ms)", - "it": "Tempo impiegato(ms)" - }, - "d97ftc4": { - "zh-cn": "日志时间", - "zh-hk": "記錄時間", - "zh-tw": "記錄時間", - "en": "Log Time", - "it": "Ora del log" - }, - "dr3kux4": { - "zh-cn": "模块名称", - "zh-hk": "模組名稱", - "zh-tw": "模組名稱", - "en": "Module Name", - "it": "Nome del modulo" - }, - "i3vmxt4": { - "zh-cn": "请求方式", - "zh-hk": "請求方式", - "zh-tw": "請求方式", - "en": "Request method", - "it": "Metodo di richiesta" - }, - "okz62": { - "zh-cn": "调试", - "zh-hk": "偵錯", - "zh-tw": "偵錯", - "en": "Debug", - "it": "Debug" - }, - "q4mu2": { - "zh-cn": "错误", - "zh-hk": "錯誤", - "zh-tw": "錯誤", - "en": "Error", - "it": "Errore" - }, - "a878064": { - "zh-cn": "事件Id", - "zh-hk": "事件Id", - "zh-tw": "事件Id", - "en": "Event ID", - "it": "ID evento" - }, - "ghds9z4": { - "zh-cn": "线程Id", - "zh-hk": "執行緒Id", - "zh-tw": "執行緒Id", - "en": "Thread ID", - "it": "ID thread" - }, - "4853dd6": { - "zh-cn": "请求跟踪Id", - "zh-hk": "請求追蹤Id", - "zh-tw": "請求追蹤Id", - "en": "Request trace ID", - "it": "ID traccia richiesta" - }, - "d9dlm94": { - "zh-cn": "日志详情", - "zh-hk": "日誌詳情", - "zh-tw": "日誌詳情", - "en": "Log details", - "it": "Dettagli log" - }, - "cdnf5q4": { - "zh-cn": "异常对象", - "zh-hk": "異常對象", - "zh-tw": "異常物件", - "en": "Exception object", - "it": "Oggetto eccezione" - }, - "c8wqfm4": { - "zh-cn": "差异数据", - "zh-hk": "差異數據", - "zh-tw": "差異資料", - "en": "Differential data", - "it": "Dati differenziali" - }, - "nnvp2": { - "zh-cn": "表名", - "zh-hk": "表名", - "zh-tw": "表名", - "en": "Table Name", - "it": "Nome tabella" - }, - "bz0blr4": { - "zh-cn": "字段描述", - "zh-hk": "欄位描述", - "zh-tw": "欄位描述", - "en": "Field Description", - "it": "Descrizione campo" - }, - "c74wy3": { - "zh-cn": "修改前", - "zh-hk": "修改前", - "zh-tw": "修改前", - "en": "Before Modification", - "it": "Prima della modifica" - }, - "c759f3": { - "zh-cn": "修改后", - "zh-hk": "修改後", - "zh-tw": "修改後", - "en": "After Modification", - "it": "Dopo la modifica" - }, - "1bsgxy5": { - "zh-cn": "SQL语句", - "zh-hk": "SQL語句", - "zh-tw": "SQL語句", - "en": "SQL Statement", - "it": "Istruzione SQL" - }, - "c8wikj4": { - "zh-cn": "差异操作", - "zh-hk": "差異操作", - "zh-tw": "差異操作", - "en": "Difference Operation", - "it": "Operazione differenziale" - }, - "d98fll4": { - "zh-cn": "日志消息", - "zh-hk": "日誌訊息", - "zh-tw": "日誌訊息", - "en": "Log Message", - "it": "Messaggio di log" - }, - "a76rv34": { - "zh-cn": "业务对象", - "zh-hk": "業務對象", - "zh-tw": "業務物件", - "en": "Business Object", - "it": "Oggetto business" - }, - "d1tr1p4": { - "zh-cn": "操作时间", - "zh-hk": "操作時間", - "zh-tw": "操作時間", - "en": "Operation Time", - "it": "Ora operazione" - }, - "1o7nrz9": { - "zh-cn": "请选择库名和表名!", - "zh-hk": "請選擇庫名和表名!", - "zh-tw": "請選擇資料庫名稱和資料表名稱!", - "en": "Please select the database name and table name!", - "it": "Selezionare nome database e nome tabella!" - }, - "3jqknk6": { - "zh-cn": "请选择库名!", - "zh-hk": "請選擇庫名!", - "zh-tw": "請選擇資料庫名稱!", - "en": "Please select a database name!", - "it": "Selezionare nome database!" - }, - "3dlzsr6": { - "zh-cn": "请选择表名!", - "zh-hk": "請選擇表名!", - "zh-tw": "請選擇資料表名稱!", - "en": "Please select a table name!", - "it": "Selezionare il nome della tabella!" - }, - "h4limq7": { - "zh-cn": "确定删除表:【", - "zh-hk": "確定刪除表:【", - "zh-tw": "確定刪除資料表:【", - "en": "Confirm to delete table: 【", - "it": "Confermare l'eliminazione della tabella:【" - }, - "nx2e9x5": { - "zh-cn": "表删除成功", - "zh-hk": "表刪除成功", - "zh-tw": "資料表刪除成功", - "en": "Table deleted successfully", - "it": "Tabella eliminata con successo" - }, - "hcjxcz7": { - "zh-cn": "确定删除列:【", - "zh-hk": "確定刪除列:【", - "zh-tw": "確定刪除欄位:【", - "en": "Confirm to delete column: 【", - "it": "Confermare l'eliminazione della colonna:【" - }, - "n79f2u5": { - "zh-cn": "列删除成功", - "zh-hk": "列刪除成功", - "zh-tw": "欄位刪除成功", - "en": "Column deleted successfully", - "it": "Colonna eliminata con successo" - }, - "671g4fa": { - "zh-cn": "已处于首位,无法上移", - "zh-hk": "已處於首位,無法上移", - "zh-tw": "已處於首位,無法上移", - "en": "Already at the first position, cannot move up", - "it": "Già in prima posizione, impossibile spostare in alto" - }, - "p8k43a": { - "zh-cn": "已处于末位,无法下移", - "zh-hk": "已處於末位,無法下移", - "zh-tw": "已處於末位,無法下移", - "en": "Already at the last position, cannot move down", - "it": "Già in ultima posizione, impossibile spostare in basso" - }, - "eeehal5": { - "zh-cn": "确定将列【", - "zh-hk": "確定將列【", - "zh-tw": "確定將欄位【", - "en": "Confirm to move column 【", - "it": "Confermare lo spostamento della colonna【" - }, - "dxyp2": { - "zh-cn": "上移", - "zh-hk": "上移", - "zh-tw": "上移", - "en": "Move up", - "it": "Sposta in alto" - }, - "dxzk2": { - "zh-cn": "下移", - "zh-hk": "下移", - "zh-tw": "下移", - "en": "Move Down", - "it": "Sposta in basso" - }, - "d1wu3p4": { - "zh-cn": "操作确认", - "zh-hk": "操作確認", - "zh-tw": "操作確認", - "en": "Operation Confirmation", - "it": "Conferma operazione" - }, - "mw9mju6": { - "zh-cn": "列位置已更新", - "zh-hk": "列位置已更新", - "zh-tw": "欄位位置已更新", - "en": "Column position has been updated", - "it": "Posizione colonna aggiornata" - }, - "diprg14": { - "zh-cn": "未知错误", - "zh-hk": "未知錯誤", - "zh-tw": "未知錯誤", - "en": "Unknown Error", - "it": "Errore sconosciuto" - }, - "de2ue3": { - "zh-cn": "增加表", - "zh-hk": "增加表", - "zh-tw": "新增表格", - "en": "Add Table", - "it": "Aggiungi tabella" - }, - "jbafh3": { - "zh-cn": "编辑表", - "zh-hk": "編輯表", - "zh-tw": "編輯表格", - "en": "Edit Table", - "it": "Modifica tabella" - }, - "crdes3": { - "zh-cn": "删除表", - "zh-hk": "刪除表", - "zh-tw": "刪除表格", - "en": "Delete Table", - "it": "Elimina tabella" - }, - "cygxr3": { - "zh-cn": "可视化", - "zh-hk": "可視化", - "zh-tw": "視覺化", - "en": "Visualization", - "it": "Visualizzazione" - }, - "dds453": { - "zh-cn": "增加列", - "zh-hk": "增加欄", - "zh-tw": "新增欄位", - "en": "Add Column", - "it": "Aggiungi colonna" - }, - "f6lzba4": { - "zh-cn": "生成实体", - "zh-hk": "生成實體", - "zh-tw": "產生實體", - "en": "Generate Entity", - "it": "Genera entità" - }, - "ej6wcp4": { - "zh-cn": "温馨提示", - "zh-hk": "溫馨提示", - "zh-tw": "溫馨提示", - "en": "Friendly Reminder", - "it": "Nota importante" - }, - "4nvucnm": { - "zh-cn": "如果是刚刚生成的实体,请重启服务后再生成种子", - "zh-hk": "如果是剛剛生成的實體,請重啟服務後再生成種子", - "zh-tw": "若為剛產生的實體,請重啟服務後再產生種子資料", - "en": "If the entity was just created, please restart the service before generating seeds", - "it": "Se l'entità è stata appena generata, riavviare il servizio prima di generare il seed" - }, - "f6r6ic4": { - "zh-cn": "生成种子", - "zh-hk": "生成種子", - "zh-tw": "產生種子資料", - "en": "Generate Seeds", - "it": "Genera seed" - }, - "d7r5da4": { - "zh-cn": "数据类型", - "zh-hk": "數據類型", - "zh-tw": "資料型態", - "en": "Data Type", - "it": "Tipo di dato" - }, - "e4ib2": { - "zh-cn": "主键", - "zh-hk": "主鍵", - "zh-tw": "主鍵", - "en": "Primary Key", - "it": "Chiave primaria" - }, - "ml102": { - "zh-cn": "自增", - "zh-hk": "自增", - "zh-tw": "自動遞增", - "en": "Auto Increment", - "it": "Auto-incremento" - }, - "ey5n2": { - "zh-cn": "可空", - "zh-hk": "可空", - "zh-tw": "可為空值", - "en": "Nullable", - "it": "Nullable" - }, - "py4n2": { - "zh-cn": "长度", - "zh-hk": "長度", - "zh-tw": "長度", - "en": "Length", - "it": "Lunghezza" - }, - "lqjs2": { - "zh-cn": "精度", - "zh-hk": "精確度", - "zh-tw": "精度", - "en": "Precision", - "it": "Precisione" - }, - "nxrsg3": { - "zh-cn": "默认值", - "zh-hk": "預設值", - "zh-tw": "預設值", - "en": "Default Value", - "it": "Valore predefinito" - }, - "klo6b3": { - "zh-cn": "表编辑", - "zh-hk": "表格編輯", - "zh-tw": "表格編輯", - "en": "Table Editing", - "it": "Modifica tabella" - }, - "ke8dn3": { - "zh-cn": "表名称", - "zh-hk": "表格名稱", - "zh-tw": "表格名稱", - "en": "Table Name", - "it": "Nome tabella" - }, - "reeys16": { - "zh-cn": "描述不能为空", - "zh-hk": "描述不能為空", - "zh-tw": "描述不能為空", - "en": "Description cannot be empty", - "it": "La descrizione non può essere vuota" - }, - "f6n3fk4": { - "zh-cn": "生成成功", - "zh-hk": "生成成功", - "zh-tw": "產生成功", - "en": "Generated successfully", - "it": "Generazione completata" - }, - "wmt0i36": { - "zh-cn": "表名不能为空", - "zh-hk": "表格名稱不能為空", - "zh-tw": "表格名稱不能為空", - "en": "Table name cannot be empty", - "it": "Il nome della tabella non può essere vuoto" - }, - "bw17084": { - "zh-cn": "实体名称", - "zh-hk": "實體名稱", - "zh-tw": "實體名稱", - "en": "Entity Name", - "it": "Nome entità" - }, - "pkgto88": { - "zh-cn": "实体名称不能为空", - "zh-hk": "實體名稱不能為空", - "zh-tw": "實體名稱不能為空", - "en": "Entity name cannot be empty", - "it": "Il nome dell'entità non può essere vuoto" - }, - "fnb52": { - "zh-cn": "基类", - "zh-hk": "基類", - "zh-tw": "基礎類別", - "en": "Base Class", - "it": "Classe base" - }, - "bxzajr4": { - "zh-cn": "存放位置", - "zh-hk": "存放位置", - "zh-tw": "存放位置", - "en": "Storage Location", - "it": "Posizione di archiviazione" - }, - "6rp04a5": { - "zh-cn": "请添加列!", - "zh-hk": "請添加列!", - "zh-tw": "請新增欄位!", - "en": "Please add columns!", - "it": "Aggiungere colonne!" - }, - "ah2eha4": { - "zh-cn": "主键Id", - "zh-hk": "主鍵Id", - "zh-tw": "主鍵Id", - "en": "Primary Key ID", - "it": "Id chiave primaria" - }, - "frr9f74": { - "zh-cn": "租户Id", - "zh-hk": "租戶Id", - "zh-tw": "租戶Id", - "en": "Tenant ID", - "it": "ID Tenant" - }, - "dfvj9h4": { - "zh-cn": "机构Id", - "zh-hk": "機構Id", - "zh-tw": "機構Id", - "en": "Organization ID", - "it": "ID Organizzazione" - }, - "lmgjhb5": { - "zh-cn": "创建者Id", - "zh-hk": "創建者Id", - "zh-tw": "建立者Id", - "en": "Creator ID", - "it": "ID Creatore" - }, - "lm0uo05": { - "zh-cn": "创建者姓名", - "zh-hk": "創建者姓名", - "zh-tw": "建立者姓名", - "en": "Creator Name", - "it": "Nome Creatore" - }, - "tccxyj5": { - "zh-cn": "修改者Id", - "zh-hk": "修改者Id", - "zh-tw": "修改者Id", - "en": "Modifier ID", - "it": "ID Modificatore" - }, - "tbx9585": { - "zh-cn": "修改者姓名", - "zh-hk": "修改者姓名", - "zh-tw": "修改者姓名", - "en": "Modifier Name", - "it": "Nome Modificatore" - }, - "lf46r3": { - "zh-cn": "软删除", - "zh-hk": "軟刪除", - "zh-tw": "軟刪除", - "en": "Soft Delete", - "it": "Eliminazione Logica" - }, - "ggklgo5": { - "zh-cn": "数据表信息", - "zh-hk": "數據表資訊", - "zh-tw": "資料表資訊", - "en": "Table Information", - "it": "Informazioni Tabella Dati" - }, - "goj06x5": { - "zh-cn": "数据列信息", - "zh-hk": "數據列資訊", - "zh-tw": "資料欄位資訊", - "en": "Column Information", - "it": "Informazioni Colonna Dati" - }, - "dz4183": { - "zh-cn": "小数位", - "zh-hk": "小數位", - "zh-tw": "小數位", - "en": "Decimal places", - "it": "Decimali" - }, - "w317416": { - "zh-cn": "新增主键字段", - "zh-hk": "新增主鍵欄位", - "zh-tw": "新增主鍵欄位", - "en": "Add primary key field", - "it": "Aggiungi campo chiave primaria" - }, - "t1wbc86": { - "zh-cn": "新增普通字段", - "zh-hk": "新增普通欄位", - "zh-tw": "新增普通欄位", - "en": "Add regular field", - "it": "Aggiungi campo standard" - }, - "qscc646": { - "zh-cn": "新增租户字段", - "zh-hk": "新增租戶欄位", - "zh-tw": "新增租戶欄位", - "en": "Add tenant field", - "it": "Aggiungi campo tenant" - }, - "t482bu6": { - "zh-cn": "新增机构字段", - "zh-hk": "新增機構欄位", - "zh-tw": "新增機構欄位", - "en": "Add organization field", - "it": "Aggiungi campo organizzazione" - }, - "uz0mha6": { - "zh-cn": "新增基础字段", - "zh-hk": "新增基礎欄位", - "zh-tw": "新增基礎欄位", - "en": "Add base field", - "it": "Aggiungi campo base" - }, - "xg9jcz7": { - "zh-cn": "新增软删除字段", - "zh-hk": "新增軟刪除欄位", - "zh-tw": "新增軟刪除欄位", - "en": "Add soft-delete field", - "it": "Aggiungi campo eliminazione logica" - }, - "cn9g23": { - "zh-cn": "列编辑", - "zh-hk": "欄編輯", - "zh-tw": "欄位編輯", - "en": "Column editing", - "it": "Modifica colonna" - }, - "cftne3": { - "zh-cn": "列名称", - "zh-hk": "欄名稱", - "zh-tw": "欄位名稱", - "en": "Column name", - "it": "Nome colonna" - }, - "ef9y2": { - "zh-cn": "列名", - "zh-hk": "欄名", - "zh-tw": "欄名", - "en": "Column name", - "it": "Nome campo" - }, - "vql2vy7": { - "zh-cn": "请选择存放位置", - "zh-hk": "請選擇存放位置", - "zh-tw": "請選擇存放位置", - "en": "Please select storage location", - "it": "Seleziona posizione di archiviazione" - }, - "xzzb8y6": { - "zh-cn": "生成种子数据", - "zh-hk": "生成種子數據", - "zh-tw": "產生種子資料", - "en": "Generate seed data", - "it": "Genera dati seed" - }, - "kais9x6": { - "zh-cn": "过滤重复数据", - "zh-hk": "過濾重複數據", - "zh-tw": "過濾重複資料", - "en": "Filter duplicate data", - "it": "Filtra dati duplicati" - }, - "fiyq2": { - "zh-cn": "增加", - "zh-hk": "增加", - "zh-tw": "新增", - "en": "Add", - "it": "Aggiungi" - }, - "m75hhm7": { - "zh-cn": "确定要同步吗?", - "zh-hk": "確定要同步嗎?", - "zh-tw": "確定要同步嗎?", - "en": "Confirm synchronization?", - "it": "Confermi la sincronizzazione?" - }, - "b1twyw4": { - "zh-cn": "同步成功", - "zh-hk": "同步成功", - "zh-tw": "同步成功", - "en": "Synchronization succeeded", - "it": "Sincronizzazione completata" - }, - "i2cb0y7": { - "zh-cn": "确定要生成吗?", - "zh-hk": "確定要生成嗎?", - "zh-tw": "確定要產生嗎?", - "en": "Confirm generation?", - "it": "Confermi la generazione?" - }, - "jt358i4": { - "zh-cn": "预览代码", - "zh-hk": "預覽代碼", - "zh-tw": "預覽程式碼", - "en": "Preview code", - "it": "Anteprima codice" - }, - "bucdi3": { - "zh-cn": "业务名", - "zh-hk": "業務名", - "zh-tw": "業務名稱", - "en": "Business name", - "it": "Nome business" - }, - "gmfmme5": { - "zh-cn": "数据库表名", - "zh-hk": "數據庫表名", - "zh-tw": "資料庫表名", - "en": "Database table name", - "it": "Nome tabella database" - }, - "b0ji0a4": { - "zh-cn": "命名空间", - "zh-hk": "命名空間", - "zh-tw": "命名空間", - "en": "Namespace", - "it": "Namespace" - }, - "ajj1qb4": { - "zh-cn": "作者姓名", - "zh-hk": "作者姓名", - "zh-tw": "作者姓名", - "en": "Author Name", - "it": "Nome autore" - }, - "f6nsav4": { - "zh-cn": "生成方式", - "zh-hk": "生成方式", - "zh-tw": "產生方式", - "en": "Generation Method", - "it": "Metodo di generazione" - }, - "pewx2": { - "zh-cn": "配置", - "zh-hk": "配置", - "zh-tw": "設定", - "en": "Configuration", - "it": "Configurazione" - }, - "evvd2": { - "zh-cn": "同步", - "zh-hk": "同步", - "zh-tw": "同步", - "en": "Synchronization", - "it": "Sincronizzazione" - }, - "kgk12": { - "zh-cn": "生成", - "zh-hk": "生成", - "zh-tw": "產生", - "en": "Generate", - "it": "Genera" - }, - "bv28494": { - "zh-cn": "外键配置", - "zh-hk": "外鍵配置", - "zh-tw": "外鍵設定", - "en": "Foreign Key Configuration", - "it": "Configurazione chiave esterna" - }, - "lwtxzc6": { - "zh-cn": "树选择器配置", - "zh-hk": "樹選擇器配置", - "zh-tw": "樹選擇器配置", - "en": "Tree Selector Configuration", - "it": "Configurazione selettore ad albero" - }, - "f6vdjm4": { - "zh-cn": "生成配置", - "zh-hk": "生成配置", - "zh-tw": "生成配置", - "en": "Generation Configuration", - "it": "Configurazione generazione" - }, - "bw2gu64": { - "zh-cn": "实体属性", - "zh-hk": "實體屬性", - "zh-tw": "實體屬性", - "en": "Entity Attribute", - "it": "Attributi entità" - }, - "ai3oho4": { - "zh-cn": "作用类型", - "zh-hk": "作用類型", - "zh-tw": "作用類型", - "en": "Action Type", - "it": "Tipo di funzione" - }, - "ax7wz14": { - "zh-cn": "列表显示", - "zh-hk": "列表顯示", - "zh-tw": "列表顯示", - "en": "List Display", - "it": "Visualizzazione elenco" - }, - "fmmz2": { - "zh-cn": "增改", - "zh-hk": "增改", - "zh-tw": "增改", - "en": "Add/Edit", - "it": "Aggiungi/Modifica" - }, - "cs19o3": { - "zh-cn": "可排序", - "zh-hk": "可排序", - "zh-tw": "可排序", - "en": "Sortable", - "it": "Ordinabile" - }, - "doq9cj4": { - "zh-cn": "查询方式", - "zh-hk": "查詢方式", - "zh-tw": "查詢方式", - "en": "Query Method", - "it": "Metodo di ricerca" - }, - "w3u2vt7": { - "zh-cn": "请选择库定位器", - "zh-hk": "請選擇庫定位器", - "zh-tw": "請選擇庫定位器", - "en": "Please Select Library Locator", - "it": "Selezionare il localizzatore del magazzino" - }, - "egcar3": { - "zh-cn": "库类型", - "zh-hk": "庫類型", - "zh-tw": "庫類型", - "en": "Library Type", - "it": "Tipo di magazzino" - }, - "e9zvn3": { - "zh-cn": "库地址", - "zh-hk": "庫地址", - "zh-tw": "庫位址", - "en": "Library Address", - "it": "Indirizzo del magazzino" - }, - "pew68d7": { - "zh-cn": "库地址不能为空", - "zh-hk": "庫地址不能為空", - "zh-tw": "庫位址不能為空", - "en": "Library Address Cannot Be Empty", - "it": "L'indirizzo del magazzino non può essere vuoto" - }, - "hn06v3": { - "zh-cn": "生成表", - "zh-hk": "生成表", - "zh-tw": "產生資料表", - "en": "Generate Table", - "it": "Genera tabella" - }, - "qyswjd7": { - "zh-cn": "生成表不能为空", - "zh-hk": "生成表不能為空", - "zh-tw": "產生資料表不能為空", - "en": "Generation table cannot be empty", - "it": "La tabella generata non può essere vuota" - }, - "kx45km7": { - "zh-cn": "业务名不能为空", - "zh-hk": "業務名不能為空", - "zh-tw": "業務名稱不能為空", - "en": "Business name cannot be empty", - "it": "Il nome del servizio non può essere vuoto" - }, - "l6wdl3": { - "zh-cn": "请输入", - "zh-hk": "請輸入", - "zh-tw": "請輸入", - "en": "Please enter", - "it": "Inserisci" - }, - "f6suiy4": { - "zh-cn": "生成菜单", - "zh-hk": "生成選單", - "zh-tw": "產生選單", - "en": "Generate menu", - "it": "Genera menu" - }, - "exrwfe4": { - "zh-cn": "父级菜单", - "zh-hk": "父級選單", - "zh-tw": "父層選單", - "en": "Parent menu", - "it": "Menu principale" - }, - "ut5ach7": { - "zh-cn": "请选择命名空间", - "zh-hk": "請選擇命名空間", - "zh-tw": "請選擇命名空間", - "en": "Please select namespace", - "it": "Seleziona namespace" - }, - "awa1ux4": { - "zh-cn": "前端目录", - "zh-hk": "前端目錄", - "zh-tw": "前端目錄", - "en": "Frontend directory", - "it": "Directory frontend" - }, - "d0qsuf8": { - "zh-cn": "前端目录不能为空", - "zh-hk": "前端目錄不能為空", - "zh-tw": "前端目錄不能為空", - "en": "Frontend directory cannot be empty", - "it": "La directory frontend non può essere vuota" - }, - "d6exf34": { - "zh-cn": "支持打印", - "zh-hk": "支援列印", - "zh-tw": "支援列印", - "en": "Print support", - "it": "Supporto alla stampa" - }, - "cr6xz84": { - "zh-cn": "打印模版", - "zh-hk": "列印模板", - "zh-tw": "列印範本", - "en": "Print template", - "it": "Modello di stampa" - }, - "y3q4k97": { - "zh-cn": "数据唯一性配置", - "zh-hk": "數據唯一性配置", - "zh-tw": "資料唯一性配置", - "en": "Data Uniqueness Configuration", - "it": "Configurazione univoca dei dati" - }, - "bj6nsz4": { - "zh-cn": "增加配置", - "zh-hk": "增加配置", - "zh-tw": "新增配置", - "en": "Add Configuration", - "it": "Aggiungi configurazione" - }, - "9s65q5h": { - "zh-cn": "保证字段值的唯一性,排除null值", - "zh-hk": "保證字段值的唯一性,排除null值", - "zh-tw": "保證欄位值的唯一性,排除null值", - "en": "Ensure field value uniqueness (excluding null values)", - "it": "Garantire l'unicità dei valori dei campi, escludendo i valori null" - }, - "g4la2": { - "zh-cn": "字段", - "zh-hk": "字段", - "zh-tw": "欄位", - "en": "Field", - "it": "Campo" - }, - "498jw26": { - "zh-cn": "字段不能为空", - "zh-hk": "字段不能為空", - "zh-tw": "欄位不能為空", - "en": "Field cannot be empty", - "it": "Il campo non può essere vuoto" - }, - "2mvbpb8": { - "zh-cn": "描述信息不能为空", - "zh-hk": "描述信息不能為空", - "zh-tw": "描述資訊不能為空", - "en": "Description cannot be empty", - "it": "Le informazioni descrittive non possono essere vuote" - }, - "p0b1nn5": { - "zh-cn": "库不能为空", - "zh-hk": "庫不能為空", - "zh-tw": "資料庫不能為空", - "en": "Database cannot be empty", - "it": "Il database non può essere vuoto" - }, - "d7mbw34": { - "zh-cn": "数据库表", - "zh-hk": "數據庫表", - "zh-tw": "資料庫表", - "en": "Database Table", - "it": "Tabella del database" - }, - "lf63p67": { - "zh-cn": "数据表不能为空", - "zh-hk": "數據表不能為空", - "zh-tw": "資料表不能為空", - "en": "Data table cannot be empty", - "it": "La tabella dati non può essere vuota" - }, - "deg3cq4": { - "zh-cn": "显示字段", - "zh-hk": "顯示欄位", - "zh-tw": "顯示欄位", - "en": "Display Field", - "it": "Campo di visualizzazione" - }, - "qui5fa8": { - "zh-cn": "显示字段不能为空", - "zh-hk": "顯示欄位不能為空", - "zh-tw": "顯示欄位不能為空", - "en": "Display field cannot be empty", - "it": "Il campo di visualizzazione non può essere vuoto" - }, - "y05mdg5": { - "zh-cn": "值 字 段", - "zh-hk": "值 欄 位", - "zh-tw": "值 欄 位", - "en": "Value Field", - "it": "Campo Valore" - }, - "kajd6y7": { - "zh-cn": "值字段不能为空", - "zh-hk": "值欄位不能為空", - "zh-tw": "值欄位不能為空", - "en": "Value field cannot be empty", - "it": "Il campo valore non può essere vuoto" - }, - "exl54f4": { - "zh-cn": "父级字段", - "zh-hk": "父級欄位", - "zh-tw": "父級欄位", - "en": "Parent Field", - "it": "Campo Padre" - }, - "3gxl4x8": { - "zh-cn": "父级字段不能为空", - "zh-hk": "父級欄位不能為空", - "zh-tw": "父級欄位不能為空", - "en": "Parent field cannot be empty", - "it": "Il campo padre non può essere vuoto" - }, - "d219f3": { - "zh-cn": "复 制", - "zh-hk": "複 製", - "zh-tw": "複 製", - "en": "Copy", - "it": "Copia" - }, - "ol9zulo": { - "zh-cn": "接口压测会占用服务器大量的内存资源,请慎重操作!", - "zh-hk": "接口壓測會佔用伺服器大量的記憶體資源,請慎重操作!", - "zh-tw": "介面壓測會佔用伺服器大量的記憶體資源,請謹慎操作!", - "en": "Interface stress testing will consume significant server memory resources. Proceed with caution!", - "it": "Il test di carico dell'interfaccia occupa molte risorse di memoria del server, operare con cautela!" - }, - "cx55zj4": { - "zh-cn": "接口列表", - "zh-hk": "介面列表", - "zh-tw": "介面清單", - "en": "Interface List", - "it": "Lista Interfacce" - }, - "cx53oc4": { - "zh-cn": "接口分组", - "zh-hk": "介面群組", - "zh-tw": "介面群組", - "en": "Interface Group", - "it": "Gruppo Interfacce" - }, - "cd1r054": { - "zh-cn": "开始测试", - "zh-hk": "開始測試", - "zh-tw": "開始測試", - "en": "Start Test", - "it": "Avvia Test" - }, - "azr85q4": { - "zh-cn": "压测参数", - "zh-hk": "壓力測試參數", - "zh-tw": "壓力測試參數", - "en": "Load Test Parameters", - "it": "Parametri Test di Carico" - }, - "oybm2": { - "zh-cn": "轮数", - "zh-hk": "輪數", - "zh-tw": "輪數", - "en": "Rounds", - "it": "Numero di round" - }, - "e0nsue5": { - "zh-cn": "每轮请求数", - "zh-hk": "每輪請求數", - "zh-tw": "每輪請求數", - "en": "Requests per Round", - "it": "Richieste per round" - }, - "btf33n5": { - "zh-cn": "最大并发量", - "zh-hk": "最大併發量", - "zh-tw": "最大併發量", - "en": "Maximum Concurrency", - "it": "Concorrenza massima" - }, - "azykax4": { - "zh-cn": "压测结果", - "zh-hk": "壓力測試結果", - "zh-tw": "壓力測試結果", - "en": "Load Test Results", - "it": "Risultati del test di carico" - }, - "a9iqga6": { - "zh-cn": "总用时(秒)", - "zh-hk": "總用時(秒)", - "zh-tw": "總用時(秒)", - "en": "Total Duration (s)", - "it": "Tempo totale (secondi)" - }, - "9xbu216": { - "zh-cn": "成功请求次数", - "zh-hk": "成功請求次數", - "zh-tw": "成功請求次數", - "en": "Successful Requests", - "it": "Richieste riuscite" - }, - "fv2e3y6": { - "zh-cn": "失败请求次数", - "zh-hk": "失敗請求次數", - "zh-tw": "失敗請求次數", - "en": "Failed Requests", - "it": "Richieste fallite" - }, - "s2ahgqa": { - "zh-cn": "每秒查询率(QPS)", - "zh-hk": "每秒查詢率(QPS)", - "zh-tw": "每秒查詢率(QPS)", - "en": "Queries Per Second (QPS)", - "it": "Query al secondo (QPS)" - }, - "jmql4ia": { - "zh-cn": "最小响应时间(毫秒)", - "zh-hk": "最小響應時間(毫秒)", - "zh-tw": "最小回應時間(毫秒)", - "en": "Minimum Response Time (ms)", - "it": "Tempo di risposta minimo (ms)" - }, - "cnvg4aa": { - "zh-cn": "最大响应时间(毫秒)", - "zh-hk": "最大響應時間(毫秒)", - "zh-tw": "最大回應時間(毫秒)", - "en": "Maximum response time (ms)", - "it": "Tempo di risposta massimo (ms)" - }, - "1nb0i5a": { - "zh-cn": "平均响应时间(毫秒)", - "zh-hk": "平均響應時間(毫秒)", - "zh-tw": "平均回應時間(毫秒)", - "en": "Average response time (ms)", - "it": "Tempo medio di risposta (ms)" - }, - "9k1wy8c": { - "zh-cn": "P10 响应时间(毫秒)", - "zh-hk": "P10 響應時間(毫秒)", - "zh-tw": "P10 回應時間(毫秒)", - "en": "P10 response time (ms)", - "it": "Tempo di risposta P10 (ms)" - }, - "ymb8fgc": { - "zh-cn": "P25 响应时间(毫秒)", - "zh-hk": "P25 響應時間(毫秒)", - "zh-tw": "P25 回應時間(毫秒)", - "en": "P25 response time (ms)", - "it": "Tempo di risposta P25 (ms)" - }, - "wqueqcc": { - "zh-cn": "P50 响应时间(毫秒)", - "zh-hk": "P50 響應時間(毫秒)", - "zh-tw": "P50 回應時間(毫秒)", - "en": "P50 response time (ms)", - "it": "Tempo di risposta P50 (ms)" - }, - "s38to1c": { - "zh-cn": "P75 响应时间(毫秒)", - "zh-hk": "P75 響應時間(毫秒)", - "zh-tw": "P75 回應時間(毫秒)", - "en": "P75 response time (ms)", - "it": "Tempo di risposta P75 (ms)" - }, - "f3h5goc": { - "zh-cn": "P90 响应时间(毫秒)", - "zh-hk": "P90 響應時間(毫秒)", - "zh-tw": "P90 回應時間(毫秒)", - "en": "P90 response time (ms)", - "it": "Tempo di risposta P90 (ms)" - }, - "qon7e7c": { - "zh-cn": "P99 响应时间(毫秒)", - "zh-hk": "P99 響應時間(毫秒)", - "zh-tw": "P99 回應時間(毫秒)", - "en": "P99 response time (ms)", - "it": "Tempo di risposta P99 (ms)" - }, - "fky2nqd": { - "zh-cn": "P999 响应时间(毫秒)", - "zh-hk": "P999 響應時間(毫秒)", - "zh-tw": "P999 回應時間(毫秒)", - "en": "P999 response time (ms)", - "it": "Tempo di risposta P999 (ms)" - }, - "dkrf2s6": { - "zh-cn": "接口压测参数", - "zh-hk": "接口壓測參數", - "zh-tw": "介面壓測參數", - "en": "Interface stress test parameters", - "it": "Parametri di stress test dell'interfaccia" - }, - "fk90tt8": { - "zh-cn": "请求方式不能为空", - "zh-hk": "請求方式不能為空", - "zh-tw": "請求方式不能為空", - "en": "Request method cannot be empty", - "it": "Il metodo di richiesta non può essere vuoto" - }, - "zq12t8": { - "zh-cn": "请求地址不能为空", - "zh-hk": "請求地址不能為空", - "zh-tw": "請求位址不能為空", - "en": "Request URL cannot be empty", - "it": "L'indirizzo della richiesta non può essere vuoto" - }, - "ya71si6": { - "zh-cn": "轮数不能为空", - "zh-hk": "輪數不能為空", - "zh-tw": "輪數不能為空", - "en": "Round count cannot be empty", - "it": "Il numero di round non può essere vuoto" - }, - "tvzv129": { - "zh-cn": "每轮请求数不能为空", - "zh-hk": "每輪請求數不能為空", - "zh-tw": "每輪請求數不能為空", - "en": "Requests per round cannot be empty", - "it": "Il numero di richieste per round non può essere vuoto" - }, - "eb8e2": { - "zh-cn": "公告", - "zh-hk": "公告", - "zh-tw": "公告", - "en": "Announcement", - "it": "Annuncio" - }, - "ji8opt4": { - "zh-cn": "阅读状态", - "zh-hk": "閱讀狀態", - "zh-tw": "閱讀狀態", - "en": "Read status", - "it": "Stato di lettura" - }, - "d5my53": { - "zh-cn": "图例:", - "zh-hk": "圖例:", - "zh-tw": "圖例:", - "en": "Legend:", - "it": "Legenda:" - }, - "bvfb53": { - "zh-cn": "一对多", - "zh-hk": "一對多", - "zh-tw": "一對多", - "en": "One-to-many", - "it": "Uno-a-molti" - }, - "bvd473": { - "zh-cn": "一对一", - "zh-hk": "一對一", - "zh-tw": "一對一", - "en": "One-to-one", - "it": "Uno-a-uno" - }, - "e8622": { - "zh-cn": "列】", - "zh-hk": "列】", - "zh-tw": "列】", - "en": "Column】", - "it": "Colonna】" - }, - "2jq3sh5": { - "zh-cn": "请输入: ", - "zh-hk": "請輸入:", - "zh-tw": "請輸入:", - "en": "Please enter:", - "it": "Inserisci:" - }, - "1tjku4": { - "zh-cn": "AI翻译", - "zh-hk": "AI翻譯", - "zh-tw": "AI翻譯", - "en": "AI Translation", - "it": "Traduzione AI" - }, - "fymq3d16": { - "zh-cn": "作为企业软件系统专业翻译,严格遵守以下铁律:\n\n■ 核心原则\n1. 严格逐符号翻译(", - "zh-hk": "作為企業軟件系統專業翻譯,嚴格遵守以下鐵律:", - "zh-tw": "作為企業軟體系統專業翻譯,嚴格遵守以下鐵律:", - "en": "As a professional enterprise software system translator, strictly adhere to the following iron rules:", - "it": "Come traduttore professionale di sistemi software aziendali, aderisco rigorosamente ai seguenti principi:" - }, - "7p37ouhk": { - "zh-cn": ")\n2. 禁止添加/删除/改写任何内容\n3. 保持批量翻译的编号格式\n\n■ 符号保留规则\n! 所有符号必须原样保留:\n• 编程符号:\\${ } <% %> @ # & | \n• UI占位符:{0} %s [ ] \n• 货币单位:¥100.00 kg cm²\n• 中文符号:【 】 《 》 :\n\n■ 中文符号位置规范\n# 三级处理机制:\n1. 成对符号必须保持完整结构:\n ✓ 正确:【Warning】Text\n ✗ 禁止:Warning【 】Text\n \n2. 独立符号位置:\n • 优先句尾 → Text】?\n • 次选句首 → 】Text?\n • 禁止句中 → Text】Text?\n\n3. 跨字符串符号处理:\n • 前段含【时 → 保留在段尾(\"Synchronize【\")\n • 后段含】时 → 保留在段首(\"】authorization data?\")\n • 符号后接字母时添加空格:】 Authorization\n\n■ 语法规范\n• 外文 → 被动语态(\"Item was created\")\n• 中文 → 主动语态(\"已创建项目\")\n• 禁止推测上下文(只翻译当前字符串内容)\n\n■ 错误预防(绝对禁止)\n✗ 将中文符号改为西式符号(】→])\n✗ 移动非中文符号位置\n✗ 添加原文不存在的内容\n✗ 合并/拆分原始字符串\n\n■ 批量处理\n▸ 严格保持原始JSON结构\n▸ 语言键名精确匹配(zh-cn/en/it等)", - "zh-hk": ")", - "zh-tw": ")", - "en": ")", - "it": ")" - }, - "qhx1eya": { - "zh-cn": "翻译API返回错误:", - "zh-hk": "翻譯API返回錯誤:", - "zh-tw": "翻譯API返回錯誤:", - "en": "Translation API returned an error:", - "it": "Errore API traduzione:" - }, - "s7bystp": { - "zh-cn": "环境变量 DEEPSEEK_API_KEY 未定义", - "zh-hk": "環境變量 DEEPSEEK_API_KEY 未定義", - "zh-tw": "環境變數 DEEPSEEK_API_KEY 未定義", - "en": "Environment variable DEEPSEEK_API_KEY not defined", - "it": "Variabile d'ambiente DEEPSEEK_API_KEY non definita" - }, - "k2ng5l4": { - "zh-cn": "验证失败", - "zh-hk": "驗證失敗", - "zh-tw": "驗證失敗", - "en": "Verification failed", - "it": "Validazione fallita" - }, - "kw130t7": { - "zh-cn": "正在翻译...", - "zh-hk": "正在翻譯...", - "zh-tw": "正在翻譯...", - "en": "Translating...", - "it": "Traduzione in corso..." - }, - "fac718": { - "zh-cn": "菜单状态设置成功", - "zh-hk": "選單狀態設定成功", - "zh-tw": "選單狀態設定成功", - "en": "Menu status set successfully", - "it": "Stato menu impostato con successo" - }, - "hztngs4": { - "zh-cn": "请先保存", - "zh-hk": "請先儲存", - "zh-tw": "請先儲存", - "en": "Please save first", - "it": "Salvare prima" - }, - "wsnvnu6": { - "zh-cn": "请先保存数据", - "zh-hk": "請先儲存數據", - "zh-tw": "請先儲存資料", - "en": "Please save data first", - "it": "Salvare i dati prima" - }, - "m90w8n7": { - "zh-cn": "请先保存数据!", - "zh-hk": "請先儲存數據!", - "zh-tw": "請先儲存資料!", - "en": "Please save data first!", - "it": "Salvare i dati prima!" - }, - "hf19iw8": { - "zh-cn": " 一键复制配置 ", - "zh-hk": "一鍵複製配置", - "zh-tw": "一鍵複製設定", - "en": "One-click copy configuration", - "it": "Copia configurazione con un clic" - }, - "c643uj8": { - "zh-cn": " 一键恢复默认 ", - "zh-hk": "一鍵恢復預設", - "zh-tw": "一鍵恢復預設", - "en": "One-click restore default", - "it": "Ripristina impostazioni predefinite con un clic" - }, - "8s9vsx8": { - "zh-cn": " 没有账号? 去", - "zh-hk": "沒有帳號? 前往", - "zh-tw": "沒有帳號? 前往", - "en": "No account? Go to", - "it": "Nessun account? Vai a" - }, - "s60ej68": { - "zh-cn": " 已有账户? 去", - "zh-hk": "已有帳戶? 前往", - "zh-tw": "已有帳戶? 前往", - "en": "Already have an account? Go to", - "it": "Già registrato? Vai a" - }, - "euunjh5": { - "zh-cn": "添加部件 ", - "zh-hk": "添加部件", - "zh-tw": "新增元件", - "en": "Add widget", - "it": "Aggiungi widget" - }, - "lodxl4": { - "zh-cn": " 账号:", - "zh-hk": "帳號:", - "zh-tw": "帳號:", - "en": "Account:", - "it": "Account:" - }, - "e5rq84": { - "zh-cn": " 姓名:", - "zh-hk": "姓名:", - "zh-tw": "姓名:", - "en": "Name:", - "it": "Nome:" - }, - "ifnhu4": { - "zh-cn": " 电话:", - "zh-hk": "電話:", - "zh-tw": "電話:", - "en": "Phone:", - "it": "Telefono:" - }, - "mdriv4": { - "zh-cn": " 邮箱:", - "zh-hk": "電郵:", - "zh-tw": "信箱:", - "en": "Email:", - "it": "Email:" - }, - "mjf224": { - "zh-cn": " 部门:", - "zh-hk": "部門:", - "zh-tw": "部門:", - "en": "Department:", - "it": "Dipartimento:" - }, - "jrtsp4": { - "zh-cn": " 职位:", - "zh-hk": "職位:", - "zh-tw": "職位:", - "en": "Position:", - "it": "Posizione:" - }, - "aztb2o6": { - "zh-cn": " 关于项目 ", - "zh-hk": "關於項目", - "zh-tw": "關於專案", - "en": "About the Project", - "it": "Informazioni sul progetto" - }, - "wxmxcx5b": { - "zh-cn": " 基于 .NET6 (Furion/SqlSugar) 实现的通用权限开发框架,前端采用 Vue3+Element-plus+Vite5,整合众多优秀技术和框架,模块插件式开发。集成多租户、缓存、数据校验、鉴权、事件总线、动态API、通讯、远程请求、任务调度、打印等众多黑科技。代码结构简单清晰,注释详尽,易于上手与二次开发,即便是复杂业务逻辑也能迅速实现,真正实现“开箱即用”。 ", - "zh-hk": "基於 .NET6 (Furion/SqlSugar) 實現的通用權限開發框架,前端採用 Vue3+Element-plus+Vite5,整合眾多優秀技術和框架,模組插件式開發。整合多租戶、快取、數據校驗、鑑權、事件匯流排、動態API、通訊、遠端請求、任務排程、列印等眾多黑科技。代碼結構簡單清晰,註解詳盡,易於上手與二次開發,即便是複雜業務邏輯也能迅速實現,真正實現「開箱即用」。", - "zh-tw": "基於 .NET6 (Furion/SqlSugar) 實現的通用權限開發框架,前端採用 Vue3+Element-plus+Vite5,整合眾多優秀技術和框架,模組外掛式開發。整合多租戶、快取、資料校驗、鑑權、事件匯流排、動態API、通訊、遠端請求、任務排程、列印等眾多黑科技。程式碼結構簡單清晰,註解詳盡,易於上手與二次開發,即便是複雜業務邏輯也能迅速實現,真正實現「開箱即用」。", - "en": "A general permission development framework implemented based on .NET6 (Furion/SqlSugar), with the frontend using Vue3+Element-plus+Vite5. It integrates numerous excellent technologies and frameworks, and adopts modular plugin-based development. It incorporates many advanced features such as multi-tenancy, caching, data validation, authentication, event bus, dynamic API, communication, remote requests, task scheduling, printing, and more. The code structure is simple and clear, with detailed comments, making it easy to get started and perform secondary development. Even complex business logic can be quickly implemented, truly achieving \"out-of-the-box\" usability.", - "it": "Framework di sviluppo per autorizzazioni generiche basato su .NET6 (Furion/SqlSugar), frontend con Vue3+Element-plus+Vite5, integra numerose tecnologie e framework eccellenti, sviluppo modulare plug-in. Include multi-tenancy, cache, validazione dati, autenticazione, event bus, API dinamiche, comunicazione, richieste remote, pianificazione attività, stampa e molte altre tecnologie avanzate. Struttura del codice semplice e chiara, commenti dettagliati, facile da usare e sviluppare ulteriormente, anche logiche di business complesse possono essere implementate rapidamente, veramente \"pronto all'uso\"." - }, - "4wzy9r6": { - "zh-cn": " 更新记录 ", - "zh-hk": "更新記錄", - "zh-tw": "更新記錄", - "en": "Update Log", - "it": "Cronologia aggiornamenti" - }, - "n3y5l66": { - "zh-cn": " 快捷入口 ", - "zh-hk": "快捷入口", - "zh-tw": "快捷入口", - "en": "Quick Access", - "it": "Accesso rapido" - }, - "jzldh17": { - "zh-cn": "我的常用 ( ", - "zh-hk": "我的常用 (", - "zh-tw": "我的常用 (", - "en": "My Favorites (", - "it": "I miei preferiti (" - }, - "1ohu6c7": { - "zh-cn": "全部应用 ( ", - "zh-hk": "全部應用 (", - "zh-tw": "全部應用 (", - "en": "All Applications (", - "it": "Applica tutto (" - }, - "gxswk4": { - "zh-cn": " 欢迎 ", - "zh-hk": "歡迎", - "zh-tw": "歡迎", - "en": "Welcome", - "it": "Benvenuto" - }, - "b6essr5": { - "zh-cn": "欢迎使用 ", - "zh-hk": "歡迎使用", - "zh-tw": "歡迎使用", - "en": "Welcome to", - "it": "Benvenuto" - }, - "cd42gw6": { - "zh-cn": " 项目进度 ", - "zh-hk": "項目進度", - "zh-tw": "專案進度", - "en": "Project Progress", - "it": "Avanzamento progetto" - }, - "lvlahe6": { - "zh-cn": " 版本信息 ", - "zh-hk": "版本信息", - "zh-tw": "版本資訊", - "en": "Version Information", - "it": "Informazioni versione" - }, - "a5j20k5": { - "zh-cn": "最新版本 ", - "zh-hk": "最新版本", - "zh-tw": "最新版本", - "en": "Latest Version", - "it": "Ultima versione" - }, - "ri53oj6": { - "zh-cn": " 当前时钟 ", - "zh-hk": "當前時鐘", - "zh-tw": "目前時鐘", - "en": "Current Clock", - "it": "Orologio corrente" - }, - "c7un3t6": { - "zh-cn": " 我的日程 ", - "zh-hk": "我的日程", - "zh-tw": "我的行程", - "en": "My Schedule", - "it": "La mia agenda" - }, - "anvjiw5": { - "zh-cn": " 上个月 ", - "zh-hk": "上個月", - "zh-tw": "上個月", - "en": "Last Month", - "it": "Mese scorso" - }, - "anw6if5": { - "zh-cn": " 下个月 ", - "zh-hk": "下個月", - "zh-tw": "下個月", - "en": "Next Month", - "it": "Mese prossimo" - }, - "gg26b4": { - "zh-cn": " 查询 ", - "zh-hk": "查詢", - "zh-tw": "查詢", - "en": "Query", - "it": "Cerca" - }, - "miwv34": { - "zh-cn": " 重置 ", - "zh-hk": "重置", - "zh-tw": "重設", - "en": "Reset", - "it": "Ripristina" - }, - "cliek4": { - "zh-cn": " 下线 ", - "zh-hk": "下線", - "zh-tw": "下線", - "en": "Offline", - "it": "Disconnetti" - }, - "likox4": { - "zh-cn": " 详情 ", - "zh-hk": "詳情", - "zh-tw": "詳情", - "en": "Details", - "it": "Dettagli" - }, - "tz40ze6": { - "zh-cn": " 消息详情 ", - "zh-hk": "訊息詳情", - "zh-tw": "訊息詳情", - "en": "Message Details", - "it": "Dettagli messaggio" - }, - "29xlws6": { - "zh-cn": " 高级查询 ", - "zh-hk": "進階查詢", - "zh-tw": "進階查詢", - "en": "Advanced Query", - "it": "Ricerca avanzata" - }, - "n93tt4": { - "zh-cn": " 隐藏 ", - "zh-hk": "隱藏", - "zh-tw": "隱藏", - "en": "Hide", - "it": "Nascondi" - }, - "db22k4": { - "zh-cn": " 删除 ", - "zh-hk": "刪除", - "zh-tw": "刪除", - "en": "Delete", - "it": "Elimina" - }, - "fvpaq4": { - "zh-cn": " 新增 ", - "zh-hk": "新增", - "zh-tw": "新增", - "en": "Add", - "it": "Aggiungi" - }, - "efepu4": { - "zh-cn": " 导出 ", - "zh-hk": "匯出", - "zh-tw": "匯出", - "en": "Export", - "it": "Esporta" - }, - "efb5j4": { - "zh-cn": " 导入 ", - "zh-hk": "導入", - "zh-tw": "匯入", - "en": "Import", - "it": "Importa" - }, - "juz394": { - "zh-cn": " 编辑 ", - "zh-hk": "編輯", - "zh-tw": "編輯", - "en": "Edit", - "it": "Modifica" - }, - "ky5413": { - "zh-cn": "详情 ", - "zh-hk": "詳情", - "zh-tw": "詳情", - "en": "Details", - "it": "Dettagli" - }, - "arbqd64": { - "zh-cn": "创建者 ", - "zh-hk": "建立者", - "zh-tw": "建立者", - "en": "Creator", - "it": "Creatore" - }, - "lpkhod5": { - "zh-cn": "创建时间 ", - "zh-hk": "建立時間", - "zh-tw": "建立時間", - "en": "Creation Time", - "it": "Data creazione" - }, - "aid0cm4": { - "zh-cn": "修改者 ", - "zh-hk": "修改者", - "zh-tw": "修改者", - "en": "Modifier", - "it": "Modificatore" - }, - "tfgw5l5": { - "zh-cn": "修改时间 ", - "zh-hk": "修改時間", - "zh-tw": "修改時間", - "en": "Modification Time", - "it": "Data modifica" - }, - "djypr3": { - "zh-cn": "备注 ", - "zh-hk": "備註", - "zh-tw": "備註", - "en": "Remarks", - "it": "Note" - }, - "d7exy4": { - "zh-cn": " 关闭 ", - "zh-hk": "關閉", - "zh-tw": "關閉", - "en": "Close", - "it": "Chiudi" - }, - "ol3rzi6": { - "zh-cn": "下载错误: ", - "zh-hk": "下載錯誤:", - "zh-tw": "下載錯誤:", - "en": "Download Error:", - "it": "Errore download:" - }, - "1hn72f6": { - "zh-cn": " 数据导入 ", - "zh-hk": "數據導入", - "zh-tw": "資料匯入", - "en": "Data Import", - "it": "Importazione dati" - }, - "e078mqp": { - "zh-cn": " 导入完毕,存在部分错误,请下载导入结果查看详情 ", - "zh-hk": "導入完畢,存在部分錯誤,請下載導入結果查看詳情", - "zh-tw": "匯入完畢,存在部分錯誤,請下載匯入結果查看詳情", - "en": "Import completed with some errors, please download the import results to view details", - "it": "Importazione completata con alcuni errori, scarica il risultato per i dettagli" - }, - "ysh24c7": { - "zh-cn": "下载导入结果 ", - "zh-hk": "下載導入結果", - "zh-tw": "下載匯入結果", - "en": "Download Import Results", - "it": "Scarica risultato importazione" - }, - "i1gx3": { - "zh-cn": " 是 ", - "zh-hk": "是", - "zh-tw": "是", - "en": "Yes", - "it": "Sì" - }, - "ez163": { - "zh-cn": " 否 ", - "zh-hk": "否", - "zh-tw": "否", - "en": "No", - "it": "No" - }, - "c0pv6i5": { - "zh-cn": " 增加表 ", - "zh-hk": "增加表", - "zh-tw": "新增資料表", - "en": "Add Table", - "it": "Aggiungi tabella" - }, - "h4bec35": { - "zh-cn": " 编辑表 ", - "zh-hk": "編輯表", - "zh-tw": "編輯資料表", - "en": "Edit Table", - "it": "Modifica tabella" - }, - "bh5yqk5": { - "zh-cn": " 删除表 ", - "zh-hk": "刪除表", - "zh-tw": "刪除資料表", - "en": "Delete Table", - "it": "Elimina tabella" - }, - "bna02p5": { - "zh-cn": " 可视化 ", - "zh-hk": "可視化", - "zh-tw": "視覺化", - "en": "Visualization", - "it": "Visualizzazione" - }, - "c0gmkr5": { - "zh-cn": " 增加列 ", - "zh-hk": "增加欄", - "zh-tw": "新增欄位", - "en": "Add Column", - "it": "Aggiungi colonna" - }, - "bdf2h26": { - "zh-cn": " 生成实体 ", - "zh-hk": "生成實體", - "zh-tw": "產生實體", - "en": "Generate Entity", - "it": "Genera entità" - }, - "b8xvec6": { - "zh-cn": " 生成种子 ", - "zh-hk": "生成種子", - "zh-tw": "產生種子", - "en": "Generate Seed", - "it": "Genera seed" - }, - "i898fx5": { - "zh-cn": " 表编辑 ", - "zh-hk": "表編輯", - "zh-tw": "資料表編輯", - "en": "Table Editing", - "it": "Modifica tabella" - }, - "bdmju65": { - "zh-cn": " 列编辑 ", - "zh-hk": "欄編輯", - "zh-tw": "欄位編輯", - "en": "Column Editing", - "it": "Modifica colonna" - }, - "cjromq8": { - "zh-cn": " 生成种子数据 ", - "zh-hk": "生成種子數據", - "zh-tw": "產生種子資料", - "en": "Generate Seed Data", - "it": "Genera dati seed" - }, - "dxri64": { - "zh-cn": " 增加 ", - "zh-hk": "增加", - "zh-tw": "新增", - "en": "Add", - "it": "Aggiungi" - }, - "b5btaq6": { - "zh-cn": " 生成配置 ", - "zh-hk": "生成配置", - "zh-tw": "產生設定", - "en": "Generate Configuration", - "it": "Genera configurazione" - }, - "him4pp6": { - "zh-cn": " 增加配置 ", - "zh-hk": "增加配置", - "zh-tw": "新增設定", - "en": "Add Configuration", - "it": "Aggiungi configurazione" - }, - "v62uxpj": { - "zh-cn": " 保证字段值的唯一性,排除null值 ", - "zh-hk": "保证字段值的唯一性,排除null值", - "zh-tw": "保證欄位值的唯一性,排除null值", - "en": "Ensure field value uniqueness, excluding null values", - "it": "Garantire l'unicità dei valori dei campi, escludendo i valori null" - }, - "9kg3rb9": { - "zh-cn": "确定要删除选中的 ", - "zh-hk": "确定要删除选中的", - "zh-tw": "確定要刪除選取的", - "en": "Confirm deletion of selected", - "it": "Confermi di voler eliminare i selezionati" - }, - "b6xani6": { - "zh-cn": " 条记录吗?", - "zh-hk": "条记录吗?", - "zh-tw": "筆記錄嗎?", - "en": "records?", - "it": "record?" - }, - "dzz9z4": { - "zh-cn": " 复制 ", - "zh-hk": "复制", - "zh-tw": "複製", - "en": "Copy", - "it": "Copia" - } + "py5l6gd": { + "zh-cn": "请输入至少一条多语言内容!", + "zh-hk": "請輸入至少一條多語言內容!", + "zh-tw": "請輸入至少一條多語言內容!", + "en": "Please enter at least one multilingual content!", + "it": "Per favore inserisci almeno un contenuto multilingue!" + }, + "uyiu215": { + "zh-cn": "保存成功!", + "zh-hk": "保存成功!", + "zh-tw": "儲存成功!", + "en": "Save successful!", + "it": "Salvataggio riuscito!" + }, + "uzjnny5": { + "zh-cn": "保存失败!", + "zh-hk": "保存失敗!", + "zh-tw": "儲存失敗!", + "en": "Save failed!", + "it": "Salvataggio fallito!" + }, + "i8xvpz4": { + "zh-cn": "请输入 ", + "zh-hk": "請輸入 ", + "zh-tw": "請輸入 ", + "en": "Please enter ", + "it": "Per favore inserisci " + }, + "bgjiwt5": { + "zh-cn": "多语言设置", + "zh-hk": "多語言設定", + "zh-tw": "多語言設定", + "en": "Multilingual Settings", + "it": "Impostazioni Multilingua" + }, + "eod62": { + "zh-cn": "关闭", + "zh-hk": "關閉", + "zh-tw": "關閉", + "en": "Close", + "it": "Chiudi" + }, + "fro6m94": { + "zh-cn": "确认修改", + "zh-hk": "確認修改", + "zh-tw": "確認修改", + "en": "Confirm Changes", + "it": "Conferma Modifiche" + }, + "is7269m": { + "zh-cn": "站在巨人肩膀上的 .NET 通用权限开发框架", + "zh-hk": "站在巨人肩膀上的 .NET 通用權限開發框架", + "zh-tw": "站在巨人肩膀上的 .NET 通用權限開發框架", + "en": ".NET Universal Permission Framework on the Shoulders of Giants", + "it": "Framework .NET per Autorizzazioni Universali sulle Spalle dei Giganti" + }, + "abaue24": { + "zh-cn": "任务看板", + "zh-hk": "任務看板", + "zh-tw": "任務看板", + "en": "Task Board", + "it": "Bacheca Attività" + }, + "w6yay25": { + "zh-cn": "库表可视化", + "zh-hk": "庫表可視化", + "zh-tw": "資料表視覺化", + "en": "Database Visualization", + "it": "Visualizzazione Tabelle" + }, + "koca2": { + "zh-cn": "登录", + "zh-hk": "登入", + "zh-tw": "登入", + "en": "Login", + "it": "Accesso" + }, + "ha8f2": { + "zh-cn": "拨号", + "zh-hk": "撥號", + "zh-tw": "撥號", + "en": "Dial", + "it": "Componi" + }, + "mmzpyie": { + "zh-cn": "仟佰拾亿仟佰拾万仟佰拾元角分", + "zh-hk": "仟佰拾億仟佰拾萬仟佰拾元角分", + "zh-tw": "仟佰拾億仟佰拾萬仟佰拾元角分", + "en": "Thousand Hundred Ten Billion Thousand Hundred Ten Million Thousand Hundred Ten Yuan Jiao Fen", + "it": "Mille Cento Dieci Miliardi Mille Cento Dieci Milioni Mille Cento Dieci Yuan Jiao Fen" + }, + "y5ru5ta": { + "zh-cn": "零壹贰叁肆伍陆柒捌玖", + "zh-hk": "零壹貳叄肆伍陸柒捌玖", + "zh-tw": "零壹貳參肆伍陸柒捌玖", + "en": "Zero One Two Three Four Five Six Seven Eight Nine", + "it": "Zero Uno Due Tre Quattro Cinque Sei Sette Otto Nove" + }, + "k1g1": { + "zh-cn": "整", + "zh-hk": "整", + "zh-tw": "整", + "en": "Whole", + "it": "Intero" + }, + "tti1": { + "zh-cn": "零", + "zh-hk": "零", + "zh-tw": "零", + "en": "Zero", + "it": "Zero" + }, + "g1v1": { + "zh-cn": "元", + "zh-hk": "元", + "zh-tw": "元", + "en": "Yuan", + "it": "Yuan" + }, + "fjz1": { + "zh-cn": "亿", + "zh-hk": "億", + "zh-tw": "億", + "en": "Billion", + "it": "Miliardo" + }, + "q4gd2": { + "zh-cn": "零元", + "zh-hk": "零元", + "zh-tw": "零元", + "en": "Zero Yuan", + "it": "Zero Yuan" + }, + "isx1": { + "zh-cn": "弱", + "zh-hk": "弱", + "zh-tw": "弱", + "en": "Weak", + "it": "Debole" + }, + "ffx1": { + "zh-cn": "中", + "zh-hk": "中", + "zh-tw": "中", + "en": "Medium", + "it": "Medio" + }, + "it61": { + "zh-cn": "强", + "zh-hk": "強", + "zh-tw": "強", + "en": "Strong", + "it": "Forte" + }, + "qyi32": { + "zh-cn": "首頁", + "zh-hk": "首頁", + "zh-tw": "首頁", + "en": "Home", + "it": "Home" + }, + "gaj8s74": { + "zh-cn": "系統設置", + "zh-hk": "系統設定", + "zh-tw": "系統設定", + "en": "System Settings", + "it": "Impostazioni di Sistema" + }, + "il4n5n4": { + "zh-cn": "選單管理", + "zh-hk": "選單管理", + "zh-tw": "選單管理", + "en": "Menu Management", + "it": "Gestione Menu" + }, + "hxhx7p4": { + "zh-cn": "角色管理", + "zh-hk": "角色管理", + "zh-tw": "角色管理", + "en": "Role Management", + "it": "Gestione Ruoli" + }, + "f6y5n74": { + "zh-cn": "用戶管理", + "zh-hk": "用戶管理", + "zh-tw": "使用者管理", + "en": "User Management", + "it": "Gestione Utenti" + }, + "iwgoil4": { + "zh-cn": "部門管理", + "zh-hk": "部門管理", + "zh-tw": "部門管理", + "en": "Department Management", + "it": "Gestione Dipartimenti" + }, + "bv9v7q4": { + "zh-cn": "字典管理", + "zh-hk": "字典管理", + "zh-tw": "字典管理", + "en": "Dictionary Management", + "it": "Gestione Dizionari" + }, + "gvsubz5": { + "zh-cn": "許可權管理", + "zh-hk": "權限管理", + "zh-tw": "權限管理", + "en": "Permission Management", + "it": "Gestione Autorizzazioni" + }, + "aw6p814": { + "zh-cn": "前端控制", + "zh-hk": "前端控制", + "zh-tw": "前端控制", + "en": "Frontend Control", + "it": "Controllo Frontend" + }, + "pa1iyd5": { + "zh-cn": "頁面許可權", + "zh-hk": "頁面權限", + "zh-tw": "頁面權限", + "en": "Page Permission", + "it": "Permesso Pagina" + }, + "jym08w5": { + "zh-cn": "按鈕許可權", + "zh-hk": "按鈕權限", + "zh-tw": "按鈕權限", + "en": "Button Permission", + "it": "Permesso Pulsante" + }, + "ckbxqq4": { + "zh-cn": "後端控制", + "zh-hk": "後端控制", + "zh-tw": "後端控制", + "en": "Backend Control", + "it": "Controllo Backend" + }, + "ikzc5d4": { + "zh-cn": "選單嵌套", + "zh-hk": "選單嵌套", + "zh-tw": "選單嵌套", + "en": "Nested Menu", + "it": "Menu Annidato" + }, + "lkcsb3": { + "zh-cn": "選單1", + "zh-hk": "選單1", + "zh-tw": "選單1", + "en": "Menu 1", + "it": "Menu 1" + }, + "ikj0eu4": { + "zh-cn": "選單11", + "zh-hk": "選單11", + "zh-tw": "選單11", + "en": "Menu 11", + "it": "Menu 11" + }, + "ikj0ev4": { + "zh-cn": "選單12", + "zh-hk": "選單12", + "zh-tw": "選單12", + "en": "Menu 12", + "it": "Menu 12" + }, + "7fgx165": { + "zh-cn": "選單121", + "zh-hk": "選單121", + "zh-tw": "選單121", + "en": "Menu 121", + "it": "Menu 121" + }, + "7fgx175": { + "zh-cn": "選單122", + "zh-hk": "選單122", + "zh-tw": "選單122", + "en": "Menu 122", + "it": "Menu 122" + }, + "ikj0ew4": { + "zh-cn": "選單13", + "zh-hk": "選單13", + "zh-tw": "選單13", + "en": "Menu 13", + "it": "Menu 13" + }, + "lkcsc3": { + "zh-cn": "選單2", + "zh-hk": "選單2", + "zh-tw": "選單2", + "en": "Menu 2", + "it": "Menu 2" + }, + "erem2": { + "zh-cn": "功能", + "zh-hk": "功能", + "zh-tw": "功能", + "en": "Features", + "it": "Funzionalità" + }, + "b8ph3jb": { + "zh-cn": "tagsView 操作", + "zh-hk": "tagsView 操作", + "zh-tw": "tagsView 操作", + "en": "tagsView Operations", + "it": "Operazioni tagsView" + }, + "d4vsq44": { + "zh-cn": "數位滾動", + "zh-hk": "數字滾動", + "zh-tw": "數字滾動", + "en": "Digital Scrolling", + "it": "Scorrimento Numerico" + }, + "7qddkea": { + "zh-cn": "Editor 編輯器", + "zh-hk": "Editor 編輯器", + "zh-tw": "Editor 編輯器", + "en": "Editor", + "it": "Editor" + }, + "bgtk6y4": { + "zh-cn": "圖片裁剪", + "zh-hk": "圖片裁剪", + "zh-tw": "圖片裁剪", + "en": "Image Cropping", + "it": "Ritaglio Immagine" + }, + "vogyb85": { + "zh-cn": "二維碼生成", + "zh-hk": "二維碼生成", + "zh-tw": "二維碼產生", + "en": "QR Code Generation", + "it": "Generazione Codice QR" + }, + "w8pi6r7": { + "zh-cn": "地理座標/地圖", + "zh-hk": "地理座標/地圖", + "zh-tw": "地理座標/地圖", + "en": "Geolocation/Maps", + "it": "Geolocalizzazione/Mappe" + }, + "jsrkai4": { + "zh-cn": "頁面列印", + "zh-hk": "頁面列印", + "zh-tw": "頁面列印", + "en": "Page Printing", + "it": "Stampa Pagina" + }, + "hunltf4": { + "zh-cn": "複製剪切", + "zh-hk": "複製剪貼", + "zh-tw": "複製剪下", + "en": "Copy/Cut", + "it": "Copia/Taglia" + }, + "cvnwgv4": { + "zh-cn": "拖拽佈局", + "zh-hk": "拖拽佈局", + "zh-tw": "拖曳佈局", + "en": "Drag Layout", + "it": "Layout Trascinabile" + }, + "4boxqo5": { + "zh-cn": "窗格折開器", + "zh-hk": "窗格折開器", + "zh-tw": "窗格分離器", + "en": "Pane Splitter", + "it": "Divisore Pannello" + }, + "n9zva3": { + "zh-cn": "驗證器", + "zh-hk": "驗證器", + "zh-tw": "驗證器", + "en": "Validator", + "it": "Validatore" + }, + "qoox2": { + "zh-cn": "頁面", + "zh-hk": "頁面", + "zh-tw": "頁面", + "en": "Page", + "it": "Pagina" + }, + "pmo0hb6": { + "zh-cn": "過濾篩選組件", + "zh-hk": "過濾篩選組件", + "zh-tw": "過濾篩選元件", + "en": "Filter Component", + "it": "Componente Filtro" + }, + "hnqadf8": { + "zh-cn": "過濾篩選組件詳情", + "zh-hk": "過濾篩選組件詳情", + "zh-tw": "過濾篩選元件詳細資訊", + "en": "Filter Component Details", + "it": "Dettagli Componente Filtro" + }, + "tj0d2mb": { + "zh-cn": "過濾篩選組件詳情111", + "zh-hk": "過濾篩選組件詳情111", + "zh-tw": "過濾篩選元件詳細資訊111", + "en": "Filter Component Details 111", + "it": "Dettagli Componente Filtro 111" + }, + "vkinz28": { + "zh-cn": "ali 字體圖標", + "zh-hk": "ali 字體圖示", + "zh-tw": "ali 字型圖示", + "en": "Ali Font Icons", + "it": "Icone Font Ali" + }, + "asoopu8": { + "zh-cn": "ele 字體圖標", + "zh-hk": "ele 字體圖示", + "zh-tw": "ele 字型圖示", + "en": "Ele Font Icons", + "it": "Icone Font Ele" + }, + "e2k51r8": { + "zh-cn": "awe 字體圖標", + "zh-hk": "awe 字體圖示", + "zh-tw": "awe 字型圖示", + "en": "Awe Font Icons", + "it": "Icone Font Awe" + }, + "ju9zlq6": { + "zh-cn": "表單自我調整", + "zh-hk": "表單自我調整", + "zh-tw": "表單自適應", + "en": "Form Responsive", + "it": "Form Reattivo" + }, + "iztdlg6": { + "zh-cn": "表單表格驗證", + "zh-hk": "表單表格驗證", + "zh-tw": "表單表格驗證", + "en": "Form Table Validation", + "it": "Validazione Tabella Form" + }, + "npyfhc5": { + "zh-cn": "表單國際化", + "zh-hk": "表單國際化", + "zh-tw": "表單國際化", + "en": "Form Internationalization", + "it": "Internazionalizzazione Form" + }, + "asyvn65": { + "zh-cn": "多表單驗證", + "zh-hk": "多表單驗證", + "zh-tw": "多表單驗證", + "en": "Multi-form Validation", + "it": "Validazione Multi-form" + }, + "37am9b6": { + "zh-cn": "動態複雜表單", + "zh-hk": "動態複雜表單", + "zh-tw": "動態複雜表單", + "en": "Dynamic Complex Form", + "it": "Form Complesso Dinamico" + }, + "e579m3": { + "zh-cn": "工作流", + "zh-hk": "工作流", + "zh-tw": "工作流程", + "en": "Workflow", + "it": "Flusso di Lavoro" + }, + "lrkk576": { + "zh-cn": "清單自我調整", + "zh-hk": "清單自我調整", + "zh-tw": "清單自適應", + "en": "List Responsive", + "it": "Lista Reattiva" + }, + "gvf5p3": { + "zh-cn": "瀑布屏", + "zh-hk": "瀑布屏", + "zh-tw": "瀑布流", + "en": "Waterfall Display", + "it": "Display a Cascata" + }, + "gh4cj3": { + "zh-cn": "步驟條", + "zh-hk": "步驟條", + "zh-tw": "步驟條", + "en": "Step Bar", + "it": "Barra dei Passaggi" + }, + "bmav984": { + "zh-cn": "大圖預覽", + "zh-hk": "大圖預覽", + "zh-tw": "大圖預覽", + "en": "Large Image Preview", + "it": "Anteprima Immagine Grande" + }, + "e6wysc4": { + "zh-cn": "波浪效果", + "zh-hk": "波浪效果", + "zh-tw": "波浪效果", + "en": "Wave Effect", + "it": "Effetto Onda" + }, + "1lpzvo5": { + "zh-cn": "樹形改表格", + "zh-hk": "樹形改表格", + "zh-tw": "樹狀轉表格", + "en": "Tree to Table", + "it": "Da Struttura ad Albero a Tabella" + }, + "ctdzuk4": { + "zh-cn": "拖動指令", + "zh-hk": "拖動指令", + "zh-tw": "拖曳指令", + "en": "Drag Directive", + "it": "Direttiva Trascinamento" + }, + "68dou5": { + "zh-cn": "圖片懶加載", + "zh-hk": "圖片懶加載", + "zh-tw": "圖片延遲載入", + "en": "Image Lazy Loading", + "it": "Caricamento Lazy delle Immagini" + }, + "g4sypa4": { + "zh-cn": "組件封裝", + "zh-hk": "組件封裝", + "zh-tw": "元件封裝", + "en": "Component Encapsulation", + "it": "Incapsulamento Componente" + }, + "o0ofe5": { + "zh-cn": "圖標選擇器", + "zh-hk": "圖示選擇器", + "zh-tw": "圖示選擇器", + "en": "Icon Picker", + "it": "Selettore Icone" + }, + "iuaijm5": { + "zh-cn": "滾動通知欄", + "zh-hk": "滾動通知欄", + "zh-tw": "滾動通知欄", + "en": "Scrolling Notification Bar", + "it": "Barra Notifiche a Scorrimento" + }, + "p8555ja": { + "zh-cn": "svgIcon 演示", + "zh-hk": "svgIcon 演示", + "zh-tw": "svgIcon 示範", + "en": "svgIcon Demo", + "it": "Demo svgIcon" + }, + "my87m26": { + "zh-cn": "表格封裝演示", + "zh-hk": "表格封裝演示", + "zh-tw": "表格封裝示範", + "en": "Table Encapsulation Demo", + "it": "Demo Incapsulamento Tabella" + }, + "ie1jg74": { + "zh-cn": "路由參數", + "zh-hk": "路由參數", + "zh-tw": "路由參數", + "en": "Route Parameters", + "it": "Parametri Rotta" + }, + "diw0pa4": { + "zh-cn": "普通路由", + "zh-hk": "普通路由", + "zh-tw": "一般路由", + "en": "Normal Route", + "it": "Rotta Normale" + }, + "av1pyw4": { + "zh-cn": "動態路由", + "zh-hk": "動態路由", + "zh-tw": "動態路由", + "en": "Dynamic Route", + "it": "Rotta Dinamica" + }, + "1e77sw6": { + "zh-cn": "普通路由詳情", + "zh-hk": "普通路由詳情", + "zh-tw": "一般路由詳細資訊", + "en": "Normal Route Details", + "it": "Dettagli Rotta Normale" + }, + "2pxr4m6": { + "zh-cn": "動態路由詳情", + "zh-hk": "動態路由詳情", + "zh-tw": "動態路由詳細資訊", + "en": "Dynamic Route Details", + "it": "Dettagli Rotta Dinamica" + }, + "blz6y35": { + "zh-cn": "大資料圖表", + "zh-hk": "大數據圖表", + "zh-tw": "大數據圖表", + "en": "Big Data Charts", + "it": "Grafici Big Data" + }, + "g59tyo5": { + "zh-cn": "數據視覺化", + "zh-hk": "數據可視化", + "zh-tw": "資料視覺化", + "en": "Data Visualization", + "it": "Visualizzazione Dati" + }, + "243q638": { + "zh-cn": "數據視覺化演示1", + "zh-hk": "數據可視化演示1", + "zh-tw": "資料視覺化示範1", + "en": "Data Visualization Demo 1", + "it": "Demo Visualizzazione Dati 1" + }, + "243q648": { + "zh-cn": "數據視覺化演示2", + "zh-hk": "數據可視化演示2", + "zh-tw": "資料視覺化示範2", + "en": "Data Visualization Demo 2", + "it": "Demo Visualizzazione Dati 2" + }, + "afcy9x4": { + "zh-cn": "個人中心", + "zh-hk": "個人中心", + "zh-tw": "個人中心", + "en": "Personal Center", + "it": "Centro Personale" + }, + "mvwbji5": { + "zh-cn": "工具類集合", + "zh-hk": "工具類集合", + "zh-tw": "工具類集合", + "en": "Utility Collection", + "it": "Collezione Utilità" + }, + "fype2": { + "zh-cn": "外鏈", + "zh-hk": "外鏈", + "zh-tw": "外部連結", + "en": "External Links", + "it": "Link Esterni" + }, + "tlkf9wa": { + "zh-cn": "内嵌 iframe1", + "zh-hk": "內嵌 iframe1", + "zh-tw": "內嵌 iframe1", + "en": "Embedded iframe1", + "it": "Iframe Incorporato 1" + }, + "tlkf9xa": { + "zh-cn": "内嵌 iframe2", + "zh-hk": "內嵌 iframe2", + "zh-tw": "內嵌 iframe2", + "en": "Embedded iframe2", + "it": "Iframe Incorporato 2" + }, + "kll62": { + "zh-cn": "登入", + "zh-hk": "登入", + "zh-tw": "登入", + "en": "Login", + "it": "Accesso" + }, + "y6e5q46": { + "zh-cn": "找不到此頁面", + "zh-hk": "找不到此頁面", + "zh-tw": "找不到此頁面", + "en": "Page Not Found", + "it": "Pagina Non Trovata" + }, + "bw38ph5": { + "zh-cn": "沒有許可權", + "zh-hk": "沒有權限", + "zh-tw": "沒有權限", + "en": "No Permission", + "it": "Nessun Permesso" + }, + "g4s8e24": { + "zh-cn": "組件大小", + "zh-hk": "組件大小", + "zh-tw": "元件大小", + "en": "Component Size", + "it": "Dimensione Componente" + }, + "i20uom4": { + "zh-cn": "語言切換", + "zh-hk": "語言切換", + "zh-tw": "語言切換", + "en": "Language Switch", + "it": "Cambio Lingua" + }, + "il67ns4": { + "zh-cn": "選單蒐索", + "zh-hk": "選單搜尋", + "zh-tw": "選單搜尋", + "en": "Menu Search", + "it": "Ricerca Menu" + }, + "ae757n4": { + "zh-cn": "佈局配寘", + "zh-hk": "佈局設定", + "zh-tw": "佈局設定", + "en": "Layout Configuration", + "it": "Configurazione Layout" + }, + "j5rb2": { + "zh-cn": "消息", + "zh-hk": "消息", + "zh-tw": "訊息", + "en": "Messages", + "it": "Messaggi" + }, + "maw1e3": { + "zh-cn": "開全屏", + "zh-hk": "開全螢幕", + "zh-tw": "開啟全螢幕", + "en": "Enter Fullscreen", + "it": "Attiva Schermo Intero" + }, + "mck3n3": { + "zh-cn": "關全屏", + "zh-hk": "關全螢幕", + "zh-tw": "關閉全螢幕", + "en": "Exit Fullscreen", + "it": "Esci da Schermo Intero" + }, + "fn7o2": { + "zh-cn": "大型", + "zh-hk": "大型", + "zh-tw": "大型", + "en": "Large", + "it": "Grande" + }, + "rs1h2": { + "zh-cn": "默認", + "zh-hk": "默認", + "zh-tw": "預設", + "en": "Default", + "it": "Predefinito" + }, + "g50c2": { + "zh-cn": "小型", + "zh-hk": "小型", + "zh-tw": "小型", + "en": "Small", + "it": "Piccolo" + }, + "klpb2": { + "zh-cn": "登出", + "zh-hk": "登出", + "zh-tw": "登出", + "en": "Logout", + "it": "Disconnetti" + }, + "7jf23q5": { + "zh-cn": "程式碼倉庫", + "zh-hk": "程式碼倉庫", + "zh-tw": "程式碼倉庫", + "en": "Code Repository", + "it": "Repository Codice" + }, + "yyxtzoe": { + "zh-cn": "選單蒐索:支援中文、路由路徑", + "zh-hk": "選單搜尋:支援中文、路由路徑", + "zh-tw": "選單搜尋:支援中文、路由路徑", + "en": "Menu Search: Supports Chinese and Route Paths", + "it": "Ricerca Menu: Supporta Cinese e Percorsi Rotta" + }, + "p62z2": { + "zh-cn": "通知", + "zh-hk": "通知", + "zh-tw": "通知", + "en": "Notifications", + "it": "Notifiche" + }, + "avbolq4": { + "zh-cn": "全部已讀", + "zh-hk": "全部已讀", + "zh-tw": "全部已讀", + "en": "Mark All as Read", + "it": "Segna Tutto come Letto" + }, + "2tdhkc6": { + "zh-cn": "前往通知中心", + "zh-hk": "前往通知中心", + "zh-tw": "前往通知中心", + "en": "Go to Notification Center", + "it": "Vai al Centro Notifiche" + }, + "dfg19d4": { + "zh-cn": "暫無通知", + "zh-hk": "暫無通知", + "zh-tw": "暫無通知", + "en": "No Notifications", + "it": "Nessuna Notifica" + }, + "hn562": { + "zh-cn": "提示", + "zh-hk": "提示", + "zh-tw": "提示", + "en": "Prompt", + "it": "Richiesta" + }, + "9jbprzc": { + "zh-cn": "此操作將登出,是否繼續?", + "zh-hk": "此操作將登出,是否繼續?", + "zh-tw": "此操作將登出,是否繼續?", + "en": "This will log you out. Continue?", + "it": "Questo ti disconnetterà. Continuare?" + }, + "l1cw2": { + "zh-cn": "確定", + "zh-hk": "確定", + "zh-tw": "確定", + "en": "Confirm", + "it": "Conferma" + }, + "ev022": { + "zh-cn": "取消", + "zh-hk": "取消", + "zh-tw": "取消", + "en": "Cancel", + "it": "Annulla" + }, + "lhoj73": { + "zh-cn": "退出中", + "zh-hk": "退出中", + "zh-tw": "退出中", + "en": "Logging Out", + "it": "Disconnessione in corso" + }, + "phrx2": { + "zh-cn": "重繪", + "zh-hk": "重繪", + "zh-tw": "重新繪製", + "en": "Redraw", + "it": "Ridisegna" + }, + "qb712": { + "zh-cn": "關閉", + "zh-hk": "關閉", + "zh-tw": "關閉", + "en": "Close", + "it": "Chiudi" + }, + "jir7i24": { + "zh-cn": "關閉其它", + "zh-hk": "關閉其它", + "zh-tw": "關閉其他", + "en": "Close Others", + "it": "Chiudi Altri" + }, + "avl8z14": { + "zh-cn": "全部關閉", + "zh-hk": "全部關閉", + "zh-tw": "全部關閉", + "en": "Close All", + "it": "Chiudi Tutti" + }, + "qxq1jj5": { + "zh-cn": "當前頁全屏", + "zh-hk": "當前頁全螢幕", + "zh-tw": "目前頁面全螢幕", + "en": "Fullscreen Current Page", + "it": "Pagina Corrente a Schermo Intero" + }, + "jir7bo4": { + "zh-cn": "關閉全屏", + "zh-hk": "關閉全螢幕", + "zh-tw": "關閉全螢幕", + "en": "Exit Fullscreen", + "it": "Esci da Schermo Intero" + }, + "e1u20jf": { + "zh-cn": "地址輸入錯誤,請重新輸入地址~", + "zh-hk": "地址輸入錯誤,請重新輸入地址~", + "zh-tw": "地址輸入錯誤,請重新輸入地址~", + "en": "Incorrect address entered, please re-enter the address~", + "it": "Indirizzo inserito errato, si prega di reinserire l'indirizzo~" + }, + "1wnotvo": { + "zh-cn": "您可以先檢查網址,然後重新輸入或給我們迴響問題。", + "zh-hk": "您可以先檢查網址,然後重新輸入或給我們反饋問題。", + "zh-tw": "您可以先檢查網址,然後重新輸入或給我們回饋問題。", + "en": "You can check the URL first, then re-enter it or give us feedback.", + "it": "Puoi prima controllare l'URL, quindi reinserirlo o fornirci un feedback." + }, + "iijh9x4": { + "zh-cn": "返回首頁", + "zh-hk": "返回首頁", + "zh-tw": "返回首頁", + "en": "Return to Home", + "it": "Torna alla Home" + }, + "yp4vte": { + "zh-cn": "您未被授權,沒有操作許可權~", + "zh-hk": "您未被授權,沒有操作權限~", + "zh-tw": "您未被授權,沒有操作權限~", + "en": "You are not authorized and have no operation permissions~", + "it": "Non sei autorizzato e non hai i permessi per operare~" + }, + "kw8vesk": { + "zh-cn": "聯繫方式:加QQ群探討665452019", + "zh-hk": "聯繫方式:加QQ群探討665452019", + "zh-tw": "聯絡方式:加QQ群探討665452019", + "en": "Contact: Join QQ group 665452019 for discussion", + "it": "Contatti: Unisciti al gruppo QQ 665452019 per discutere" + }, + "iten2d4": { + "zh-cn": "重新授權", + "zh-hk": "重新授權", + "zh-tw": "重新授權", + "en": "Re-authorize", + "it": "Riautorizza" + }, + "amwc2w4": { + "zh-cn": "全域主題", + "zh-hk": "全域主題", + "zh-tw": "全域主題", + "en": "Global Theme", + "it": "Tema Globale" + }, + "jmju8f4": { + "zh-cn": "頂欄設定", + "zh-hk": "頂欄設定", + "zh-tw": "頂欄設定", + "en": "Top Bar Settings", + "it": "Impostazioni Barra Superiore" + }, + "il6zer4": { + "zh-cn": "選單設定", + "zh-hk": "選單設定", + "zh-tw": "選單設定", + "en": "Menu Settings", + "it": "Impostazioni Menu" + }, + "ass18r4": { + "zh-cn": "分欄設定", + "zh-hk": "分欄設定", + "zh-tw": "分欄設定", + "en": "Column Settings", + "it": "Impostazioni Colonne" + }, + "jmiaxx4": { + "zh-cn": "頂欄背景", + "zh-hk": "頂欄背景", + "zh-tw": "頂欄背景", + "en": "Top Bar Background", + "it": "Sfondo Barra Superiore" + }, + "ts96hj8": { + "zh-cn": "頂欄默認字體顏色", + "zh-hk": "頂欄默認字體顏色", + "zh-tw": "頂欄預設字型顏色", + "en": "Top Bar Default Font Color", + "it": "Colore Carattere Predefinito Barra Superiore" + }, + "ycstft6": { + "zh-cn": "頂欄背景漸變", + "zh-hk": "頂欄背景漸變", + "zh-tw": "頂欄背景漸層", + "en": "Top Bar Background Gradient", + "it": "Sfondo Gradiente Barra Superiore" + }, + "il5g494": { + "zh-cn": "選單背景", + "zh-hk": "選單背景", + "zh-tw": "選單背景", + "en": "Menu Background", + "it": "Sfondo Menu" + }, + "rvjoc58": { + "zh-cn": "選單默認字體顏色", + "zh-hk": "選單默認字體顏色", + "zh-tw": "選單預設字型顏色", + "en": "Menu Default Font Color", + "it": "Colore Carattere Predefinito Menu" + }, + "cpruzn7": { + "zh-cn": "選單高亮背景色", + "zh-hk": "選單高亮背景色", + "zh-tw": "選單醒目提示背景色", + "en": "Menu Highlight Background Color", + "it": "Colore Sfondo Evidenziazione Menu" + }, + "xvp6976": { + "zh-cn": "選單背景漸變", + "zh-hk": "選單背景漸變", + "zh-tw": "選單背景漸層", + "en": "Menu Background Gradient", + "it": "Sfondo Gradiente Menu" + }, + "8i92tz6": { + "zh-cn": "分欄選單背景", + "zh-hk": "分欄選單背景", + "zh-tw": "分欄選單背景", + "en": "Column Menu Background", + "it": "Sfondo Menu Colonne" + }, + "fttt13a": { + "zh-cn": "分欄選單默認字體顏色", + "zh-hk": "分欄選單默認字體顏色", + "zh-tw": "分欄選單預設字型顏色", + "en": "Column Menu Default Font Color", + "it": "Colore Carattere Predefinito Menu Colonne" + }, + "6oxzjd8": { + "zh-cn": "分欄選單背景漸變", + "zh-hk": "分欄選單背景漸變", + "zh-tw": "分欄選單背景漸層", + "en": "Column Menu Background Gradient", + "it": "Sfondo Gradiente Menu Colonne" + }, + "cx2t7yb": { + "zh-cn": "分欄選單滑鼠懸停預加載", + "zh-hk": "分欄選單滑鼠懸停預加載", + "zh-tw": "分欄選單滑鼠懸停預載入", + "en": "Column Menu Hover Preload", + "it": "Precaricamento al Passaggio Mouse Menu Colonne" + }, + "1d9w8gc": { + "zh-cn": "分欄Logo高度(px)", + "zh-hk": "分欄Logo高度(px)", + "zh-tw": "分欄Logo高度(px)", + "en": "Column Logo Height (px)", + "it": "Altezza Logo Colonna (px)" + }, + "klzkpa": { + "zh-cn": "分欄選單寬度(px)", + "zh-hk": "分欄選單寬度(px)", + "zh-tw": "分欄選單寬度(px)", + "en": "Column Menu Width (px)", + "it": "Larghezza Menu Colonne (px)" + }, + "z0lmspa": { + "zh-cn": "分欄菜單高度(px)", + "zh-hk": "分欄選單高度(px)", + "zh-tw": "分欄選單高度(px)", + "en": "Column Menu Height (px)", + "it": "Altezza Menu Colonne (px)" + }, + "aklx6s4": { + "zh-cn": "介面設定", + "zh-hk": "介面設定", + "zh-tw": "介面設定", + "en": "Interface Settings", + "it": "Impostazioni Interfaccia" + }, + "v73nwa6": { + "zh-cn": "選單水准折疊", + "zh-hk": "選單水平折疊", + "zh-tw": "選單水平折疊", + "en": "Menu Horizontal Collapse", + "it": "Menu Collassamento Orizzontale" + }, + "7ukrvl5": { + "zh-cn": "選單手風琴", + "zh-hk": "選單手風琴", + "zh-tw": "選單手風琴", + "en": "Menu Accordion", + "it": "Menu a Fisarmonica" + }, + "uhtxbh9": { + "zh-cn": "固定 Header", + "zh-hk": "固定 Header", + "zh-tw": "固定 Header", + "en": "Fixed Header", + "it": "Intestazione Fissa" + }, + "h62ash8": { + "zh-cn": "經典佈局分割選單", + "zh-hk": "經典佈局分割選單", + "zh-tw": "經典佈局分割選單", + "en": "Classic Layout Split Menu", + "it": "Menu Diviso Layout Classico" + }, + "aro6i34": { + "zh-cn": "切換租戶", + "zh-hk": "切換租戶", + "zh-tw": "切換租戶", + "en": "Switch Tenant", + "it": "Cambia Tenant" + }, + "j88ejx4": { + "zh-cn": "開啟鎖屏", + "zh-hk": "開啟鎖屏", + "zh-tw": "開啟鎖定畫面", + "en": "Enable Lock Screen", + "it": "Abilita Schermata di Blocco" + }, + "kvrvjr9": { + "zh-cn": "自動鎖屏(s/秒)", + "zh-hk": "自動鎖屏(s/秒)", + "zh-tw": "自動鎖定畫面(s/秒)", + "en": "Auto Lock Screen (s/sec)", + "it": "Schermata di Blocco Automatica (s/sec)" + }, + "akoici4": { + "zh-cn": "介面顯示", + "zh-hk": "介面顯示", + "zh-tw": "介面顯示", + "en": "Interface Display", + "it": "Visualizzazione Interfaccia" + }, + "5rej5p8": { + "zh-cn": "側邊欄 Logo", + "zh-hk": "側邊欄 Logo", + "zh-tw": "側邊欄 Logo", + "en": "Sidebar Logo", + "it": "Logo Barra Laterale" + }, + "4ehv1td": { + "zh-cn": "開啟 Breadcrumb", + "zh-hk": "開啟 Breadcrumb", + "zh-tw": "開啟麵包屑", + "en": "Enable Breadcrumb", + "it": "Abilita Breadcrumb" + }, + "y3rj78g": { + "zh-cn": "開啟 Breadcrumb 圖標", + "zh-hk": "開啟 Breadcrumb 圖示", + "zh-tw": "開啟麵包屑圖示", + "en": "Enable Breadcrumb Icon", + "it": "Abilita Icona Breadcrumb" + }, + "q32ytmb": { + "zh-cn": "開啟 Tagsview", + "zh-hk": "開啟 Tagsview", + "zh-tw": "開啟標籤檢視", + "en": "Enable Tagsview", + "it": "Abilita Tagsview" + }, + "wcdnvre": { + "zh-cn": "開啟 Tagsview 圖標", + "zh-hk": "開啟 Tagsview 圖示", + "zh-tw": "開啟標籤檢視圖示", + "en": "Enable Tagsview Icon", + "it": "Abilita Icona Tagsview" + }, + "4t3ud7e": { + "zh-cn": "開啟 TagsView 緩存", + "zh-hk": "開啟 TagsView 緩存", + "zh-tw": "開啟標籤檢視快取", + "en": "Enable TagsView Cache", + "it": "Abilita Cache TagsView" + }, + "4t8en7e": { + "zh-cn": "開啟 TagsView 拖拽", + "zh-hk": "開啟 TagsView 拖拽", + "zh-tw": "開啟標籤檢視拖曳", + "en": "Enable TagsView Drag", + "it": "Abilita Trascinamento TagsView" + }, + "4tb9kje": { + "zh-cn": "開啟 TagsView 共用", + "zh-hk": "開啟 TagsView 共用", + "zh-tw": "開啟標籤檢視共用", + "en": "Enable TagsView Sharing", + "it": "Abilita Condivisione TagsView" + }, + "hjlvix9": { + "zh-cn": "開啟 Footer", + "zh-hk": "開啟 Footer", + "zh-tw": "開啟頁尾", + "en": "Enable Footer", + "it": "Abilita Footer" + }, + "eq5p5c4": { + "zh-cn": "灰色模式", + "zh-hk": "灰色模式", + "zh-tw": "灰色模式", + "en": "Grayscale Mode", + "it": "Modalità Scala di Grigi" + }, + "gurej14": { + "zh-cn": "色弱模式", + "zh-hk": "色弱模式", + "zh-tw": "色弱模式", + "en": "Color Weakness Mode", + "it": "Modalità Debolezza Colore" + }, + "eetoj34": { + "zh-cn": "深色模式", + "zh-hk": "深色模式", + "zh-tw": "深色模式", + "en": "Dark Mode", + "it": "Modalità Scura" + }, + "rou22e5": { + "zh-cn": "開啟浮水印", + "zh-hk": "開啟浮水印", + "zh-tw": "開啟浮水印", + "en": "Enable Watermark", + "it": "Abilita Filigrana" + }, + "fol0az5": { + "zh-cn": "浮水印文案", + "zh-hk": "浮水印文案", + "zh-tw": "浮水印文案", + "en": "Watermark Text", + "it": "Testo Filigrana" + }, + "anyc2i4": { + "zh-cn": "其它設定", + "zh-hk": "其它設定", + "zh-tw": "其他設定", + "en": "Other Settings", + "it": "Altre Impostazioni" + }, + "b6jlnub": { + "zh-cn": "Tagsview 風格", + "zh-hk": "Tagsview 風格", + "zh-tw": "標籤檢視風格", + "en": "Tagsview Style", + "it": "Stile Tagsview" + }, + "eub46e7": { + "zh-cn": "主頁面切換動畫", + "zh-hk": "主頁面切換動畫", + "zh-tw": "主頁面切換動畫", + "en": "Main Page Transition Animation", + "it": "Animazione Transizione Pagina Principale" + }, + "9sg5ns6": { + "zh-cn": "分欄高亮風格", + "zh-hk": "分欄高亮風格", + "zh-tw": "分欄醒目提示風格", + "en": "Column Highlight Style", + "it": "Stile Evidenziazione Colonna" + }, + "bc3ey6": { + "zh-cn": "分欄佈局風格", + "zh-hk": "分欄佈局風格", + "zh-tw": "分欄佈局風格", + "en": "Column Layout Style", + "it": "Stile Layout Colonna" + }, + "adwfcc4": { + "zh-cn": "佈局切換", + "zh-hk": "佈局切換", + "zh-tw": "佈局切換", + "en": "Layout Switch", + "it": "Cambio Layout" + }, + "lt1h2": { + "zh-cn": "經典", + "zh-hk": "經典", + "zh-tw": "經典", + "en": "Classic", + "it": "Classico" + }, + "ik922": { + "zh-cn": "橫向", + "zh-hk": "橫向", + "zh-tw": "橫向", + "en": "Horizontal", + "it": "Orizzontale" + }, + "ejem2": { + "zh-cn": "分欄", + "zh-hk": "分欄", + "zh-tw": "分欄", + "en": "Column", + "it": "Colonna" + }, + "5uefiy19": { + "zh-cn": "點擊下方按鈕,複製佈局配寘去`src/stores/themeConfig.ts`中修改。", + "zh-hk": "點擊下方按鈕,複製佈局設定去`src/stores/themeConfig.ts`中修改。", + "zh-tw": "點擊下方按鈕,複製佈局設定到`src/stores/themeConfig.ts`中修改。", + "en": "Click the button below to copy the layout configuration to `src/stores/themeConfig.ts` for modification.", + "it": "Fai clic sul pulsante sottostante per copiare la configurazione del layout in `src/stores/themeConfig.ts` per la modifica." + }, + "xdpieu6": { + "zh-cn": "一鍵複製配寘", + "zh-hk": "一鍵複製設定", + "zh-tw": "一鍵複製設定", + "en": "One-Click Copy Configuration", + "it": "Copia Configurazione con un Clic" + }, + "s36aup6": { + "zh-cn": "一鍵恢復默認", + "zh-hk": "一鍵恢復默認", + "zh-tw": "一鍵恢復預設", + "en": "One-Click Restore Default", + "it": "Ripristina Predefiniti con un Clic" + }, + "es8mys5": { + "zh-cn": "複製成功!", + "zh-hk": "複製成功!", + "zh-tw": "複製成功!", + "en": "Copy Successful!", + "it": "Copia Riuscita!" + }, + "etg8bf5": { + "zh-cn": "複製失敗!", + "zh-hk": "複製失敗!", + "zh-tw": "複製失敗!", + "en": "Copy Failed!", + "it": "Copia Fallita!" + }, + "dqh6uo5": { + "zh-cn": "新版本陞級", + "zh-hk": "新版本陞級", + "zh-tw": "新版本升級", + "en": "New Version Upgrade", + "it": "Aggiornamento Nuova Versione" + }, + "gdb50lr": { + "zh-cn": "新版本來啦,馬上更新嘗鮮吧! 不用擔心,更新很快的哦!", + "zh-hk": "新版本來啦,馬上更新嘗鮮吧! 不用擔心,更新很快的哦!", + "zh-tw": "新版本來啦,馬上更新嚐鮮吧! 不用擔心,更新很快的哦!", + "en": "New version is here! Update now to try it out! Don't worry, the update is fast!", + "it": "Nuova versione disponibile! Aggiorna ora per provarla! Non preoccuparti, l'aggiornamento è veloce!" + }, + "nv602ac": { + "zh-cn": "提示:更新會還原默認配寘", + "zh-hk": "提示:更新會還原默認設定", + "zh-tw": "提示:更新會還原預設設定", + "en": "Note: Update will restore default configuration", + "it": "Nota: L'aggiornamento ripristinerà la configurazione predefinita" + }, + "dz26604": { + "zh-cn": "殘忍拒絕", + "zh-hk": "殘忍拒絕", + "zh-tw": "殘忍拒絕", + "en": "Cruelly Reject", + "it": "Rifiuta Crudelmente" + }, + "jpp4ey4": { + "zh-cn": "馬上更新", + "zh-hk": "馬上更新", + "zh-tw": "馬上更新", + "en": "Update Now", + "it": "Aggiorna Ora" + }, + "fklf53": { + "zh-cn": "更新中", + "zh-hk": "更新中", + "zh-tw": "更新中", + "en": "Updating", + "it": "Aggiornamento in corso" + }, + "qylb2": { + "zh-cn": "首页", + "zh-hk": "首頁", + "zh-tw": "首頁", + "en": "Home", + "it": "Home" + }, + "gar1ro4": { + "zh-cn": "系统设置", + "zh-hk": "系統設定", + "zh-tw": "系統設定", + "en": "System Settings", + "it": "Impostazioni di Sistema" + }, + "gzj3um4": { + "zh-cn": "菜单管理", + "zh-hk": "選單管理", + "zh-tw": "選單管理", + "en": "Menu Management", + "it": "Gestione Menu" + }, + "f6y6dw4": { + "zh-cn": "用户管理", + "zh-hk": "用戶管理", + "zh-tw": "使用者管理", + "en": "User Management", + "it": "Gestione Utenti" + }, + "iwitmt4": { + "zh-cn": "部门管理", + "zh-hk": "部門管理", + "zh-tw": "部門管理", + "en": "Department Management", + "it": "Gestione Dipartimenti" + }, + "dnhnle4": { + "zh-cn": "权限管理", + "zh-hk": "權限管理", + "zh-tw": "權限管理", + "en": "Permission Management", + "it": "Gestione Autorizzazioni" + }, + "juxlmi4": { + "zh-cn": "页面权限", + "zh-hk": "頁面權限", + "zh-tw": "頁面權限", + "en": "Page Permission", + "it": "Permesso Pagina" + }, + "d3yvw24": { + "zh-cn": "按钮权限", + "zh-hk": "按鈕權限", + "zh-tw": "按鈕權限", + "en": "Button Permission", + "it": "Permesso Pulsante" + }, + "b45ec04": { + "zh-cn": "后端控制", + "zh-hk": "後端控制", + "zh-tw": "後端控制", + "en": "Backend Control", + "it": "Controllo Backend" + }, + "gzdsuc4": { + "zh-cn": "菜单嵌套", + "zh-hk": "選單嵌套", + "zh-tw": "選單嵌套", + "en": "Nested Menu", + "it": "Menu Annidato" + }, + "jpgt43": { + "zh-cn": "菜单1", + "zh-hk": "選單1", + "zh-tw": "選單1", + "en": "Menu 1", + "it": "Menu 1" + }, + "gyxh3t4": { + "zh-cn": "菜单11", + "zh-hk": "選單11", + "zh-tw": "選單11", + "en": "Menu 11", + "it": "Menu 11" + }, + "gyxh3u4": { + "zh-cn": "菜单12", + "zh-hk": "選單12", + "zh-tw": "選單12", + "en": "Menu 12", + "it": "Menu 12" + }, + "sv1cif5": { + "zh-cn": "菜单121", + "zh-hk": "選單121", + "zh-tw": "選單121", + "en": "Menu 121", + "it": "Menu 121" + }, + "sv1cig5": { + "zh-cn": "菜单122", + "zh-hk": "選單122", + "zh-tw": "選單122", + "en": "Menu 122", + "it": "Menu 122" + }, + "gyxh3v4": { + "zh-cn": "菜单13", + "zh-hk": "選單13", + "zh-tw": "選單13", + "en": "Menu 13", + "it": "Menu 13" + }, + "jpgt53": { + "zh-cn": "菜单2", + "zh-hk": "選單2", + "zh-tw": "選單2", + "en": "Menu 2", + "it": "Menu 2" + }, + "d6i59x4": { + "zh-cn": "数字滚动", + "zh-hk": "數字滾動", + "zh-tw": "數字滾動", + "en": "Digital Scrolling", + "it": "Scorrimento Numerico" + }, + "7qjnuia": { + "zh-cn": "Editor 编辑器", + "zh-hk": "Editor 編輯器", + "zh-tw": "Editor 編輯器", + "en": "Editor", + "it": "Editor" + }, + "bge8ia4": { + "zh-cn": "图片裁剪", + "zh-hk": "圖片裁剪", + "zh-tw": "圖片裁剪", + "en": "Image Cropping", + "it": "Ritaglio Immagine" + }, + "vis09i5": { + "zh-cn": "二维码生成", + "zh-hk": "二維碼生成", + "zh-tw": "二維碼產生", + "en": "QR Code Generation", + "it": "Generazione Codice QR" + }, + "9tupsg7": { + "zh-cn": "地理坐标/地图", + "zh-hk": "地理座標/地圖", + "zh-tw": "地理座標/地圖", + "en": "Geolocation/Maps", + "it": "Geolocalizzazione/Mappe" + }, + "juwe6i4": { + "zh-cn": "页面打印", + "zh-hk": "頁面列印", + "zh-tw": "頁面列印", + "en": "Page Printing", + "it": "Stampa Pagina" + }, + "bksep24": { + "zh-cn": "复制剪切", + "zh-hk": "複製剪貼", + "zh-tw": "複製剪下", + "en": "Copy/Cut", + "it": "Copia/Taglia" + }, + "cvqeo44": { + "zh-cn": "拖拽布局", + "zh-hk": "拖拽佈局", + "zh-tw": "拖曳佈局", + "en": "Drag Layout", + "it": "Layout Trascinabile" + }, + "4bzh315": { + "zh-cn": "窗格拆分器", + "zh-hk": "窗格折開器", + "zh-tw": "窗格分離器", + "en": "Pane Splitter", + "it": "Divisore Pannello" + }, + "nb61f3": { + "zh-cn": "验证器", + "zh-hk": "驗證器", + "zh-tw": "驗證器", + "en": "Validator", + "it": "Validatore" + }, + "qrgt2": { + "zh-cn": "页面", + "zh-hk": "頁面", + "zh-tw": "頁面", + "en": "Page", + "it": "Pagina" + }, + "mw9mbn6": { + "zh-cn": "过滤筛选组件", + "zh-hk": "過濾篩選組件", + "zh-tw": "過濾篩選元件", + "en": "Filter Component", + "it": "Componente Filtro" + }, + "g8sffg8": { + "zh-cn": "过滤筛选组件详情", + "zh-hk": "過濾篩選組件詳情", + "zh-tw": "過濾篩選元件詳細資訊", + "en": "Filter Component Details", + "it": "Dettagli Componente Filtro" + }, + "3uwuizb": { + "zh-cn": "过滤筛选组件详情111", + "zh-hk": "過濾篩選組件詳情111", + "zh-tw": "過濾篩選元件詳細資訊111", + "en": "Filter Component Details 111", + "it": "Dettagli Componente Filtro 111" + }, + "vvktnd8": { + "zh-cn": "ali 字体图标", + "zh-hk": "ali 字體圖示", + "zh-tw": "ali 字型圖示", + "en": "Ali Font Icons", + "it": "Icone Font Ali" + }, + "ahmj1j8": { + "zh-cn": "ele 字体图标", + "zh-hk": "ele 字體圖示", + "zh-tw": "ele 字型圖示", + "en": "Ele Font Icons", + "it": "Icone Font Ele" + }, + "edmaq28": { + "zh-cn": "awe 字体图标", + "zh-hk": "awe 字體圖示", + "zh-tw": "awe 字型圖示", + "en": "Awe Font Icons", + "it": "Icone Font Awe" + }, + "nud6mp5": { + "zh-cn": "表单自适应", + "zh-hk": "表單自我調整", + "zh-tw": "表單自適應", + "en": "Form Responsive", + "it": "Form Reattivo" + }, + "s69oui6": { + "zh-cn": "表单表格验证", + "zh-hk": "表單表格驗證", + "zh-tw": "表單表格驗證", + "en": "Form Table Validation", + "it": "Validazione Tabella Form" + }, + "o0mj1b5": { + "zh-cn": "表单国际化", + "zh-hk": "表單國際化", + "zh-tw": "表單國際化", + "en": "Form Internationalization", + "it": "Internazionalizzazione Form" + }, + "asmjcs5": { + "zh-cn": "多表单验证", + "zh-hk": "多表單驗證", + "zh-tw": "多表單驗證", + "en": "Multi-form Validation", + "it": "Validazione Multi-form" + }, + "z8iyqj6": { + "zh-cn": "动态复杂表单", + "zh-hk": "動態複雜表單", + "zh-tw": "動態複雜表單", + "en": "Dynamic Complex Form", + "it": "Form Complesso Dinamico" + }, + "gfkknp5": { + "zh-cn": "列表自适应", + "zh-hk": "清單自我調整", + "zh-tw": "清單自適應", + "en": "List Responsive", + "it": "Lista Reattiva" + }, + "gh5r63": { + "zh-cn": "步骤条", + "zh-hk": "步驟條", + "zh-tw": "步驟條", + "en": "Step Bar", + "it": "Barra dei Passaggi" + }, + "bmag8r4": { + "zh-cn": "大图预览", + "zh-hk": "大圖預覽", + "zh-tw": "大圖預覽", + "en": "Large Image Preview", + "it": "Anteprima Immagine Grande" + }, + "6tsfno5": { + "zh-cn": "树形改表格", + "zh-hk": "樹形改表格", + "zh-tw": "樹狀轉表格", + "en": "Tree to Table", + "it": "Da Struttura ad Albero a Tabella" + }, + "ctd2hb4": { + "zh-cn": "拖动指令", + "zh-hk": "拖動指令", + "zh-tw": "拖曳指令", + "en": "Drag Directive", + "it": "Direttiva Trascinamento" + }, + "6zf5m5": { + "zh-cn": "图片懒加载", + "zh-hk": "圖片懶加載", + "zh-tw": "圖片延遲載入", + "en": "Image Lazy Loading", + "it": "Caricamento Lazy delle Immagini" + }, + "gbm5na4": { + "zh-cn": "组件封装", + "zh-hk": "組件封裝", + "zh-tw": "元件封裝", + "en": "Component Encapsulation", + "it": "Incapsulamento Componente" + }, + "1aorgh5": { + "zh-cn": "图标选择器", + "zh-hk": "圖示選擇器", + "zh-tw": "圖示選擇器", + "en": "Icon Picker", + "it": "Selettore Icone" + }, + "i9p66u5": { + "zh-cn": "滚动通知栏", + "zh-hk": "滾動通知欄", + "zh-tw": "滾動通知欄", + "en": "Scrolling Notification Bar", + "it": "Barra Notifiche a Scorrimento" + }, + "my8peq6": { + "zh-cn": "表格封装演示", + "zh-hk": "表格封裝演示", + "zh-tw": "表格封裝示範", + "en": "Table Encapsulation Demo", + "it": "Demo Incapsulamento Tabella" + }, + "ie1jf44": { + "zh-cn": "路由参数", + "zh-hk": "路由參數", + "zh-tw": "路由參數", + "en": "Route Parameters", + "it": "Parametri Rotta" + }, + "au26uz4": { + "zh-cn": "动态路由", + "zh-hk": "動態路由", + "zh-tw": "動態路由", + "en": "Dynamic Route", + "it": "Rotta Dinamica" + }, + "1e6yxf6": { + "zh-cn": "普通路由详情", + "zh-hk": "普通路由詳情", + "zh-tw": "一般路由詳細資訊", + "en": "Normal Route Details", + "it": "Dettagli Rotta Normale" + }, + "t2elt26": { + "zh-cn": "动态路由详情", + "zh-hk": "動態路由詳情", + "zh-tw": "動態路由詳細資訊", + "en": "Dynamic Route Details", + "it": "Dettagli Rotta Dinamica" + }, + "6n15xr5": { + "zh-cn": "大数据图表", + "zh-hk": "大數據圖表", + "zh-tw": "大數據圖表", + "en": "Big Data Charts", + "it": "Grafici Big Data" + }, + "gnzibj5": { + "zh-cn": "数据可视化", + "zh-hk": "數據可視化", + "zh-tw": "資料視覺化", + "en": "Data Visualization", + "it": "Visualizzazione Dati" + }, + "14kduy8": { + "zh-cn": "数据可视化演示1", + "zh-hk": "數據可視化演示1", + "zh-tw": "資料視覺化示範1", + "en": "Data Visualization Demo 1", + "it": "Demo Visualizzazione Dati 1" + }, + "14kduz8": { + "zh-cn": "数据可视化演示2", + "zh-hk": "數據可視化演示2", + "zh-tw": "資料視覺化示範2", + "en": "Data Visualization Demo 2", + "it": "Demo Visualizzazione Dati 2" + }, + "a6ttl24": { + "zh-cn": "个人中心", + "zh-hk": "個人中心", + "zh-tw": "個人中心", + "en": "Personal Center", + "it": "Centro Personale" + }, + "mrt9vv5": { + "zh-cn": "工具类集合", + "zh-hk": "工具類集合", + "zh-tw": "工具類集合", + "en": "Utility Collection", + "it": "Collezione Utilità" + }, + "fyy02": { + "zh-cn": "外链", + "zh-hk": "外鏈", + "zh-tw": "外部連結", + "en": "External Links", + "it": "Link Esterni" + }, + "y6e2y86": { + "zh-cn": "找不到此页面", + "zh-hk": "找不到此頁面", + "zh-tw": "找不到此頁面", + "en": "Page Not Found", + "it": "Pagina Non Trovata" + }, + "e4uf3p4": { + "zh-cn": "没有权限", + "zh-hk": "沒有權限", + "zh-tw": "沒有權限", + "en": "No Permission", + "it": "Nessun Permesso" + }, + "gblfcq4": { + "zh-cn": "组件大小", + "zh-hk": "組件大小", + "zh-tw": "元件大小", + "en": "Component Size", + "it": "Dimensione Componente" + }, + "i7yr724": { + "zh-cn": "语言切换", + "zh-hk": "語言切換", + "zh-tw": "語言切換", + "en": "Language Switch", + "it": "Cambio Lingua" + }, + "gzf5mn4": { + "zh-cn": "菜单搜索", + "zh-hk": "選單搜尋", + "zh-tw": "選單搜尋", + "en": "Menu Search", + "it": "Ricerca Menu" + }, + "c937ry4": { + "zh-cn": "布局配置", + "zh-hk": "佈局設定", + "zh-tw": "佈局設定", + "en": "Layout Configuration", + "it": "Configurazione Layout" + }, + "ebaav3": { + "zh-cn": "开全屏", + "zh-hk": "開全螢幕", + "zh-tw": "開啟全螢幕", + "en": "Enter Fullscreen", + "it": "Attiva Schermo Intero" + }, + "cbtzu3": { + "zh-cn": "关全屏", + "zh-hk": "關全螢幕", + "zh-tw": "關閉全螢幕", + "en": "Exit Fullscreen", + "it": "Esci da Schermo Intero" + }, + "rs982": { + "zh-cn": "默认", + "zh-hk": "默認", + "zh-tw": "預設", + "en": "Default", + "it": "Predefinito" + }, + "ed5y4m4": { + "zh-cn": "清理缓存", + "zh-hk": "清理緩存", + "zh-tw": "清理快取", + "en": "Clear Cache", + "it": "Svuota Cache" + }, + "iifi5w4": { + "zh-cn": "退出登录", + "zh-hk": "退出登入", + "zh-tw": "登出", + "en": "Logout", + "it": "Disconnetti" + }, + "ag5pge4": { + "zh-cn": "代码仓库", + "zh-hk": "程式碼倉庫", + "zh-tw": "程式碼倉庫", + "en": "Code Repository", + "it": "Repository Codice" + }, + "filjf5e": { + "zh-cn": "菜单搜索:支持中文、路由路径", + "zh-hk": "選單搜尋:支援中文、路由路徑", + "zh-tw": "選單搜尋:支援中文、路由路徑", + "en": "Menu Search: Supports Chinese and Route Paths", + "it": "Ricerca Menu: Supporta Cinese e Percorsi Rotta" + }, + "avbop54": { + "zh-cn": "全部已读", + "zh-hk": "全部已讀", + "zh-tw": "全部已讀", + "en": "Mark All as Read", + "it": "Segna Tutto come Letto" + }, + "dd2ii14": { + "zh-cn": "暂无通知", + "zh-hk": "暫無通知", + "zh-tw": "暫無通知", + "en": "No Notifications", + "it": "Nessuna Notifica" + }, + "atlrllf": { + "zh-cn": "此操作将退出登录, 是否继续?", + "zh-hk": "此操作將退出登入, 是否繼續?", + "zh-tw": "此操作將登出, 是否繼續?", + "en": "This will log you out. Continue?", + "it": "Questo ti disconnetterà. Continuare?" + }, + "kzjg2": { + "zh-cn": "确定", + "zh-hk": "確定", + "zh-tw": "確定", + "en": "Confirm", + "it": "Conferma" + }, + "ejix2": { + "zh-cn": "刷新", + "zh-hk": "刷新", + "zh-tw": "重新整理", + "en": "Refresh", + "it": "Aggiorna" + }, + "aw6sdj4": { + "zh-cn": "关闭其它", + "zh-hk": "關閉其它", + "zh-tw": "關閉其他", + "en": "Close Others", + "it": "Chiudi Altri" + }, + "av9m564": { + "zh-cn": "全部关闭", + "zh-hk": "全部關閉", + "zh-tw": "全部關閉", + "en": "Close All", + "it": "Chiudi Tutti" + }, + "skmdtu5": { + "zh-cn": "当前页全屏", + "zh-hk": "當前頁全螢幕", + "zh-tw": "目前頁面全螢幕", + "en": "Fullscreen Current Page", + "it": "Pagina Corrente a Schermo Intero" + }, + "aw6s754": { + "zh-cn": "关闭全屏", + "zh-hk": "關閉全螢幕", + "zh-tw": "關閉全螢幕", + "en": "Exit Fullscreen", + "it": "Esci da Schermo Intero" + }, + "d6oo2ef": { + "zh-cn": "地址输入错误,请重新输入地址~", + "zh-hk": "地址輸入錯誤,請重新輸入地址~", + "zh-tw": "地址輸入錯誤,請重新輸入地址~", + "en": "Incorrect address entered, please re-enter the address~", + "it": "Indirizzo inserito errato, si prega di reinserire l'indirizzo~" + }, + "5od290o": { + "zh-cn": "您可以先检查网址,然后重新输入或给我们反馈问题。", + "zh-hk": "您可以先檢查網址,然後重新輸入或給我們反饋問題。", + "zh-tw": "您可以先檢查網址,然後重新輸入或給我們回饋問題。", + "en": "You can check the URL first, then re-enter it or give us feedback.", + "it": "Puoi prima controllare l'URL, quindi reinserirlo o fornirci un feedback." + }, + "iijhd54": { + "zh-cn": "返回首页", + "zh-hk": "返回首頁", + "zh-tw": "返回首頁", + "en": "Return to Home", + "it": "Torna alla Home" + }, + "3xcv7yd": { + "zh-cn": "您未被授权,没有操作权限~", + "zh-hk": "您未被授權,沒有操作權限~", + "zh-tw": "您未被授權,沒有操作權限~", + "en": "You are not authorized and have no operation permissions~", + "it": "Non sei autorizzato e non hai i permessi per operare~" + }, + "7hf1mll": { + "zh-cn": "联系方式:加QQ群探讨 665452019", + "zh-hk": "聯繫方式:加QQ群探討 665452019", + "zh-tw": "聯絡方式:加QQ群探討 665452019", + "en": "Contact: Join QQ group 665452019 for discussion", + "it": "Contatti: Unisciti al gruppo QQ 665452019 per discutere" + }, + "itembi4": { + "zh-cn": "重新授权", + "zh-hk": "重新授權", + "zh-tw": "重新授權", + "en": "Re-authorize", + "it": "Riautorizza" + }, + "anjfdh4": { + "zh-cn": "全局主题", + "zh-hk": "全域主題", + "zh-tw": "全域主題", + "en": "Global Theme", + "it": "Tema Globale" + }, + "jo6s214": { + "zh-cn": "顶栏设置", + "zh-hk": "頂欄設定", + "zh-tw": "頂欄設定", + "en": "Top Bar Settings", + "it": "Impostazioni Barra Superiore" + }, + "gzlwrt4": { + "zh-cn": "菜单设置", + "zh-hk": "選單設定", + "zh-tw": "選單設定", + "en": "Menu Settings", + "it": "Impostazioni Menu" + }, + "ascwl54": { + "zh-cn": "分栏设置", + "zh-hk": "分欄設定", + "zh-tw": "分欄設定", + "en": "Column Settings", + "it": "Impostazioni Colonne" + }, + "jo4s3g4": { + "zh-cn": "顶栏背景", + "zh-hk": "頂欄背景", + "zh-tw": "頂欄背景", + "en": "Top Bar Background", + "it": "Sfondo Barra Superiore" + }, + "8jxorb8": { + "zh-cn": "顶栏默认字体颜色", + "zh-hk": "頂欄默認字體顏色", + "zh-tw": "頂欄預設字型顏色", + "en": "Top Bar Default Font Color", + "it": "Colore Carattere Predefinito Barra Superiore" + }, + "906l1g6": { + "zh-cn": "顶栏背景渐变", + "zh-hk": "頂欄背景漸變", + "zh-tw": "頂欄背景漸層", + "en": "Top Bar Background Gradient", + "it": "Sfondo Gradiente Barra Superiore" + }, + "gzjwt84": { + "zh-cn": "菜单背景", + "zh-hk": "選單背景", + "zh-tw": "選單背景", + "en": "Menu Background", + "it": "Sfondo Menu" + }, + "r7axu18": { + "zh-cn": "菜单默认字体颜色", + "zh-hk": "選單默認字體顏色", + "zh-tw": "選單預設字型顏色", + "en": "Menu Default Font Color", + "it": "Colore Carattere Predefinito Menu" + }, + "abh5mo7": { + "zh-cn": "菜单高亮背景色", + "zh-hk": "選單高亮背景色", + "zh-tw": "選單醒目提示背景色", + "en": "Menu Highlight Background Color", + "it": "Colore Sfondo Evidenziazione Menu" + }, + "c0ujq46": { + "zh-cn": "菜单背景渐变", + "zh-hk": "選單背景漸變", + "zh-tw": "選單背景漸層", + "en": "Menu Background Gradient", + "it": "Sfondo Gradiente Menu" + }, + "4nkpnf6": { + "zh-cn": "分栏菜单背景", + "zh-hk": "分欄選單背景", + "zh-tw": "分欄選單背景", + "en": "Column Menu Background", + "it": "Sfondo Menu Colonne" + }, + "p962v4a": { + "zh-cn": "分栏菜单默认字体颜色", + "zh-hk": "分欄選單默認字體顏色", + "zh-tw": "分欄選單預設字型顏色", + "en": "Column Menu Default Font Color", + "it": "Colore Carattere Predefinito Menu Colonne" + }, + "1mpwvh8": { + "zh-cn": "分栏菜单背景渐变", + "zh-hk": "分欄選單背景漸變", + "zh-tw": "分欄選單背景漸層", + "en": "Column Menu Background Gradient", + "it": "Sfondo Gradiente Menu Colonne" + }, + "u2z0fcb": { + "zh-cn": "分栏菜单鼠标悬停预加载", + "zh-hk": "分欄選單滑鼠懸停預加載", + "zh-tw": "分欄選單滑鼠懸停預載入", + "en": "Column Menu Hover Preload", + "it": "Precaricamento al Passaggio Mouse Menu Colonne" + }, + "lf4zs5c": { + "zh-cn": "分栏Logo高度(px)", + "zh-hk": "分欄Logo高度(px)", + "zh-tw": "分欄Logo高度(px)", + "en": "Column Logo Height (px)", + "it": "Altezza Logo Colonna (px)" + }, + "eax538a": { + "zh-cn": "分栏菜单宽度(px)", + "zh-hk": "分欄選單寬度(px)", + "zh-tw": "分欄選單寬度(px)", + "en": "Column Menu Width (px)", + "it": "Larghezza Menu Colonne (px)" + }, + "82cchja": { + "zh-cn": "分栏菜单高度(px)", + "zh-hk": "分欄選單高度(px)", + "zh-tw": "分欄選單高度(px)", + "en": "Column Menu Height (px)", + "it": "Altezza Menu Colonne (px)" + }, + "ffgbk64": { + "zh-cn": "界面设置", + "zh-hk": "介面設定", + "zh-tw": "介面設定", + "en": "Interface Settings", + "it": "Impostazioni Interfaccia" + }, + "enkwg06": { + "zh-cn": "菜单水平折叠", + "zh-hk": "選單水平折疊", + "zh-tw": "選單水平折疊", + "en": "Menu Horizontal Collapse", + "it": "Menu Collassamento Orizzontale" + }, + "ta589k5": { + "zh-cn": "菜单手风琴", + "zh-hk": "選單手風琴", + "zh-tw": "選單手風琴", + "en": "Menu Accordion", + "it": "Menu a Fisarmonica" + }, + "8ltpfv8": { + "zh-cn": "经典布局分割菜单", + "zh-hk": "經典佈局分割選單", + "zh-tw": "經典佈局分割選單", + "en": "Classic Layout Split Menu", + "it": "Menu Diviso Layout Classico" + }, + "arlos34": { + "zh-cn": "切换租户", + "zh-hk": "切換租戶", + "zh-tw": "切換租戶", + "en": "Switch Tenant", + "it": "Cambia Tenant" + }, + "ccenz14": { + "zh-cn": "开启锁屏", + "zh-hk": "開啟鎖屏", + "zh-tw": "開啟鎖定畫面", + "en": "Enable Lock Screen", + "it": "Abilita Schermata di Blocco" + }, + "33ai5r9": { + "zh-cn": "自动锁屏(s/秒)", + "zh-hk": "自動鎖屏(s/秒)", + "zh-tw": "自動鎖定畫面(s/秒)", + "en": "Auto Lock Screen (s/sec)", + "it": "Schermata di Blocco Automatica (s/sec)" + }, + "ff9wpe4": { + "zh-cn": "界面显示", + "zh-hk": "介面顯示", + "zh-tw": "介面顯示", + "en": "Interface Display", + "it": "Visualizzazione Interfaccia" + }, + "nxuonm8": { + "zh-cn": "侧边栏 Logo", + "zh-hk": "側邊欄 Logo", + "zh-tw": "側邊欄 Logo", + "en": "Sidebar Logo", + "it": "Logo Barra Laterale" + }, + "o8drgsd": { + "zh-cn": "开启 Breadcrumb", + "zh-hk": "開啟 Breadcrumb", + "zh-tw": "開啟麵包屑", + "en": "Enable Breadcrumb", + "it": "Abilita Breadcrumb" + }, + "xh291ng": { + "zh-cn": "开启 Breadcrumb 图标", + "zh-hk": "開啟 Breadcrumb 圖示", + "zh-tw": "開啟麵包屑圖示", + "en": "Enable Breadcrumb Icon", + "it": "Abilita Icona Breadcrumb" + }, + "dkndwvb": { + "zh-cn": "开启 Tagsview", + "zh-hk": "開啟 Tagsview", + "zh-tw": "開啟標籤檢視", + "en": "Enable Tagsview", + "it": "Abilita Tagsview" + }, + "7su3zae": { + "zh-cn": "开启 Tagsview 图标", + "zh-hk": "開啟 Tagsview 圖示", + "zh-tw": "開啟標籤檢視圖示", + "en": "Enable Tagsview Icon", + "it": "Abilita Icona Tagsview" + }, + "jqfxnae": { + "zh-cn": "开启 TagsView 缓存", + "zh-hk": "開啟 TagsView 緩存", + "zh-tw": "開啟標籤檢視快取", + "en": "Enable TagsView Cache", + "it": "Abilita Cache TagsView" + }, + "jqb68oe": { + "zh-cn": "开启 TagsView 拖拽", + "zh-hk": "開啟 TagsView 拖拽", + "zh-tw": "開啟標籤檢視拖曳", + "en": "Enable TagsView Drag", + "it": "Abilita Trascinamento TagsView" + }, + "jq8bbce": { + "zh-cn": "开启 TagsView 共用", + "zh-hk": "開啟 TagsView 共用", + "zh-tw": "開啟標籤檢視共用", + "en": "Enable TagsView Sharing", + "it": "Abilita Condivisione TagsView" + }, + "weolos9": { + "zh-cn": "开启 Footer", + "zh-hk": "開啟 Footer", + "zh-tw": "開啟頁尾", + "en": "Enable Footer", + "it": "Abilita Footer" + }, + "cc7odn4": { + "zh-cn": "开启水印", + "zh-hk": "開啟浮水印", + "zh-tw": "開啟浮水印", + "en": "Enable Watermark", + "it": "Abilita Filigrana" + }, + "e00xnh4": { + "zh-cn": "水印文案", + "zh-hk": "浮水印文案", + "zh-tw": "浮水印文案", + "en": "Watermark Text", + "it": "Testo Filigrana" + }, + "anysql4": { + "zh-cn": "其它设置", + "zh-hk": "其它設定", + "zh-tw": "其他設定", + "en": "Other Settings", + "it": "Altre Impostazioni" + }, + "b6jkr4b": { + "zh-cn": "Tagsview 风格", + "zh-hk": "Tagsview 風格", + "zh-tw": "標籤檢視風格", + "en": "Tagsview Style", + "it": "Stile Tagsview" + }, + "19nawa7": { + "zh-cn": "主页面切换动画", + "zh-hk": "主頁面切換動畫", + "zh-tw": "主頁面切換動畫", + "en": "Main Page Transition Animation", + "it": "Animazione Transizione Pagina Principale" + }, + "1rs2lv6": { + "zh-cn": "分栏高亮风格", + "zh-hk": "分欄高亮風格", + "zh-tw": "分欄醒目提示風格", + "en": "Column Highlight Style", + "it": "Stile Evidenziazione Colonna" + }, + "9e09bg6": { + "zh-cn": "分栏布局风格", + "zh-hk": "分欄佈局風格", + "zh-tw": "分欄佈局風格", + "en": "Column Layout Style", + "it": "Stile Layout Colonna" + }, + "c8sas84": { + "zh-cn": "布局切换", + "zh-hk": "佈局切換", + "zh-tw": "佈局切換", + "en": "Layout Switch", + "it": "Cambio Layout" + }, + "m0ll2": { + "zh-cn": "经典", + "zh-hk": "經典", + "zh-tw": "經典", + "en": "Classic", + "it": "Classico" + }, + "iip32": { + "zh-cn": "横向", + "zh-hk": "橫向", + "zh-tw": "橫向", + "en": "Horizontal", + "it": "Orizzontale" + }, + "eitl2": { + "zh-cn": "分栏", + "zh-hk": "分欄", + "zh-tw": "分欄", + "en": "Column", + "it": "Colonna" + }, + "ntg5351b": { + "zh-cn": "点击下方按钮,复制布局配置去 `src/stores/themeConfig.ts` 中修改。", + "zh-hk": "點擊下方按鈕,複製佈局設定到 `src/stores/themeConfig.ts` 中修改。", + "zh-tw": "點擊下方按鈕,複製佈局設定到 `src/stores/themeConfig.ts` 中修改。", + "en": "Click the button below to copy the layout configuration to `src/stores/themeConfig.ts` for modification.", + "it": "Fai clic sul pulsante sottostante per copiare la configurazione del layout in `src/stores/themeConfig.ts` per la modifica." + }, + "xubrzs6": { + "zh-cn": "一键复制配置", + "zh-hk": "一鍵複製設定", + "zh-tw": "一鍵複製設定", + "en": "One-Click Copy Configuration", + "it": "Copia Configurazione con un Clic" + }, + "ysoq3p6": { + "zh-cn": "一键恢复默认", + "zh-hk": "一鍵恢復默認", + "zh-tw": "一鍵恢復預設", + "en": "One-Click Restore Default", + "it": "Ripristina Predefiniti con un Clic" + }, + "3t8e7d5": { + "zh-cn": "复制成功!", + "zh-hk": "複製成功!", + "zh-tw": "複製成功!", + "en": "Copy Successful!", + "it": "Copia Riuscita!" + }, + "3s7klg5": { + "zh-cn": "复制失败!", + "zh-hk": "複製失敗!", + "zh-tw": "複製失敗!", + "en": "Copy Failed!", + "it": "Copia Fallita!" + }, + "dqsld85": { + "zh-cn": "新版本升级", + "zh-hk": "新版本陞級", + "zh-tw": "新版本升級", + "en": "New Version Upgrade", + "it": "Aggiornamento Nuova Versione" + }, + "8qgd9lq": { + "zh-cn": "新版本来啦,马上更新尝鲜吧!不用担心,更新很快的哦!", + "zh-hk": "新版本來啦,馬上更新嘗鮮吧!不用擔心,更新很快的哦!", + "zh-tw": "新版本來啦,馬上更新嚐鮮吧!不用擔心,更新很快的哦!", + "en": "New version is here! Update now to try it out! Don't worry, the update is fast!", + "it": "Nuova versione disponibile! Aggiorna ora per provarla! Non preoccuparti, l'aggiornamento è veloce!" + }, + "pfi7yac": { + "zh-cn": "提示:更新会还原默认配置", + "zh-hk": "提示:更新會還原默認設定", + "zh-tw": "提示:更新會還原預設設定", + "en": "Note: Update will restore default configuration", + "it": "Nota: L'aggiornamento ripristinerà la configurazione predefinita" + }, + "dytvn14": { + "zh-cn": "残忍拒绝", + "zh-hk": "殘忍拒絕", + "zh-tw": "殘忍拒絕", + "en": "Cruelly Reject", + "it": "Rifiuta Crudelmente" + }, + "jt3pwa4": { + "zh-cn": "马上更新", + "zh-hk": "馬上更新", + "zh-tw": "馬上更新", + "en": "Update Now", + "it": "Aggiorna Ora" + }, + "i5rv634": { + "zh-cn": "账号登录", + "zh-hk": "帳號登入", + "zh-tw": "帳號登入", + "en": "Account Login", + "it": "Accesso Account" + }, + "shgaim5": { + "zh-cn": "手机号登录", + "zh-hk": "手機號登入", + "zh-tw": "手機號碼登入", + "en": "Mobile Login", + "it": "Accesso Cellulare" + }, + "f6vhf74": { + "zh-cn": "用户注册", + "zh-hk": "用戶註冊", + "zh-tw": "使用者註冊", + "en": "User Registration", + "it": "Registrazione Utente" + }, + "9urfj57": { + "zh-cn": "没有账号? 去", + "zh-hk": "沒有帳號? 去", + "zh-tw": "沒有帳號? 前往", + "en": "No account? Go to", + "it": "Nessun account? Vai a" + }, + "e34j054": { + "zh-cn": "注册账号", + "zh-hk": "註冊帳號", + "zh-tw": "註冊帳號", + "en": "Register Account", + "it": "Registra Account" + }, + "t8hy9e7": { + "zh-cn": "已有账户? 去", + "zh-hk": "已有帳戶? 去", + "zh-tw": "已有帳戶? 前往", + "en": "Already have an account? Go to", + "it": "Hai già un account? Vai a" + }, + "fcm8nf4": { + "zh-cn": "登录账号", + "zh-hk": "登入帳號", + "zh-tw": "登入帳號", + "en": "Login Account", + "it": "Accedi all'Account" + }, + "5cewui5": { + "zh-cn": "第三方登录", + "zh-hk": "第三方登入", + "zh-tw": "第三方登入", + "en": "Third-party Login", + "it": "Accesso di Terze Parti" + }, + "azd54x4": { + "zh-cn": "友情链接", + "zh-hk": "友情連結", + "zh-tw": "友情連結", + "en": "Friendly Links", + "it": "Link Amichevoli" + }, + "2eh64x5": { + "zh-cn": "请选择租户", + "zh-hk": "請選擇租戶", + "zh-tw": "請選擇租戶", + "en": "Please select tenant", + "it": "Seleziona tenant" + }, + "7ji3y96": { + "zh-cn": "请输入手机号", + "zh-hk": "請輸入手機號", + "zh-tw": "請輸入手機號碼", + "en": "Please enter mobile number", + "it": "Inserisci numero cellulare" + }, + "i6gs7g7": { + "zh-cn": "请输入登录账号", + "zh-hk": "請輸入登入帳號", + "zh-tw": "請輸入登入帳號", + "en": "Please enter login account", + "it": "Inserisci account di accesso" + }, + "kuepb57": { + "zh-cn": "请输入您的姓名", + "zh-hk": "請輸入您的姓名", + "zh-tw": "請輸入您的姓名", + "en": "Please enter your name", + "it": "Inserisci il tuo nome" + }, + "7b32n16": { + "zh-cn": "请输入验证码", + "zh-hk": "請輸入驗證碼", + "zh-tw": "請輸入驗證碼", + "en": "Please enter verification code", + "it": "Inserisci codice di verifica" + }, + "aax6x55": { + "zh-cn": "注册失败!", + "zh-hk": "註冊失敗!", + "zh-tw": "註冊失敗!", + "en": "Registration failed!", + "it": "Registrazione fallita!" + }, + "fyq8k3": { + "zh-cn": "注 册", + "zh-hk": "註 冊", + "zh-tw": "註 冊", + "en": "Register", + "it": "Registrati" + }, + "2j1oau5": { + "zh-cn": "请输入账号", + "zh-hk": "請輸入帳號", + "zh-tw": "請輸入帳號", + "en": "Please enter account", + "it": "Inserisci account" + }, + "2j9vj05": { + "zh-cn": "请输入密码", + "zh-hk": "請輸入密碼", + "zh-tw": "請輸入密碼", + "en": "Please enter password", + "it": "Inserisci password" + }, + "ki6fos7": { + "zh-cn": "大写锁定已打开", + "zh-hk": "大寫鎖定已打開", + "zh-tw": "大寫鎖定已開啟", + "en": "Caps Lock is on", + "it": "Bloc Maiuscole attivo" + }, + "rjfne37": { + "zh-cn": "请按住滑块拖动", + "zh-hk": "請按住滑塊拖動", + "zh-tw": "請按住滑塊拖曳", + "en": "Hold and drag the slider", + "it": "Tieni premuto e trascina il cursore" + }, + "k2wswy4": { + "zh-cn": "验证通过", + "zh-hk": "驗證通過", + "zh-tw": "驗證通過", + "en": "Verification passed", + "it": "Verifica superata" + }, + "9pamgib": { + "zh-cn": "登录失败,请检查账号!", + "zh-hk": "登入失敗,請檢查帳號!", + "zh-tw": "登入失敗,請檢查帳號!", + "en": "Login failed, please check account!", + "it": "Accesso fallito, controlla l'account!" + }, + "qca16ra": { + "zh-cn": "抱歉,您没有登录权限", + "zh-hk": "抱歉,您沒有登入權限", + "zh-tw": "抱歉,您沒有登入權限", + "en": "Sorry, you have no login permission", + "it": "Spiacenti, non hai i permessi di accesso" + }, + "pwzuma6": { + "zh-cn": "验证码已过期", + "zh-hk": "驗證碼已過期", + "zh-tw": "驗證碼已過期", + "en": "Verification code has expired", + "it": "Codice di verifica scaduto" + }, + "hdaeo3": { + "zh-cn": "登 录", + "zh-hk": "登 入", + "zh-tw": "登 入", + "en": "Login", + "it": "Accedi" + }, + "t09mz15": { + "zh-cn": "获取验证码", + "zh-hk": "獲取驗證碼", + "zh-tw": "取得驗證碼", + "en": "Get Verification Code", + "it": "Ottieni Codice di Verifica" + }, + "s74mzp1t": { + "zh-cn": "* 温馨提示:建议使用谷歌、Microsoft Edge,版本 79.0.1072.62 及以上浏览器,360浏览器请使用极速模式", + "zh-hk": "* 溫馨提示:建議使用谷歌、Microsoft Edge,版本 79.0.1072.62 及以上瀏覽器,360瀏覽器請使用極速模式", + "zh-tw": "* 溫馨提示:建議使用谷歌、Microsoft Edge,版本 79.0.1072.62 及以上瀏覽器,360瀏覽器請使用極速模式", + "en": "* Tip: Recommended browsers are Google Chrome, Microsoft Edge version 79.0.1072.62 or above. For 360 Browser, use Speed Mode.", + "it": "* Suggerimento: browser consigliati Google Chrome, Microsoft Edge versione 79.0.1072.62 o superiore. Per 360 Browser, usa la modalità Velocità." + }, + "eddaj1f": { + "zh-cn": "打开手机扫一扫,快速登录/注册", + "zh-hk": "打開手機掃一掃,快速登入/註冊", + "zh-tw": "打開手機掃一掃,快速登入/註冊", + "en": "Scan with your phone to quickly login/register", + "it": "Scansiona con il telefono per accedere/registrarti rapidamente" + }, + "b7gq3y5": { + "zh-cn": "欢迎回来!", + "zh-hk": "歡迎回來!", + "zh-tw": "歡迎回來!", + "en": "Welcome back!", + "it": "Bentornato!" + }, + "cj3vt1g": { + "zh-cn": "欢迎加入, 请使用默认密码登录!", + "zh-hk": "歡迎加入, 請使用默認密碼登入!", + "zh-tw": "歡迎加入, 請使用預設密碼登入!", + "en": "Welcome! Please login with the default password.", + "it": "Benvenuto! Accedi con la password predefinita." + }, + "fqmy2": { + "zh-cn": "姓名", + "zh-hk": "姓名", + "zh-tw": "姓名", + "en": "Name", + "it": "Nome" + }, + "xzj6ue6": { + "zh-cn": "用戶歸屬部門", + "zh-hk": "用戶歸屬部門", + "zh-tw": "使用者所屬部門", + "en": "User Department", + "it": "Dipartimento Utente" + }, + "napv9c5": { + "zh-cn": "登入帳戶名", + "zh-hk": "登入帳戶名", + "zh-tw": "登入帳戶名稱", + "en": "Login Account Name", + "it": "Nome Account di Accesso" + }, + "75usdq5": { + "zh-cn": "請輸入姓名", + "zh-hk": "請輸入姓名", + "zh-tw": "請輸入姓名", + "en": "Please enter name", + "it": "Inserisci nome" + }, + "ekkeky9": { + "zh-cn": "請輸入用戶歸屬部門", + "zh-hk": "請輸入用戶歸屬部門", + "zh-tw": "請輸入使用者所屬部門", + "en": "Please enter user department", + "it": "Inserisci dipartimento utente" + }, + "zh948o8": { + "zh-cn": "請輸入登入帳戶名", + "zh-hk": "請輸入登入帳戶名", + "zh-tw": "請輸入登入帳戶名稱", + "en": "Please enter login account name", + "it": "Inserisci nome account di accesso" + }, + "zi5hr96": { + "zh-cn": "用户归属部门", + "zh-hk": "用戶歸屬部門", + "zh-tw": "使用者所屬部門", + "en": "User Department", + "it": "Dipartimento Utente" + }, + "ef37an5": { + "zh-cn": "登陆账户名", + "zh-hk": "登陸賬戶名", + "zh-tw": "登入帳戶名稱", + "en": "Login Account Name", + "it": "Nome Account di Accesso" + }, + "2jaekd5": { + "zh-cn": "请输入姓名", + "zh-hk": "請輸入姓名", + "zh-tw": "請輸入姓名", + "en": "Please enter name", + "it": "Inserisci nome" + }, + "9wqgsc9": { + "zh-cn": "请输入用户归属部门", + "zh-hk": "請輸入用戶歸屬部門", + "zh-tw": "請輸入使用者所屬部門", + "en": "Please enter user department", + "it": "Inserisci dipartimento utente" + }, + "blzvrc8": { + "zh-cn": "请输入登陆账户名", + "zh-hk": "請輸入登陸賬戶名", + "zh-tw": "請輸入登入帳戶名稱", + "en": "Please enter login account name", + "it": "Inserisci nome account di accesso" + }, + "cfz5jq4": { + "zh-cn": "帳號登入", + "zh-hk": "帳號登入", + "zh-tw": "帳號登入", + "en": "Account Login", + "it": "Accesso Account" + }, + "rvskcr5": { + "zh-cn": "手機號登入", + "zh-hk": "手機號登入", + "zh-tw": "手機號碼登入", + "en": "Mobile Login", + "it": "Accesso Cellulare" + }, + "f70g8t4": { + "zh-cn": "用戶註冊", + "zh-hk": "用戶註冊", + "zh-tw": "使用者註冊", + "en": "User Registration", + "it": "Registrazione Utente" + }, + "wda8uh7": { + "zh-cn": "沒有帳號? 去", + "zh-hk": "沒有帳號? 去", + "zh-tw": "沒有帳號? 前往", + "en": "No account? Go to", + "it": "Nessun account? Vai a" + }, + "hs26ij4": { + "zh-cn": "註冊帳號", + "zh-hk": "註冊帳號", + "zh-tw": "註冊帳號", + "en": "Register Account", + "it": "Registra Account" + }, + "c9tsf47": { + "zh-cn": "已有帳戶? 去", + "zh-hk": "已有帳戶? 去", + "zh-tw": "已有帳戶? 前往", + "en": "Already have an account? Go to", + "it": "Hai già un account? Vai a" + }, + "fad1ee4": { + "zh-cn": "登入帳號", + "zh-hk": "登入帳號", + "zh-tw": "登入帳號", + "en": "Login Account", + "it": "Accedi all'Account" + }, + "6329ah6": { + "zh-cn": "協力廠商登入", + "zh-hk": "第三方登入", + "zh-tw": "第三方登入", + "en": "Third-party Login", + "it": "Accesso di Terze Parti" + }, + "azcgh34": { + "zh-cn": "友情連結", + "zh-hk": "友情連結", + "zh-tw": "友情連結", + "en": "Friendly Links", + "it": "Link Amichevoli" + }, + "6x6q5r5": { + "zh-cn": "請選擇租戶", + "zh-hk": "請選擇租戶", + "zh-tw": "請選擇租戶", + "en": "Please select tenant", + "it": "Seleziona tenant" + }, + "8wt32l6": { + "zh-cn": "請輸入手機號", + "zh-hk": "請輸入手機號", + "zh-tw": "請輸入手機號碼", + "en": "Please enter mobile number", + "it": "Inserisci numero cellulare" + }, + "ab8o7i7": { + "zh-cn": "請輸入登入帳號", + "zh-hk": "請輸入登入帳號", + "zh-tw": "請輸入登入帳號", + "en": "Please enter login account", + "it": "Inserisci account di accesso" + }, + "7pjycu7": { + "zh-cn": "請輸入您的姓名", + "zh-hk": "請輸入您的姓名", + "zh-tw": "請輸入您的姓名", + "en": "Please enter your name", + "it": "Inserisci il tuo nome" + }, + "8og0zy6": { + "zh-cn": "請輸入驗證碼", + "zh-hk": "請輸入驗證碼", + "zh-tw": "請輸入驗證碼", + "en": "Please enter verification code", + "it": "Inserisci codice di verifica" + }, + "h3vgd05": { + "zh-cn": "註冊失敗!", + "zh-hk": "註冊失敗!", + "zh-tw": "註冊失敗!", + "en": "Registration failed!", + "it": "Registrazione fallita!" + }, + "k9crp3": { + "zh-cn": "註 冊", + "zh-hk": "註 冊", + "zh-tw": "註 冊", + "en": "Register", + "it": "Registrati" + }, + "75trng5": { + "zh-cn": "請輸入帳號", + "zh-hk": "請輸入帳號", + "zh-tw": "請輸入帳號", + "en": "Please enter account", + "it": "Inserisci account" + }, + "75u9765": { + "zh-cn": "請輸入密碼", + "zh-hk": "請輸入密碼", + "zh-tw": "請輸入密碼", + "en": "Please enter password", + "it": "Inserisci password" + }, + "hcd3tu7": { + "zh-cn": "大寫鎖定已打開", + "zh-hk": "大寫鎖定已打開", + "zh-tw": "大寫鎖定已開啟", + "en": "Caps Lock is on", + "it": "Bloc Maiuscole attivo" + }, + "qxcflj7": { + "zh-cn": "請按住滑塊拖動", + "zh-hk": "請按住滑塊拖動", + "zh-tw": "請按住滑塊拖曳", + "en": "Hold and drag the slider", + "it": "Tieni premuto e trascina il cursore" + }, + "k1whqe4": { + "zh-cn": "驗證通過", + "zh-hk": "驗證通過", + "zh-tw": "驗證通過", + "en": "Verification passed", + "it": "Verifica superata" + }, + "ss16qlb": { + "zh-cn": "登入失敗,請檢查帳號!", + "zh-hk": "登入失敗,請檢查帳號!", + "zh-tw": "登入失敗,請檢查帳號!", + "en": "Login failed, please check account!", + "it": "Accesso fallito, controlla l'account!" + }, + "yta4e0b": { + "zh-cn": "抱歉,您沒有登錄許可權", + "zh-hk": "抱歉,您沒有登入權限", + "zh-tw": "抱歉,您沒有登入權限", + "en": "Sorry, you have no login permission", + "it": "Spiacenti, non hai i permessi di accesso" + }, + "ia2f156": { + "zh-cn": "驗證碼已過期", + "zh-hk": "驗證碼已過期", + "zh-tw": "驗證碼已過期", + "en": "Verification code has expired", + "it": "Il codice di verifica è scaduto" + }, + "hd7nk3": { + "zh-cn": "登 入", + "zh-hk": "登 入", + "zh-tw": "登 入", + "en": "Log In", + "it": "Accedi" + }, + "ylumey5": { + "zh-cn": "獲取驗證碼", + "zh-hk": "獲取驗證碼", + "zh-tw": "取得驗證碼", + "en": "Get Verification Code", + "it": "Ottieni Codice di Verifica" + }, + "2ap2im1s": { + "zh-cn": "*溫馨提示:建議使用穀歌、 Microsoft Edge, 版本79.0.1072.62及以上瀏覽器,360瀏覽器請使用極速模式", + "zh-hk": "*溫馨提示:建議使用Google Chrome、Microsoft Edge 版本79.0.1072.62 或以上瀏覽器,360瀏覽器請使用極速模式", + "zh-tw": "*溫馨提示:建議使用Google Chrome、Microsoft Edge 版本79.0.1072.62 或以上瀏覽器,360瀏覽器請使用極速模式", + "en": "*Friendly Reminder: It is recommended to use Google Chrome, Microsoft Edge (version 79.0.1072.62 or above). For 360 Browser, please use Speed Mode.", + "it": "*Gentile Promemoria: Si consiglia di utilizzare Google Chrome, Microsoft Edge (versione 79.0.1072.62 o superiore). Per 360 Browser, si prega di utilizzare la Modalità Velocità (Speed Mode)." + }, + "f6fc04f": { + "zh-cn": "打開手機掃一掃,快速登錄/注册", + "zh-hk": "打開手機掃一掃,快速登入/註冊", + "zh-tw": "開啟手機掃一掃,快速登入/註冊", + "en": "Scan with your phone for quick login/registration", + "it": "Scansiona con il tuo telefono per un accesso/registrazione rapida" + }, + "c5zpbg5": { + "zh-cn": "歡迎回來!", + "zh-hk": "歡迎回來!", + "zh-tw": "歡迎回來!", + "en": "Welcome back!", + "it": "Bentornato/a!" + }, + "cvra6mf": { + "zh-cn": "歡迎加入,請使用默認密碼登入!", + "zh-hk": "歡迎加入,請使用默認密碼登入!", + "zh-tw": "歡迎加入,請使用預設密碼登入!", + "en": "Welcome aboard! Please log in using the default password.", + "it": "Benvenuto/a a bordo! Accedi utilizzando la password predefinita." + }, + "rutjhk": { + "zh-cn": "全局主题 primary 颜色值不能为空", + "zh-hk": "全局主題 primary 顏色值不能為空", + "zh-tw": "全域主題 primary 顏色值不能為空", + "en": "Global theme primary color value cannot be empty", + "it": "Il valore del colore primario del tema globale non può essere vuoto" + }, + "aib1034": { + "zh-cn": "主题颜色", + "zh-hk": "主題顏色", + "zh-tw": "主題顏色", + "en": "Theme Color", + "it": "Colore del Tema" + }, + "l72nr3": { + "zh-cn": "请选择", + "zh-hk": "請選擇", + "zh-tw": "請選擇", + "en": "Please select", + "it": "Seleziona" + }, + "mvgsj3": { + "zh-cn": "风格1", + "zh-hk": "風格1", + "zh-tw": "風格1", + "en": "Style 1", + "it": "Stile 1" + }, + "mvgsm3": { + "zh-cn": "风格4", + "zh-hk": "風格4", + "zh-tw": "風格4", + "en": "Style 4", + "it": "Stile 4" + }, + "mvgsn3": { + "zh-cn": "风格5", + "zh-hk": "風格5", + "zh-tw": "風格5", + "en": "Style 5", + "it": "Stile 5" + }, + "fk3w2": { + "zh-cn": "圆角", + "zh-hk": "圓角", + "zh-tw": "圓角", + "en": "Rounded Corner", + "it": "Angolo Arrotondato" + }, + "et522": { + "zh-cn": "卡片", + "zh-hk": "卡片", + "zh-tw": "卡片", + "en": "Card", + "it": "Scheda" + }, + "ix8f2": { + "zh-cn": "水平", + "zh-hk": "水平", + "zh-tw": "水平", + "en": "Horizontal", + "it": "Orizzontale" + }, + "fjci2": { + "zh-cn": "垂直", + "zh-hk": "垂直", + "zh-tw": "垂直", + "en": "Vertical", + "it": "Verticale" + }, + "yjgaf38": { + "zh-cn": "输入错误的hex", + "zh-hk": "輸入錯誤的hex", + "zh-tw": "輸入錯誤的hex", + "en": "Incorrect HEX input", + "it": "Input HEX errato" + }, + "rvnsyzb": { + "zh-cn": "输入错误的rgb颜色值", + "zh-hk": "輸入錯誤的RGB顏色值", + "zh-tw": "輸入錯誤的RGB顏色值", + "en": "Incorrect RGB color value", + "it": "Valore colore RGB errato" + }, + "wmtke1b": { + "zh-cn": "输入错误的hex颜色值", + "zh-hk": "輸入錯誤的HEX顏色值", + "zh-tw": "輸入錯誤的HEX顏色值", + "en": "Incorrect HEX color value", + "it": "Valore colore HEX errato" + }, + "k4l1": { + "zh-cn": "日", + "zh-hk": "日", + "zh-tw": "日", + "en": "Sun", + "it": "Dom" + }, + "feo1": { + "zh-cn": "一", + "zh-hk": "一", + "zh-tw": "一", + "en": "Mon", + "it": "Lun" + }, + "fik1": { + "zh-cn": "二", + "zh-hk": "二", + "zh-tw": "二", + "en": "Tue", + "it": "Mar" + }, + "fex1": { + "zh-cn": "三", + "zh-hk": "三", + "zh-tw": "三", + "en": "Wed", + "it": "Mer" + }, + "h5n1": { + "zh-cn": "四", + "zh-hk": "四", + "zh-tw": "四", + "en": "Thu", + "it": "Gio" + }, + "fis1": { + "zh-cn": "五", + "zh-hk": "五", + "zh-tw": "五", + "en": "Fri", + "it": "Ven" + }, + "g311": { + "zh-cn": "六", + "zh-hk": "六", + "zh-tw": "六", + "en": "Sat", + "it": "Sab" + }, + "hxpc2": { + "zh-cn": "星期", + "zh-hk": "星期", + "zh-tw": "星期", + "en": "Week", + "it": "Settimana" + }, + "go81": { + "zh-cn": "周", + "zh-hk": "週", + "zh-tw": "週", + "en": "Week", + "it": "Settimana" + }, + "obw1": { + "zh-cn": "第", + "zh-hk": "第", + "zh-tw": "第", + "en": "No.", + "it": "N°" + }, + "g2ar2": { + "zh-cn": "季度", + "zh-hk": "季度", + "zh-tw": "季度", + "en": "Quarter", + "it": "Trimestre" + }, + "eeyo2": { + "zh-cn": "刚刚", + "zh-hk": "剛剛", + "zh-tw": "剛剛", + "en": "Just now", + "it": "Proprio ora" + }, + "l67v2": { + "zh-cn": "秒前", + "zh-hk": "秒前", + "zh-tw": "秒前", + "en": "seconds ago", + "it": "secondi fa" + }, + "cq8lw3": { + "zh-cn": "分钟前", + "zh-hk": "分鐘前", + "zh-tw": "分鐘前", + "en": "minutes ago", + "it": "minuti fa" + }, + "dz7ty3": { + "zh-cn": "小时前", + "zh-hk": "小時前", + "zh-tw": "小時前", + "en": "hours ago", + "it": "ore fa" + }, + "fm842": { + "zh-cn": "天前", + "zh-hk": "天前", + "zh-tw": "天前", + "en": "days ago", + "it": "giorni fa" + }, + "ch80x3": { + "zh-cn": "凌晨好", + "zh-hk": "凌晨好", + "zh-tw": "凌晨好", + "en": "Good early morning", + "it": "Buon mattino presto" + }, + "fb4v03": { + "zh-cn": "早上好", + "zh-hk": "早上好", + "zh-tw": "早上好", + "en": "Good morning", + "it": "Buongiorno" + }, + "bu5kv3": { + "zh-cn": "上午好", + "zh-hk": "上午好", + "zh-tw": "上午好", + "en": "Good morning", + "it": "Buongiorno" + }, + "buvj63": { + "zh-cn": "中午好", + "zh-hk": "中午好", + "zh-tw": "中午好", + "en": "Good noon", + "it": "Buon pomeriggio" + }, + "bu6bk3": { + "zh-cn": "下午好", + "zh-hk": "下午好", + "zh-tw": "下午好", + "en": "Good afternoon", + "it": "Buon pomeriggio" + }, + "can5c3": { + "zh-cn": "傍晚好", + "zh-hk": "傍晚好", + "zh-tw": "傍晚好", + "en": "Good evening", + "it": "Buona sera" + }, + "fdgnh3": { + "zh-cn": "晚上好", + "zh-hk": "晚上好", + "zh-tw": "晚上好", + "en": "Good evening", + "it": "Buona sera" + }, + "dr5u53": { + "zh-cn": "夜里好", + "zh-hk": "夜裡好", + "zh-tw": "夜裡好", + "en": "Good night", + "it": "Buona notte" + }, + "hm11": { + "zh-cn": "天", + "zh-hk": "天", + "zh-tw": "天", + "en": "Day", + "it": "Giorno" + }, + "k521": { + "zh-cn": "时", + "zh-hk": "時", + "zh-tw": "時", + "en": "Hour", + "it": "Ora" + }, + "g7a1": { + "zh-cn": "分", + "zh-hk": "分", + "zh-tw": "分", + "en": "Minute", + "it": "Minuto" + }, + "o2a1": { + "zh-cn": "秒", + "zh-hk": "秒", + "zh-tw": "秒", + "en": "Second", + "it": "Secondo" + }, + "cm4moka": { + "zh-cn": "请正确输入手机号码!", + "zh-hk": "請正確輸入手機號碼!", + "zh-tw": "請正確輸入手機號碼!", + "en": "Please enter a valid phone number!", + "it": "Inserisci un numero di telefono valido!" + }, + "r57mfy7": { + "zh-cn": " 秒后重新获取", + "zh-hk": " 秒後重新獲取", + "zh-tw": " 秒後重新取得", + "en": " seconds to retry", + "it": " secondi per riprovare" + }, + "mbmcmfq": { + "zh-cn": "请正确输入路径及完整参数(query、params)", + "zh-hk": "請正確輸入路徑及完整參數(query、params)", + "zh-tw": "請正確輸入路徑及完整參數(query、params)", + "en": "Please enter a valid path with full parameters (query, params)", + "it": "Inserisci un percorso valido con parametri completi (query, params)" + }, + "6osrlg7": { + "zh-cn": "编辑/保存布局", + "zh-hk": "編輯/儲存佈局", + "zh-tw": "編輯/儲存佈局", + "en": "Edit/Save Layout", + "it": "Modifica/Salva Layout" + }, + "c5aljk5": { + "zh-cn": "没有部件啦", + "zh-hk": "沒有部件啦", + "zh-tw": "沒有元件啦", + "en": "No widgets available", + "it": "Nessun widget disponibile" + }, + "e86f2r4": { + "zh-cn": "添加部件", + "zh-hk": "添加部件", + "zh-tw": "新增元件", + "en": "Add Widget", + "it": "Aggiungi Widget" + }, + "cjgauv4": { + "zh-cn": "恢复默认", + "zh-hk": "恢復預設", + "zh-tw": "恢復預設值", + "en": "Restore Default", + "it": "Ripristina Predefinito" + }, + "ivykzf7": { + "zh-cn": "暂不不支持全屏", + "zh-hk": "暫不支援全螢幕", + "zh-tw": "暫不支援全螢幕", + "en": "Full screen not supported yet", + "it": "Schermo intero non ancora supportato" + }, + "rv9bwna": { + "zh-cn": "您有一条新消息...", + "zh-hk": "您有一條新訊息...", + "zh-tw": "您有一則新訊息...", + "en": "You have a new message...", + "it": "Hai un nuovo messaggio..." + }, + "63e7i38": { + "zh-cn": "你有一条新的消息", + "zh-hk": "你有一條新的訊息", + "zh-tw": "你有一則新的訊息", + "en": "You have a new message", + "it": "Hai un nuovo messaggio" + }, + "bivjza4": { + "zh-cn": "在线用户", + "zh-hk": "線上使用者", + "zh-tw": "線上使用者", + "en": "Online Users", + "it": "Utenti Online" + }, + "l3ycp3": { + "zh-cn": "账号:", + "zh-hk": "帳號:", + "zh-tw": "帳號:", + "en": "Account:", + "it": "Account:" + }, + "dlc5c3": { + "zh-cn": "姓名:", + "zh-hk": "姓名:", + "zh-tw": "姓名:", + "en": "Name:", + "it": "Nome:" + }, + "hv7wy3": { + "zh-cn": "电话:", + "zh-hk": "電話:", + "zh-tw": "電話:", + "en": "Phone:", + "it": "Telefono:" + }, + "ltbxz3": { + "zh-cn": "邮箱:", + "zh-hk": "郵箱:", + "zh-tw": "信箱:", + "en": "Email:", + "it": "Email:" + }, + "lyzh63": { + "zh-cn": "部门:", + "zh-hk": "部門:", + "zh-tw": "部門:", + "en": "Department:", + "it": "Dipartimento:" + }, + "j7e7t3": { + "zh-cn": "职位:", + "zh-hk": "職位:", + "zh-tw": "職位:", + "en": "Position:", + "it": "Posizione:" + }, + "300otv3n": { + "zh-cn": "欢迎使用 Admin.NET 通用权限开发框架 https://gitee.com/zuohuaijun/Admin.NET", + "zh-hk": "歡迎使用 Admin.NET 通用權限開發框架 https://gitee.com/zuohuaijun/Admin.NET", + "zh-tw": "歡迎使用 Admin.NET 通用權限開發框架 https://gitee.com/zuohuaijun/Admin.NET", + "en": "Welcome to Admin.NET Universal Permission Framework https://gitee.com/zuohuaijun/Admin.NET", + "it": "Benvenuti in Admin.NET Framework di Autorizzazione Universale https://gitee.com/zuohuaijun/Admin.NET" + }, + "ykunwe9": { + "zh-cn": "服务器已断线...", + "zh-hk": "伺服器已斷線...", + "zh-tw": "伺服器已斷線...", + "en": "Server disconnected...", + "it": "Server disconnesso..." + }, + "bzf9534": { + "zh-cn": "实时收入", + "zh-hk": "即時收入", + "zh-tw": "即時收入", + "en": "Real-time Revenue", + "it": "Entrate in Tempo Reale" + }, + "flcggeb": { + "zh-cn": "Echarts组件演示", + "zh-hk": "Echarts元件演示", + "zh-tw": "Echarts元件展示", + "en": "Echarts Component Demo", + "it": "Demo Componente Echarts" + }, + "e04l2": { + "zh-cn": "价格", + "zh-hk": "價格", + "zh-tw": "價格", + "en": "Price", + "it": "Prezzo" + }, + "hnu72": { + "zh-cn": "收入", + "zh-hk": "收入", + "zh-tw": "收入", + "en": "Revenue", + "it": "Entrate" + }, + "am2ogg4": { + "zh-cn": "关于项目", + "zh-hk": "關於專案", + "zh-tw": "關於專案", + "en": "About Project", + "it": "Informazioni sul Progetto" + }, + "y437xq8": { + "zh-cn": "点个星星支持一下", + "zh-hk": "點個星星支持一下", + "zh-tw": "點個星星支持一下", + "en": "Give a star to support", + "it": "Dai una stella per supportare" + }, + "r2dv0f59": { + "zh-cn": "基于 .NET6 (Furion/SqlSugar) 实现的通用权限开发框架,前端采用 Vue3+Element-plus+Vite5,整合众多优秀技术和框架,模块插件式开发。集成多租户、缓存、数据校验、鉴权、事件总线、动态API、通讯、远程请求、任务调度、打印等众多黑科技。代码结构简单清晰,注释详尽,易于上手与二次开发,即便是复杂业务逻辑也能迅速实现,真正实现“开箱即用”。", + "zh-hk": "基於 .NET6 (Furion/SqlSugar) 實現的通用權限開發框架,前端採用 Vue3+Element-plus+Vite5,整合眾多優秀技術和框架,模組外掛式開發。整合多租戶、快取、資料校驗、鑑權、事件匯流排、動態API、通訊、遠端請求、任務排程、列印等眾多黑科技。程式碼結構簡單清晰,註釋詳盡,易於上手與二次開發,即便是複雜業務邏輯也能迅速實現,真正實現“開箱即用”。", + "zh-tw": "基於 .NET6 (Furion/SqlSugar) 實現的通用權限開發框架,前端採用 Vue3+Element-plus+Vite5,整合眾多優秀技術和框架,模組外掛式開發。整合多租戶、快取、資料校驗、鑑權、事件匯流排、動態API、通訊、遠端請求、任務排程、列印等眾多黑科技。程式碼結構簡單清晰,註釋詳盡,易於上手與二次開發,即便是複雜業務邏輯也能迅速實現,真正實現“開箱即用”。", + "en": "A universal permission development framework based on .NET6 (Furion/SqlSugar). Frontend uses Vue3+Element-plus+Vite5, integrating numerous excellent technologies and frameworks with modular plugin development. Includes multi-tenancy, caching, data validation, authentication, event bus, dynamic APIs, communication, remote requests, task scheduling, printing, and many other advanced features. The code structure is simple and clear, with detailed comments, easy to get started and for secondary development. Even complex business logic can be quickly implemented, truly achieving \"out-of-the-box\" usability.", + "it": "Un framework di sviluppo autorizzativo universale basato su .NET6 (Furion/SqlSugar). Il frontend utilizza Vue3+Element-plus+Vite5, integrando numerose tecnologie eccellenti e framework con sviluppo modulare a plugin. Include multi-tenant, caching, validazione dati, autenticazione, event bus, API dinamiche, comunicazione, richieste remote, schedulazione di task, stampa e molte altre funzionalità avanzate. La struttura del codice è semplice e chiara, con commenti dettagliati, facile da iniziare e per sviluppi secondari. Anche logiche di business complesse possono essere implementate rapidamente, realizzando veramente un'usabilità \"pronta all'uso\"." + }, + "i5pl2": { + "zh-cn": "时钟", + "zh-hk": "時鐘", + "zh-tw": "時鐘", + "en": "Clock", + "it": "Orologio" + }, + "unwsxa8": { + "zh-cn": "时钟原子组件演示", + "zh-hk": "時鐘原子元件演示", + "zh-tw": "時鐘原子元件展示", + "en": "Clock Atomic Component Demo", + "it": "Demo Componente Atomico Orologio" + }, + "eozvtbb": { + "zh-cn": "YYYY年mm月dd日", + "zh-hk": "YYYY年mm月dd日", + "zh-tw": "YYYY年mm月dd日", + "en": "YYYY-mm-dd", + "it": "YYYY-mm-dd" + }, + "cde1j74": { + "zh-cn": "当前时钟", + "zh-hk": "目前時鐘", + "zh-tw": "目前時鐘", + "en": "Current Time", + "it": "Ora Corrente" + }, + "j0fg2": { + "zh-cn": "欢迎", + "zh-hk": "歡迎", + "zh-tw": "歡迎", + "en": "Welcome", + "it": "Benvenuto" + }, + "jfldyia": { + "zh-cn": "项目特色以及文档链接", + "zh-hk": "專案特色以及文件連結", + "zh-tw": "專案特色以及文件連結", + "en": "Project Features and Documentation Links", + "it": "Caratteristiche del Progetto e Link alla Documentazione" + }, + "e3wm7p4": { + "zh-cn": "欢迎使用", + "zh-hk": "歡迎使用", + "zh-tw": "歡迎使用", + "en": "Welcome to use", + "it": "Benvenuti all'uso" + }, + "isf2lw11": { + "zh-cn": "这里是项目控制台,你可以点击右上方的“自定义”按钮来添加移除或者移动部件。", + "zh-hk": "這裡是專案控制台,你可以點選右上方的「自訂」按鈕來新增移除或者移動部件。", + "zh-tw": "這裡是專案控制台,你可以點選右上方的「自訂」按鈕來新增移除或者移動元件。", + "en": "This is the project console. You can click the \"Customize\" button in the upper right to add, remove, or move widgets.", + "it": "Questa è la console del progetto. Puoi fare clic sul pulsante \"Personalizza\" in alto a destra per aggiungere, rimuovere o spostare i widget." + }, + "nzxlj0w": { + "zh-cn": "在提高前端算力、减少带宽请求和代码执行力上多次优化,并且持续着。", + "zh-hk": "在提高前端算力、減少頻寬請求和程式碼執行力上多次優化,並且持續著。", + "zh-tw": "在提高前端算力、減少頻寬請求和程式碼執行力上多次優化,並且持續著。", + "en": "Multiple optimizations have been made to improve frontend computing power, reduce bandwidth requests, and enhance code execution efficiency, and this process is ongoing.", + "it": "Sono state apportate molteplici ottimizzazioni per migliorare la potenza di calcolo frontend, ridurre le richieste di larghezza di banda e migliorare l'efficienza di esecuzione del codice, e questo processo è in corso." + }, + "6s0gczf": { + "zh-cn": "让开发更简单、更通用、更流行!", + "zh-hk": "讓開發更簡單、更通用、更流行!", + "zh-tw": "讓開發更簡單、更通用、更流行!", + "en": "Make development simpler, more universal, and more popular!", + "it": "Rendi lo sviluppo più semplice, più universale e più popolare!" + }, + "d8s87i4": { + "zh-cn": "文档教程", + "zh-hk": "文件教學", + "zh-tw": "文件教學", + "en": "Documentation Tutorial", + "it": "Tutorial Documentazione" + }, + "euet8y4": { + "zh-cn": "版本信息", + "zh-hk": "版本資訊", + "zh-tw": "版本資訊", + "en": "Version Information", + "it": "Informazioni Versione" + }, + "v6sh6ja": { + "zh-cn": "版本信息原子组件演示", + "zh-hk": "版本資訊原子元件演示", + "zh-tw": "版本資訊原子元件展示", + "en": "Version Info Atomic Component Demo", + "it": "Demo Componente Atomico Info Versione" + }, + "df4tck4": { + "zh-cn": "最新版本", + "zh-hk": "最新版本", + "zh-tw": "最新版本", + "en": "Latest Version", + "it": "Ultima Versione" + }, + "dev07i4": { + "zh-cn": "更新日志", + "zh-hk": "更新日誌", + "zh-tw": "更新日誌", + "en": "Changelog", + "it": "Registro delle Modifiche" + }, + "lja3o3": { + "zh-cn": "进度环", + "zh-hk": "進度環", + "zh-tw": "進度環", + "en": "Progress Ring", + "it": "Anello di Progresso" + }, + "ph29839": { + "zh-cn": "进度环原子组件演示", + "zh-hk": "進度環原子元件演示", + "zh-tw": "進度環原子元件展示", + "en": "Progress Ring Atomic Component Demo", + "it": "Demo Componente Atomico Anello di Progresso" + }, + "jqfmo04": { + "zh-cn": "项目进度", + "zh-hk": "專案進度", + "zh-tw": "專案進度", + "en": "Project Progress", + "it": "Avanzamento Progetto" + }, + "cdkvet4": { + "zh-cn": "当前进度", + "zh-hk": "目前進度", + "zh-tw": "目前進度", + "en": "Current Progress", + "it": "Avanzamento Attuale" + }, + "l6kb0o6": { + "zh-cn": "确定删除吗?", + "zh-hk": "確定刪除嗎?", + "zh-tw": "確定刪除嗎?", + "en": "Confirm deletion?", + "it": "Confermi l'eliminazione?" + }, + "d1spvi4": { + "zh-cn": "操作成功", + "zh-hk": "操作成功", + "zh-tw": "操作成功", + "en": "Operation successful", + "it": "Operazione riuscita" + }, + "eslg2": { + "zh-cn": "删除", + "zh-hk": "刪除", + "zh-tw": "刪除", + "en": "Delete", + "it": "Elimina" + }, + "caoqm3": { + "zh-cn": "取 消", + "zh-hk": "取 消", + "zh-tw": "取 消", + "en": "Cancel", + "it": "Annulla" + }, + "hnjoo3": { + "zh-cn": "确 定", + "zh-hk": "確 定", + "zh-tw": "確 定", + "en": "Confirm", + "it": "Conferma" + }, + "dd1lvo4": { + "zh-cn": "日程时间", + "zh-hk": "日程時間", + "zh-tw": "日程時間", + "en": "Schedule Time", + "it": "Orario Programma" + }, + "a9uuqc8": { + "zh-cn": "日程时间不能为空", + "zh-hk": "日程時間不能為空", + "zh-tw": "日程時間不能為空", + "en": "Schedule time cannot be empty", + "it": "L'orario del programma non può essere vuoto" + }, + "x5n4k77": { + "zh-cn": "请选择日程日期", + "zh-hk": "請選擇日程日期", + "zh-tw": "請選擇日程日期", + "en": "Please select schedule date", + "it": "Seleziona la data del programma" + }, + "49z6p38": { + "zh-cn": "开始时间不能为空", + "zh-hk": "開始時間不能為空", + "zh-tw": "開始時間不能為空", + "en": "Start time cannot be empty", + "it": "L'ora di inizio non può essere vuota" + }, + "po31": { + "zh-cn": "至", + "zh-hk": "至", + "zh-tw": "至", + "en": "to", + "it": "a" + }, + "74y3ei8": { + "zh-cn": "结束时间不能为空", + "zh-hk": "結束時間不能為空", + "zh-tw": "結束時間不能為空", + "en": "End time cannot be empty", + "it": "L'ora di fine non può essere vuota" + }, + "dcxt7e4": { + "zh-cn": "日程内容", + "zh-hk": "日程內容", + "zh-tw": "日程內容", + "en": "Schedule Content", + "it": "Contenuto Programma" + }, + "te4dhk8": { + "zh-cn": "内容内容不能为空", + "zh-hk": "內容內容不能為空", + "zh-tw": "內容內容不能為空", + "en": "Content cannot be empty", + "it": "Il contenuto non può essere vuoto" + }, + "anze084": { + "zh-cn": "内容内容", + "zh-hk": "內容內容", + "zh-tw": "內容內容", + "en": "Content", + "it": "Contenuto" + }, + "cihr0q4": { + "zh-cn": "快捷入口", + "zh-hk": "快捷入口", + "zh-tw": "快速入口", + "en": "Quick Access", + "it": "Accesso Rapido" + }, + "rz9lbd9": { + "zh-cn": "可以配置的快捷入口", + "zh-hk": "可以設定的快捷入口", + "zh-tw": "可設定的快速入口", + "en": "Configurable quick access", + "it": "Accesso rapido configurabile" + }, + "oxhc0h6": { + "zh-cn": "设置常用成功", + "zh-hk": "設定常用成功", + "zh-tw": "設定常用成功", + "en": "Set frequently used successfully", + "it": "Imposta frequentemente utilizzato con successo" + }, + "e7y2ft4": { + "zh-cn": "添加应用", + "zh-hk": "新增應用", + "zh-tw": "新增應用", + "en": "Add Application", + "it": "Aggiungi Applicazione" + }, + "e32z2": { + "zh-cn": "保存", + "zh-hk": "儲存", + "zh-tw": "儲存", + "en": "Save", + "it": "Salva" + }, + "2xp7gr6": { + "zh-cn": "我的常用 (", + "zh-hk": "我的常用 (", + "zh-tw": "我的常用 (", + "en": "My Favorites (", + "it": "I Miei Preferiti (" + }, + "4mxcpo6": { + "zh-cn": "全部应用 (", + "zh-hk": "全部應用 (", + "zh-tw": "全部應用 (", + "en": "All Applications (", + "it": "Tutte le Applicazioni (" + }, + "i01y2": { + "zh-cn": "日程", + "zh-hk": "日程", + "zh-tw": "日程", + "en": "Schedule", + "it": "Programma" + }, + "dd30184": { + "zh-cn": "日程演示", + "zh-hk": "日程演示", + "zh-tw": "日程展示", + "en": "Schedule Demo", + "it": "Demo Programma" + }, + "ldg65c6": { + "zh-cn": "确定删日程:", + "zh-hk": "確定刪日程:", + "zh-tw": "確定刪除日程:", + "en": "Confirm delete schedule:", + "it": "Conferma eliminazione programma:" + }, + "azeh8z4": { + "zh-cn": "删除成功", + "zh-hk": "刪除成功", + "zh-tw": "刪除成功", + "en": "Delete successful", + "it": "Eliminazione riuscita" + }, + "2xwus08": { + "zh-cn": "日程状态设置成功", + "zh-hk": "日程狀態設定成功", + "zh-tw": "日程狀態設定成功", + "en": "Schedule status set successfully", + "it": "Stato programma impostato con successo" + }, + "2xwed38": { + "zh-cn": "日程状态设置异常", + "zh-hk": "日程狀態設定異常", + "zh-tw": "日程狀態設定異常", + "en": "Schedule status setting exception", + "it": "Eccezione impostazione stato programma" + }, + "e7zc7f4": { + "zh-cn": "添加日程", + "zh-hk": "新增日程", + "zh-tw": "新增日程", + "en": "Add Schedule", + "it": "Aggiungi Programma" + }, + "gmks3l4": { + "zh-cn": "编辑日程", + "zh-hk": "編輯日程", + "zh-tw": "編輯日程", + "en": "Edit Schedule", + "it": "Modifica Programma" + }, + "cv53894": { + "zh-cn": "我的日程", + "zh-hk": "我的日程", + "zh-tw": "我的日程", + "en": "My Schedule", + "it": "Il Mio Programma" + }, + "btcx43": { + "zh-cn": "上个月", + "zh-hk": "上個月", + "zh-tw": "上個月", + "en": "Previous month", + "it": "Mese precedente" + }, + "dw2n2": { + "zh-cn": "今天", + "zh-hk": "今天", + "zh-tw": "今天", + "en": "Today", + "it": "Oggi" + }, + "btdnt3": { + "zh-cn": "下个月", + "zh-hk": "下個月", + "zh-tw": "下個月", + "en": "Next month", + "it": "Prossimo mese" + }, + "df1fj54": { + "zh-cn": "更新记录", + "zh-hk": "更新紀錄", + "zh-tw": "更新紀錄", + "en": "Update Records", + "it": "Registro Aggiornamenti" + }, + "cypf748": { + "zh-cn": "当前项目更新记录", + "zh-hk": "目前專案更新紀錄", + "zh-tw": "目前專案更新紀錄", + "en": "Current Project Update Records", + "it": "Registro Aggiornamenti Progetto Corrente" + }, + "o6y1": { + "zh-cn": "空", + "zh-hk": "空", + "zh-tw": "空", + "en": "Empty", + "it": "Vuoto" + }, + "n5e1": { + "zh-cn": "甲", + "zh-hk": "甲", + "zh-tw": "甲", + "en": "First", + "it": "Primo" + }, + "fh51": { + "zh-cn": "乙", + "zh-hk": "乙", + "zh-tw": "乙", + "en": "Second", + "it": "Secondo" + }, + "ffd1": { + "zh-cn": "丙", + "zh-hk": "丙", + "zh-tw": "丙", + "en": "Third", + "it": "Terzo" + }, + "fep1": { + "zh-cn": "丁", + "zh-hk": "丁", + "zh-tw": "丁", + "en": "Fourth", + "it": "Quarto" + }, + "jd61": { + "zh-cn": "戊", + "zh-hk": "戊", + "zh-tw": "戊", + "en": "Fifth", + "it": "Quinto" + }, + "ik11": { + "zh-cn": "己", + "zh-hk": "己", + "zh-tw": "己", + "en": "Sixth", + "it": "Sesto" + }, + "ioq1": { + "zh-cn": "庚", + "zh-hk": "庚", + "zh-tw": "庚", + "en": "Seventh", + "it": "Settimo" + }, + "sd71": { + "zh-cn": "辛", + "zh-hk": "辛", + "zh-tw": "辛", + "en": "Eighth", + "it": "Ottavo" + }, + "hkc1": { + "zh-cn": "壬", + "zh-hk": "壬", + "zh-tw": "壬", + "en": "Ninth", + "it": "Nono" + }, + "neg1": { + "zh-cn": "癸", + "zh-hk": "癸", + "zh-tw": "癸", + "en": "Tenth", + "it": "Decimo" + }, + "i1c1": { + "zh-cn": "子", + "zh-hk": "子", + "zh-tw": "子", + "en": "Zi", + "it": "Zi" + }, + "ff51": { + "zh-cn": "丑", + "zh-hk": "丑", + "zh-tw": "丑", + "en": "Chou", + "it": "Chou" + }, + "i4l1": { + "zh-cn": "寅", + "zh-hk": "寅", + "zh-tw": "寅", + "en": "Yin", + "it": "Yin" + }, + "ghb1": { + "zh-cn": "卯", + "zh-hk": "卯", + "zh-tw": "卯", + "en": "Mao", + "it": "Mao" + }, + "sds1": { + "zh-cn": "辰", + "zh-hk": "辰", + "zh-tw": "辰", + "en": "Chen", + "it": "Chen" + }, + "ik31": { + "zh-cn": "巳", + "zh-hk": "巳", + "zh-tw": "巳", + "en": "Si", + "it": "Si" + }, + "gg81": { + "zh-cn": "午", + "zh-hk": "午", + "zh-tw": "午", + "en": "Wu", + "it": "Wu" + }, + "kdm1": { + "zh-cn": "未", + "zh-hk": "未", + "zh-tw": "未", + "en": "Wei", + "it": "Wei" + }, + "n5f1": { + "zh-cn": "申", + "zh-hk": "申", + "zh-tw": "申", + "en": "Shen", + "it": "Shen" + }, + "sp51": { + "zh-cn": "酉", + "zh-hk": "酉", + "zh-tw": "酉", + "en": "You", + "it": "You" + }, + "jd81": { + "zh-cn": "戌", + "zh-hk": "戌", + "zh-tw": "戌", + "en": "Xu", + "it": "Xu" + }, + "fj91": { + "zh-cn": "亥", + "zh-hk": "亥", + "zh-tw": "亥", + "en": "Hai", + "it": "Hai" + }, + "vfk1": { + "zh-cn": "鼠", + "zh-hk": "鼠", + "zh-tw": "鼠", + "en": "Rat", + "it": "Topo" + }, + "ml71": { + "zh-cn": "牛", + "zh-hk": "牛", + "zh-tw": "牛", + "en": "Ox", + "it": "Bue" + }, + "qj21": { + "zh-cn": "虎", + "zh-hk": "虎", + "zh-tw": "虎", + "en": "Tiger", + "it": "Tigre" + }, + "g2c1": { + "zh-cn": "兔", + "zh-hk": "兔", + "zh-tw": "兔", + "en": "Rabbit", + "it": "Coniglio" + }, + "vix1": { + "zh-cn": "龙", + "zh-hk": "龍", + "zh-tw": "龍", + "en": "Dragon", + "it": "Drago" + }, + "qmf1": { + "zh-cn": "蛇", + "zh-hk": "蛇", + "zh-tw": "蛇", + "en": "Snake", + "it": "Serpente" + }, + "ui41": { + "zh-cn": "马", + "zh-hk": "馬", + "zh-tw": "馬", + "en": "Horse", + "it": "Cavallo" + }, + "p6y1": { + "zh-cn": "羊", + "zh-hk": "羊", + "zh-tw": "羊", + "en": "Goat", + "it": "Capra" + }, + "mr81": { + "zh-cn": "猴", + "zh-hk": "猴", + "zh-tw": "猴", + "en": "Monkey", + "it": "Scimmia" + }, + "v8h1": { + "zh-cn": "鸡", + "zh-hk": "雞", + "zh-tw": "雞", + "en": "Rooster", + "it": "Gallo" + }, + "mon1": { + "zh-cn": "狗", + "zh-hk": "狗", + "zh-tw": "狗", + "en": "Dog", + "it": "Cane" + }, + "mqy1": { + "zh-cn": "猪", + "zh-hk": "豬", + "zh-tw": "豬", + "en": "Pig", + "it": "Maiale" + }, + "cejfj3": { + "zh-cn": "元旦节", + "zh-hk": "元旦節", + "zh-tw": "元旦節", + "en": "New Year's Day", + "it": "Capodanno" + }, + "ekdcd3": { + "zh-cn": "情人节", + "zh-hk": "情人節", + "zh-tw": "情人節", + "en": "Valentine's Day", + "it": "San Valentino" + }, + "ciuh93": { + "zh-cn": "劳动节", + "zh-hk": "勞動節", + "zh-tw": "勞動節", + "en": "Labor Day", + "it": "Festa del Lavoro" + }, + "mmov43": { + "zh-cn": "青年节", + "zh-hk": "青年節", + "zh-tw": "青年節", + "en": "Youth Day", + "it": "Giornata della Gioventù" + }, + "ci1183": { + "zh-cn": "儿童节", + "zh-hk": "兒童節", + "zh-tw": "兒童節", + "en": "Children's Day", + "it": "Giornata dei Bambini" + }, + "fb4433": { + "zh-cn": "教师节", + "zh-hk": "教師節", + "zh-tw": "教師節", + "en": "Teachers' Day", + "it": "Giornata degli Insegnanti" + }, + "d7hbt3": { + "zh-cn": "国庆节", + "zh-hk": "國慶節", + "zh-tw": "國慶節", + "en": "National Day", + "it": "Festa Nazionale" + }, + "dfz5z3": { + "zh-cn": "圣诞节", + "zh-hk": "聖誕節", + "zh-tw": "聖誕節", + "en": "Christmas", + "it": "Natale" + }, + "dk08m3": { + "zh-cn": "妇女节", + "zh-hk": "婦女節", + "zh-tw": "婦女節", + "en": "Women's Day", + "it": "Giornata della Donna" + }, + "fwcim3": { + "zh-cn": "植树节", + "zh-hk": "植樹節", + "zh-tw": "植樹節", + "en": "Tree Planting Day", + "it": "Giornata della Piantagione" + }, + "em4de3": { + "zh-cn": "愚人节", + "zh-hk": "愚人節", + "zh-tw": "愚人節", + "en": "April Fools' Day", + "it": "Pesce d'Aprile" + }, + "evyxn3": { + "zh-cn": "护士节", + "zh-hk": "護士節", + "zh-tw": "護士節", + "en": "Nurses' Day", + "it": "Giornata degli Infermieri" + }, + "ebd2a3": { + "zh-cn": "建党节", + "zh-hk": "建黨節", + "zh-tw": "建黨節", + "en": "Party Founding Day", + "it": "Giorno della Fondazione del Partito" + }, + "ebem93": { + "zh-cn": "建军节", + "zh-hk": "建軍節", + "zh-tw": "建軍節", + "en": "Army Day", + "it": "Giorno dell'Esercito" + }, + "ea3523": { + "zh-cn": "平安夜", + "zh-hk": "平安夜", + "zh-tw": "平安夜", + "en": "Christmas Eve", + "it": "Vigilia di Natale" + }, + "q2i92": { + "zh-cn": "除夕", + "zh-hk": "除夕", + "zh-tw": "除夕", + "en": "New Year's Eve", + "it": "Vigilia di Capodanno" + }, + "i3992": { + "zh-cn": "春节", + "zh-hk": "春節", + "zh-tw": "春節", + "en": "Spring Festival", + "it": "Festa di Primavera" + }, + "cct0w3": { + "zh-cn": "元宵节", + "zh-hk": "元宵節", + "zh-tw": "元宵節", + "en": "Lantern Festival", + "it": "Festa delle Lanterne" + }, + "nutsx3": { + "zh-cn": "龙抬头", + "zh-hk": "龍抬頭", + "zh-tw": "龍抬頭", + "en": "Dragon Head-raising", + "it": "Sollevamento della Testa del Drago" + }, + "if3vt3": { + "zh-cn": "端午节", + "zh-hk": "端午節", + "zh-tw": "端午節", + "en": "Dragon Boat Festival", + "it": "Festa delle Barche Drago" + }, + "bv80g3": { + "zh-cn": "七夕节", + "zh-hk": "七夕節", + "zh-tw": "七夕節", + "en": "Qixi Festival", + "it": "Festa di Qixi" + }, + "bur9o3": { + "zh-cn": "中元节", + "zh-hk": "中元節", + "zh-tw": "中元節", + "en": "Ghost Festival", + "it": "Festa degli Spiriti" + }, + "c1ngk3": { + "zh-cn": "中秋节", + "zh-hk": "中秋節", + "zh-tw": "中秋節", + "en": "Mid-Autumn Festival", + "it": "Festa di Mezzo Autunno" + }, + "m32gs3": { + "zh-cn": "重阳节", + "zh-hk": "重陽節", + "zh-tw": "重陽節", + "en": "Double Ninth Festival", + "it": "Festa del Doppio Nove" + }, + "e42xd3": { + "zh-cn": "寒衣节", + "zh-hk": "寒衣節", + "zh-tw": "寒衣節", + "en": "Cold Clothing Festival", + "it": "Festa degli Abiti Freddi" + }, + "bu2223": { + "zh-cn": "下元节", + "zh-hk": "下元節", + "zh-tw": "下元節", + "en": "Xia Yuan Festival", + "it": "Festa di Xia Yuan" + }, + "jcawx3": { + "zh-cn": "腊八节", + "zh-hk": "臘八節", + "zh-tw": "臘八節", + "en": "Laba Festival", + "it": "Festa del Laba" + }, + "awmm2v4": { + "zh-cn": "北方小年", + "zh-hk": "北方小年", + "zh-tw": "北方小年", + "en": "Northern Little New Year", + "it": "Piccolo Capodanno del Nord" + }, + "axrh8n4": { + "zh-cn": "南方小年", + "zh-hk": "南方小年", + "zh-tw": "南方小年", + "en": "Southern Little New Year", + "it": "Piccolo Capodanno del Sud" + }, + "g5ur2": { + "zh-cn": "小寒", + "zh-hk": "小寒", + "zh-tw": "小寒", + "en": "Minor Cold", + "it": "Piccolo Freddo" + }, + "fo232": { + "zh-cn": "大寒", + "zh-hk": "大寒", + "zh-tw": "大寒", + "en": "Major Cold", + "it": "Grande Freddo" + }, + "lg3e2": { + "zh-cn": "立春", + "zh-hk": "立春", + "zh-tw": "立春", + "en": "Start of Spring", + "it": "Inizio della Primavera" + }, + "q9fw2": { + "zh-cn": "雨水", + "zh-hk": "雨水", + "zh-tw": "雨水", + "en": "Rain Water", + "it": "Acqua Piovana" + }, + "h7c62": { + "zh-cn": "惊蛰", + "zh-hk": "驚蟄", + "zh-tw": "驚蟄", + "en": "Awakening of Insects", + "it": "Risveglio degli Insetti" + }, + "htoh2": { + "zh-cn": "春分", + "zh-hk": "春分", + "zh-tw": "春分", + "en": "Spring Equinox", + "it": "Equinozio di Primavera" + }, + "j9ux2": { + "zh-cn": "清明", + "zh-hk": "清明", + "zh-tw": "清明", + "en": "Qingming", + "it": "Qingming" + }, + "ooep2": { + "zh-cn": "谷雨", + "zh-hk": "穀雨", + "zh-tw": "穀雨", + "en": "Grain Rain", + "it": "Pioggia dei Cereali" + }, + "ldic2": { + "zh-cn": "立夏", + "zh-hk": "立夏", + "zh-tw": "立夏", + "en": "Start of Summer", + "it": "Inizio dell'Estate" + }, + "g9ma2": { + "zh-cn": "小满", + "zh-hk": "小滿", + "zh-tw": "小滿", + "en": "Grain Full", + "it": "Grano Pieno" + }, + "mvln2": { + "zh-cn": "芒种", + "zh-hk": "芒種", + "zh-tw": "芒種", + "en": "Grain in Ear", + "it": "Spighe di Grano" + }, + "fv0k2": { + "zh-cn": "夏至", + "zh-hk": "夏至", + "zh-tw": "夏至", + "en": "Summer Solstice", + "it": "Solstizio d'Estate" + }, + "g7z62": { + "zh-cn": "小暑", + "zh-hk": "小暑", + "zh-tw": "小暑", + "en": "Minor Heat", + "it": "Piccolo Caldo" + }, + "fq6i2": { + "zh-cn": "大暑", + "zh-hk": "大暑", + "zh-tw": "大暑", + "en": "Major Heat", + "it": "Grande Caldo" + }, + "ljz42": { + "zh-cn": "立秋", + "zh-hk": "立秋", + "zh-tw": "立秋", + "en": "Start of Autumn", + "it": "Inizio dell'Autunno" + }, + "fpcd2": { + "zh-cn": "处暑", + "zh-hk": "處暑", + "zh-tw": "處暑", + "en": "Limit of Heat", + "it": "Limite del Caldo" + }, + "kzf92": { + "zh-cn": "白露", + "zh-hk": "白露", + "zh-tw": "白露", + "en": "White Dew", + "it": "Rugiada Bianca" + }, + "l5zv2": { + "zh-cn": "秋分", + "zh-hk": "秋分", + "zh-tw": "秋分", + "en": "Autumn Equinox", + "it": "Equinozio d'Autunno" + }, + "gg4g2": { + "zh-cn": "寒露", + "zh-hk": "寒露", + "zh-tw": "寒露", + "en": "Cold Dew", + "it": "Rugiada Fredda" + }, + "qj012": { + "zh-cn": "霜降", + "zh-hk": "霜降", + "zh-tw": "霜降", + "en": "Frost's Descent", + "it": "Discesa del Gelo" + }, + "lc1t2": { + "zh-cn": "立冬", + "zh-hk": "立冬", + "zh-tw": "立冬", + "en": "Start of Winter", + "it": "Inizio dell'Inverno" + }, + "ghiz2": { + "zh-cn": "小雪", + "zh-hk": "小雪", + "zh-tw": "小雪", + "en": "Minor Snow", + "it": "Piccola Neve" + }, + "fzqb2": { + "zh-cn": "大雪", + "zh-hk": "大雪", + "zh-tw": "大雪", + "en": "Major Snow", + "it": "Grande Neve" + }, + "els72": { + "zh-cn": "冬至", + "zh-hk": "冬至", + "zh-tw": "冬至", + "en": "Winter Solstice", + "it": "Solstizio d'Inverno" + }, + "fer1": { + "zh-cn": "七", + "zh-hk": "七", + "zh-tw": "七", + "en": "Seven", + "it": "Sette" + }, + "g2z1": { + "zh-cn": "八", + "zh-hk": "八", + "zh-tw": "八", + "en": "Eight", + "it": "Otto" + }, + "fh91": { + "zh-cn": "九", + "zh-hk": "九", + "zh-tw": "九", + "en": "Nine", + "it": "Nove" + }, + "gg11": { + "zh-cn": "十", + "zh-hk": "十", + "zh-tw": "十", + "en": "Ten", + "it": "Dieci" + }, + "g7x1": { + "zh-cn": "初", + "zh-hk": "初", + "zh-tw": "初", + "en": "Initial", + "it": "Iniziale" + }, + "irj1": { + "zh-cn": "廿", + "zh-hk": "廿", + "zh-tw": "廿", + "en": "Twenty", + "it": "Venti" + }, + "gg51": { + "zh-cn": "卅", + "zh-hk": "卅", + "zh-tw": "卅", + "en": "Thirty", + "it": "Trenta" + }, + "l7n1": { + "zh-cn": "正", + "zh-hk": "正", + "zh-tw": "正", + "en": "First month", + "it": "Primo mese" + }, + "g4s1": { + "zh-cn": "冬", + "zh-hk": "冬", + "zh-tw": "冬", + "en": "Winter", + "it": "Inverno" + }, + "pje1": { + "zh-cn": "腊", + "zh-hk": "臘", + "zh-tw": "臘", + "en": "Twelfth month", + "it": "Dodicesimo mese" + }, + "7qioimq": { + "zh-cn": "摩羯水瓶双鱼白羊金牛双子巨蟹狮子处女天秤天蝎射手摩羯", + "zh-hk": "摩羯水瓶雙魚白羊金牛雙子巨蟹獅子處女天秤天蠍射手摩羯", + "zh-tw": "摩羯水瓶雙魚白羊金牛雙子巨蟹獅子處女天秤天蠍射手摩羯", + "en": "Capricorn Aquarius Pisces Aries Taurus Gemini Cancer Leo Virgo Libra Scorpio Sagittarius Capricorn", + "it": "Capricorno Acquario Pesci Ariete Toro Gemelli Cancro Leone Vergine Bilancia Scorpione Sagittario Capricorno" + }, + "ip31": { + "zh-cn": "座", + "zh-hk": "座", + "zh-tw": "座", + "en": "Zodiac", + "it": "Zodiaco" + }, + "kco1": { + "zh-cn": "月", + "zh-hk": "月", + "zh-tw": "月", + "en": "Month", + "it": "Mese" + }, + "ef9g2": { + "zh-cn": "初十", + "zh-hk": "初十", + "zh-tw": "初十", + "en": "Tenth day", + "it": "Decimo giorno" + }, + "dtf92": { + "zh-cn": "二十", + "zh-hk": "二十", + "zh-tw": "二十", + "en": "Twenty", + "it": "Venti" + }, + "dqag2": { + "zh-cn": "三十", + "zh-hk": "三十", + "zh-tw": "三十", + "en": "Thirty", + "it": "Trenta" + }, + "tm81": { + "zh-cn": "闰", + "zh-hk": "閏", + "zh-tw": "閏", + "en": "Leap", + "it": "Bisestile" + }, + "l9o82": { + "zh-cn": "租户", + "zh-hk": "租戶", + "zh-tw": "租戶", + "en": "Tenant", + "it": "Inquilino" + }, + "yb1epk6": { + "zh-cn": "租户不能为空", + "zh-hk": "租戶不能為空", + "zh-tw": "租戶不能為空", + "en": "Tenant cannot be empty", + "it": "L'inquilino non può essere vuoto" + }, + "6eaj5s4": { + "zh-cn": "】上线了", + "zh-hk": "】上線了", + "zh-tw": "】上線了", + "en": "】went online", + "it": "】è online" + }, + "6kjikw4": { + "zh-cn": "】离开了", + "zh-hk": "】離開了", + "zh-tw": "】離開了", + "en": "】Left", + "it": "】Se ne è andato" + }, + "8sctqy8": { + "zh-cn": "确定踢掉账号:【", + "zh-hk": "確定踢掉帳號:【", + "zh-tw": "確定踢除帳號:【", + "en": "Confirm to kick out account: 【", + "it": "Conferma l'eliminazione dell'account:【" + }, + "5wtht56": { + "zh-cn": "在线用户列表", + "zh-hk": "線上使用者列表", + "zh-tw": "線上使用者列表", + "en": "Online User List", + "it": "Lista Utenti Online" + }, + "ogwh2": { + "zh-cn": "账号", + "zh-hk": "帳號", + "zh-tw": "帳號", + "en": "Account", + "it": "Account" + }, + "iftp2": { + "zh-cn": "查询", + "zh-hk": "查詢", + "zh-tw": "查詢", + "en": "Search", + "it": "Cerca" + }, + "phz52": { + "zh-cn": "重置", + "zh-hk": "重置", + "zh-tw": "重置", + "en": "Reset", + "it": "Ripristina" + }, + "gjm02": { + "zh-cn": "序号", + "zh-hk": "序號", + "zh-tw": "序號", + "en": "No.", + "it": "N°" + }, + "1rkhj4": { + "zh-cn": "IP地址", + "zh-hk": "IP地址", + "zh-tw": "IP位址", + "en": "IP Address", + "it": "Indirizzo IP" + }, + "goai73": { + "zh-cn": "浏览器", + "zh-hk": "瀏覽器", + "zh-tw": "瀏覽器", + "en": "Browser", + "it": "Browser" + }, + "fcfxq04": { + "zh-cn": "登录时间", + "zh-hk": "登入時間", + "zh-tw": "登入時間", + "en": "Login Time", + "it": "Ora Accesso" + }, + "hkxb2": { + "zh-cn": "操作", + "zh-hk": "操作", + "zh-tw": "操作", + "en": "Action", + "it": "Azione" + }, + "dyxg2": { + "zh-cn": "下线", + "zh-hk": "下線", + "zh-tw": "離線", + "en": "Offline", + "it": "Disconnetti" + }, + "glczjw4": { + "zh-cn": "网络超时", + "zh-hk": "網路超時", + "zh-tw": "網路逾時", + "en": "Network timeout", + "it": "Timeout di rete" + }, + "zflmhk6": { + "zh-cn": "网络连接错误", + "zh-hk": "網路連線錯誤", + "zh-tw": "網路連線錯誤", + "en": "Network connection error", + "it": "Errore connessione di rete" + }, + "iu8vf27": { + "zh-cn": "接口路径找不到", + "zh-hk": "介面路徑找不到", + "zh-tw": "介面路徑找不到", + "en": "Interface path not found", + "it": "Percorso interfaccia non trovato" + }, + "ie2s53": { + "zh-cn": "站内信", + "zh-hk": "站內信", + "zh-tw": "站內信", + "en": "In-site message", + "it": "Messaggio interno" + }, + "6nwwnq4": { + "zh-cn": "【通知】", + "zh-hk": "【通告】", + "zh-tw": "【公告】", + "en": "【Notice】", + "it": "【Notifica】" + }, + "6ekcbn4": { + "zh-cn": "【公告】", + "zh-hk": "【公告】", + "zh-tw": "【公告】", + "en": "【Announcement】", + "it": "【Annuncio】" + }, + "hbwz2": { + "zh-cn": "我的", + "zh-hk": "我嘅", + "zh-tw": "我的", + "en": "mine", + "it": "Mio" + }, + "e851om4": { + "zh-cn": "消息详情", + "zh-hk": "訊息詳情", + "zh-tw": "訊息詳情", + "en": "Message Details", + "it": "Dettagli del messaggio" + }, + "l9122": { + "zh-cn": "确认", + "zh-hk": "確認", + "zh-tw": "確認", + "en": "Confirmation", + "it": "Confermare" + }, + "e85t1y4": { + "zh-cn": "添加账号", + "zh-hk": "新增帳號", + "zh-tw": "新增帳號", + "en": "Add Account", + "it": "Aggiungi account" + }, + "gmr8y44": { + "zh-cn": "编辑账号", + "zh-hk": "編輯帳號", + "zh-tw": "編輯帳號", + "en": "Editor Account", + "it": "Modifica account" + }, + "bl2eqi4": { + "zh-cn": "复制账号", + "zh-hk": "複製帳號", + "zh-tw": "複製帳號", + "en": "Copy account", + "it": "Account duplicato" + }, + "xtaert8": { + "zh-cn": "确定删除账号:【", + "zh-hk": "確定刪除帳號:【", + "zh-tw": "確定刪除帳號:【", + "en": "Confirm account deletion: 【", + "it": "Conferma eliminazione account: 【" + }, + "td3viz8": { + "zh-cn": "账号状态设置成功", + "zh-hk": "帳號狀態設定成功", + "zh-tw": "帳號狀態設定成功", + "en": "Account status set successfully.", + "it": "Stato dell'account configurato con successo." + }, + "bvqllu8": { + "zh-cn": "确定重置密码:【", + "zh-hk": "確定重設密碼:【", + "zh-tw": "確定重設密碼:【", + "en": "Confirm password reset:【", + "it": "Conferma reimpostazione della password:【" + }, + "z05ndh8": { + "zh-cn": "密码重置成功为:", + "zh-hk": "密碼重設成功為:", + "zh-tw": "密碼重設成功為:", + "en": "Password reset successful as:", + "it": "Password reimpostata con successo come:" + }, + "f0l3wqa": { + "zh-cn": "确定解除登录锁定:【", + "zh-hk": "確定解除登入鎖定:【", + "zh-tw": "確定解除登入鎖定:【", + "en": "Confirm to release login lock: 【", + "it": "Conferma sblocco accesso:【" + }, + "8pnsm58": { + "zh-cn": "解除登录锁定成功", + "zh-hk": "解除登入鎖定成功", + "zh-tw": "解除登入鎖定成功", + "en": "Login lock successfully released.", + "it": "Sblocco dell'accesso riuscito" + }, + "giktdw4": { + "zh-cn": "职位名称", + "zh-hk": "職位名稱", + "zh-tw": "職位名稱", + "en": "Job Title", + "it": "Nome della posizione" + }, + "ctufzt4": { + "zh-cn": "手机号码", + "zh-hk": "手機號碼", + "zh-tw": "手機號碼", + "en": "mobile phone number", + "it": "numero di telefono cellulare" + }, + "hs6m2": { + "zh-cn": "新增", + "zh-hk": "新增", + "zh-tw": "新增", + "en": "Newly added", + "it": "nuovo" + }, + "fm6z2": { + "zh-cn": "头像", + "zh-hk": "頭像", + "zh-tw": "頭像", + "en": "avatar", + "it": "Avatar" + }, + "i5sudd4": { + "zh-cn": "账号类型", + "zh-hk": "帳號類型", + "zh-tw": "帳號類型", + "en": "Account type", + "it": "Tipo di account" + }, + "hxmd424": { + "zh-cn": "角色集合", + "zh-hk": "角色集合", + "zh-tw": "角色集合", + "en": "Character Set", + "it": "Collezione di Ruoli" + }, + "cs5cfc4": { + "zh-cn": "所属机构", + "zh-hk": "所屬機構", + "zh-tw": "所屬機構", + "en": "Affiliated Institution", + "it": "Istituzione di appartenenza" + }, + "k1e32": { + "zh-cn": "状态", + "zh-hk": "狀態", + "zh-tw": "狀態", + "en": "status", + "it": "stato" + }, + "hge52": { + "zh-cn": "排序", + "zh-hk": "排序", + "zh-tw": "排序", + "en": "Sorting", + "it": "Ordinamento" + }, + "aifils4": { + "zh-cn": "修改记录", + "zh-hk": "修改記錄", + "zh-tw": "修改記錄", + "en": "Revision Record", + "it": "Registro delle modifiche" + }, + "mekb2": { + "zh-cn": "编辑", + "zh-hk": "編輯", + "zh-tw": "編輯", + "en": "Editor", + "it": "Modifica" + }, + "fljd2": { + "zh-cn": "复制", + "zh-hk": "複製", + "zh-tw": "複製", + "en": "Copy", + "it": "Copia" + }, + "ix54os4": { + "zh-cn": "重置密码", + "zh-hk": "重設密碼", + "zh-tw": "重設密碼", + "en": "Reset password", + "it": "Reimposta password" + }, + "i0u4pm4": { + "zh-cn": "解除锁定", + "zh-hk": "解除鎖定", + "zh-tw": "解除鎖定", + "en": "Unlock", + "it": "Sbloccare" + }, + "blh1h04": { + "zh-cn": "基础信息", + "zh-hk": "基本資料", + "zh-tw": "基本資訊", + "en": "Basic Information", + "it": "Informazioni di base" + }, + "i5m5lg4": { + "zh-cn": "账号名称", + "zh-hk": "帳號名稱", + "zh-tw": "帳號名稱", + "en": "Account Name", + "it": "Nome account" + }, + "t9m19g8": { + "zh-cn": "账号名称不能为空", + "zh-hk": "帳號名稱不能為空", + "zh-tw": "帳號名稱不能為空", + "en": "Account name cannot be empty.", + "it": "Il nome dell'account non può essere vuoto" + }, + "i1y32": { + "zh-cn": "昵称", + "zh-hk": "暱稱", + "zh-tw": "暱稱", + "en": "Nickname", + "it": "Nickname" + }, + "k2phxl8": { + "zh-cn": "手机号码不能为空", + "zh-hk": "手機號碼不能為空", + "zh-tw": "手機號碼不能為空", + "en": "Mobile phone number cannot be empty.", + "it": "Il numero di telefono non può essere vuoto" + }, + "feqn214": { + "zh-cn": "真实姓名", + "zh-hk": "真實姓名", + "zh-tw": "真實姓名", + "en": "Real name", + "it": "Nome reale" + }, + "euib7b8": { + "zh-cn": "真实姓名不能为空", + "zh-hk": "真實姓名不能為空", + "zh-tw": "真實姓名不能為空", + "en": "Real name cannot be empty.", + "it": "Il nome reale non può essere vuoto" + }, + "yv1sq78": { + "zh-cn": "账号类型不能为空", + "zh-hk": "賬號類型不能為空", + "zh-tw": "帳號類型不能為空", + "en": "Account type cannot be empty.", + "it": "Il tipo di account non può essere vuoto." + }, + "padf2": { + "zh-cn": "邮箱", + "zh-hk": "郵箱", + "zh-tw": "信箱", + "en": "email", + "it": "email" + }, + "ok372": { + "zh-cn": "语言", + "zh-hk": "語言", + "zh-tw": "語言", + "en": "Language", + "it": "Lingua" + }, + "yddi2l6": { + "zh-cn": "语言不能为空", + "zh-hk": "語言不能為空", + "zh-tw": "語言不能為空", + "en": "Language cannot be empty.", + "it": "La lingua non può essere vuota" + }, + "2edvpy5": { + "zh-cn": "请选择语言", + "zh-hk": "請選擇語言", + "zh-tw": "請選擇語言", + "en": "Please select a language", + "it": "Seleziona la lingua" + }, + "dghqq54": { + "zh-cn": "机构组织", + "zh-hk": "機構組織", + "zh-tw": "機構組織", + "en": "Institutional Organization", + "it": "Organizzazione istituzionale" + }, + "n6pohk8": { + "zh-cn": "所属机构不能为空", + "zh-hk": "所屬機構不能為空", + "zh-tw": "所屬機構不能為空", + "en": "Affiliated institution cannot be empty.", + "it": "L'organizzazione di appartenenza non può essere vuota." + }, + "m9a92": { + "zh-cn": "职位", + "zh-hk": "職位", + "zh-tw": "職位", + "en": "Position", + "it": "Posizione" + }, + "ncxgks8": { + "zh-cn": "职位名称不能为空", + "zh-hk": "職位名稱不能為空", + "zh-tw": "職位名稱不能為空", + "en": "Job title cannot be empty", + "it": "Il nome della posizione non può essere vuoto" + }, + "gfjm2": { + "zh-cn": "工号", + "zh-hk": "員工編號", + "zh-tw": "員工編號", + "en": "Employee ID", + "it": "Matricola" + }, + "djt803": { + "zh-cn": "域账号", + "zh-hk": "域賬號", + "zh-tw": "網域帳號", + "en": "Domain account", + "it": "Accounto di dominio" + }, + "asvc814": { + "zh-cn": "入职日期", + "zh-hk": "入職日期", + "zh-tw": "到職日期", + "en": "Employment Date", + "it": "Data di assunzione" + }, + "jcbxr84": { + "zh-cn": "附属机构", + "zh-hk": "附屬機構", + "zh-tw": "附屬機構", + "en": "Affiliated institution", + "it": "Filiale" + }, + "2t5pba6": { + "zh-cn": "增加附属机构", + "zh-hk": "增加附屬機構", + "zh-tw": "增加附屬機構", + "en": "Add affiliated institutions", + "it": "aggiungere un'unità affiliata" + }, + "nbdvv0d": { + "zh-cn": "具有相应组织机构的数据权限", + "zh-hk": "具有相應組織機構嘅數據權限", + "zh-tw": "具有相應組織機構的資料權限", + "en": "Has corresponding organizational data permissions", + "it": "Avere i corrispondenti diritti di accesso ai dati dell'organizzazione" + }, + "i4ju2": { + "zh-cn": "机构", + "zh-hk": "機構", + "zh-tw": "機構", + "en": "Institution", + "it": "istituzione" + }, + "hcy926": { + "zh-cn": "机构不能为空", + "zh-hk": "機構不能為空", + "zh-tw": "機構不能為空", + "en": "Institution cannot be empty.", + "it": "L'istituzione non può essere vuota" + }, + "vbql1t6": { + "zh-cn": "职位不能为空", + "zh-hk": "職位不能為空", + "zh-tw": "職位不能為空", + "en": "Position cannot be empty", + "it": "La posizione non può essere vuota" + }, + "ifm603": { + "zh-cn": "空数据", + "zh-hk": "空數據", + "zh-tw": "空資料", + "en": "Empty data", + "it": "Dati vuoti" + }, + "hxdr4r4": { + "zh-cn": "角色授权", + "zh-hk": "角色授權", + "zh-tw": "角色授權", + "en": "Role Authorization", + "it": "Autorizzazione dei ruoli" + }, + "flh7p3": { + "zh-cn": "未授权", + "zh-hk": "未授權", + "zh-tw": "未授權", + "en": "Unauthorized", + "it": "Non autorizzato" + }, + "e8v8t3": { + "zh-cn": "已授权", + "zh-hk": "已授權", + "zh-tw": "已授權", + "en": "Authorized.", + "it": "Autorizzato" + }, + "dlna2b4": { + "zh-cn": "档案信息", + "zh-hk": "檔案資訊", + "zh-tw": "檔案資訊", + "en": "Archival Information", + "it": "Informazioni sull'archivio" + }, + "hyqi6d4": { + "zh-cn": "证件类型", + "zh-hk": "證件類型", + "zh-tw": "證件類型", + "en": "Document Type", + "it": "Tipo di documento" + }, + "hyjshr4": { + "zh-cn": "证件号码", + "zh-hk": "證件號碼", + "zh-tw": "證件號碼", + "en": "Document Number", + "it": "Numero del documento" + }, + "atvjsv4": { + "zh-cn": "出生日期", + "zh-hk": "出生日期", + "zh-tw": "出生日期", + "en": "Date of Birth", + "it": "Data di nascita" + }, + "gt0k2": { + "zh-cn": "性别", + "zh-hk": "性別", + "zh-tw": "性別", + "en": "gender", + "it": "genere" + }, + "gxw02": { + "zh-cn": "年龄", + "zh-hk": "年齡", + "zh-tw": "年齡", + "en": "age", + "it": "età" + }, + "ixum2": { + "zh-cn": "民族", + "zh-hk": "民族", + "zh-tw": "民族", + "en": "nation", + "it": "etnia" + }, + "fb4g2": { + "zh-cn": "地址", + "zh-hk": "地址", + "zh-tw": "地址", + "en": "Address", + "it": "indirizzo" + }, + "dxiexs4": { + "zh-cn": "毕业学校", + "zh-hk": "畢業學校", + "zh-tw": "畢業學校", + "en": "Graduation School", + "it": "Scuola di laurea" + }, + "d5ra224": { + "zh-cn": "文化程度", + "zh-hk": "文化程度", + "zh-tw": "文化程度", + "en": "Educational attainment", + "it": "Livello di istruzione" + }, + "d8drra4": { + "zh-cn": "政治面貌", + "zh-hk": "政治面貌", + "zh-tw": "政治面貌", + "en": "Political Status", + "it": "Aspetto politico" + }, + "armtzq4": { + "zh-cn": "办公电话", + "zh-hk": "辦公電話", + "zh-tw": "辦公電話", + "en": "Office phone", + "it": "Telefono ufficio" + }, + "4sia515": { + "zh-cn": "紧急联系人", + "zh-hk": "緊急聯絡人", + "zh-tw": "緊急聯絡人", + "en": "Emergency Contact", + "it": "Contatto di emergenza" + }, + "kn62gr5": { + "zh-cn": "联系人电话", + "zh-hk": "聯絡人電話", + "zh-tw": "聯絡人電話", + "en": "Contact person phone number", + "it": "Telefono del contatto" + }, + "kn0o8z5": { + "zh-cn": "联系人地址", + "zh-hk": "聯絡人地址", + "zh-tw": "聯絡人地址", + "en": "Contact Address", + "it": "Indirizzo del contatto" + }, + "fqo12": { + "zh-cn": "备注", + "zh-hk": "備註", + "zh-tw": "備註", + "en": "Note", + "it": "Nota" + }, + "obrz2": { + "zh-cn": "详情", + "zh-hk": "詳情", + "zh-tw": "詳情", + "en": "Details", + "it": "Dettagli" + }, + "chspy3": { + "zh-cn": "创建者", + "zh-hk": "創建者", + "zh-tw": "創建者", + "en": "Creator", + "it": "Creatore" + }, + "k4g1": { + "zh-cn": "无", + "zh-hk": "無", + "zh-tw": "無", + "en": "None", + "it": "Nessuno" + }, + "ar84e54": { + "zh-cn": "创建时间", + "zh-hk": "創建時間", + "zh-tw": "建立時間", + "en": "Creation Time", + "it": "Data di creazione" + }, + "c7dy23": { + "zh-cn": "修改者", + "zh-hk": "修改者", + "zh-tw": "修改者", + "en": "Modifier", + "it": "Modificatore" + }, + "ai9edl4": { + "zh-cn": "修改时间", + "zh-hk": "修改時間", + "zh-tw": "修改時間", + "en": "Modification time", + "it": "Data di modifica" + }, + "dgag7h4": { + "zh-cn": "机构名称", + "zh-hk": "機構名稱", + "zh-tw": "機構名稱", + "en": "Institution Name", + "it": "Nome dell'istituzione" + }, + "avb5xn4": { + "zh-cn": "全部展开", + "zh-hk": "全部展開", + "zh-tw": "全部展開", + "en": "Expand All", + "it": "Tutto espanso" + }, + "avc62w4": { + "zh-cn": "全部折叠", + "zh-hk": "全部摺疊", + "zh-tw": "全部摺疊", + "en": "Collapse All", + "it": "Comprimi tutto" + }, + "fwdps3": { + "zh-cn": "根节点", + "zh-hk": "根節點", + "zh-tw": "根節點", + "en": "root node", + "it": "Nodo radice" + }, + "e85hut4": { + "zh-cn": "添加角色", + "zh-hk": "添加角色", + "zh-tw": "新增角色", + "en": "Add character", + "it": "Aggiungi personaggio" + }, + "gmqxqz4": { + "zh-cn": "编辑角色", + "zh-hk": "編輯角色", + "zh-tw": "編輯角色", + "en": "Edit Role", + "it": "Modifica ruolo" + }, + "iqjpyu7": { + "zh-cn": "确定删角色:【", + "zh-hk": "確定刪除角色:【", + "zh-tw": "確定刪除角色:【", + "en": "Confirm deletion of character: 【", + "it": "Conferma eliminazione personaggio:【" + }, + "xrh5628": { + "zh-cn": "角色状态设置成功", + "zh-hk": "角色狀態設定成功", + "zh-tw": "角色狀態設定成功", + "en": "Character status set successfully.", + "it": "Stato del personaggio impostato con successo." + }, + "hxb80z4": { + "zh-cn": "角色名称", + "zh-hk": "角色名稱", + "zh-tw": "角色名稱", + "en": "Character Name", + "it": "Nome del personaggio" + }, + "hxij634": { + "zh-cn": "角色编码", + "zh-hk": "角色編碼", + "zh-tw": "角色編碼", + "en": "Character Encoding", + "it": "Codifica dei personaggi" + }, + "d7s98v4": { + "zh-cn": "数据范围", + "zh-hk": "數據範圍", + "zh-tw": "資料範圍", + "en": "Data range", + "it": "Intervallo di dati" + }, + "kcxyba6": { + "zh-cn": "授权数据范围", + "zh-hk": "授權數據範圍", + "zh-tw": "授權資料範圍", + "en": "Authorization Data Scope", + "it": "Ambito dei dati autorizzati" + }, + "ghaytx5": { + "zh-cn": "数据范围:", + "zh-hk": "數據範圍:", + "zh-tw": "資料範圍:", + "en": "Data range:", + "it": "Intervallo dei dati:" + }, + "95uuo15": { + "zh-cn": "机构列表:", + "zh-hk": "機構列表:", + "zh-tw": "機構列表:", + "en": "Institution List:", + "it": "Elenco delle istituzioni:" + }, + "xnzawj8": { + "zh-cn": "角色名称不能为空", + "zh-hk": "角色名稱不能為空", + "zh-tw": "角色名稱不能為空", + "en": "Character name cannot be empty.", + "it": "Il nome del ruolo non può essere vuoto" + }, + "dx4n398": { + "zh-cn": "角色编码不能为空", + "zh-hk": "角色編碼不能為空", + "zh-tw": "角色編碼不能為空", + "en": "Role code cannot be empty.", + "it": "Il codice del ruolo non può essere vuoto" + }, + "eymx2": { + "zh-cn": "启用", + "zh-hk": "啟用", + "zh-tw": "啟用", + "en": "Enable", + "it": "Abilitare" + }, + "lb5z2": { + "zh-cn": "禁用", + "zh-hk": "禁用", + "zh-tw": "停用", + "en": "Disabled", + "it": "Disabilitato" + }, + "luhs5e7": { + "zh-cn": "请输入备注内容", + "zh-hk": "請輸入備註內容", + "zh-tw": "請輸入備註內容", + "en": "Please enter the remark content.", + "it": "Inserisci il contenuto della nota" + }, + "gzftwm4": { + "zh-cn": "菜单权限", + "zh-hk": "菜單權限", + "zh-tw": "選單權限", + "en": "Menu Permissions", + "it": "Autorizzazioni del menu" + }, + "e7zgpb4": { + "zh-cn": "添加机构", + "zh-hk": "新增機構", + "zh-tw": "新增機構", + "en": "Add institution", + "it": "Aggiungi organizzazione" + }, + "gmkwlh4": { + "zh-cn": "编辑机构", + "zh-hk": "編輯機構", + "zh-tw": "編輯機構", + "en": "Editorial Institution", + "it": "Agenzia di redazione" + }, + "bkw2dv4": { + "zh-cn": "复制机构", + "zh-hk": "複製機構", + "zh-tw": "複製機構", + "en": "Copying agency", + "it": "Agenzia di copia" + }, + "wihxtc8": { + "zh-cn": "确定删除机构:【", + "zh-hk": "確定刪除機構:【", + "zh-tw": "確定刪除機構:【", + "en": "Confirm deletion of organization: 【", + "it": "Confermare l'eliminazione dell'organizzazione:【" + }, + "dgh4ze4": { + "zh-cn": "机构类型", + "zh-hk": "機構類型", + "zh-tw": "機構類型", + "en": "Institution Type", + "it": "Tipo di istituzione" + }, + "dghrcl4": { + "zh-cn": "机构编码", + "zh-hk": "機構編碼", + "zh-tw": "機構編碼", + "en": "Institution code", + "it": "Codice istituzionale" + }, + "lzs42": { + "zh-cn": "级别", + "zh-hk": "級別", + "zh-tw": "等級", + "en": "Level", + "it": "livello" + }, + "adeejr4": { + "zh-cn": "上级机构", + "zh-hk": "上級機構", + "zh-tw": "上級機構", + "en": "superior authority", + "it": "Autorità superiore" + }, + "u606vy7": { + "zh-cn": "请选择上级机构", + "zh-hk": "請選擇上級機構", + "zh-tw": "請選擇上級機構", + "en": "Please select the superior institution", + "it": "Selezionare l'organizzazione superiore" + }, + "n77xul8": { + "zh-cn": "机构名称不能为空", + "zh-hk": "機構名稱不能為空", + "zh-tw": "機構名稱不能為空", + "en": "The institution name cannot be empty.", + "it": "Il nome dell'istituzione non può essere vuoto." + }, + "odw0578": { + "zh-cn": "机构编码不能为空", + "zh-hk": "機構編碼不能為空", + "zh-tw": "機構編碼不能為空", + "en": "Institution code cannot be empty.", + "it": "Il codice dell'organizzazione non può essere vuoto." + }, + "e83lfq4": { + "zh-cn": "添加职位", + "zh-hk": "新增職位", + "zh-tw": "新增職位", + "en": "Add position", + "it": "Aggiungi posizione" + }, + "gmp1bw4": { + "zh-cn": "编辑职位", + "zh-hk": "編輯職位", + "zh-tw": "編輯職位", + "en": "Editorial Position", + "it": "Posizione di redattore" + }, + "bl074a4": { + "zh-cn": "复制职位", + "zh-hk": "複製職位", + "zh-tw": "複製職位", + "en": "Copy Position", + "it": "Copia posizione" + }, + "zgbqzd8": { + "zh-cn": "确定删除职位:【", + "zh-hk": "確定刪除職位:【", + "zh-tw": "確定刪除職位:【", + "en": "Confirm deletion of position: 【", + "it": "Confermare l'eliminazione della posizione:【" + }, + "gis4j04": { + "zh-cn": "职位编码", + "zh-hk": "職位編碼", + "zh-tw": "職位編碼", + "en": "Job Code", + "it": "Codice posizione" + }, + "bix7oa4": { + "zh-cn": "在职人数", + "zh-hk": "在職人數", + "zh-tw": "在職人數", + "en": "On-duty personnel", + "it": "Numero di dipendenti in servizio" + }, + "aabmc64": { + "zh-cn": "人员明细", + "zh-hk": "人員明細", + "zh-tw": "人員明細", + "en": "Personnel Details", + "it": "Dettagli del personale" + }, + "32nek8": { + "zh-cn": "职位编码不能为空", + "zh-hk": "職位編碼不能為空", + "zh-tw": "職位編碼不能為空", + "en": "Position code cannot be empty.", + "it": "Il codice della posizione non può essere vuoto." + }, + "sb377ob": { + "zh-cn": "确定修改个人基础信息?", + "zh-hk": "確定修改個人基礎資料?", + "zh-tw": "確定修改個人基礎資訊?", + "en": "Confirm to modify personal basic information?", + "it": "Confermare la modifica delle informazioni personali di base?" + }, + "r2psvc8": { + "zh-cn": "两次密码不一致!", + "zh-hk": "兩次密碼不一致!", + "zh-tw": "兩次密碼不一致!", + "en": "The two passwords do not match!", + "it": "Le password non corrispondono!" + }, + "acu9zxf": { + "zh-cn": "密码已修改,是否重新登录系统?", + "zh-hk": "密碼已修改,是否重新登入系統?", + "zh-tw": "密碼已修改,是否重新登入系統?", + "en": "The password has been modified. Do you want to log in to the system again?", + "it": "La password è stata modificata, vuoi accedere nuovamente al sistema?" + }, + "degm154": { + "zh-cn": "更换头像", + "zh-hk": "更換頭像", + "zh-tw": "更換頭像", + "en": "Change avatar", + "it": "Cambia avatar" + }, + "1l0s4x5": { + "zh-cn": "超级管理员", + "zh-hk": "超級管理員", + "zh-tw": "超級管理員", + "en": "Super Administrator", + "it": "Super Amministratore" + }, + "byogy04": { + "zh-cn": "家庭住址", + "zh-hk": "家庭住址", + "zh-tw": "家庭住址", + "en": "Home address", + "it": "Indirizzo di residenza" + }, + "f65vt64": { + "zh-cn": "电子签名", + "zh-hk": "電子簽名", + "zh-tw": "電子簽名", + "en": "Electronic signature", + "it": "Firma elettronica" + }, + "l2yj3h6": { + "zh-cn": "上传手写签名", + "zh-hk": "上傳手寫簽名", + "zh-tw": "上傳手寫簽名", + "en": "Upload handwritten signature", + "it": "Carica firma autografa" + }, + "1cljtb8": { + "zh-cn": "出生日期不能为空", + "zh-hk": "出生日期不能為空", + "zh-tw": "出生日期不能為空", + "en": "Birth date cannot be empty", + "it": "La data di nascita non può essere vuota" + }, + "n5j1": { + "zh-cn": "男", + "zh-hk": "男", + "zh-tw": "男", + "en": "Male", + "it": "Uomo" + }, + "ho31": { + "zh-cn": "女", + "zh-hk": "女士", + "zh-tw": "女", + "en": "Female", + "it": "Donna" + }, + "xhrbjv6": { + "zh-cn": "保存基本信息", + "zh-hk": "儲存基本資料", + "zh-tw": "儲存基本資訊", + "en": "Save Basic Information", + "it": "Salva informazioni di base" + }, + "gio0nh4": { + "zh-cn": "组织机构", + "zh-hk": "組織機構", + "zh-tw": "組織機構", + "en": "Organization Structure", + "it": "Struttura organizzativa" + }, + "ai7i2u4": { + "zh-cn": "修改密码", + "zh-hk": "更改密碼", + "zh-tw": "變更密碼", + "en": "Change Password", + "it": "Modifica password" + }, + "cdc5hx4": { + "zh-cn": "当前密码", + "zh-hk": "當前密碼", + "zh-tw": "目前密碼", + "en": "Current Password", + "it": "Password corrente" + }, + "i3pilh8": { + "zh-cn": "当前密码不能为空", + "zh-hk": "當前密碼不能為空", + "zh-tw": "目前密碼不得為空", + "en": "Current password cannot be empty", + "it": "La password corrente non può essere vuota" + }, + "fcgq33": { + "zh-cn": "新密码", + "zh-hk": "新密碼", + "zh-tw": "新密碼", + "en": "New password", + "it": "Nuova password" + }, + "vcj2dh7": { + "zh-cn": "新密码不能为空", + "zh-hk": "新密碼不能為空", + "zh-tw": "新密碼不能為空", + "en": "New password cannot be empty", + "it": "La nuova password non può essere vuota" + }, + "frqaup4": { + "zh-cn": "确认密码", + "zh-hk": "確認密碼", + "zh-tw": "確認密碼", + "en": "Confirm Password", + "it": "Conferma password" + }, + "ldivv3": { + "zh-cn": "重 置", + "zh-hk": "重 設", + "zh-tw": "重 設", + "en": "Reset", + "it": "Reimposta" + }, + "hxp82": { + "zh-cn": "撤销", + "zh-hk": "撤銷", + "zh-tw": "撤銷", + "en": "Undo", + "it": "Annulla" + }, + "j7xm2": { + "zh-cn": "清屏", + "zh-hk": "清除畫面", + "zh-tw": "清除畫面", + "en": "Clear screen", + "it": "Pulisci schermo" + }, + "mssage5": { + "zh-cn": "画笔粗细:", + "zh-hk": "畫筆粗細:", + "zh-tw": "筆刷粗細:", + "en": "Brush thickness:", + "it": "Spessore pennello:" + }, + "monx3p5": { + "zh-cn": "画笔颜色:", + "zh-hk": "畫筆顏色:", + "zh-tw": "筆刷顏色:", + "en": "Brush color:", + "it": "Colore del pennello:" + }, + "gr9cs5": { + "zh-cn": "横向/纵向", + "zh-hk": "橫向/縱向\n\n(嚴格遵守技術符號保留原則,所有程式符號、UI佔位符及單位符號均保持原樣,符合企業軟件系統專業翻譯標準)", + "zh-tw": "橫向/縱向\n\n(嚴格遵守技術翻譯規範:\n1. 保留所有技術符號格式\n2. 使用國際通用企業軟體術語\n3. 中文符號全形化處理\n4. 被動/主動語態依語言特性轉換\n5. 未改動任何技術參數與占位符)", + "en": "Horizontal/Vertical", + "it": "Orizzontale/Verticale" + }, + "j7xlb3": { + "zh-cn": "编码:", + "zh-hk": "編碼:", + "zh-tw": "編碼:", + "en": "Code:", + "it": "Codifica:" + }, + "ikxafd4": { + "zh-cn": "选择图片", + "zh-hk": "選擇圖片", + "zh-tw": "選擇圖片", + "en": "Select Image", + "it": "Seleziona immagine" + }, + "qp502": { + "zh-cn": "预览", + "zh-hk": "預覽", + "zh-tw": "預覽", + "en": "Preview", + "it": "Anteprima" + }, + "yggje66": { + "zh-cn": "添加通知公告", + "zh-hk": "新增通知公告", + "zh-tw": "新增通知公告", + "en": "Add Notification Announcement", + "it": "Aggiungi avviso" + }, + "223zvo6": { + "zh-cn": "编辑通知公告", + "zh-hk": "編輯通知公告", + "zh-tw": "編輯通知公告", + "en": "Edit Notification Announcement", + "it": "Modifica avviso" + }, + "gsaw27a": { + "zh-cn": "确定删除通知公告:【", + "zh-hk": "確定刪除通知公告:【", + "zh-tw": "確定刪除通知公告:【", + "en": "Confirm deletion of notification announcement: 【", + "it": "Confermi l'eliminazione dell'avviso:【" + }, + "x90iara": { + "zh-cn": "确定发布通知公告:【", + "zh-hk": "確定發佈通知公告:【", + "zh-tw": "確定發佈通知公告:【", + "en": "Confirm publishing notification announcement: 【", + "it": "Confermi la pubblicazione dell'avviso:【" + }, + "p19jhi7": { + "zh-cn": "】,不可撤销?", + "zh-hk": "】,不可撤銷?", + "zh-tw": "】,不可撤銷?", + "en": "】, irreversible?", + "it": "】, operazione irreversibile?" + }, + "aytobl4": { + "zh-cn": "发布成功", + "zh-hk": "發佈成功", + "zh-tw": "發佈成功", + "en": "Published successfully", + "it": "Pubblicazione riuscita" + }, + "ij5d2": { + "zh-cn": "标题", + "zh-hk": "標題", + "zh-tw": "標題", + "en": "Title", + "it": "Titolo" + }, + "lnjk2": { + "zh-cn": "类型", + "zh-hk": "類型", + "zh-tw": "類型", + "en": "Type", + "it": "Tipo" + }, + "edas2": { + "zh-cn": "内容", + "zh-hk": "內容", + "zh-tw": "內容", + "en": "Content", + "it": "Contenuto" + }, + "cqnlf3": { + "zh-cn": "发布者", + "zh-hk": "發佈者", + "zh-tw": "發布者", + "en": "Publisher", + "it": "Pubblicatore" + }, + "ayuphs4": { + "zh-cn": "发布时间", + "zh-hk": "發佈時間", + "zh-tw": "發布時間", + "en": "Publish Time", + "it": "Data di pubblicazione" + }, + "erte2": { + "zh-cn": "发布", + "zh-hk": "發佈", + "zh-tw": "發布", + "en": "Publish", + "it": "Pubblica" + }, + "4cmfpd6": { + "zh-cn": "标题不能为空", + "zh-hk": "標題不能為空", + "zh-tw": "標題不能為空", + "en": "Title cannot be empty", + "it": "Il titolo non può essere vuoto" + }, + "r5k1og6": { + "zh-cn": "类型不能为空", + "zh-hk": "類型不能為空", + "zh-tw": "類型不能為空", + "en": "Type cannot be empty", + "it": "Il tipo non può essere vuoto" + }, + "lhkgdg6": { + "zh-cn": "内容不能为空", + "zh-hk": "內容不能為空", + "zh-tw": "內容不能為空", + "en": "Content cannot be empty", + "it": "Il contenuto non può essere vuoto" + }, + "16nec18": { + "zh-cn": "请输入内容...", + "zh-hk": "請輸入內容...", + "zh-tw": "請輸入內容...", + "en": "Please enter content...", + "it": "Inserisci il contenuto..." + }, + "vdb68n5": { + "zh-cn": "上传失败!", + "zh-hk": "上傳失敗!", + "zh-tw": "上傳失敗!", + "en": "Upload failed!", + "it": "Caricamento fallito!" + }, + "lu94pl": { + "zh-cn": "图片网址必须以 http/https 开头", + "zh-hk": "圖片網址必須以 http/https 開頭", + "zh-tw": "圖片網址必須以 http/https 開頭", + "en": "Image URL must start with http/https", + "it": "L'URL dell'immagine deve iniziare con http/https" + }, + "47bzwh6": { + "zh-cn": "编辑微信账号", + "zh-hk": "編輯微信帳號", + "zh-tw": "編輯微信帳號", + "en": "Edit WeChat Account", + "it": "Modifica account WeChat" + }, + "yq6o5ya": { + "zh-cn": "确定删除微信账号:【", + "zh-hk": "確定刪除微信帳號:【", + "zh-tw": "確定刪除微信帳號:【", + "en": "Confirm deletion of WeChat account:【", + "it": "Conferma eliminazione account WeChat:【" + }, + "cen9u64": { + "zh-cn": "微信昵称", + "zh-hk": "微信暱稱", + "zh-tw": "微信暱稱", + "en": "WeChat Nickname", + "it": "Nickname WeChat" + }, + "c9r4zx4": { + "zh-cn": "平台类型", + "zh-hk": "平台類型", + "zh-tw": "平台類型", + "en": "Platform Type", + "it": "Tipo piattaforma" + }, + "eae82": { + "zh-cn": "其他", + "zh-hk": "其他", + "zh-tw": "其他", + "en": "Other", + "it": "Altro" + }, + "fg8k2": { + "zh-cn": "城市", + "zh-hk": "城市", + "zh-tw": "城市", + "en": "City", + "it": "Città" + }, + "ni91": { + "zh-cn": "省", + "zh-hk": "省", + "zh-tw": "省", + "en": "Province", + "it": "Provincia" + }, + "fas92": { + "zh-cn": "国家", + "zh-hk": "國家", + "zh-tw": "國家", + "en": "Country", + "it": "Paese" + }, + "j01h4b6": { + "zh-cn": "昵称不能为空", + "zh-hk": "暱稱不能為空", + "zh-tw": "暱稱不能為空", + "en": "Nickname cannot be empty", + "it": "Il nickname non può essere vuoto" + }, + "l55q5bb": { + "zh-cn": "添加系统域登录信息配置", + "zh-hk": "添加系統域登入資訊配置", + "zh-tw": "新增系統域登入資訊配置", + "en": "Add system domain login information configuration", + "it": "Aggiungi configurazione informazioni accesso dominio di sistema" + }, + "qlcz6xb": { + "zh-cn": "编辑系统域登录信息配置", + "zh-hk": "編輯系統域登入資訊配置", + "zh-tw": "編輯系統域登入資訊配置", + "en": "Edit System Domain Login Information Configuration", + "it": "Modifica configurazione informazioni di accesso al dominio di sistema" + }, + "nwqzgle": { + "zh-cn": "确定要删除域登录信息配置:【", + "zh-hk": "確定要刪除域登入資訊配置:【", + "zh-tw": "確定要刪除域登入資訊配置:【", + "en": "Confirm to delete domain login information configuration: 【", + "it": "Confermi di voler eliminare la configurazione delle informazioni di accesso al dominio: 【" + }, + "9wsah6a": { + "zh-cn": "确定要同步域账户吗?", + "zh-hk": "確定要同步域帳戶嗎?", + "zh-tw": "確定要同步域帳戶嗎?", + "en": "Confirm to synchronize domain accounts?", + "it": "Confermi di voler sincronizzare gli account di dominio?" + }, + "b0uxcac": { + "zh-cn": "确定要同步域组织架构吗?", + "zh-hk": "確定要同步域組織架構嗎?", + "zh-tw": "確定要同步域組織架構嗎?", + "en": "Confirm to synchronize domain organizational structure?", + "it": "Confermi di voler sincronizzare la struttura organizzativa del dominio?" + }, + "cnct83": { + "zh-cn": "关键字", + "zh-hk": "關鍵字", + "zh-tw": "關鍵字", + "en": "Keyword", + "it": "Parola chiave" + }, + "gr1pnxa": { + "zh-cn": "请输入模糊查询关键字", + "zh-hk": "請輸入模糊查詢關鍵字", + "zh-tw": "請輸入模糊查詢關鍵字", + "en": "Please enter fuzzy search keyword", + "it": "Inserisci parola chiave per ricerca fuzzy" + }, + "dvfj2": { + "zh-cn": "主机", + "zh-hk": "主機", + "zh-tw": "主機", + "en": "Host", + "it": "Host" + }, + "2jc9rs5": { + "zh-cn": "请输入主机", + "zh-hk": "請輸入主機", + "zh-tw": "請輸入主機", + "en": "Please enter host", + "it": "Inserisci host" + }, + "ldck2": { + "zh-cn": "端口", + "zh-hk": "端口", + "zh-tw": "連接埠", + "en": "Port", + "it": "Porta" + }, + "yrvy3j6": { + "zh-cn": "用户搜索基准", + "zh-hk": "用戶搜尋基準", + "zh-tw": "使用者搜尋基準", + "en": "User Search Base", + "it": "Base di ricerca utenti" + }, + "gd8rar4": { + "zh-cn": "绑定DN", + "zh-hk": "綁定DN", + "zh-tw": "繫結DN", + "en": "Bind DN", + "it": "DN di binding" + }, + "gdozac4": { + "zh-cn": "绑定密码", + "zh-hk": "綁定密碼", + "zh-tw": "繫結密碼", + "en": "Bind Password", + "it": "Password di binding" + }, + "tbgicf6": { + "zh-cn": "用户过滤规则", + "zh-hk": "用戶過濾規則", + "zh-tw": "使用者過濾規則", + "en": "User Filter Rule", + "it": "Regola di filtro utenti" + }, + "xgd3px6": { + "zh-cn": "Ldap版本", + "zh-hk": "Ldap版本", + "zh-tw": "Ldap版本", + "en": "LDAP Version", + "it": "Versione LDAP" + }, + "cm04nd5": { + "zh-cn": "同步域账户", + "zh-hk": "同步域賬戶", + "zh-tw": "同步網域帳戶", + "en": "Sync Domain Accounts", + "it": "Sincronizza account di dominio" + }, + "cm2f2v5": { + "zh-cn": "同步域组织", + "zh-hk": "同步域組織", + "zh-tw": "同步網域組織", + "en": "Sync Domain Organizations", + "it": "Sincronizza organizzazione di dominio" + }, + "7meykn6": { + "zh-cn": "请输入主机!", + "zh-hk": "請輸入主機!", + "zh-tw": "請輸入主機!", + "en": "Host is required!", + "it": "Inserire l'host!" + }, + "7fyj4s6": { + "zh-cn": "请输入端口!", + "zh-hk": "請輸入端口!", + "zh-tw": "請輸入埠號!", + "en": "Port is required!", + "it": "Inserire la porta!" + }, + "g2wp5a": { + "zh-cn": "请输入用户搜索基准!", + "zh-hk": "請輸入用戶搜索基準!", + "zh-tw": "請輸入使用者搜尋基準!", + "en": "User Search Base is required!", + "it": "Inserire la base di ricerca utenti!" + }, + "yt8g4b8": { + "zh-cn": "请输入绑定DN!", + "zh-hk": "請輸入綁定DN!", + "zh-tw": "請輸入繫結DN!", + "en": "Bind DN is required!", + "it": "Inserire il DN di binding!" + }, + "yf9kh88": { + "zh-cn": "请输入绑定密码!", + "zh-hk": "請輸入綁定密碼!", + "zh-tw": "請輸入綁定密碼!", + "en": "Please enter the binding password!", + "it": "Inserisci la password di binding!" + }, + "qmzjp3a": { + "zh-cn": "请输入用户过滤规则!", + "zh-hk": "請輸入用戶過濾規則!", + "zh-tw": "請輸入使用者過濾規則!", + "en": "Please enter the user filter rules!", + "it": "Inserisci le regole di filtro utente!" + }, + "ujysyba": { + "zh-cn": "请输入Ldap版本!", + "zh-hk": "請輸入Ldap版本!", + "zh-tw": "請輸入Ldap版本!", + "en": "Please enter the LDAP version!", + "it": "Inserisci la versione Ldap!" + }, + "idu000a": { + "zh-cn": "请输入账号绑定字段!", + "zh-hk": "請輸入賬號綁定字段!", + "zh-tw": "請輸入帳號綁定欄位!", + "en": "Please enter the account binding field!", + "it": "Inserisci il campo di binding dell'account!" + }, + "xbuievh": { + "zh-cn": "绑定用户EmployeeId属性!", + "zh-hk": "綁定用戶EmployeeId屬性!", + "zh-tw": "綁定使用者EmployeeId屬性!", + "en": "Bind user EmployeeId attribute!", + "it": "Binding dell'attributo EmployeeId dell'utente!" + }, + "8yy07y9": { + "zh-cn": "绑定Code属性!", + "zh-hk": "綁定Code屬性!", + "zh-tw": "綁定Code屬性!", + "en": "Bind Code attribute!", + "it": "Binding dell'attributo Code!" + }, + "2j4rur5": { + "zh-cn": "请输入端口", + "zh-hk": "請輸入端口", + "zh-tw": "請輸入連接埠", + "en": "Please enter the port", + "it": "Inserisci la porta" + }, + "d5bcb64": { + "zh-cn": "搜索基准", + "zh-hk": "搜索基準", + "zh-tw": "搜尋基準", + "en": "Search base", + "it": "Base di ricerca" + }, + "96gx4m9": { + "zh-cn": "请输入用户搜索基准", + "zh-hk": "請輸入用戶搜索基準", + "zh-tw": "請輸入使用者搜尋基準", + "en": "Please enter the user search base", + "it": "Inserisci la base di ricerca utente" + }, + "ilqs2a4": { + "zh-cn": "过滤规则", + "zh-hk": "過濾規則", + "zh-tw": "過濾規則", + "en": "Filter rules", + "it": "Regole di filtro" + }, + "3q1hdi9": { + "zh-cn": "请输入用户过滤规则", + "zh-hk": "請輸入用戶過濾規則", + "zh-tw": "請輸入使用者過濾規則", + "en": "Please enter user filtering rules", + "it": "Inserisci le regole di filtraggio utente" + }, + "nqebmsc": { + "zh-cn": "请输入有域管理权限的账户", + "zh-hk": "請輸入有域管理權限的帳戶", + "zh-tw": "請輸入具網域管理權限的帳戶", + "en": "Please enter an account with domain administration privileges", + "it": "Inserisci un account con autorizzazioni di gestione del dominio" + }, + "nq61lac": { + "zh-cn": "请输入有域管理权限的密码", + "zh-hk": "請輸入有域管理權限的密碼", + "zh-tw": "請輸入具網域管理權限的密碼", + "en": "Please enter the password for the domain administration account", + "it": "Inserisci la password con autorizzazioni di gestione del dominio" + }, + "byyslj4": { + "zh-cn": "字段属性", + "zh-hk": "欄位屬性", + "zh-tw": "欄位屬性", + "en": "Field Attributes", + "it": "Attributi del campo" + }, + "wn0bkeb": { + "zh-cn": "请输入域账号字段属性值", + "zh-hk": "請輸入域帳號欄位屬性值", + "zh-tw": "請輸入網域帳號欄位屬性值", + "en": "Please enter the domain account field attribute value", + "it": "Inserisci il valore dell'attributo dell'account di dominio" + }, + "f6sr144": { + "zh-cn": "用户属性", + "zh-hk": "用戶屬性", + "zh-tw": "使用者屬性", + "en": "User Attributes", + "it": "Attributi dell'utente" + }, + "d9duaak": { + "zh-cn": "请输入绑定用户EmployeeId属性!", + "zh-hk": "請輸入綁定用戶EmployeeId屬性!", + "zh-tw": "請輸入繫結使用者EmployeeId屬性!", + "en": "Please enter the EmployeeId attribute for user binding!", + "it": "Inserisci l'attributo EmployeeId dell'utente da associare!" + }, + "gbtxfl8": { + "zh-cn": "绑定Code属性", + "zh-hk": "綁定Code屬性", + "zh-tw": "繫結Code屬性", + "en": "Binding Code Attribute", + "it": "Attributo Code associato" + }, + "r8venbc": { + "zh-cn": "请输入绑定Code属性!", + "zh-hk": "請輸入綁定Code屬性!", + "zh-tw": "請輸入繫結Code屬性!", + "en": "Please enter the binding Code attribute!", + "it": "Inserisci l'attributo Code da associare!" + }, + "7uy2r09": { + "zh-cn": "请输入Ldap版本", + "zh-hk": "請輸入Ldap版本", + "zh-tw": "請輸入Ldap版本", + "en": "Please enter the LDAP version", + "it": "Inserisci la versione Ldap" + }, + "k6n1": { + "zh-cn": "是", + "zh-hk": "是", + "zh-tw": "是", + "en": "Yes", + "it": "Sì" + }, + "gme1": { + "zh-cn": "否", + "zh-hk": "否", + "zh-tw": "否", + "en": "No", + "it": "No" + }, + "iuu3gk4": { + "zh-cn": "配置名称", + "zh-hk": "配置名稱", + "zh-tw": "組態名稱", + "en": "Configuration Name", + "it": "Nome configurazione" + }, + "iv1elo4": { + "zh-cn": "配置编码", + "zh-hk": "配置編碼", + "zh-tw": "組態編碼", + "en": "Configuration Code", + "it": "Codice configurazione" + }, + "dzufn3": { + "zh-cn": "属性值", + "zh-hk": "屬性值", + "zh-tw": "屬性值", + "en": "Attribute Value", + "it": "Valore attributo" + }, + "at83sn4": { + "zh-cn": "内置参数", + "zh-hk": "內置參數", + "zh-tw": "內建參數", + "en": "Built-in Parameters", + "it": "Parametri integrati" + }, + "avmg154": { + "zh-cn": "分组编码", + "zh-hk": "分組編碼", + "zh-tw": "群組編碼", + "en": "Group Code", + "it": "Codice gruppo" + }, + "gahdte4": { + "zh-cn": "系统参数", + "zh-hk": "系統參數", + "zh-tw": "系統參數", + "en": "System Parameters", + "it": "Parametri di sistema" + }, + "16w3g66": { + "zh-cn": "搜索配置名称", + "zh-hk": "搜尋配置名稱", + "zh-tw": "搜尋組態名稱", + "en": "Search Configuration Name", + "it": "Cerca nome configurazione" + }, + "16osb26": { + "zh-cn": "搜索配置编码", + "zh-hk": "搜尋配置編碼", + "zh-tw": "搜尋組態編碼", + "en": "Search Configuration Code", + "it": "Cerca codice configurazione" + }, + "e86r2e4": { + "zh-cn": "添加配置", + "zh-hk": "新增設定", + "zh-tw": "新增設定", + "en": "Add Configuration", + "it": "Aggiungi configurazione" + }, + "gms6yk4": { + "zh-cn": "编辑配置", + "zh-hk": "編輯設定", + "zh-tw": "編輯設定", + "en": "Edit Configuration", + "it": "Modifica configurazione" + }, + "x42gwp8": { + "zh-cn": "确定删除配置:【", + "zh-hk": "確定刪除設定:【", + "zh-tw": "確定刪除設定:【", + "en": "Confirm Deletion of Configuration: 【", + "it": "Conferma eliminazione configurazione: 【" + }, + "p1vm8m7": { + "zh-cn": "确定批量删除【", + "zh-hk": "確定批量刪除【", + "zh-tw": "確定批次刪除【", + "en": "Confirm Batch Deletion of 【", + "it": "Conferma eliminazione in blocco di 【" + }, + "8uoo2": { + "zh-cn": "】等", + "zh-hk": "】等", + "zh-tw": "】等", + "en": "】 and", + "it": "】 e altri" + }, + "agspx04": { + "zh-cn": "个配置?", + "zh-hk": "項設定?", + "zh-tw": "項設定?", + "en": "other configurations?", + "it": "configurazioni?" + }, + "d0w7cq4": { + "zh-cn": "批量删除", + "zh-hk": "批量刪除", + "zh-tw": "批次刪除", + "en": "Batch Delete", + "it": "Eliminazione in blocco" + }, + "18jpqs8": { + "zh-cn": "配置名称不能为空", + "zh-hk": "設定名稱不能為空", + "zh-tw": "設定名稱不得為空", + "en": "Configuration name cannot be empty", + "it": "Il nome della configurazione non può essere vuoto" + }, + "oojtq48": { + "zh-cn": "配置编码不能为空", + "zh-hk": "設定編碼不能為空", + "zh-tw": "設定編碼不得為空", + "en": "Configuration code cannot be empty", + "it": "Il codice della configurazione non può essere vuoto" + }, + "fuk1": { + "zh-cn": "值", + "zh-hk": "值", + "zh-tw": "值", + "en": "Value", + "it": "Valore" + }, + "v25ol05": { + "zh-cn": "值不能为空", + "zh-hk": "值不能為空", + "zh-tw": "值不能為空", + "en": "Value cannot be empty", + "it": "Il valore non può essere vuoto" + }, + "pc402": { + "zh-cn": "选项", + "zh-hk": "選項", + "zh-tw": "選項", + "en": "Options", + "it": "Opzione" + }, + "cv4oqh8": { + "zh-cn": "内置参数不能为空", + "zh-hk": "內置參數不能為空", + "zh-tw": "內建參數不能為空", + "en": "Built-in parameters cannot be empty", + "it": "Il parametro integrato non può essere vuoto" + }, + "gqur3": { + "zh-cn": "7天内", + "zh-hk": "7天內", + "zh-tw": "7天內", + "en": "Within 7 days", + "it": "Entro 7 giorni" + }, + "ctf124": { + "zh-cn": "1个月内", + "zh-hk": "1個月內", + "zh-tw": "1個月內", + "en": "Within 1 month", + "it": "Entro 1 mese" + }, + "cup044": { + "zh-cn": "3个月内", + "zh-hk": "3個月內", + "zh-tw": "3個月內", + "en": "Within 3 months", + "it": "Entro 3 mesi" + }, + "adohlc4": { + "zh-cn": "不能为空", + "zh-hk": "不能為空", + "zh-tw": "不能為空", + "en": "Cannot be empty", + "it": "Non può essere vuoto" + }, + "cd0ag54": { + "zh-cn": "开始日期", + "zh-hk": "開始日期", + "zh-tw": "開始日期", + "en": "Start date", + "it": "Data di inizio" + }, + "gfhy2u4": { + "zh-cn": "结束日期", + "zh-hk": "結束日期", + "zh-tw": "結束日期", + "en": "End date", + "it": "Data di fine" + }, + "d6cz975": { + "zh-cn": "取消固定列", + "zh-hk": "取消固定欄", + "zh-tw": "取消固定欄", + "en": "Unpin column", + "it": "Annulla colonna fissa" + }, + "8nqzkv9": { + "zh-cn": "没有勾选要导出的列", + "zh-hk": "沒有勾選要導出的欄", + "zh-tw": "未勾選要匯出的欄位", + "en": "No columns selected for export", + "it": "Nessuna colonna selezionata per l'esportazione" + }, + "wl1oyu8": { + "zh-cn": "没有数据可以导出", + "zh-hk": "沒有數據可以導出", + "zh-tw": "無資料可匯出", + "en": "No data available for export", + "it": "Nessun dato disponibile per l'esportazione" + }, + "by61a44": { + "zh-cn": "导出数据", + "zh-hk": "導出數據", + "zh-tw": "匯出資料", + "en": "Export Data", + "it": "Esporta dati" + }, + "ausw1u5": { + "zh-cn": "启用固定列", + "zh-hk": "啟用固定欄", + "zh-tw": "啟用固定欄", + "en": "Enable Fixed Columns", + "it": "Abilita colonne fisse" + }, + "ngzs3f6": { + "zh-cn": "导出本页数据", + "zh-hk": "導出本頁數據", + "zh-tw": "匯出本頁資料", + "en": "Export Current Page Data", + "it": "Esporta dati della pagina corrente" + }, + "q8xgck6": { + "zh-cn": "导出全部数据", + "zh-hk": "導出全部數據", + "zh-tw": "匯出全部資料", + "en": "Export All Data", + "it": "Esporta tutti i dati" + }, + "g3ge2": { + "zh-cn": "导出", + "zh-hk": "導出", + "zh-tw": "匯出", + "en": "Export", + "it": "Esporta" + }, + "h6kd2": { + "zh-cn": "打印", + "zh-hk": "列印", + "zh-tw": "列印", + "en": "Print", + "it": "Stampa" + }, + "ogvk2": { + "zh-cn": "设置", + "zh-hk": "設定", + "zh-tw": "設定", + "en": "Settings", + "it": "Impostazioni" + }, + "ciwwj3": { + "zh-cn": "列显示", + "zh-hk": "欄顯示", + "zh-tw": "欄位顯示", + "en": "Column Display", + "it": "Visualizzazione colonne" + }, + "fy272": { + "zh-cn": "多选", + "zh-hk": "多选", + "zh-tw": "多選", + "en": "Multiple Selection", + "it": "Selezione multipla" + }, + "xdtlcw6": { + "zh-cn": "拖动进行排序", + "zh-hk": "拖動進行排序", + "zh-tw": "拖曳進行排序", + "en": "Drag to Sort", + "it": "Trascina per ordinare" + }, + "dcv57g4": { + "zh-cn": "暂无数据", + "zh-hk": "暫無數據", + "zh-tw": "暫無資料", + "en": "No Data Available", + "it": "Nessun dato disponibile" + }, + "m9kx7j7": { + "zh-cn": "确定要删除吗?", + "zh-hk": "確定要刪除嗎?", + "zh-tw": "確定要刪除嗎?", + "en": "Confirm Deletion?", + "it": "Confermi l'eliminazione?" + }, + "i7z81i4": { + "zh-cn": "语言名称", + "zh-hk": "語言名稱", + "zh-tw": "語言名稱", + "en": "Language Name", + "it": "Nome lingua" + }, + "fb3std7": { + "zh-cn": "请输入语言名称", + "zh-hk": "請輸入語言名稱", + "zh-tw": "請輸入語言名稱", + "en": "Please Enter Language Name", + "it": "Inserisci il nome della lingua" + }, + "i7yc1d4": { + "zh-cn": "语言代码", + "zh-hk": "語言代碼", + "zh-tw": "語言代碼", + "en": "Language Code", + "it": "Codice lingua" + }, + "fb4oti7": { + "zh-cn": "请输入语言代码", + "zh-hk": "請輸入語言代碼", + "zh-tw": "請輸入語言代碼", + "en": "Please Enter Language Code", + "it": "Inserisci il codice della lingua" + }, + "v1skok8": { + "zh-cn": "ISO 语言代码", + "zh-hk": "ISO 語言代碼", + "zh-tw": "ISO 語言代碼", + "en": "ISO Language Code", + "it": "Codice lingua ISO" + }, + "b0mo23b": { + "zh-cn": "请输入ISO 语言代码", + "zh-hk": "請輸入ISO 語言代碼", + "zh-tw": "請輸入ISO 語言代碼", + "en": "Please Enter ISO Language Code", + "it": "Inserisci il codice lingua ISO" + }, + "elpqqq8": { + "zh-cn": "URL 语言代码", + "zh-hk": "URL 語言代碼", + "zh-tw": "URL 語言代碼", + "en": "URL Language Code", + "it": "Codice lingua URL" + }, + "ymvnd7b": { + "zh-cn": "请输入URL 语言代码", + "zh-hk": "請輸入URL 語言代碼", + "zh-tw": "請輸入URL 語言代碼", + "en": "Please enter URL language code", + "it": "Inserisci il codice lingua dell'URL" + }, + "d8pu5s4": { + "zh-cn": "是否启用", + "zh-hk": "是否啟用", + "zh-tw": "是否啟用", + "en": "Enabled", + "it": "Abilitato" + }, + "kad6p37": { + "zh-cn": "请输入是否启用", + "zh-hk": "請輸入是否啟用", + "zh-tw": "請輸入是否啟用", + "en": "Please enter whether enabled", + "it": "Specifica se abilitare" + }, + "h146zl5": { + "zh-cn": "新增多语言", + "zh-hk": "新增多語言", + "zh-tw": "新增多語言", + "en": "Add Multilingual", + "it": "Aggiungi lingua" + }, + "a8f7or4": { + "zh-cn": "书写方向", + "zh-hk": "書寫方向", + "zh-tw": "書寫方向", + "en": "Writing Direction", + "it": "Direzione scrittura" + }, + "da9x2l4": { + "zh-cn": "日期格式", + "zh-hk": "日期格式", + "zh-tw": "日期格式", + "en": "Date Format", + "it": "Formato data" + }, + "dhfpu94": { + "zh-cn": "时间格式", + "zh-hk": "時間格式", + "zh-tw": "時間格式", + "en": "Time Format", + "it": "Formato ora" + }, + "6ksgt45": { + "zh-cn": "每周起始日", + "zh-hk": "每週起始日", + "zh-tw": "每週起始日", + "en": "First Day of Week", + "it": "Giorno inizio settimana" + }, + "avlksv4": { + "zh-cn": "分组符号", + "zh-hk": "分組符號", + "zh-tw": "分組符號", + "en": "Grouping Symbol", + "it": "Separatore di gruppo" + }, + "i281t55": { + "zh-cn": "小数点符号", + "zh-hk": "小數點符號", + "zh-tw": "小數點符號", + "en": "Decimal point symbol", + "it": "Simbolo decimale" + }, + "idsf8y6": { + "zh-cn": "千分位分隔符", + "zh-hk": "千分位分隔符", + "zh-tw": "千分位分隔符", + "en": "Thousands separator", + "it": "Separatore delle migliaia" + }, + "i6c5ki5": { + "zh-cn": "编辑多语言", + "zh-hk": "編輯多語言", + "zh-tw": "編輯多語言", + "en": "Edit multilingual", + "it": "Modifica multilingue" + }, + "t0s7f08": { + "zh-cn": "请选择语言名称!", + "zh-hk": "請選擇語言名稱!", + "zh-tw": "請選擇語言名稱!", + "en": "Please select a language name!", + "it": "Selezionare il nome della lingua!" + }, + "t1jrjb8": { + "zh-cn": "请选择语言代码!", + "zh-hk": "請選擇語言代碼!", + "zh-tw": "請選擇語言代碼!", + "en": "Please select a language code!", + "it": "Selezionare il codice linguistico!" + }, + "o6f676c": { + "zh-cn": "请选择ISO 语言代码!", + "zh-hk": "請選擇ISO 語言代碼!", + "zh-tw": "請選擇ISO語言代碼!", + "en": "Please select an ISO language code!", + "it": "Selezionare il codice ISO della lingua!" + }, + "tjwfjsc": { + "zh-cn": "请选择URL 语言代码!", + "zh-hk": "請選擇URL 語言代碼!", + "zh-tw": "請選擇URL語言代碼!", + "en": "Please select a URL language code!", + "it": "Selezionare il codice URL della lingua!" + }, + "7hfpi78": { + "zh-cn": "请选择书写方向!", + "zh-hk": "請選擇書寫方向!", + "zh-tw": "請選擇書寫方向!", + "en": "Please select a writing direction!", + "it": "Selezionare la direzione di scrittura!" + }, + "v1rifx8": { + "zh-cn": "请选择日期格式!", + "zh-hk": "請選擇日期格式!", + "zh-tw": "請選擇日期格式!", + "en": "Please select a date format!", + "it": "Selezionare il formato della data!" + }, + "xtcrpj8": { + "zh-cn": "请选择时间格式!", + "zh-hk": "請選擇時間格式!", + "zh-tw": "請選擇時間格式!", + "en": "Please select a time format!", + "it": "Selezionare il formato dell'ora!" + }, + "mvdicg9": { + "zh-cn": "请选择每周起始日!", + "zh-hk": "請選擇每週起始日!", + "zh-tw": "請選擇每週起始日!", + "en": "Please select the first day of the week!", + "it": "Selezionare il giorno di inizio settimana!" + }, + "rfx01n8": { + "zh-cn": "请选择分组符号!", + "zh-hk": "請選擇分組符號!", + "zh-tw": "請選擇分組符號!", + "en": "Please select the grouping symbol!", + "it": "Selezionare il simbolo di raggruppamento!" + }, + "m0ip759": { + "zh-cn": "请选择小数点符号!", + "zh-hk": "請選擇小數點符號!", + "zh-tw": "請選擇小數點符號!", + "en": "Please select the decimal point symbol!", + "it": "Selezionare il simbolo decimale!" + }, + "tph06y8": { + "zh-cn": "请选择是否启用!", + "zh-hk": "請選擇是否啟用!", + "zh-tw": "請選擇是否啟用!", + "en": "Please select whether to enable!", + "it": "Selezionare se abilitare!" + }, + "ke08s3": { + "zh-cn": "表单有", + "zh-hk": "表單有", + "zh-tw": "表單有", + "en": "The form has", + "it": "Il modulo presenta" + }, + "xsaxyid": { + "zh-cn": "处验证失败,请修改后再提交", + "zh-hk": "處驗證失敗,請修改後再提交", + "zh-tw": "處驗證失敗,請修改後再提交", + "en": "validation failures. Please modify and resubmit.", + "it": "errori di validazione, modificare prima di inviare" + }, + "66ofab6": { + "zh-cn": "请选书写方向", + "zh-hk": "請選書寫方向", + "zh-tw": "請選書寫方向", + "en": "Please select the writing direction.", + "it": "Selezionare la direzione di scrittura" + }, + "k8t3sa7": { + "zh-cn": "请输入日期格式", + "zh-hk": "請輸入日期格式", + "zh-tw": "請輸入日期格式", + "en": "Please enter the date format.", + "it": "Inserire il formato data" + }, + "k1nb0m7": { + "zh-cn": "请输入时间格式", + "zh-hk": "請輸入時間格式", + "zh-tw": "請輸入時間格式", + "en": "Please enter the time format.", + "it": "Inserire il formato orario" + }, + "57jxju7": { + "zh-cn": "请选每周起始日", + "zh-hk": "請選每週起始日", + "zh-tw": "請選每週起始日", + "en": "Please select the first day of the week.", + "it": "Selezionare il giorno di inizio settimana" + }, + "mnhg207": { + "zh-cn": "请输入分组符号", + "zh-hk": "請輸入分組符號", + "zh-tw": "請輸入分組符號", + "en": "Please enter grouping symbol", + "it": "Inserisci il simbolo di raggruppamento" + }, + "qxsx408": { + "zh-cn": "请输入小数点符号", + "zh-hk": "請輸入小數點符號", + "zh-tw": "請輸入小數點符號", + "en": "Please enter decimal point symbol", + "it": "Inserisci il simbolo decimale" + }, + "77mlpz9": { + "zh-cn": "请输入千分位分隔符", + "zh-hk": "請輸入千分位分隔符", + "zh-tw": "請輸入千分位分隔符", + "en": "Please enter thousands separator", + "it": "Inserisci il separatore delle migliaia" + }, + "e7q3fr5": { + "zh-cn": "确定要删除", + "zh-hk": "確定要刪除", + "zh-tw": "確定要刪除", + "en": "Are you sure to delete", + "it": "Confermi l'eliminazione di" + }, + "3yilyq5": { + "zh-cn": "条记录吗?", + "zh-hk": "條記錄嗎?", + "zh-tw": "條記錄嗎?", + "en": "record(s)?", + "it": "record?" + }, + "4ubg3t6": { + "zh-cn": "成功批量删除", + "zh-hk": "成功批量刪除", + "zh-tw": "成功批次刪除", + "en": "Successfully batch deleted", + "it": "Eliminazione in batch completata:" + }, + "ftebq3": { + "zh-cn": "条记录", + "zh-hk": "條記錄", + "zh-tw": "條記錄", + "en": "record(s)", + "it": "record" + }, + "tzvhye5": { + "zh-cn": "所属实体名", + "zh-hk": "所屬實體名", + "zh-tw": "所屬實體名稱", + "en": "Entity name", + "it": "Nome entità di appartenenza" + }, + "3ysewf8": { + "zh-cn": "请输入所属实体名", + "zh-hk": "請輸入所屬實體名", + "zh-tw": "請輸入所屬實體名稱", + "en": "Please enter entity name", + "it": "Inserisci il nome dell'entità di appartenenza" + }, + "6i1zte6": { + "zh-cn": "所属实体ID", + "zh-hk": "所屬實體ID", + "zh-tw": "所屬實體ID", + "en": "Entity ID", + "it": "ID entità di appartenenza" + }, + "j3d15j9": { + "zh-cn": "请输入所属实体ID", + "zh-hk": "請輸入所屬實體ID", + "zh-tw": "請輸入所屬實體ID", + "en": "Please enter the entity ID", + "it": "Inserisci l'ID dell'entità di appartenenza" + }, + "dwexb3": { + "zh-cn": "字段名", + "zh-hk": "欄位名稱", + "zh-tw": "欄位名稱", + "en": "Field Name", + "it": "Nome campo" + }, + "7ki0e26": { + "zh-cn": "请输入字段名", + "zh-hk": "請輸入欄位名稱", + "zh-tw": "請輸入欄位名稱", + "en": "Please enter the field name", + "it": "Inserisci il nome del campo" + }, + "gpzlhm4": { + "zh-cn": "翻译内容", + "zh-hk": "翻譯內容", + "zh-tw": "翻譯內容", + "en": "Translation Content", + "it": "Contenuto della traduzione" + }, + "gt3fd97": { + "zh-cn": "请输入翻译内容", + "zh-hk": "請輸入翻譯內容", + "zh-tw": "請輸入翻譯內容", + "en": "Please enter the translation content", + "it": "Inserisci il contenuto della traduzione" + }, + "k25dws4": { + "zh-cn": "高级查询", + "zh-hk": "進階查詢", + "zh-tw": "進階查詢", + "en": "Advanced Query", + "it": "Ricerca avanzata" + }, + "qce72": { + "zh-cn": "隐藏", + "zh-hk": "隱藏", + "zh-tw": "隱藏", + "en": "Hide", + "it": "Nascondi" + }, + "d7bvs44": { + "zh-cn": "新增翻译", + "zh-hk": "新增翻譯", + "zh-tw": "新增翻譯", + "en": "Add Translation", + "it": "Aggiungi traduzione" + }, + "byd5xe4": { + "zh-cn": "导出选中", + "zh-hk": "匯出選中", + "zh-tw": "匯出選取項目", + "en": "Export Selected", + "it": "Esporta selezionati" + }, + "by6mdj4": { + "zh-cn": "导出本页", + "zh-hk": "匯出本頁", + "zh-tw": "匯出本頁", + "en": "Export Current Page", + "it": "Esporta questa pagina" + }, + "by2vlq4": { + "zh-cn": "导出全部", + "zh-hk": "匯出全部", + "zh-tw": "匯出全部", + "en": "Export All", + "it": "Esporta tutto" + }, + "g3c92": { + "zh-cn": "导入", + "zh-hk": "匯入", + "zh-tw": "匯入", + "en": "Import", + "it": "Importa" + }, + "gmpbch4": { + "zh-cn": "编辑翻译", + "zh-hk": "編輯翻譯", + "zh-tw": "編輯翻譯", + "en": "Edit Translation", + "it": "Modifica traduzione" + }, + "crastv4": { + "zh-cn": "打印翻译", + "zh-hk": "列印翻譯", + "zh-tw": "列印翻譯", + "en": "Print Translation", + "it": "Stampa traduzione" + }, + "k67kf69": { + "zh-cn": "请选择所属实体名!", + "zh-hk": "請選擇所屬實體名稱!", + "zh-tw": "請選擇所屬實體名稱!", + "en": "Please select the associated entity name!", + "it": "Selezionare il nome dell'entità di appartenenza!" + }, + "dk2a7wa": { + "zh-cn": "请选择所属实体ID!", + "zh-hk": "請選擇所屬實體ID!", + "zh-tw": "請選擇所屬實體ID!", + "en": "Please select the associated entity ID!", + "it": "Selezionare l'ID dell'entità di appartenenza!" + }, + "vrk1e17": { + "zh-cn": "请选择字段名!", + "zh-hk": "請選擇欄位名稱!", + "zh-tw": "請選擇欄位名稱!", + "en": "Please select the field name!", + "it": "Selezionare il nome del campo!" + }, + "4hckkg8": { + "zh-cn": "请选择翻译内容!", + "zh-hk": "請選擇翻譯內容!", + "zh-tw": "請選擇翻譯內容!", + "en": "Please enter the translation content!", + "it": "Selezionare il contenuto della traduzione!" + }, + "mzx3c3b": { + "zh-cn": "导入完成,存在部分错误", + "zh-hk": "匯入完成,存在部分錯誤", + "zh-tw": "匯入完成,存在部分錯誤", + "en": "Import completed with partial errors", + "it": "Importazione completata con alcuni errori" + }, + "3h96vw9": { + "zh-cn": "导入过程中发生错误", + "zh-hk": "匯入過程中發生錯誤", + "zh-tw": "匯入過程中發生錯誤", + "en": "An error occurred during the import process", + "it": "Si è verificato un errore durante l'importazione" + }, + "va9u6m5": { + "zh-cn": "下载错误:", + "zh-hk": "下載錯誤:", + "zh-tw": "下載錯誤:", + "en": "Download error:", + "it": "Errore di download:" + }, + "d7ll5z4": { + "zh-cn": "数据导入", + "zh-hk": "數據導入", + "zh-tw": "資料匯入", + "en": "Data import", + "it": "Importazione dati" + }, + "bybnk3": { + "zh-cn": "关 闭", + "zh-hk": "關 閉", + "zh-tw": "關 閉", + "en": "Close", + "it": "Chiudi" + }, + "imbi2": { + "zh-cn": "模板", + "zh-hk": "範本", + "zh-tw": "範本", + "en": "Template", + "it": "Modello" + }, + "ikzkgf4": { + "zh-cn": "选择文件", + "zh-hk": "選擇檔案", + "zh-tw": "選擇檔案", + "en": "Select file", + "it": "Seleziona file" + }, + "48ecnb5": { + "zh-cn": "未选择文件", + "zh-hk": "未選擇檔案", + "zh-tw": "未選擇檔案", + "en": "No file selected", + "it": "Nessun file selezionato" + }, + "t5axoun": { + "zh-cn": "导入完毕,存在部分错误,请下载导入结果查看详情", + "zh-hk": "導入完成,存在部分錯誤,請下載導入結果查看詳情", + "zh-tw": "匯入完畢,存在部分錯誤,請下載匯入結果查看詳情", + "en": "Import completed with partial errors. Please download the import results for details.", + "it": "Importazione completata con alcuni errori, scaricare il risultato per i dettagli" + }, + "h5tc4k6": { + "zh-cn": "下载导入结果", + "zh-hk": "下載導入結果", + "zh-tw": "下載匯入結果", + "en": "Download import results", + "it": "Scarica risultato importazione" + }, + "uy5wps6": { + "zh-cn": "打印机不存在", + "zh-hk": "打印機不存在", + "zh-tw": "印表機不存在", + "en": "Printer does not exist", + "it": "Stampante non esistente" + }, + "uu0etz5": { + "zh-cn": "打印失败:", + "zh-hk": "打印失敗:", + "zh-tw": "列印失敗:", + "en": "Print failed:", + "it": "Stampa fallita:" + }, + "19q3s15": { + "zh-cn": "PDF文件", + "zh-hk": "PDF檔案", + "zh-tw": "PDF檔案", + "en": "PDF File", + "it": "File PDF" + }, + "ff6ycu4": { + "zh-cn": "直接打印", + "zh-hk": "直接列印", + "zh-tw": "直接列印", + "en": "Print Directly", + "it": "Stampa diretta" + }, + "eucqdw5": { + "zh-cn": "导出PDF", + "zh-hk": "匯出PDF", + "zh-tw": "匯出PDF", + "en": "Export PDF", + "it": "Esporta PDF" + }, + "e82llb6": { + "zh-cn": "确定要进入【", + "zh-hk": "確定要進入【", + "zh-tw": "確定要進入【", + "en": "Confirm to enter 【", + "it": "Confermi di voler accedere all'area 【" + }, + "99hnvh5": { + "zh-cn": "】租管端?", + "zh-hk": "】租管端?", + "zh-tw": "】租管端?", + "en": "】 Tenant Management End?", + "it": "】 di gestione locazioni?" + }, + "k8tpp1c": { + "zh-cn": "确定要将当前用户切换到【", + "zh-hk": "確定要將當前用戶切換到【", + "zh-tw": "確定要將目前使用者切換到【", + "en": "Confirm to switch the current user to 【", + "it": "Confermi di voler cambiare l'utente corrente con 【" + }, + "la8i567": { + "zh-cn": "确定要将同步【", + "zh-hk": "確定要同步【", + "zh-tw": "確定要同步【", + "en": "Confirm to synchronize the authorization data of 【", + "it": "Confermi di voler sincronizzare i dati di autorizzazione di 【" + }, + "t9cbpp7": { + "zh-cn": "】的授权数据?", + "zh-hk": "】嘅授權數據?", + "zh-tw": "】的授權資料?", + "en": "】Authorization data?", + "it": "】Dati di autorizzazione?" + }, + "yh52xp6": { + "zh-cn": "同步授权成功", + "zh-hk": "同步授權成功", + "zh-tw": "同步授權成功", + "en": "Authorization synchronized successfully", + "it": "Autorizzazione sincronizzata con successo" + }, + "e82ltp4": { + "zh-cn": "添加租户", + "zh-hk": "新增租戶", + "zh-tw": "新增租戶", + "en": "Add Tenant", + "it": "Aggiungi locatario" + }, + "gmo1pv4": { + "zh-cn": "编辑租户", + "zh-hk": "編輯租戶", + "zh-tw": "編輯租戶", + "en": "Edit Tenant", + "it": "Modifica tenant" + }, + "yudnz28": { + "zh-cn": "确定删除租户:【", + "zh-hk": "確定刪除租戶:【", + "zh-tw": "確定刪除租戶:【", + "en": "Confirm Tenant Deletion:【", + "it": "Conferma eliminazione tenant:【" + }, + "877ek3e": { + "zh-cn": "确定创建/更新租户数据库:【", + "zh-hk": "確定建立/更新租戶數據庫:【", + "zh-tw": "確定建立/更新租戶資料庫:【", + "en": "Confirm Tenant Database Creation/Update:【", + "it": "Conferma creazione/aggiornamento database tenant:【" + }, + "379crkc": { + "zh-cn": "创建/更新租户数据库成功", + "zh-hk": "建立/更新租戶數據庫成功", + "zh-tw": "建立/更新租戶資料庫成功", + "en": "Tenant database created/updated successfully", + "it": "Creazione/aggiornamento database tenant completato" + }, + "kuohmm8": { + "zh-cn": "租户状态设置成功", + "zh-hk": "租戶狀態設定成功", + "zh-tw": "租戶狀態設定成功", + "en": "Tenant status updated successfully", + "it": "Impostazione stato tenant completata" + }, + "fs66d74": { + "zh-cn": "租户名称", + "zh-hk": "租戶名稱", + "zh-tw": "租戶名稱", + "en": "Tenant Name", + "it": "Nome tenant" + }, + "gpkj3j4": { + "zh-cn": "联系电话", + "zh-hk": "聯絡電話", + "zh-tw": "聯絡電話", + "en": "Contact Number", + "it": "Telefono" + }, + "fd8p2": { + "zh-cn": "图标", + "zh-hk": "圖標", + "zh-tw": "圖示", + "en": "Icon", + "it": "Icona" + }, + "eyrn2": { + "zh-cn": "名称", + "zh-hk": "名稱", + "zh-tw": "名稱", + "en": "Name", + "it": "Nome" + }, + "cl7a83": { + "zh-cn": "副标题", + "zh-hk": "副標題", + "zh-tw": "副標題", + "en": "Subtitle", + "it": "Sottotitolo" + }, + "hrlt2": { + "zh-cn": "描述", + "zh-hk": "描述", + "zh-tw": "描述", + "en": "Description", + "it": "Descrizione" + }, + "iv242": { + "zh-cn": "水印", + "zh-hk": "浮水印", + "zh-tw": "浮水印", + "en": "Watermark", + "it": "Filigrana" + }, + "eufaax4": { + "zh-cn": "版权信息", + "zh-hk": "版權資訊", + "zh-tw": "版權資訊", + "en": "Copyright Information", + "it": "Informazioni sul copyright" + }, + "djmye3": { + "zh-cn": "备案号", + "zh-hk": "備案編號", + "zh-tw": "備案號碼", + "en": "Record Filing Number", + "it": "Numero di registrazione" + }, + "1nz86e5": { + "zh-cn": "icp地址", + "zh-hk": "ICP地址", + "zh-tw": "ICP位址", + "en": "ICP Address", + "it": "Indirizzo ICP" + }, + "b3xkql4": { + "zh-cn": "启用注册", + "zh-hk": "啟用註冊", + "zh-tw": "啟用註冊", + "en": "Enable Registration", + "it": "Abilita registrazione" + }, + "fw5os34": { + "zh-cn": "租管账号", + "zh-hk": "租戶管理賬號", + "zh-tw": "租管帳號", + "en": "Tenant Management Account", + "it": "Account gestione tenant" + }, + "kpc82": { + "zh-cn": "电话", + "zh-hk": "電話", + "zh-tw": "電話", + "en": "Phone", + "it": "Telefono" + }, + "feoe2": { + "zh-cn": "域名", + "zh-hk": "網域", + "zh-tw": "網域名稱", + "en": "Domain", + "it": "Dominio" + }, + "fscv544": { + "zh-cn": "租户类型", + "zh-hk": "租戶類型", + "zh-tw": "租戶類型", + "en": "Tenant Type", + "it": "Tipo di tenant" + }, + "gmhmyj5": { + "zh-cn": "数据库类型", + "zh-hk": "數據庫類型", + "zh-tw": "資料庫類型", + "en": "Database Type", + "it": "Tipo di database" + }, + "gme9us5": { + "zh-cn": "数据库连接", + "zh-hk": "數據庫連接", + "zh-tw": "資料庫連線", + "en": "Database Connection", + "it": "Connessione al database" + }, + "acdarw4": { + "zh-cn": "从库连接", + "zh-hk": "從庫連接", + "zh-tw": "從庫連線", + "en": "Replica Connection", + "it": "Connessione slave" + }, + "chm443": { + "zh-cn": "创建库", + "zh-hk": "創建庫", + "zh-tw": "建立資料庫", + "en": "Create Database", + "it": "Crea database" + }, + "5041gj5": { + "zh-cn": "进入租管端", + "zh-hk": "進入租管端", + "zh-tw": "進入租戶管理端", + "en": "Enter Tenant Management Console", + "it": "Accedi al tenant management" + }, + "czozjo4": { + "zh-cn": "授权菜单", + "zh-hk": "授權菜單", + "zh-tw": "授權選單", + "en": "Authorize Menu", + "it": "Menu autorizzazioni" + }, + "mszyzue": { + "zh-cn": "用于版本更新后,同步授权数据", + "zh-hk": "用於版本更新後,同步授權數據", + "zh-tw": "用於版本更新後,同步授權資料", + "en": "Used to synchronize authorization data after version updates", + "it": "Sincronizza i dati di autorizzazione dopo l'aggiornamento della versione" + }, + "b1ua1g4": { + "zh-cn": "同步授权", + "zh-hk": "同步授權", + "zh-tw": "同步授權", + "en": "Synchronize Authorization", + "it": "Sincronizza autorizzazioni" + }, + "azim4c4": { + "zh-cn": "删除租户", + "zh-hk": "刪除租戶", + "zh-tw": "刪除租戶", + "en": "Delete Tenant", + "it": "Elimina tenant" + }, + "hsc42c6": { + "zh-cn": "授权租户菜单", + "zh-hk": "授權租戶菜單", + "zh-tw": "授權租戶選單", + "en": "Authorize Tenant Menu", + "it": "Autorizza menu tenant" + }, + "biyzkw4": { + "zh-cn": "基本信息", + "zh-hk": "基本資料", + "zh-tw": "基本資訊", + "en": "Basic Information", + "it": "Informazioni di base" + }, + "e1q3wo8": { + "zh-cn": "租户类型不能为空", + "zh-hk": "租戶類型不能為空", + "zh-tw": "租戶類型不能為空", + "en": "Tenant type cannot be empty", + "it": "Il tipo di tenant non può essere vuoto" + }, + "ky6bw58": { + "zh-cn": "租户名称不能为空", + "zh-hk": "租戶名稱不能為空", + "zh-tw": "租戶名稱不能為空", + "en": "Tenant name cannot be empty", + "it": "Il nome del tenant non può essere vuoto" + }, + "uwrxoj8": { + "zh-cn": "租管账号不能为空", + "zh-hk": "租管賬號不能為空", + "zh-tw": "租管帳號不能為空", + "en": "Tenant admin account cannot be empty", + "it": "L'account di gestione del tenant non può essere vuoto" + }, + "8y7ewy8": { + "zh-cn": "电话号码不能为空", + "zh-hk": "電話號碼不能為空", + "zh-tw": "電話號碼不能為空", + "en": "Phone number cannot be empty", + "it": "Il numero di telefono non può essere vuoto" + }, + "cmpbwn6": { + "zh-cn": "主机host", + "zh-hk": "主機host", + "zh-tw": "主機host", + "en": "Host", + "it": "Host del server" + }, + "785aik5": { + "zh-cn": "连接字符串", + "zh-hk": "連接字符串", + "zh-tw": "連接字串", + "en": "Connection string", + "it": "Stringa di connessione" + }, + "yi3key5": { + "zh-cn": "从库连接串", + "zh-hk": "從庫連接串", + "zh-tw": "從庫連接串", + "en": "Replica connection string", + "it": "Stringa di connessione del database secondario" + }, + "ebemat2e": { + "zh-cn": "格式:[{'HitRate':10, 'ConnectionString':'xxx'},{'HitRate':10, 'ConnectionString':'xxx'}]", + "zh-hk": "格式:[{'HitRate':10, 'ConnectionString':'xxx'},{'HitRate':10, 'ConnectionString':'xxx'}]", + "zh-tw": "格式:[{'HitRate':10, 'ConnectionString':'xxx'},{'HitRate':10, 'ConnectionString':'xxx'}]", + "en": "Format: [{'HitRate':10, 'ConnectionString':'xxx'},{'HitRate':10, 'ConnectionString':'xxx'}]", + "it": "Formato: [{'HitRate':10, 'ConnectionString':'xxx'},{'HitRate':10, 'ConnectionString':'xxx'}]" + }, + "fypgha4": { + "zh-cn": "站点信息", + "zh-hk": "站點資訊", + "zh-tw": "站點資訊", + "en": "Site Information", + "it": "Informazioni del sito" + }, + "j906ena": { + "zh-cn": "应用Logo不能为空", + "zh-hk": "應用Logo不能為空", + "zh-tw": "應用Logo不能為空", + "en": "Application logo cannot be empty", + "it": "Il logo dell'applicazione non può essere vuoto" + }, + "cf48zp4": { + "zh-cn": "应用标题", + "zh-hk": "應用標題", + "zh-tw": "應用標題", + "en": "Application title", + "it": "Titolo dell'applicazione" + }, + "i6e6s07": { + "zh-cn": "副标题不能为空", + "zh-hk": "副標題不能為空", + "zh-tw": "副標題不能為空", + "en": "Subtitle cannot be empty", + "it": "Il sottotitolo non può essere vuoto" + }, + "trq6j05": { + "zh-cn": "应用副标题", + "zh-hk": "應用副標題", + "zh-tw": "應用副標題", + "en": "Application subtitle", + "it": "Sottotitolo dell'applicazione" + }, + "j332e75": { + "zh-cn": "副标题描述", + "zh-hk": "副標題描述", + "zh-tw": "副標題描述", + "en": "Subtitle description", + "it": "Descrizione del sottotitolo" + }, + "1gflbl9": { + "zh-cn": "副标题描述不能为空", + "zh-hk": "副標題描述不能為空", + "zh-tw": "副標題描述不能為空", + "en": "Subtitle description cannot be empty", + "it": "La descrizione del sottotitolo non può essere vuota" + }, + "ga038z7": { + "zh-cn": "应用副标题描述", + "zh-hk": "應用副標題描述", + "zh-tw": "應用副標題描述", + "en": "Application subtitle description", + "it": "Descrizione del sottotitolo dell'applicazione" + }, + "j9u9hj8": { + "zh-cn": "版权信息不能为空", + "zh-hk": "版權信息不能為空", + "zh-tw": "版權資訊不能為空", + "en": "Copyright information cannot be empty", + "it": "Le informazioni sul copyright non possono essere vuote" + }, + "ylytjkg": { + "zh-cn": "例:省ICP备12345678号", + "zh-hk": "例:省ICP備12345678號", + "zh-tw": "例:省ICP備12345678號", + "en": "Example: ICP No.12345678", + "it": "Esempio: ICP备案号12345678" + }, + "15spvq5": { + "zh-cn": "ICP地址", + "zh-hk": "ICP地址", + "zh-tw": "ICP地址", + "en": "ICP address", + "it": "Indirizzo ICP" + }, + "jgsr1m9": { + "zh-cn": "ICP地址不能为空", + "zh-hk": "ICP地址不能為空", + "zh-tw": "ICP位址不能為空", + "en": "ICP address cannot be empty", + "it": "L'indirizzo ICP non può essere vuoto" + }, + "wx429ag": { + "zh-cn": "如果此处留空,则水印功能将被禁用", + "zh-hk": "如果此處留空,則浮水印功能將被停用", + "zh-tw": "如果此處留空,則浮水印功能將被停用", + "en": "If left blank, the watermark feature will be disabled", + "it": "Se lasciato vuoto, la funzione di filigrana verrà disabilitata" + }, + "tv4sew6": { + "zh-cn": "添加注册方案", + "zh-hk": "新增註冊方案", + "zh-tw": "新增註冊方案", + "en": "Add registration scheme", + "it": "Aggiungi schema di registrazione" + }, + "2j7r3m6": { + "zh-cn": "编辑注册方案", + "zh-hk": "編輯註冊方案", + "zh-tw": "編輯註冊方案", + "en": "Edit registration scheme", + "it": "Modifica schema di registrazione" + }, + "wbs5798": { + "zh-cn": "确定删除方案:【", + "zh-hk": "確定刪除方案:【", + "zh-tw": "確定刪除方案:【", + "en": "Confirm deletion of scheme: 【", + "it": "Conferma eliminazione schema:【" + }, + "o5pc2": { + "zh-cn": "角色", + "zh-hk": "角色", + "zh-tw": "角色", + "en": "Role", + "it": "Ruolo" + }, + "d9knle4": { + "zh-cn": "方案名称", + "zh-hk": "方案名稱", + "zh-tw": "方案名稱", + "en": "Scheme name", + "it": "Nome schema" + }, + "s8ejr28": { + "zh-cn": "方案名称不能为空", + "zh-hk": "方案名稱不能為空", + "zh-tw": "方案名稱不能為空", + "en": "Scheme name cannot be empty", + "it": "Il nome dello schema non può essere vuoto" + }, + "i7vzep4": { + "zh-cn": "账户类型", + "zh-hk": "帳戶類型", + "zh-tw": "帳戶類型", + "en": "Account type", + "it": "Tipo di account" + }, + "n2ktch8": { + "zh-cn": "账户类型不能为空", + "zh-hk": "帳戶類型不能為空", + "zh-tw": "帳戶類型不能為空", + "en": "Account type cannot be empty", + "it": "Il tipo di account non può essere vuoto" + }, + "gdwvbd4": { + "zh-cn": "绑定角色", + "zh-hk": "綁定角色", + "zh-tw": "繫結角色", + "en": "Bind Role", + "it": "Assegna ruolo" + }, + "yzlo9c6": { + "zh-cn": "角色不能为空", + "zh-hk": "角色不能為空", + "zh-tw": "角色不能為空", + "en": "Role cannot be empty", + "it": "Il ruolo non può essere vuoto" + }, + "gdqu5v4": { + "zh-cn": "绑定机构", + "zh-hk": "綁定機構", + "zh-tw": "繫結機構", + "en": "Bind Organization", + "it": "Assegna organizzazione" + }, + "gduywa4": { + "zh-cn": "绑定职位", + "zh-hk": "綁定職位", + "zh-tw": "繫結職位", + "en": "Bind Position", + "it": "Assegna posizione" + }, + "e8481q4": { + "zh-cn": "添加菜单", + "zh-hk": "添加菜單", + "zh-tw": "新增選單", + "en": "Add Menu", + "it": "Aggiungi menu" + }, + "gmpnxw4": { + "zh-cn": "编辑菜单", + "zh-hk": "編輯菜單", + "zh-tw": "編輯選單", + "en": "Edit Menu", + "it": "Modifica menu" + }, + "bl0tqa4": { + "zh-cn": "复制菜单", + "zh-hk": "複製菜單", + "zh-tw": "複製選單", + "en": "Copy Menu", + "it": "Copia menu" + }, + "yzk5pd8": { + "zh-cn": "确定删除菜单:【", + "zh-hk": "確定刪除菜單:【", + "zh-tw": "確定刪除選單:【", + "en": "Confirm deletion of menu:【", + "it": "Confermi l'eliminazione del menu:【" + }, + "gzcenw4": { + "zh-cn": "菜单名称", + "zh-hk": "菜單名稱", + "zh-tw": "選單名稱", + "en": "Menu Name", + "it": "Nome menu" + }, + "iebehj4": { + "zh-cn": "路由路径", + "zh-hk": "路由路徑", + "zh-tw": "路由路徑", + "en": "Route Path", + "it": "Percorso route" + }, + "gbuf8n4": { + "zh-cn": "组件路径", + "zh-hk": "元件路徑", + "zh-tw": "元件路徑", + "en": "Component Path", + "it": "Percorso componente" + }, + "dneg984": { + "zh-cn": "权限标识", + "zh-hk": "權限識別碼", + "zh-tw": "權限標識", + "en": "Permission Identifier", + "it": "Identificatore permesso" + }, + "adj5w64": { + "zh-cn": "上级菜单", + "zh-hk": "上層選單", + "zh-tw": "上層選單", + "en": "Parent Menu", + "it": "Menu superiore" + }, + "u64y8d7": { + "zh-cn": "请选择上级菜单", + "zh-hk": "請選擇上層選單", + "zh-tw": "請選擇上層選單", + "en": "Please select parent menu", + "it": "Seleziona menu superiore" + }, + "gzj3ft4": { + "zh-cn": "菜单类型", + "zh-hk": "選單類型", + "zh-tw": "選單類型", + "en": "Menu Type", + "it": "Tipo menu" + }, + "6do1ix8": { + "zh-cn": "菜单类型不能为空", + "zh-hk": "選單類型不能為空", + "zh-tw": "選單類型不能為空", + "en": "Menu type cannot be empty", + "it": "Il tipo menu non può essere vuoto" + }, + "is6gk8": { + "zh-cn": "菜单名称不能为空", + "zh-hk": "選單名稱不能為空", + "zh-tw": "選單名稱不能為空", + "en": "Menu name cannot be empty", + "it": "Il nome menu non può essere vuoto" + }, + "ie1p9h4": { + "zh-cn": "路由名称", + "zh-hk": "路由名稱", + "zh-tw": "路由名稱", + "en": "Route Name", + "it": "Nome route" + }, + "gzct4y4": { + "zh-cn": "菜单图标", + "zh-hk": "選單圖示", + "zh-tw": "選單圖示", + "en": "Menu Icon", + "it": "Icona del menu" + }, + "lsuh03": { + "zh-cn": "重定向", + "zh-hk": "重新導向", + "zh-tw": "重新導向", + "en": "Redirect", + "it": "Reindirizzamento" + }, + "dqkb4k5": { + "zh-cn": "重定向地址", + "zh-hk": "重新導向地址", + "zh-tw": "重新導向位址", + "en": "Redirect URL", + "it": "Indirizzo di reindirizzamento" + }, + "j7jc1j4": { + "zh-cn": "链接地址", + "zh-hk": "連結地址", + "zh-tw": "連結位址", + "en": "Link address", + "it": "URL del collegamento" + }, + "m8o4w1a": { + "zh-cn": "外链/内嵌时链接地址", + "zh-hk": "外連/內嵌時連結地址", + "zh-tw": "外連/內嵌時連結位址", + "en": "Link address (external/embedded)", + "it": "URL per collegamenti esterni/incorporati" + }, + "gzewae4": { + "zh-cn": "菜单排序", + "zh-hk": "選單排序", + "zh-tw": "選單排序", + "en": "Menu sorting", + "it": "Ordinamento del menu" + }, + "d917x24": { + "zh-cn": "是否隐藏", + "zh-hk": "是否隱藏", + "zh-tw": "是否隱藏", + "en": "Hidden status", + "it": "Nascondi" + }, + "c5wjw3": { + "zh-cn": "不隐藏", + "zh-hk": "不隱藏", + "zh-tw": "不隱藏", + "en": "Not hidden", + "it": "Non nascondere" + }, + "d8wzp84": { + "zh-cn": "是否缓存", + "zh-hk": "是否快取", + "zh-tw": "是否快取", + "en": "Cache status", + "it": "Memorizzazione nella cache" + }, + "m46d2": { + "zh-cn": "缓存", + "zh-hk": "快取", + "zh-tw": "快取", + "en": "Cached", + "it": "Memorizza nella cache" + }, + "c1oc23": { + "zh-cn": "不缓存", + "zh-hk": "不快取", + "zh-tw": "不快取", + "en": "Not cached", + "it": "Non memorizzare nella cache" + }, + "d8q67r4": { + "zh-cn": "是否固定", + "zh-hk": "是否固定", + "zh-tw": "是否固定", + "en": "Is fixed", + "it": "È fissato" + }, + "faow2": { + "zh-cn": "固定", + "zh-hk": "固定", + "zh-tw": "固定", + "en": "Fixed", + "it": "Fissato" + }, + "buuul3": { + "zh-cn": "不固定", + "zh-hk": "不固定", + "zh-tw": "不固定", + "en": "Not fixed", + "it": "Non fissato" + }, + "d8p94u4": { + "zh-cn": "是否内嵌", + "zh-hk": "是否内嵌", + "zh-tw": "是否内嵌", + "en": "Is embedded", + "it": "È incorporato" + }, + "edlz2": { + "zh-cn": "内嵌", + "zh-hk": "内嵌", + "zh-tw": "内嵌", + "en": "Embedded", + "it": "Incorporato" + }, + "btxro3": { + "zh-cn": "不内嵌", + "zh-hk": "不内嵌", + "zh-tw": "不内嵌", + "en": "Not embedded", + "it": "Non incorporato" + }, + "buism3": { + "zh-cn": "不启用", + "zh-hk": "不启用", + "zh-tw": "不啟用", + "en": "Disabled", + "it": "Non abilitato" + }, + "2e2shof": { + "zh-cn": "请输入内容搜索图标或者选择图标", + "zh-hk": "請輸入內容搜尋圖示或者選擇圖示", + "zh-tw": "請輸入內容搜尋圖示或選擇圖示", + "en": "Please enter content to search for icons or select an icon", + "it": "Inserisci l'icona di ricerca o seleziona un'icona" + }, + "2en2kg5": { + "zh-cn": "请选择图标", + "zh-hk": "請選擇圖示", + "zh-tw": "請選擇圖示", + "en": "Please select an icon", + "it": "Seleziona icona" + }, + "cia9wc5": { + "zh-cn": "无相关图标", + "zh-hk": "無相關圖示", + "zh-tw": "無相關圖示", + "en": "No relevant icons found", + "it": "Nessuna icona correlata" + }, + "dp22e7b": { + "zh-cn": "未获取到值,请刷新重试", + "zh-hk": "未獲取到值,請重新整理重試", + "zh-tw": "未取得值,請重新整理重試", + "en": "Value not retrieved, please refresh and try again", + "it": "Valore non ottenuto, aggiornare e riprovare" + }, + "e7xbk64": { + "zh-cn": "添加字典", + "zh-hk": "新增字典", + "zh-tw": "新增字典", + "en": "Add Dictionary", + "it": "Aggiungi dizionario" + }, + "2emgeg5": { + "zh-cn": "请选择字典", + "zh-hk": "請選擇字典", + "zh-tw": "請選擇字典", + "en": "Please select a dictionary", + "it": "Seleziona dizionario" + }, + "en12d25": { + "zh-cn": "添加字典值", + "zh-hk": "新增字典值", + "zh-tw": "新增字典值", + "en": "Add Dictionary Value", + "it": "Aggiungi valore dizionario" + }, + "gmirgc4": { + "zh-cn": "编辑字典", + "zh-hk": "編輯字典", + "zh-tw": "編輯字典", + "en": "Edit Dictionary", + "it": "Modifica dizionario" + }, + "3s7she5": { + "zh-cn": "复制字典值", + "zh-hk": "複製字典值", + "zh-tw": "複製字典值", + "en": "Copy Dictionary Value", + "it": "Copia valore dizionario" + }, + "i6dp345": { + "zh-cn": "编辑字典值", + "zh-hk": "編輯字典值", + "zh-tw": "編輯字典值", + "en": "Edit Dictionary Value", + "it": "Modifica valore dizionario" + }, + "uxanmv8": { + "zh-cn": "确定删除字典:【", + "zh-hk": "確定刪除字典:【", + "zh-tw": "確定刪除字典:【", + "en": "Confirm deletion of dictionary: 【", + "it": "Conferma eliminazione dizionario:【" + }, + "yl31r59": { + "zh-cn": "确定删除字典值:【", + "zh-hk": "確定刪除字典值:【", + "zh-tw": "確定刪除字典值:【", + "en": "Confirm deletion of dictionary value: 【", + "it": "Conferma eliminazione valore dizionario:【" + }, + "fzep2": { + "zh-cn": "字典", + "zh-hk": "字典", + "zh-tw": "字典", + "en": "Dictionary", + "it": "Dizionario" + }, + "bv36104": { + "zh-cn": "字典名称", + "zh-hk": "字典名稱", + "zh-tw": "字典名稱", + "en": "Dictionary Name", + "it": "Nome dizionario" + }, + "m9wr2": { + "zh-cn": "编码", + "zh-hk": "編碼", + "zh-tw": "編碼", + "en": "Code", + "it": "Codice" + }, + "bvah644": { + "zh-cn": "字典编码", + "zh-hk": "字典編碼", + "zh-tw": "字典編碼", + "en": "Dictionary Code", + "it": "Codice dizionario" + }, + "gah58t4": { + "zh-cn": "系统内置", + "zh-hk": "系統內置", + "zh-tw": "系統內建", + "en": "System Built-in", + "it": "Integrato nel sistema" + }, + "fs77094": { + "zh-cn": "租户字典", + "zh-hk": "租戶字典", + "zh-tw": "租戶字典", + "en": "Tenant Dictionary", + "it": "Dizionario tenant" + }, + "bv242d4": { + "zh-cn": "字典值【", + "zh-hk": "字典值【", + "zh-tw": "字典值【", + "en": "Dictionary Value【", + "it": "Valore dizionario【" + }, + "dehsu94": { + "zh-cn": "显示文本", + "zh-hk": "顯示文本", + "zh-tw": "顯示文字", + "en": "Display Text", + "it": "Testo visualizzato" + }, + "drxi33": { + "zh-cn": "字典值", + "zh-hk": "字典值", + "zh-tw": "字典值", + "en": "Dictionary Value", + "it": "Valore dizionario" + }, + "cuqp284": { + "zh-cn": "拓展数据", + "zh-hk": "拓展數據", + "zh-tw": "擴展資料", + "en": "Extended Data", + "it": "Dati estesi" + }, + "hys32": { + "zh-cn": "有值", + "zh-hk": "有值", + "zh-tw": "有值", + "en": "Has Value", + "it": "Con valore" + }, + "ha9vlb8": { + "zh-cn": "显示文本不能为空", + "zh-hk": "顯示文本不能為空", + "zh-tw": "顯示文字不能為空", + "en": "Display text cannot be empty", + "it": "Il testo visualizzato non può essere vuoto" + }, + "shlhpn7": { + "zh-cn": "字典值不能为空", + "zh-hk": "字典值不能為空", + "zh-tw": "字典值不能為空", + "en": "Dictionary value cannot be empty", + "it": "Il valore del dizionario non può essere vuoto" + }, + "dn1ddz4": { + "zh-cn": "标签类型", + "zh-hk": "標籤類型", + "zh-tw": "標籤類型", + "en": "Tag type", + "it": "Tipo di etichetta" + }, + "c76fp3": { + "zh-cn": "主题色", + "zh-hk": "主題色", + "zh-tw": "主題色", + "en": "Theme color", + "it": "Colore principale" + }, + "ai56i09": { + "zh-cn": "样式(Style)", + "zh-hk": "樣式(Style)", + "zh-tw": "樣式(Style)", + "en": "Style (Style)", + "it": "Stile (Style)" + }, + "2slpa99": { + "zh-cn": "样式(Class)", + "zh-hk": "樣式(Class)", + "zh-tw": "樣式(Class)", + "en": "Style (Class)", + "it": "Stile (Class)" + }, + "kocbsn7": { + "zh-cn": "请输入拓展数据", + "zh-hk": "請輸入擴展數據", + "zh-tw": "請輸入擴展數據", + "en": "Please enter extended data", + "it": "Inserire i dati estesi" + }, + "jgkthw8": { + "zh-cn": "字典名称不能为空", + "zh-hk": "字典名稱不能為空", + "zh-tw": "字典名稱不能為空", + "en": "Dictionary name cannot be empty", + "it": "Il nome del dizionario non può essere vuoto" + }, + "s4j4hw8": { + "zh-cn": "字典编码不能为空", + "zh-hk": "字典編碼不能為空", + "zh-tw": "字典編碼不能為空", + "en": "Dictionary code cannot be empty", + "it": "Il codice del dizionario non può essere vuoto" + }, + "5zkn5j8": { + "zh-cn": "租户字典不能为空", + "zh-hk": "租戶字典不能為空", + "zh-tw": "租戶字典不能為空", + "en": "Tenant dictionary cannot be empty", + "it": "Il dizionario del tenant non può essere vuoto" + }, + "dtgrr54": { + "zh-cn": "模板名称", + "zh-hk": "範本名稱", + "zh-tw": "範本名稱", + "en": "Template Name", + "it": "Nome del template" + }, + "dto2w94": { + "zh-cn": "模板编码", + "zh-hk": "範本編碼", + "zh-tw": "範本編碼", + "en": "Template Code", + "it": "Codice del template" + }, + "dtngj24": { + "zh-cn": "模板类型", + "zh-hk": "範本類型", + "zh-tw": "範本類型", + "en": "Template Type", + "it": "Tipo di template" + }, + "689f5l6": { + "zh-cn": "搜索模板名称", + "zh-hk": "搜尋範本名稱", + "zh-tw": "搜尋範本名稱", + "en": "Search Template Name", + "it": "Cerca per nome del template" + }, + "68240h6": { + "zh-cn": "搜索模板编码", + "zh-hk": "搜尋範本編碼", + "zh-tw": "搜尋範本編碼", + "en": "Search Template Code", + "it": "Cerca per codice del template" + }, + "682qdo6": { + "zh-cn": "搜索模板类型", + "zh-hk": "搜尋範本類型", + "zh-tw": "搜尋範本類型", + "en": "Search Template Type", + "it": "Cerca per tipo di template" + }, + "e7zygz4": { + "zh-cn": "添加模板", + "zh-hk": "新增範本", + "zh-tw": "新增範本", + "en": "Add Template", + "it": "Aggiungi template" + }, + "gmled54": { + "zh-cn": "编辑模板", + "zh-hk": "編輯範本", + "zh-tw": "編輯範本", + "en": "Edit Template", + "it": "Modifica template" + }, + "wvo9d08": { + "zh-cn": "确定删除模板:【", + "zh-hk": "確定刪除範本:【", + "zh-tw": "確定刪除範本:【", + "en": "Confirm deletion of template: 【", + "it": "Conferma eliminazione modello: 【" + }, + "esxa2": { + "zh-cn": "参数", + "zh-hk": "參數", + "zh-tw": "參數", + "en": "Parameters", + "it": "Parametri" + }, + "k93toz6": { + "zh-cn": "名称不能为空", + "zh-hk": "名稱不能為空", + "zh-tw": "名稱不能為空", + "en": "Name cannot be empty", + "it": "Il nome non può essere vuoto" + }, + "rc04at6": { + "zh-cn": "编码不能为空", + "zh-hk": "編碼不能為空", + "zh-tw": "編碼不能為空", + "en": "Code cannot be empty", + "it": "Il codice non può essere vuoto" + }, + "enb22": { + "zh-cn": "分组", + "zh-hk": "分組", + "zh-tw": "分組", + "en": "Group", + "it": "Gruppo" + }, + "6hnudq6": { + "zh-cn": "分组不能为空", + "zh-hk": "分組不能為空", + "zh-tw": "分組不能為空", + "en": "Group cannot be empty", + "it": "Il gruppo non può essere vuoto" + }, + "dtg6aa4": { + "zh-cn": "模板内容", + "zh-hk": "範本內容", + "zh-tw": "範本內容", + "en": "Template content", + "it": "Contenuto del modello" + }, + "ao6o904": { + "zh-cn": "内容类型", + "zh-hk": "內容類型", + "zh-tw": "內容類型", + "en": "Content type", + "it": "Tipo di contenuto" + }, + "dxvm93": { + "zh-cn": "富文本", + "zh-hk": "富文本", + "zh-tw": "富文本", + "en": "Rich text", + "it": "Testo formattato" + }, + "j1u2c3": { + "zh-cn": "纯文本", + "zh-hk": "純文本", + "zh-tw": "純文字", + "en": "Plain text", + "it": "Testo semplice" + }, + "cxkum94": { + "zh-cn": "插入参数", + "zh-hk": "插入參數", + "zh-tw": "插入參數", + "en": "Insert parameter", + "it": "Inserisci parametro" + }, + "yj8cag7": { + "zh-cn": "双击删除参数项", + "zh-hk": "雙擊刪除參數項", + "zh-tw": "雙擊刪除參數項", + "en": "Double-click to delete parameter item", + "it": "Doppio clic per eliminare il parametro" + }, + "jt3vea4": { + "zh-cn": "预览参数", + "zh-hk": "預覽參數", + "zh-tw": "預覽參數", + "en": "Preview parameter", + "it": "Anteprima parametri" + }, + "crd9b3": { + "zh-cn": "参数名", + "zh-hk": "參數名", + "zh-tw": "參數名稱", + "en": "Parameter name", + "it": "Nome parametro" + }, + "crci63": { + "zh-cn": "参数值", + "zh-hk": "參數值", + "zh-tw": "參數值", + "en": "Parameter value", + "it": "Valore parametro" + }, + "p1blmb5": { + "zh-cn": "预览结果:", + "zh-hk": "預覽結果:", + "zh-tw": "預覽結果:", + "en": "Preview result:", + "it": "Risultato anteprima:" + }, + "e7v9j74": { + "zh-cn": "添加作业", + "zh-hk": "新增作業", + "zh-tw": "新增作業", + "en": "Add job", + "it": "Aggiungi job" + }, + "gmgpfd4": { + "zh-cn": "编辑作业", + "zh-hk": "編輯作業", + "zh-tw": "編輯作業", + "en": "Edit job", + "it": "Modifica job" + }, + "teejok8": { + "zh-cn": "确定删除作业:【", + "zh-hk": "確定刪除作業:【", + "zh-tw": "確定刪除作業:【", + "en": "Confirm job deletion:【", + "it": "Conferma eliminazione job: 【" + }, + "etv01k5": { + "zh-cn": "添加触发器", + "zh-hk": "新增觸發器", + "zh-tw": "新增觸發器", + "en": "Add trigger", + "it": "Aggiungi trigger" + }, + "id7mrm5": { + "zh-cn": "编辑触发器", + "zh-hk": "編輯觸發器", + "zh-tw": "編輯觸發器", + "en": "Edit Trigger", + "it": "Modifica trigger" + }, + "3uuyub9": { + "zh-cn": "确定删除触发器:【", + "zh-hk": "確定刪除觸發器:【", + "zh-tw": "確定刪除觸發器:【", + "en": "Confirm deletion of trigger: 【", + "it": "Conferma eliminazione trigger:【" + }, + "r9kwww6": { + "zh-cn": "启动所有作业", + "zh-hk": "啟動所有作業", + "zh-tw": "啟動所有作業", + "en": "Start All Jobs", + "it": "Avvia tutti i job" + }, + "xmyrkv6": { + "zh-cn": "暂停所有作业", + "zh-hk": "暫停所有作業", + "zh-tw": "暫停所有作業", + "en": "Pause All Jobs", + "it": "Sospendi tutti i job" + }, + "cz5osj4": { + "zh-cn": "执行作业", + "zh-hk": "執行作業", + "zh-tw": "執行作業", + "en": "Execute Job", + "it": "Esegui job" + }, + "ayqm3b4": { + "zh-cn": "启动作业", + "zh-hk": "啟動作業", + "zh-tw": "啟動作業", + "en": "Start Job", + "it": "Avvia job" + }, + "d9ltjs4": { + "zh-cn": "暂停作业", + "zh-hk": "暫停作業", + "zh-tw": "暫停作業", + "en": "Pause Job", + "it": "Sospendi job" + }, + "b13hv44": { + "zh-cn": "取消作业", + "zh-hk": "取消作業", + "zh-tw": "取消作業", + "en": "Cancel Job", + "it": "Annulla job" + }, + "f014nw5": { + "zh-cn": "启动触发器", + "zh-hk": "啟動觸發器", + "zh-tw": "啟動觸發器", + "en": "Start Trigger", + "it": "Attiva trigger" + }, + "eo9rgd5": { + "zh-cn": "暂停触发器", + "zh-hk": "暫停觸發器", + "zh-tw": "暫停觸發器", + "en": "Pause Trigger", + "it": "Disattiva trigger" + }, + "c3s7qb9": { + "zh-cn": "强制唤醒作业调度器", + "zh-hk": "強制喚醒作業排程器", + "zh-tw": "強制喚醒作業排程器", + "en": "Force Wake Job Scheduler", + "it": "Forza il risveglio dello scheduler di job" + }, + "7vxdob": { + "zh-cn": "强制触发所有作业持久化", + "zh-hk": "強制觸發所有作業持久化", + "zh-tw": "強制觸發所有作業持久化", + "en": "Force Trigger All Job Persistence", + "it": "Forza il trigger di tutti i job persistenti" + }, + "ace63j4": { + "zh-cn": "作业编号", + "zh-hk": "作業編號", + "zh-tw": "作業編號", + "en": "Job ID", + "it": "ID Job" + }, + "izebr3": { + "zh-cn": "组名称", + "zh-hk": "組別名稱", + "zh-tw": "群組名稱", + "en": "Group Name", + "it": "Nome gruppo" + }, + "d6o19r4": { + "zh-cn": "描述信息", + "zh-hk": "描述資訊", + "zh-tw": "描述資訊", + "en": "Description", + "it": "Descrizione" + }, + "biv69s4": { + "zh-cn": "增加作业", + "zh-hk": "新增作業", + "zh-tw": "新增作業", + "en": "Add Job", + "it": "Aggiungi job" + }, + "jjs7t94": { + "zh-cn": "集群控制", + "zh-hk": "集群控制", + "zh-tw": "叢集控制", + "en": "Cluster Control", + "it": "Controllo cluster" + }, + "i4ky9u5": { + "zh-cn": "触发器编号", + "zh-hk": "觸發器編號", + "zh-tw": "觸發器編號", + "en": "Trigger ID", + "it": "ID Trigger" + }, + "l75o2": { + "zh-cn": "积压", + "zh-hk": "積壓", + "zh-tw": "待處理", + "en": "Backlog", + "it": "Backlog" + }, + "gdll2": { + "zh-cn": "就绪", + "zh-hk": "就緒", + "zh-tw": "就緒", + "en": "Ready", + "it": "Pronto" + }, + "dx2gkh4": { + "zh-cn": "正在运行", + "zh-hk": "正在執行", + "zh-tw": "執行中", + "en": "Running", + "it": "In esecuzione" + }, + "hvkq2": { + "zh-cn": "暂停", + "zh-hk": "暫停", + "zh-tw": "已暫停", + "en": "Paused", + "it": "In pausa" + }, + "q1dv2": { + "zh-cn": "阻塞", + "zh-hk": "阻塞", + "zh-tw": "已封鎖", + "en": "Blocked", + "it": "Bloccato" + }, + "u1wfnc7": { + "zh-cn": "由失败进入就绪", + "zh-hk": "由失敗進入就緒", + "zh-tw": "由失敗進入就緒", + "en": "Ready after failure", + "it": "Pronto dopo fallimento" + }, + "gsb52": { + "zh-cn": "归档", + "zh-hk": "歸檔", + "zh-tw": "歸檔", + "en": "Archived", + "it": "Archiviato" + }, + "ggai2": { + "zh-cn": "崩溃", + "zh-hk": "崩潰", + "zh-tw": "崩潰", + "en": "Crashed", + "it": "Arresto anomalo" + }, + "owa32": { + "zh-cn": "超限", + "zh-hk": "超限", + "zh-tw": "超限", + "en": "Exceeded limit", + "it": "Superamento limite" + }, + "a3wpdj5": { + "zh-cn": "无触发时间", + "zh-hk": "無觸發時間", + "zh-tw": "無觸發時間", + "en": "No trigger time", + "it": "Nessun tempo di attivazione" + }, + "fir5v3": { + "zh-cn": "未启动", + "zh-hk": "未啟動", + "zh-tw": "未啟動", + "en": "Not started", + "it": "Non avviato" + }, + "tofitg7": { + "zh-cn": "未知作业触发器", + "zh-hk": "未知作業觸發器", + "zh-tw": "未知作業觸發器", + "en": "Unknown job trigger", + "it": "Trigger di lavoro sconosciuto" + }, + "9e5li98": { + "zh-cn": "未知作业处理程序", + "zh-hk": "未知作業處理程序", + "zh-tw": "未知作業處理程序", + "en": "Unknown job handler", + "it": "Gestore di attività sconosciuto" + }, + "i7zt2q4": { + "zh-cn": "起始时间", + "zh-hk": "起始時間", + "zh-tw": "起始時間", + "en": "Start time", + "it": "Ora di inizio" + }, + "gfi7qi4": { + "zh-cn": "结束时间", + "zh-hk": "結束時間", + "zh-tw": "結束時間", + "en": "End time", + "it": "Ora di fine" + }, + "43ph116": { + "zh-cn": "最近运行时间", + "zh-hk": "最近執行時間", + "zh-tw": "最近執行時間", + "en": "Last run time", + "it": "Ultima esecuzione" + }, + "mgyzbu7": { + "zh-cn": "下一次运行时间", + "zh-hk": "下一次執行時間", + "zh-tw": "下一次執行時間", + "en": "Next run time", + "it": "Prossima esecuzione programmata" + }, + "hqxxlm4": { + "zh-cn": "触发次数", + "zh-hk": "觸發次數", + "zh-tw": "觸發次數", + "en": "Trigger count", + "it": "Numero di attivazioni" + }, + "5pd0xr6": { + "zh-cn": "最大触发次数", + "zh-hk": "最大觸發次數", + "zh-tw": "最大觸發次數", + "en": "Maximum trigger count", + "it": "Numero massimo di attivazioni" + }, + "ayl1ji4": { + "zh-cn": "出错次数", + "zh-hk": "出錯次數", + "zh-tw": "錯誤次數", + "en": "Error count", + "it": "Numero di errori" + }, + "chpwzv6": { + "zh-cn": "最大出错次数", + "zh-hk": "最大出錯次數", + "zh-tw": "最大錯誤次數", + "en": "Maximum error count", + "it": "Numero massimo di errori consentiti" + }, + "iz11cn4": { + "zh-cn": "重试次数", + "zh-hk": "重試次數", + "zh-tw": "重試次數", + "en": "Retry Count", + "it": "Numero tentativi" + }, + "g9lp5e6": { + "zh-cn": "重试间隔ms", + "zh-hk": "重試間隔ms", + "zh-tw": "重試間隔(毫秒)", + "en": "Retry Interval (ms)", + "it": "Intervallo tentativi (ms)" + }, + "fxcibc6": { + "zh-cn": "是否立即启动", + "zh-hk": "是否立即啟動", + "zh-tw": "是否立即啟動", + "en": "Immediate Startup", + "it": "Avvio immediato" + }, + "7ooct09": { + "zh-cn": "是否启动时执行一次", + "zh-hk": "是否啟動時執行一次", + "zh-tw": "是否啟動時執行一次", + "en": "Execute Once on Startup", + "it": "Esegui una volta all'avvio" + }, + "hrlktu8": { + "zh-cn": "是否重置触发次数", + "zh-hk": "是否重設觸發次數", + "zh-tw": "是否重設觸發次數", + "en": "Reset Trigger Count", + "it": "Ripristina conteggio trigger" + }, + "devbay4": { + "zh-cn": "更新时间", + "zh-hk": "更新時間", + "zh-tw": "更新時間", + "en": "Update Time", + "it": "Data aggiornamento" + }, + "ei8otj5": { + "zh-cn": "删除触发器", + "zh-hk": "刪除觸發器", + "zh-tw": "刪除觸發器", + "en": "Delete Trigger", + "it": "Elimina trigger" + }, + "cz9l2z4": { + "zh-cn": "执行方式", + "zh-hk": "執行方式", + "zh-tw": "執行方式", + "en": "Execution Mode", + "it": "Modalità esecuzione" + }, + "gtcm2": { + "zh-cn": "并行", + "zh-hk": "並行", + "zh-tw": "並行", + "en": "Parallel", + "it": "Parallela" + }, + "e1qy2": { + "zh-cn": "串行", + "zh-hk": "串行", + "zh-tw": "串行", + "en": "Serial", + "it": "Seriale" + }, + "93jsgj6": { + "zh-cn": "作业创建类型", + "zh-hk": "作業創建類型", + "zh-tw": "作業建立類型", + "en": "Job creation type", + "it": "Tipo di creazione job" + }, + "jmi28n4": { + "zh-cn": "额外数据", + "zh-hk": "額外數據", + "zh-tw": "額外資料", + "en": "Additional data", + "it": "Dati aggiuntivi" + }, + "i3sm6x4": { + "zh-cn": "请求参数", + "zh-hk": "請求參數", + "zh-tw": "請求參數", + "en": "Request parameters", + "it": "Parametri di richiesta" + }, + "htw9in9": { + "zh-cn": "Http 请求参数", + "zh-hk": "Http 請求參數", + "zh-tw": "Http 請求參數", + "en": "HTTP request parameters", + "it": "Parametri richiesta Http" + }, + "i3t4e34": { + "zh-cn": "请求地址", + "zh-hk": "請求地址", + "zh-tw": "請求位址", + "en": "Request URL", + "it": "Indirizzo richiesta" + }, + "i3vpnr4": { + "zh-cn": "请求方法", + "zh-hk": "請求方法", + "zh-tw": "請求方法", + "en": "Request method", + "it": "Metodo di richiesta" + }, + "6x2dq25": { + "zh-cn": "请求报文体", + "zh-hk": "請求報文體", + "zh-tw": "請求報文體", + "en": "Request body", + "it": "Corpo della richiesta" + }, + "czg1m24": { + "zh-cn": "执行记录", + "zh-hk": "執行記錄", + "zh-tw": "執行記錄", + "en": "Execution log", + "it": "Registro esecuzione" + }, + "2bw8wr5": { + "zh-cn": "增加触发器", + "zh-hk": "增加觸發器", + "zh-tw": "新增觸發器", + "en": "Add trigger", + "it": "Aggiungi trigger" + }, + "azb9tu4": { + "zh-cn": "删除作业", + "zh-hk": "刪除作業", + "zh-tw": "刪除作業", + "en": "Delete job", + "it": "Elimina job" + }, + "odux1c9": { + "zh-cn": "作业触发器运行记录", + "zh-hk": "作業觸發器運行記錄", + "zh-tw": "作業觸發器執行記錄", + "en": "Job Trigger Execution Log", + "it": "Registro esecuzione trigger di job" + }, + "wispj96": { + "zh-cn": "当前运行次数", + "zh-hk": "當前運行次數", + "zh-tw": "目前執行次數", + "en": "Current Execution Count", + "it": "Conteggio esecuzioni corrente" + }, + "i4mzo85": { + "zh-cn": "触发器状态", + "zh-hk": "觸發器狀態", + "zh-tw": "觸發器狀態", + "en": "Trigger Status", + "it": "Stato del trigger" + }, + "czdwha4": { + "zh-cn": "执行结果", + "zh-hk": "執行結果", + "zh-tw": "執行結果", + "en": "Execution Result", + "it": "Risultato esecuzione" + }, + "mchr2": { + "zh-cn": "耗时", + "zh-hk": "耗時", + "zh-tw": "耗時", + "en": "Duration", + "it": "Tempo impiegato" + }, + "acifrw4": { + "zh-cn": "作业集群", + "zh-hk": "作業叢集", + "zh-tw": "作業叢集", + "en": "Job Cluster", + "it": "Cluster di job" + }, + "jjww5b4": { + "zh-cn": "集群编号", + "zh-hk": "叢集編號", + "zh-tw": "叢集編號", + "en": "Cluster ID", + "it": "ID cluster" + }, + "g56t2": { + "zh-cn": "宕机", + "zh-hk": "宕機", + "zh-tw": "當機", + "en": "Down", + "it": "Down" + }, + "e514m3": { + "zh-cn": "工作中", + "zh-hk": "工作中", + "zh-tw": "工作中", + "en": "In Progress", + "it": "In esecuzione" + }, + "2k3z0j5": { + "zh-cn": "等待被唤醒", + "zh-hk": "等待被喚醒", + "zh-tw": "等待被喚醒", + "en": "Awaiting Wake-up", + "it": "In attesa di risveglio" + }, + "ac67ho4": { + "zh-cn": "作业信息", + "zh-hk": "作業資訊", + "zh-tw": "作業資訊", + "en": "Job Information", + "it": "Informazioni sul job" + }, + "1zj28h8": { + "zh-cn": "作业编号不能为空", + "zh-hk": "作業編號不能為空", + "zh-tw": "作業編號不能為空", + "en": "Job ID cannot be empty", + "it": "L'ID del job non può essere vuoto" + }, + "7bzbvb7": { + "zh-cn": "组名称不能为空", + "zh-hk": "組名稱不能為空", + "zh-tw": "組名稱不能為空", + "en": "Group name cannot be empty", + "it": "Il nome del gruppo non può essere vuoto" + }, + "arblyn4": { + "zh-cn": "创建类型", + "zh-hk": "創建類型", + "zh-tw": "建立類型", + "en": "Creation Type", + "it": "Tipo di creazione" + }, + "s7n50n5": { + "zh-cn": "扫描触发器", + "zh-hk": "掃描觸發器", + "zh-tw": "掃描觸發器", + "en": "Scan Trigger", + "it": "Trigger di scansione" + }, + "mi9shkt": { + "zh-cn": "此参数只在新增作业时生效
扫描定义在作业上的触发器", + "zh-hk": "此參數只在新增作業時生效
掃描定義在作業上的觸發器", + "zh-tw": "此參數只在新增作業時生效
掃描定義在作業上的觸發器", + "en": "This parameter only takes effect when adding a new job
Scan triggers defined on the job", + "it": "Questo parametro ha effetto solo durante la creazione di nuovi job
Scansiona i trigger definiti sul job" + }, + "gppc284": { + "zh-cn": "脚本代码", + "zh-hk": "腳本代碼", + "zh-tw": "腳本程式碼", + "en": "Script Code", + "it": "Codice script" + }, + "hzcj0o6": { + "zh-cn": "每分钟 00", + "zh-hk": "每分鐘 00", + "zh-tw": "每分鐘 00", + "en": "Every minute at 00", + "it": "Ogni minuto 00" + }, + "rqwe0g9": { + "zh-cn": "每小时 00:00", + "zh-hk": "每小時 00:00", + "zh-tw": "每小時 00:00", + "en": "Every hour at 00:00", + "it": "Ogni ora 00:00" + }, + "2e5y56b": { + "zh-cn": "每天 00:00:00", + "zh-hk": "每天 00:00:00", + "zh-tw": "每天 00:00:00", + "en": "Daily at 00:00:00", + "it": "Ogni giorno 00:00:00" + }, + "s1656nf": { + "zh-cn": "每月 1 号 00:00:00", + "zh-hk": "每月 1 號 00:00:00", + "zh-tw": "每月 1 號 00:00:00", + "en": "00:00:00 on the 1st day of each month", + "it": "Ogni 1° del mese 00:00:00" + }, + "ceigbwc": { + "zh-cn": "每周日 00:00:00", + "zh-hk": "每週日 00:00:00", + "zh-tw": "每週日 00:00:00", + "en": "00:00:00 every Sunday", + "it": "Ogni domenica 00:00:00" + }, + "nfmd3aj": { + "zh-cn": "每年 1 月 1 号 00:00:00", + "zh-hk": "每年 1 月 1 號 00:00:00", + "zh-tw": "每年 1 月 1 號 00:00:00", + "en": "00:00:00 on January 1st each year", + "it": "Ogni 1° gennaio 00:00:00" + }, + "79al54f": { + "zh-cn": "每周一至周五 00:00:00", + "zh-hk": "每週一至週五 00:00:00", + "zh-tw": "每週一至週五 00:00:00", + "en": "00:00:00 from Monday to Friday", + "it": "Da lunedì a venerdì 00:00:00" + }, + "42kwsy8": { + "zh-cn": "间隔时间不能为空", + "zh-hk": "間隔時間不能為空", + "zh-tw": "間隔時間不能為空", + "en": "Interval cannot be empty", + "it": "L'intervallo non può essere vuoto" + }, + "a1e17fb": { + "zh-cn": "Cron表达式不能为空", + "zh-hk": "Cron表達式不能為空", + "zh-tw": "Cron表達式不能為空", + "en": "Cron expression cannot be empty", + "it": "L'espressione Cron non può essere vuota" + }, + "7v305q9": { + "zh-cn": "触发器编号不能为空", + "zh-hk": "觸發器編號不能為空", + "zh-tw": "觸發器編號不能為空", + "en": "Trigger ID cannot be empty", + "it": "L'ID del trigger non può essere vuoto" + }, + "i4ldir5": { + "zh-cn": "触发器类型", + "zh-hk": "觸發器類型", + "zh-tw": "觸發器類型", + "en": "Trigger type", + "it": "Tipo di trigger" + }, + "qbz42": { + "zh-cn": "间隔", + "zh-hk": "間隔", + "zh-tw": "間隔", + "en": "Interval", + "it": "Intervallo" + }, + "prb8qd7": { + "zh-cn": "Cron表达式", + "zh-hk": "Cron表達式", + "zh-tw": "Cron表達式", + "en": "Cron expression", + "it": "Espressione Cron" + }, + "efhjbb8": { + "zh-cn": "间隔时间(ms)", + "zh-hk": "間隔時間(ms)", + "zh-tw": "間隔時間(ms)", + "en": "Interval (ms)", + "it": "Intervallo (ms)" + }, + "5koe1p8": { + "zh-cn": "重试间隔(ms)", + "zh-hk": "重試間隔(ms)", + "zh-tw": "重試間隔(ms)", + "en": "Retry Interval (ms)", + "it": "Intervallo di riprova (ms)" + }, + "fu6tep4": { + "zh-cn": "立即启动", + "zh-hk": "立即啟動", + "zh-tw": "立即啟動", + "en": "Start Immediately", + "it": "Avvia immediatamente" + }, + "71bqoz7": { + "zh-cn": "启动时执行一次", + "zh-hk": "啟動時執行一次", + "zh-tw": "啟動時執行一次", + "en": "Execute Once on Startup", + "it": "Esegui una volta all'avvio" + }, + "4hrriz6": { + "zh-cn": "重置触发次数", + "zh-hk": "重設觸發次數", + "zh-tw": "重設觸發次數", + "en": "Reset Trigger Count", + "it": "Reimposta conteggio trigger" + }, + "rky0sj1g": { + "zh-cn": "是否在启动时重置最大触发次数等于一次的作业
解决因持久化数据已完成一次触发但启动时不再执行的问题", + "zh-hk": "是否在啟動時重設最大觸發次數等於一次的作業
解決因持久化數據已完成一次觸發但啟動時不再執行的問題", + "zh-tw": "是否在啟動時重設最大觸發次數等於一次的作業
解決因持久化資料已完成一次觸發但啟動時不再執行的問題", + "en": "Whether to reset the maximum trigger count to one for jobs on startup
Resolves the issue where persisted data has already triggered once but does not execute again on startup", + "it": "Reimpostare i lavori con trigger massimo=1 all'avvio?
Risoluzione problema: trigger già completato nei dati persistenti ma non eseguito all'avvio" + }, + "tb3oz8a": { + "zh-cn": "Cron表达式生成器", + "zh-hk": "Cron表達式生成器", + "zh-tw": "Cron運算式產生器", + "en": "Cron Expression Generator", + "it": "Generatore espressioni Cron" + }, + "h6ghbdvj": { + "zh-cn": "#region using\n\nusing Furion;\nusing Furion.Logging;\nusing Furion.RemoteRequest.Extensions;\nusing Furion.Schedule;\nusing Microsoft.Extensions.DependencyInjection;\nusing System;\nusing System.Data;\nusing System.Linq.Dynamic.Core;\nusing System.Linq.Expressions;\nusing System.Text;\nusing System.Threading;\nusing System.Threading.Tasks;\nusing Yitter.IdGenerator;\n\n#endregion\n\nnamespace Admin.NET.Core;\n\n/// \n/// 动态作业任务\n/// \n[JobDetail(\"你的作业编号\")]\npublic class DynamicJob : IJob\n{\n private readonly IServiceProvider _serviceProvider;\n\n public DynamicJob(IServiceProvider serviceProvider)\n {\n _serviceProvider = serviceProvider;\n }\n\n public async Task ExecuteAsync(JobExecutingContext context, CancellationToken stoppingToken)\n {\n using var serviceScope = _serviceProvider.CreateScope();\n \n // 获取用户仓储\n // var rep = serviceScope.ServiceProvider.GetService>();\n\n // 请求网址\n // var result = await \"http://www.baidu.com\".GetAsStringAsync();\n // Console.WriteLine(result);\n\n // 日志\n // Log.Information(\"日志消息\");\n }\n}", + "zh-hk": "#region using", + "zh-tw": "#region using", + "en": "#region using", + "it": "#region using" + }, + "gagp2q4": { + "zh-cn": "系统信息", + "zh-hk": "系統資訊", + "zh-tw": "系統資訊", + "en": "System Information", + "it": "Informazioni di sistema" + }, + "z4ueyg5": { + "zh-cn": "主机名称:", + "zh-hk": "主機名稱:", + "zh-tw": "主機名稱:", + "en": "Host Name:", + "it": "Nome host:" + }, + "lir6m15": { + "zh-cn": "操作系统:", + "zh-hk": "操作系統:", + "zh-tw": "作業系統:", + "en": "Operating System:", + "it": "Sistema operativo:" + }, + "7w5h8o5": { + "zh-cn": "系统架构:", + "zh-hk": "系統架構:", + "zh-tw": "系統架構:", + "en": "System Architecture:", + "it": "Architettura del sistema:" + }, + "xfaouy6": { + "zh-cn": "CPU核数:", + "zh-hk": "CPU核數:", + "zh-tw": "CPU核心數:", + "en": "CPU Cores:", + "it": "N. core CPU:" + }, + "bokwl15": { + "zh-cn": "运行时长:", + "zh-hk": "運行時長:", + "zh-tw": "運作時長:", + "en": "Uptime:", + "it": "Tempo di esecuzione:" + }, + "9lf12n5": { + "zh-cn": "外网地址:", + "zh-hk": "外網地址:", + "zh-tw": "外網位址:", + "en": "External IP:", + "it": "Indirizzo IP pubblico:" + }, + "jzmg9u5": { + "zh-cn": "内网地址:", + "zh-hk": "內網地址:", + "zh-tw": "內網位址:", + "en": "Internal IP:", + "it": "Indirizzo IP privato:" + }, + "bopb725": { + "zh-cn": "运行框架:", + "zh-hk": "運行框架:", + "zh-tw": "執行框架:", + "en": "Runtime Framework:", + "it": "Framework di runtime:" + }, + "aiiho74": { + "zh-cn": "使用信息", + "zh-hk": "使用資訊", + "zh-tw": "使用資訊", + "en": "Usage Information", + "it": "Informazioni sull'utilizzo" + }, + "ebatg3": { + "zh-cn": "已用:", + "zh-hk": "已用:", + "zh-tw": "已用:", + "en": "Used:", + "it": "Utilizzato:" + }, + "cg1m23": { + "zh-cn": "剩余:", + "zh-hk": "剩餘:", + "zh-tw": "剩餘:", + "en": "Remaining:", + "it": "Disponibile:" + }, + "ojyuyd5": { + "zh-cn": "内存使用率", + "zh-hk": "記憶體使用率", + "zh-tw": "記憶體使用率", + "en": "Memory Usage", + "it": "Utilizzo memoria" + }, + "xbq8ie6": { + "zh-cn": "CPU使用率", + "zh-hk": "CPU使用率", + "zh-tw": "CPU使用率", + "en": "CPU Usage", + "it": "Utilizzo CPU" + }, + "f4yg9p5": { + "zh-cn": "启动时间:", + "zh-hk": "啟動時間:", + "zh-tw": "啟動時間:", + "en": "Startup Time:", + "it": "Tempo di avvio:" + }, + "gkvmej5": { + "zh-cn": "网站目录:", + "zh-hk": "網站目錄:", + "zh-tw": "網站目錄:", + "en": "Website Directory:", + "it": "Directory sito web:" + }, + "rcjek55": { + "zh-cn": "开发环境:", + "zh-hk": "開發環境:", + "zh-tw": "開發環境:", + "en": "Development Environment:", + "it": "Ambiente di sviluppo:" + }, + "xdcqi95": { + "zh-cn": "环境变量:", + "zh-hk": "環境變數:", + "zh-tw": "環境變數:", + "en": "Environment Variables:", + "it": "Variabili d'ambiente:" + }, + "7haesw5": { + "zh-cn": "程序集信息", + "zh-hk": "組件資訊", + "zh-tw": "組件資訊", + "en": "Assembly Information", + "it": "Informazioni assembly" + }, + "fq3hgl4": { + "zh-cn": "磁盘信息", + "zh-hk": "磁碟資訊", + "zh-tw": "磁碟資訊", + "en": "Disk Information", + "it": "Informazioni disco" + }, + "3g7dxm8": { + "zh-cn": "禁止删除顶层缓存", + "zh-hk": "禁止刪除頂層快取", + "zh-tw": "禁止刪除頂層快取", + "en": "Top-level Cache Deletion Prohibited", + "it": "Eliminazione cache di livello superiore vietata" + }, + "zgzy6j8": { + "zh-cn": "确定删除缓存:【", + "zh-hk": "確定刪除快取:【", + "zh-tw": "確定刪除快取:【", + "en": "Confirm deletion of cache: 【", + "it": "Conferma eliminazione cache:【" + }, + "b0hu7a9": { + "zh-cn": "确认清空所有缓存?", + "zh-hk": "確認清空所有快取?", + "zh-tw": "確認清空所有快取?", + "en": "Confirm clearing all cache?", + "it": "Confermare la cancellazione di tutte le cache?" + }, + "edyzqc4": { + "zh-cn": "清空成功", + "zh-hk": "清空成功", + "zh-tw": "清空成功", + "en": "Cache cleared successfully", + "it": "Cache svuotata con successo" + }, + "rwzrfgf": { + "zh-cn": "系统缓存数据管理,请慎重操作!", + "zh-hk": "系統快取數據管理,請慎重操作!", + "zh-tw": "系統快取資料管理,請慎重操作!", + "en": "System cache data management - proceed with caution!", + "it": "Gestione dati cache di sistema - operare con cautela!" + }, + "ges7fa4": { + "zh-cn": "缓存列表", + "zh-hk": "快取列表", + "zh-tw": "快取清單", + "en": "Cache list", + "it": "Elenco cache" + }, + "gevalf4": { + "zh-cn": "缓存数据", + "zh-hk": "緩存數據", + "zh-tw": "快取資料", + "en": "Cache data", + "it": "Dati cache" + }, + "azjgmh4": { + "zh-cn": "删除缓存", + "zh-hk": "刪除緩存", + "zh-tw": "刪除快取", + "en": "Delete cache", + "it": "Elimina cache" + }, + "xeardp6": { + "zh-cn": "添加行政区域", + "zh-hk": "新增行政區域", + "zh-tw": "新增行政區域", + "en": "Add administrative region", + "it": "Aggiungi regione amministrativa" + }, + "zy7v76": { + "zh-cn": "编辑行政区域", + "zh-hk": "編輯行政區域", + "zh-tw": "編輯行政區域", + "en": "Edit administrative region", + "it": "Modifica regione amministrativa" + }, + "7gd4w2a": { + "zh-cn": "确定删除行政区域:【", + "zh-hk": "確定刪除行政區域:【", + "zh-tw": "確定刪除行政區域:【", + "en": "Confirm deletion of administrative region: 【", + "it": "Confermare l'eliminazione della regione amministrativa: 【" + }, + "u50firg": { + "zh-cn": "确认同步国家统计局行政区域数据?", + "zh-hk": "確認同步國家統計局行政區域數據?", + "zh-tw": "確認同步國家統計局行政區域資料?", + "en": "Confirm synchronizing NBS administrative division data?", + "it": "Confermare la sincronizzazione dei dati amministrativi regionali dell'Ufficio Nazionale di Statistica?" + }, + "eg7ha": { + "zh-cn": "后台努力同步中...", + "zh-hk": "後台正在同步中...", + "zh-tw": "後台同步處理中...", + "en": "Background synchronization in progress...", + "it": "Sincronizzazione in corso in background..." + }, + "hm48c64": { + "zh-cn": "行政名称", + "zh-hk": "行政名稱", + "zh-tw": "行政區名稱", + "en": "Administrative Name", + "it": "Nome amministrativo" + }, + "hm3cc14": { + "zh-cn": "行政代码", + "zh-hk": "行政代碼", + "zh-tw": "行政區代碼", + "en": "Administrative Code", + "it": "Codice amministrativo" + }, + "cgarvf5": { + "zh-cn": "同步统计局", + "zh-hk": "同步統計局", + "zh-tw": "同步統計局", + "en": "Synchronize with NBS", + "it": "Sincronizza con l'Ufficio Statistico" + }, + "em7x2": { + "zh-cn": "区号", + "zh-hk": "區號", + "zh-tw": "區號", + "en": "Area Code", + "it": "Prefisso telefonico" + }, + "rjkimj6": { + "zh-cn": "上级行政Id", + "zh-hk": "上級行政Id", + "zh-tw": "上級行政Id", + "en": "Parent Administrative Id", + "it": "ID amministrativo superiore" + }, + "krcl3va": { + "zh-cn": "上级行政Id不能为空", + "zh-hk": "上級行政Id不能為空", + "zh-tw": "上級行政Id不能為空", + "en": "Parent Administrative Id cannot be empty", + "it": "L'ID amministrativo superiore non può essere vuoto" + }, + "tpezndh": { + "zh-cn": "上级行政Id或上级行政代码或默认0", + "zh-hk": "上級行政Id或上級行政代碼或預設0", + "zh-tw": "上級行政Id或上級行政代碼或預設0", + "en": "Parent Administrative Id or Parent Administrative Code (default: 0)", + "it": "ID amministrativo superiore o codice amministrativo superiore o valore predefinito 0" + }, + "sdotru8": { + "zh-cn": "行政名称不能为空", + "zh-hk": "行政名稱不能為空", + "zh-tw": "行政名稱不能為空", + "en": "Administrative Name cannot be empty", + "it": "Il nome amministrativo non può essere vuoto" + }, + "mleuyn8": { + "zh-cn": "行政代码不能为空", + "zh-hk": "行政代碼不能為空", + "zh-tw": "行政代碼不能為空", + "en": "Administrative code cannot be empty", + "it": "Il codice amministrativo non può essere vuoto" + }, + "ltu4gr6": { + "zh-cn": "行政区域名称", + "zh-hk": "行政區域名稱", + "zh-tw": "行政區域名稱", + "en": "Administrative region name", + "it": "Nome dell'area amministrativa" + }, + "a6esth4": { + "zh-cn": "上传成功", + "zh-hk": "上傳成功", + "zh-tw": "上傳成功", + "en": "Upload successful", + "it": "Caricamento completato con successo" + }, + "w76pdh8": { + "zh-cn": "确定删除文件:【", + "zh-hk": "確定刪除文件:【", + "zh-tw": "確定刪除檔案:【", + "en": "Confirm deletion of file: 【", + "it": "Conferma eliminazione file:【" + }, + "pm4lx9a": { + "zh-cn": "此文件格式不支持预览", + "zh-hk": "此文件格式不支援預覽", + "zh-tw": "此檔案格式不支援預覽", + "en": "This file format is not supported for preview", + "it": "Questo formato di file non supporta l'anteprima" + }, + "d4z7rm4": { + "zh-cn": "文件名称", + "zh-hk": "檔案名稱", + "zh-tw": "檔案名稱", + "en": "File name", + "it": "Nome del file" + }, + "cd0k3t4": { + "zh-cn": "开始时间", + "zh-hk": "開始時間", + "zh-tw": "開始時間", + "en": "Start time", + "it": "Ora di inizio" + }, + "dphy2": { + "zh-cn": "上传", + "zh-hk": "上傳", + "zh-tw": "上傳", + "en": "Upload", + "it": "Carica" + }, + "ezsi2": { + "zh-cn": "后缀", + "zh-hk": "後綴", + "zh-tw": "副檔名", + "en": "Extension", + "it": "Estensione" + }, + "bmajhb4": { + "zh-cn": "大小kb", + "zh-hk": "大小kb", + "zh-tw": "大小kb", + "en": "Size (KB)", + "it": "Dimensione (KB)" + }, + "db9abd4": { + "zh-cn": "无法预览", + "zh-hk": "無法預覽", + "zh-tw": "無法預覽", + "en": "Preview unavailable", + "it": "Anteprima non disponibile" + }, + "buyqs14": { + "zh-cn": "存储位置", + "zh-hk": "儲存位置", + "zh-tw": "儲存位置", + "en": "Storage location", + "it": "Posizione di archiviazione" + }, + "bv30mn4": { + "zh-cn": "存储标识", + "zh-hk": "儲存標識", + "zh-tw": "儲存識別碼", + "en": "Storage identifier", + "it": "Identificatore di archiviazione" + }, + "d55wjj4": { + "zh-cn": "文件类型", + "zh-hk": "檔案類型", + "zh-tw": "檔案類型", + "en": "File type", + "it": "Tipo di file" + }, + "d8p8vf4": { + "zh-cn": "是否公开", + "zh-hk": "是否公開", + "zh-tw": "是否公開", + "en": "Public visibility", + "it": "Pubblico" + }, + "ftzwss6": { + "zh-cn": "关联对象名称", + "zh-hk": "關聯對象名稱", + "zh-tw": "關聯物件名稱", + "en": "Associated object name", + "it": "Nome oggetto associato" + }, + "ftkzus6": { + "zh-cn": "关联对象Id", + "zh-hk": "關聯對象Id", + "zh-tw": "關聯物件Id", + "en": "Associated object ID", + "it": "ID oggetto associato" + }, + "crn9p54": { + "zh-cn": "所属Id", + "zh-hk": "所屬Id", + "zh-tw": "所屬Id", + "en": "Owner ID", + "it": "ID proprietario" + }, + "a6fdb94": { + "zh-cn": "上传文件", + "zh-hk": "上傳檔案", + "zh-tw": "上傳檔案", + "en": "Upload file", + "it": "Carica file" + }, + "wxrovq7": { + "zh-cn": "请选择文件类型", + "zh-hk": "請選擇檔案類型", + "zh-tw": "請選擇檔案類型", + "en": "Please select file type", + "it": "Seleziona il tipo di file" + }, + "fcm32i4": { + "zh-cn": "相关文件", + "zh-hk": "相關檔案", + "zh-tw": "相關檔案", + "en": "Related Documents", + "it": "File correlati" + }, + "cglen44": { + "zh-cn": "归档文件", + "zh-hk": "歸檔檔案", + "zh-tw": "歸檔檔案", + "en": "Archived Files", + "it": "File archiviati" + }, + "fowaep5": { + "zh-cn": "是否公开:", + "zh-hk": "是否公開:", + "zh-tw": "是否公開:", + "en": "Public Visibility:", + "it": "Visibilità:" + }, + "wlobrhh": { + "zh-cn": "请上传大小不超过 10MB 的文件", + "zh-hk": "請上傳大小不超過 10MB 的檔案", + "zh-tw": "請上傳大小不超過 10MB 的檔案", + "en": "Please upload files not exceeding 10MB in size", + "it": "Caricare file con dimensione ≤10MB" + }, + "39e3899": { + "zh-cn": "将文件拖到此处,或", + "zh-hk": "將檔案拖到此處,或", + "zh-tw": "將檔案拖曳到此處,或", + "en": "Drag files here, or", + "it": "Trascina file qui oppure" + }, + "ek7w3c4": { + "zh-cn": "点击上传", + "zh-hk": "點擊上傳", + "zh-tw": "點擊上傳", + "en": "Click to Upload", + "it": "Clicca per caricare" + }, + "gmkhca4": { + "zh-cn": "编辑文件", + "zh-hk": "編輯檔案", + "zh-tw": "編輯檔案", + "en": "Edit File", + "it": "Modifica file" + }, + "1vh5yu9": { + "zh-cn": "修改文件信息成功!", + "zh-hk": "修改檔案資訊成功!", + "zh-tw": "修改檔案資訊成功!", + "en": "File information modified successfully!", + "it": "Informazioni file aggiornate con successo!" + }, + "1whzk29": { + "zh-cn": "修改文件信息失败:", + "zh-hk": "修改檔案資訊失敗:", + "zh-tw": "修改檔案資訊失敗:", + "en": "Failed to modify file information:", + "it": "Aggiornamento informazioni fallito:" + }, + "84cbtq8": { + "zh-cn": "文件名称不能为空", + "zh-hk": "檔案名稱不能為空", + "zh-tw": "檔案名稱不能為空", + "en": "File name cannot be empty", + "it": "Il nome del file è obbligatorio" + }, + "ftkztw6": { + "zh-cn": "关联对象ID", + "zh-hk": "關聯對象ID", + "zh-tw": "關聯物件ID", + "en": "Associated Object ID", + "it": "ID oggetto associato" + }, + "crn9o94": { + "zh-cn": "所属ID", + "zh-hk": "所屬ID", + "zh-tw": "所屬ID", + "en": "Parent ID", + "it": "ID proprietario" + }, + "sjdqo06": { + "zh-cn": "添加打印模板", + "zh-hk": "新增列印範本", + "zh-tw": "新增列印範本", + "en": "Add Print Template", + "it": "Aggiungi modello di stampa" + }, + "3uysui6": { + "zh-cn": "编辑打印模板", + "zh-hk": "編輯列印範本", + "zh-tw": "編輯列印範本", + "en": "Edit Print Template", + "it": "Modifica modello di stampa" + }, + "b9mfkxa": { + "zh-cn": "确定删除打印模板:【", + "zh-hk": "確定刪除列印範本:【", + "zh-tw": "確定刪除列印範本:【", + "en": "Confirm Deletion of Print Template: 【", + "it": "Conferma eliminazione modello di stampa:【" + }, + "agiwnt4": { + "zh-cn": "保存模板", + "zh-hk": "儲存範本", + "zh-tw": "儲存範本", + "en": "Save Template", + "it": "Salva modello" + }, + "f2tvjj8": { + "zh-cn": "模板名称不能为空", + "zh-hk": "範本名稱不能為空", + "zh-tw": "範本名稱不能為空", + "en": "Template Name Cannot Be Empty", + "it": "Il nome del modello non può essere vuoto" + }, + "cr9x2l4": { + "zh-cn": "打印类型", + "zh-hk": "列印類型", + "zh-tw": "列印類型", + "en": "Print Type", + "it": "Tipo di stampa" + }, + "9fpibm7": { + "zh-cn": "客户端服务地址", + "zh-hk": "客戶端服務地址", + "zh-tw": "客戶端服務位址", + "en": "Client Service Address", + "it": "Indirizzo del servizio client" + }, + "cr32gb4": { + "zh-cn": "打印参数", + "zh-hk": "列印參數", + "zh-tw": "列印參數", + "en": "Print Parameters", + "it": "Parametri di stampa" + }, + "krzyek7": { + "zh-cn": "请输入打印参数", + "zh-hk": "請輸入列印參數", + "zh-tw": "請輸入列印參數", + "en": "Please enter print parameters", + "it": "Inserire i parametri di stampa" + }, + "co6uwd4": { + "zh-cn": "微软雅黑", + "zh-hk": "微軟雅黑", + "zh-tw": "微軟正黑體", + "en": "Microsoft YaHei", + "it": "Microsoft YaHei" + }, + "rg6a2": { + "zh-cn": "黑体", + "zh-hk": "黑體", + "zh-tw": "黑體", + "en": "SimHei", + "it": "SimHei" + }, + "g0882": { + "zh-cn": "宋体", + "zh-hk": "宋體", + "zh-tw": "明體", + "en": "SimSun", + "it": "SimSun" + }, + "au819k4": { + "zh-cn": "华为楷体", + "zh-hk": "華為楷體", + "zh-tw": "華為楷體", + "en": "Huawei Kaiti", + "it": "Huawei Kaiti" + }, + "wd0g7r6": { + "zh-cn": "操作失败: ", + "zh-hk": "操作失敗:", + "zh-tw": "操作失敗:", + "en": "Operation failed:", + "it": "Operazione fallita:" + }, + "spjq0hb": { + "zh-cn": "是否确认清空模板信息?", + "zh-hk": "是否確認清空範本資訊?", + "zh-tw": "是否確認清空範本資訊?", + "en": "Confirm to clear template information?", + "it": "Confermare la cancellazione delle informazioni del modello?" + }, + "o6902": { + "zh-cn": "警告", + "zh-hk": "警告", + "zh-tw": "警告", + "en": "Warning", + "it": "Avviso" + }, + "cr0rf3": { + "zh-cn": "出错:", + "zh-hk": "出錯:", + "zh-tw": "出錯:", + "en": "Error:", + "it": "Errore:" + }, + "cpmez3": { + "zh-cn": "出错:", + "zh-hk": "出錯:", + "zh-tw": "出錯:", + "en": "Error:", + "it": "Errore:" + }, + "kmbcxg4": { + "zh-cn": "默认纸张", + "zh-hk": "預設紙張", + "zh-tw": "預設紙張", + "en": "Default Paper", + "it": "Carta predefinita" + }, + "w3xhtga": { + "zh-cn": "设置纸张宽高(mm)", + "zh-hk": "設定紙張寬高(mm)", + "zh-tw": "設定紙張寬高(mm)", + "en": "Set Paper Dimensions (mm)", + "it": "Imposta larghezza/altezza carta (mm)" + }, + "mmnro45": { + "zh-cn": "自定义宽高", + "zh-hk": "自訂寬高", + "zh-tw": "自訂寬高", + "en": "Custom Dimensions", + "it": "Dimensioni personalizzate" + }, + "zbkfaa5": { + "zh-cn": "宽(mm)", + "zh-hk": "寬(mm)", + "zh-tw": "寬(mm)", + "en": "Width (mm)", + "it": "Larghezza (mm)" + }, + "1o8bev5": { + "zh-cn": "高(mm)", + "zh-hk": "高(mm)", + "zh-tw": "高(mm)", + "en": "Height (mm)", + "it": "Altezza (mm)" + }, + "e7n4t3": { + "zh-cn": "左对齐", + "zh-hk": "靠左對齊", + "zh-tw": "靠左對齊", + "en": "Left Align", + "it": "Allinea a sinistra" + }, + "g4g82": { + "zh-cn": "居中", + "zh-hk": "置中", + "zh-tw": "置中", + "en": "Center", + "it": "Centra" + }, + "cr6i23": { + "zh-cn": "右对齐", + "zh-hk": "靠右對齊", + "zh-tw": "靠右對齊", + "en": "Right Align", + "it": "Allinea a destra" + }, + "msfvx3": { + "zh-cn": "顶对齐", + "zh-hk": "靠頂對齊", + "zh-tw": "頂端對齊", + "en": "Top Align", + "it": "Allinea in alto" + }, + "bj7l4q4": { + "zh-cn": "垂直居中", + "zh-hk": "垂直置中", + "zh-tw": "垂直置中", + "en": "Vertical Center", + "it": "Centra verticalmente" + }, + "eb8wc3": { + "zh-cn": "底对齐", + "zh-hk": "靠底對齊", + "zh-tw": "底端對齊", + "en": "Bottom alignment", + "it": "Allinea in basso" + }, + "dqrlvo4": { + "zh-cn": "横向分散", + "zh-hk": "水平分散", + "zh-tw": "水平分散", + "en": "Horizontal distribution", + "it": "Distribuzione orizzontale" + }, + "gc1lw94": { + "zh-cn": "纵向分散", + "zh-hk": "垂直分散", + "zh-tw": "垂直分散", + "en": "Vertical distribution", + "it": "Distribuzione verticale" + }, + "i3nl2": { + "zh-cn": "旋转", + "zh-hk": "旋轉", + "zh-tw": "旋轉", + "en": "Rotation", + "it": "Rotazione" + }, + "ee0h8z4": { + "zh-cn": "清空模板", + "zh-hk": "清空範本", + "zh-tw": "清除範本", + "en": "Clear template", + "it": "Svuota modello" + }, + "e9ih7e6": { + "zh-cn": "模板JSON", + "zh-hk": "範本JSON", + "zh-tw": "範本JSON", + "en": "Template JSON", + "it": "Modello JSON" + }, + "g8ll2": { + "zh-cn": "属性", + "zh-hk": "屬性", + "zh-tw": "屬性", + "en": "Properties", + "it": "Proprietà" + }, + "ed8ep44": { + "zh-cn": "测试数据", + "zh-hk": "測試數據", + "zh-tw": "測試資料", + "en": "Test data", + "it": "Dati di test" + }, + "i2aulc6": { + "zh-cn": "格式化字符串", + "zh-hk": "格式化字串", + "zh-tw": "格式化字串", + "en": "Format string", + "it": "Formatta stringa" + }, + "1lxo21c": { + "zh-cn": "对整个文档的完整测试数据", + "zh-hk": "對整個文件的完整測試數據", + "zh-tw": "對整個文件的完整測試資料", + "en": "Complete test data for the entire document", + "it": "Dati di test completi per l'intero documento" + }, + "cr6vuj4": { + "zh-cn": "打印模板", + "zh-hk": "列印範本", + "zh-tw": "列印範本", + "en": "Print Template", + "it": "Modello di stampa" + }, + "owsmc66": { + "zh-cn": "【公共组件】", + "zh-hk": "【公共組件】", + "zh-tw": "【公共元件】", + "en": "【Common Components】", + "it": "【Componenti pubblici】" + }, + "flzwg3": { + "zh-cn": "条形码", + "zh-hk": "條形碼", + "zh-tw": "條碼", + "en": "Barcode", + "it": "Codice a barre" + }, + "c4ffd3": { + "zh-cn": "二维码", + "zh-hk": "二維碼", + "zh-tw": "二維碼", + "en": "QR Code", + "it": "Codice QR" + }, + "nrv82": { + "zh-cn": "表格", + "zh-hk": "表格", + "zh-tw": "表格", + "en": "Table", + "it": "Tabella" + }, + "i1y72": { + "zh-cn": "数量", + "zh-hk": "數量", + "zh-tw": "數量", + "en": "Quantity", + "it": "Quantità" + }, + "o06w2": { + "zh-cn": "规格", + "zh-hk": "規格", + "zh-tw": "規格", + "en": "Specification", + "it": "Specifiche" + }, + "i8qo2": { + "zh-cn": "条码", + "zh-hk": "條碼", + "zh-tw": "條碼", + "en": "Barcode", + "it": "Barcode" + }, + "elvm2": { + "zh-cn": "单价", + "zh-hk": "單價", + "zh-tw": "單價", + "en": "Unit Price", + "it": "Prezzo unitario" + }, + "pn1o2": { + "zh-cn": "金额", + "zh-hk": "金額", + "zh-tw": "金額", + "en": "Amount", + "it": "Importo" + }, + "hu2t2": { + "zh-cn": "文本", + "zh-hk": "文本", + "zh-tw": "文字", + "en": "Text", + "it": "Testo" + }, + "mmp5em5": { + "zh-cn": "自定义文本", + "zh-hk": "自定義文本", + "zh-tw": "自訂文字", + "en": "Custom Text", + "it": "Testo personalizzato" + }, + "k3c1ib": { + "zh-cn": "长文本分页/不分页测试", + "zh-hk": "長文本分頁/不分頁測試", + "zh-tw": "長文字分頁/不分頁測試", + "en": "Long Text Pagination/Non-pagination Test", + "it": "Test di testo lungo con/senza impaginazione" + }, + "me4hw3": { + "zh-cn": "长文本", + "zh-hk": "長文本", + "zh-tw": "長文字", + "en": "Long Text", + "it": "Testo lungo" + }, + "ir4l2": { + "zh-cn": "横线", + "zh-hk": "橫線", + "zh-tw": "橫線", + "en": "Horizontal Line", + "it": "Linea orizzontale" + }, + "ll7t2": { + "zh-cn": "竖线", + "zh-hk": "直線", + "zh-tw": "豎線", + "en": "Vertical Line", + "it": "Linea verticale" + }, + "kx3t2": { + "zh-cn": "矩形", + "zh-hk": "矩形", + "zh-tw": "矩形", + "en": "Rectangle", + "it": "Rettangolo" + }, + "id892": { + "zh-cn": "椭圆", + "zh-hk": "橢圓", + "zh-tw": "橢圓", + "en": "Ellipse", + "it": "Ellisse" + }, + "h3zcs56": { + "zh-cn": "【视图字段】", + "zh-hk": "【檢視欄位】", + "zh-tw": "【檢視欄位】", + "en": "【View Field】", + "it": "【Campo vista】" + }, + "cp4p43": { + "zh-cn": "制表人", + "zh-hk": "製表人", + "zh-tw": "製表人", + "en": "Prepared by", + "it": "Preparato da" + }, + "cr6fi34": { + "zh-cn": "打印时间", + "zh-hk": "列印時間", + "zh-tw": "列印時間", + "en": "Print Time", + "it": "Data di stampa" + }, + "cg4ps74": { + "zh-cn": "库管签字", + "zh-hk": "倉管簽字", + "zh-tw": "庫管簽字", + "en": "Warehouse Keeper's Signature", + "it": "Firma del magazziniere" + }, + "ghdptc4": { + "zh-cn": "经理签字", + "zh-hk": "經理簽字", + "zh-tw": "經理簽字", + "en": "Manager's Signature", + "it": "Firma del manager" + }, + "6gowz94": { + "zh-cn": "【常规】", + "zh-hk": "【常規】", + "zh-tw": "【常規】", + "en": "【General】", + "it": "【Generale】" + }, + "axlmit4": { + "zh-cn": "单据表头", + "zh-hk": "單據表頭", + "zh-tw": "單據表頭", + "en": "Document Header", + "it": "Intestazione documento" + }, + "axjl614": { + "zh-cn": "单据类型", + "zh-hk": "單據類型", + "zh-tw": "單據類型", + "en": "Document Type", + "it": "Tipo documento" + }, + "hyu6l04": { + "zh-cn": "订单编号", + "zh-hk": "訂單編號", + "zh-tw": "訂單編號", + "en": "Order Number", + "it": "Numero ordine" + }, + "a7899d4": { + "zh-cn": "业务日期", + "zh-hk": "業務日期", + "zh-tw": "業務日期", + "en": "Business Date", + "it": "Data operazione" + }, + "c9kg804": { + "zh-cn": "平台名称", + "zh-hk": "平台名稱", + "zh-tw": "平台名稱", + "en": "Platform Name", + "it": "Nome piattaforma" + }, + "6g4jws4": { + "zh-cn": "【客户】", + "zh-hk": "【客戶】", + "zh-tw": "【客戶】", + "en": "【Customer】", + "it": "【Cliente】" + }, + "byvcwo4": { + "zh-cn": "客户名称", + "zh-hk": "客戶名稱", + "zh-tw": "客戶名稱", + "en": "Customer Name", + "it": "Nome cliente" + }, + "k232lg4": { + "zh-cn": "高级客户", + "zh-hk": "高級客戶", + "zh-tw": "高級客戶", + "en": "Premium Customer", + "it": "Cliente premium" + }, + "bz13h94": { + "zh-cn": "客户电话", + "zh-hk": "客戶電話", + "zh-tw": "客戶電話", + "en": "Customer Phone", + "it": "Telefono cliente" + }, + "11svju7": { + "zh-cn": "【表格/其他】", + "zh-hk": "【表格/其他】", + "zh-tw": "【表格/其他】", + "en": "【Table/Other】", + "it": "【Tabella/Altro】" + }, + "hypwkx4": { + "zh-cn": "订单数据", + "zh-hk": "訂單數據", + "zh-tw": "訂單數據", + "en": "Order Data", + "it": "Dati ordine" + }, + "6nni654": { + "zh-cn": "【辅助】", + "zh-hk": "【輔助】", + "zh-tw": "【輔助】", + "en": "【Auxiliary】", + "it": "【Supporto】" + }, + "pvhg3": { + "zh-cn": "A设计", + "zh-hk": "A設計", + "zh-tw": "A設計", + "en": "Design A", + "it": "Progetto A" + }, + "pw853": { + "zh-cn": "B设计", + "zh-hk": "B設計", + "zh-tw": "B設計", + "en": "Design B", + "it": "Progetto B" + }, + "p624py6": { + "zh-cn": "测试商品01", + "zh-hk": "測試商品01", + "zh-tw": "測試商品01", + "en": "Test Product 01", + "it": "Prodotto test 01" + }, + "p624pz6": { + "zh-cn": "测试商品02", + "zh-hk": "測試商品02", + "zh-tw": "測試商品02", + "en": "Test Product 02", + "it": "Prodotto test 02" + }, + "p624q06": { + "zh-cn": "测试商品03", + "zh-hk": "測試商品03", + "zh-tw": "測試商品03", + "en": "Test Product 03", + "it": "Prova prodotto 03" + }, + "p624q16": { + "zh-cn": "测试商品04", + "zh-hk": "測試商品04", + "zh-tw": "測試商品04", + "en": "Test Product 04", + "it": "Prova prodotto 04" + }, + "p624q26": { + "zh-cn": "测试商品05", + "zh-hk": "測試商品05", + "zh-tw": "測試商品05", + "en": "Test Product 05", + "it": "Prova prodotto 05" + }, + "p624q36": { + "zh-cn": "测试商品06", + "zh-hk": "測試商品06", + "zh-tw": "測試商品06", + "en": "Test Product 06", + "it": "Prova prodotto 06" + }, + "p624q46": { + "zh-cn": "测试商品07", + "zh-hk": "測試商品07", + "zh-tw": "測試商品07", + "en": "Test Product 07", + "it": "Prova prodotto 07" + }, + "p624q56": { + "zh-cn": "测试商品08", + "zh-hk": "測試商品08", + "zh-tw": "測試商品08", + "en": "Test Product 08", + "it": "Prova prodotto 08" + }, + "p624q66": { + "zh-cn": "测试商品09", + "zh-hk": "測試商品09", + "zh-tw": "測試商品09", + "en": "Test Product 09", + "it": "Prova prodotto 09" + }, + "p624qs6": { + "zh-cn": "测试商品10", + "zh-hk": "測試商品10", + "zh-tw": "測試商品10", + "en": "Test Product 10", + "it": "Prova prodotto 10" + }, + "p624qt6": { + "zh-cn": "测试商品11", + "zh-hk": "測試商品11", + "zh-tw": "測試商品11", + "en": "Test Product 11", + "it": "Prova prodotto 11" + }, + "p624qu6": { + "zh-cn": "测试商品12", + "zh-hk": "測試商品12", + "zh-tw": "測試商品12", + "en": "Test Product 12", + "it": "Prova prodotto 12" + }, + "p624qv6": { + "zh-cn": "测试商品13", + "zh-hk": "測試商品13", + "zh-tw": "測試商品13", + "en": "Test Product 13", + "it": "Prova articolo 13" + }, + "p624qw6": { + "zh-cn": "测试商品14", + "zh-hk": "測試商品14", + "zh-tw": "測試商品14", + "en": "Test Product 14", + "it": "Prova articolo 14" + }, + "p624qx6": { + "zh-cn": "测试商品15", + "zh-hk": "測試商品15", + "zh-tw": "測試商品15", + "en": "Test Product 15", + "it": "Prova articolo 15" + }, + "p624qy6": { + "zh-cn": "测试商品16", + "zh-hk": "測試商品16", + "zh-tw": "測試商品16", + "en": "Test Product 16", + "it": "Prova articolo 16" + }, + "p624qz6": { + "zh-cn": "测试商品17", + "zh-hk": "測試商品17", + "zh-tw": "測試商品17", + "en": "Test Product 17", + "it": "Prova articolo 17" + }, + "p624r06": { + "zh-cn": "测试商品18", + "zh-hk": "測試商品18", + "zh-tw": "測試商品18", + "en": "Test Product 18", + "it": "Prova articolo 18" + }, + "p624r16": { + "zh-cn": "测试商品19", + "zh-hk": "測試商品19", + "zh-tw": "測試商品19", + "en": "Test Product 19", + "it": "Prova articolo 19" + }, + "p624rn6": { + "zh-cn": "测试商品20", + "zh-hk": "測試商品20", + "zh-tw": "測試商品20", + "en": "Test Product 20", + "it": "Prova articolo 20" + }, + "p624ro6": { + "zh-cn": "测试商品21", + "zh-hk": "測試商品21", + "zh-tw": "測試商品21", + "en": "Test Product 21", + "it": "Prova articolo 21" + }, + "p624rp6": { + "zh-cn": "测试商品22", + "zh-hk": "測試商品22", + "zh-tw": "測試商品22", + "en": "Test Product 22", + "it": "Prova articolo 22" + }, + "p624rq6": { + "zh-cn": "测试商品23", + "zh-hk": "測試商品23", + "zh-tw": "測試商品23", + "en": "Test Product 23", + "it": "Prova Prodotto 23" + }, + "p624rr6": { + "zh-cn": "测试商品24", + "zh-hk": "測試商品24", + "zh-tw": "測試商品24", + "en": "Test Product 24", + "it": "Prova Prodotto 24" + }, + "p624rs6": { + "zh-cn": "测试商品25", + "zh-hk": "測試商品25", + "zh-tw": "測試商品25", + "en": "Test Product 25", + "it": "Prova Prodotto 25" + }, + "p624rt6": { + "zh-cn": "测试商品26", + "zh-hk": "測試商品26", + "zh-tw": "測試商品26", + "en": "Test Product 26", + "it": "Prova Prodotto 26" + }, + "p624ru6": { + "zh-cn": "测试商品27", + "zh-hk": "測試商品27", + "zh-tw": "測試商品27", + "en": "Test Product 27", + "it": "Prova Prodotto 27" + }, + "p624rv6": { + "zh-cn": "测试商品28", + "zh-hk": "測試商品28", + "zh-tw": "測試商品28", + "en": "Test Product 28", + "it": "Prova Prodotto 28" + }, + "p624rw6": { + "zh-cn": "测试商品29", + "zh-hk": "測試商品29", + "zh-tw": "測試商品29", + "en": "Test Product 29", + "it": "Prova Prodotto 29" + }, + "p624si6": { + "zh-cn": "测试商品30", + "zh-hk": "測試商品30", + "zh-tw": "測試商品30", + "en": "Test Product 30", + "it": "Prova Prodotto 30" + }, + "qm1o8y6": { + "zh-cn": "添加动态插件", + "zh-hk": "新增動態插件", + "zh-tw": "新增動態插件", + "en": "Add Dynamic Plugin", + "it": "Aggiungi Plugin Dinamico" + }, + "5sav9k6": { + "zh-cn": "编辑动态插件", + "zh-hk": "編輯動態插件", + "zh-tw": "編輯動態插件", + "en": "Edit Dynamic Plugin", + "it": "Modifica Plugin Dinamico" + }, + "77fb1fa": { + "zh-cn": "确定删除动态插件:【", + "zh-hk": "確定刪除動態插件:【", + "zh-tw": "確定刪除動態插件:【", + "en": "Confirm deletion of dynamic plugin:【", + "it": "Confermi eliminazione plugin dinamico:【" + }, + "aygjsx4": { + "zh-cn": "功能名称", + "zh-hk": "功能名稱", + "zh-tw": "功能名稱", + "en": "Function Name", + "it": "Nome funzione" + }, + "7h9k7v5": { + "zh-cn": "程序集名称", + "zh-hk": "組件名稱", + "zh-tw": "組件名稱", + "en": "Assembly Name", + "it": "Nome assembly" + }, + "83ldczb": { + "zh-cn": "请正确编写 C# 代码", + "zh-hk": "請正確編寫 C# 代碼", + "zh-tw": "請正確編寫 C# 程式碼", + "en": "Please write correct C# code", + "it": "Si prega di scrivere correttamente il codice C#" + }, + "cx7bwy4": { + "zh-cn": "插件信息", + "zh-hk": "插件資訊", + "zh-tw": "插件資訊", + "en": "Plugin Information", + "it": "Informazioni plugin" + }, + "n4vbv58": { + "zh-cn": "功能名称不能为空", + "zh-hk": "功能名稱不能為空", + "zh-tw": "功能名稱不能為空", + "en": "Function name cannot be empty", + "it": "Il nome della funzione non può essere vuoto" + }, + "11vase5": { + "zh-cn": "C# 代码", + "zh-hk": "C# 代碼", + "zh-tw": "C# 程式碼", + "en": "C# Code", + "it": "Codice C#" + }, + "sf35oz8": { + "zh-cn": "添加开放接口身份", + "zh-hk": "新增開放介面身份", + "zh-tw": "新增開放介面身份", + "en": "Add Open API Identity", + "it": "Aggiungi identità interfaccia aperta" + }, + "4xma158": { + "zh-cn": "编辑开放接口身份", + "zh-hk": "編輯開放介面身份", + "zh-tw": "編輯開放介面身份", + "en": "Edit Open API Identity", + "it": "Modifica identità interfaccia aperta" + }, + "pxp7f0c": { + "zh-cn": "确定删除开放接口身份:【", + "zh-hk": "確定刪除開放介面身份:【", + "zh-tw": "確定刪除開放介面身份:【", + "en": "Confirm deletion of open API identity: 【", + "it": "Confermi eliminazione identità interfaccia aperta:【" + }, + "ibvsnl4": { + "zh-cn": "身份标识", + "zh-hk": "身份識別碼", + "zh-tw": "身份識別碼", + "en": "Identity ID", + "it": "Identificativo" + }, + "od5m2": { + "zh-cn": "说明", + "zh-hk": "說明", + "zh-tw": "說明", + "en": "Description", + "it": "Descrizione" + }, + "gfbz2": { + "zh-cn": "密钥", + "zh-hk": "密鑰", + "zh-tw": "金鑰", + "en": "Secret Key", + "it": "Chiave" + }, + "o6fi5z6": { + "zh-cn": "绑定用户账号", + "zh-hk": "綁定用戶帳號", + "zh-tw": "綁定使用者帳號", + "en": "Bound User Account", + "it": "Associa account utente" + }, + "nlab4s6": { + "zh-cn": "绑定租户名称", + "zh-hk": "綁定租戶名稱", + "zh-tw": "綁定租戶名稱", + "en": "Bound Tenant Name", + "it": "Associa nome tenant" + }, + "f6rffk4": { + "zh-cn": "生成签名", + "zh-hk": "生成簽名", + "zh-tw": "產生簽章", + "en": "Generate Signature", + "it": "Genera firma" + }, + "58u9up8": { + "zh-cn": "身份标识不能为空", + "zh-hk": "身份標識不能為空", + "zh-tw": "身份識別不能為空", + "en": "Identity ID cannot be empty", + "it": "L'identificativo non può essere vuoto" + }, + "4q8tld6": { + "zh-cn": "密钥不能为空", + "zh-hk": "密鑰不能為空", + "zh-tw": "金鑰不能為空", + "en": "Secret Key cannot be empty", + "it": "La chiave non può essere vuota" + }, + "f6mdyo4": { + "zh-cn": "生成密钥", + "zh-hk": "生成密鑰", + "zh-tw": "產生金鑰", + "en": "Generate Secret Key", + "it": "Genera chiave" + }, + "gdtza94": { + "zh-cn": "绑定租户", + "zh-hk": "綁定租戶", + "zh-tw": "綁定租戶", + "en": "Tenant binding", + "it": "Associa tenant" + }, + "d33amn8": { + "zh-cn": "绑定租户不能为空", + "zh-hk": "綁定租戶不能為空", + "zh-tw": "綁定租戶不能為空", + "en": "Tenant binding cannot be empty", + "it": "Il tenant di binding non può essere vuoto" + }, + "gdt6ew4": { + "zh-cn": "绑定用户", + "zh-hk": "綁定用戶", + "zh-tw": "綁定使用者", + "en": "User binding", + "it": "Utente di binding" + }, + "gbkoqg8": { + "zh-cn": "绑定用户不能为空", + "zh-hk": "綁定用戶不能為空", + "zh-tw": "綁定使用者不能為空", + "en": "User binding cannot be empty", + "it": "L'utente di binding non può essere vuoto" + }, + "tnezx5a": { + "zh-cn": "OpenAPI 使用", + "zh-hk": "OpenAPI 使用", + "zh-tw": "OpenAPI 使用", + "en": "OpenAPI usage", + "it": "Utilizzo OpenAPI" + }, + "bn1xvot": { + "zh-cn": "在需要使用 Signature 身份验证的 Api 中贴上", + "zh-hk": "在需要使用 Signature 身份驗證的 Api 中貼上", + "zh-tw": "在需要使用 Signature 身份驗證的 Api 中貼上", + "en": "Apply to APIs requiring Signature authentication", + "it": "Da applicare sulle API che richiedono autenticazione tramite Signature" + }, + "u2rv8er": { + "zh-cn": "如果 Api 需要保留 Jwt 方式的身份验证,可贴上", + "zh-hk": "如果 Api 需要保留 Jwt 方式嘅身份驗證,可貼上", + "zh-tw": "如果 API 需要保留 JWT 方式的身份驗證,可貼上", + "en": "For APIs needing to retain JWT authentication, apply", + "it": "Se l'API deve mantenere l'autenticazione Jwt, applicare questo" + }, + "2c61rui": { + "zh-cn": "通过对请求的签名,可以达到以下目的:", + "zh-hk": "透過對請求嘅簽名,可以達到以下目的:", + "zh-tw": "透過對請求的簽章,可以達到以下目的:", + "en": "Request signing achieves the following purposes:", + "it": "La firma della richiesta consente di:" + }, + "eldt9ue": { + "zh-cn": "免登录识别访问接口用户的身份", + "zh-hk": "免登入識別訪問接口用戶嘅身份", + "zh-tw": "免登入識別存取介面使用者的身份", + "en": "Identify API users without login", + "it": "Identificare l'utente senza login" + }, + "koy5h59": { + "zh-cn": "防止潜在的重放攻击", + "zh-hk": "防止潛在嘅重放攻擊", + "zh-tw": "防止潛在的重放攻擊", + "en": "Prevent potential replay attacks", + "it": "Prevenire potenziali attacchi di replay" + }, + "g4n9l5c": { + "zh-cn": "OpenAPI 签名流程", + "zh-hk": "OpenAPI 簽名流程", + "zh-tw": "OpenAPI 簽章流程", + "en": "OpenAPI Signature Process", + "it": "Flusso di firma OpenAPI" + }, + "gxdhu213": { + "zh-cn": "客户端在请求时,需要按照如下步骤生成签名 Signature,并添加公共参数:", + "zh-hk": "客戶端喺請求時,需要按照如下步驟生成簽名 Signature,並添加公共參數:", + "zh-tw": "用戶端在請求時,需要按照以下步驟產生簽章 Signature,並新增公共參數:", + "en": "When making a request, the client must generate the signature (Signature) according to the following steps and include common parameters:", + "it": "Il client deve generare la firma Signature seguendo i passaggi seguenti durante la richiesta e aggiungere i parametri pubblici:" + }, + "mtmgma6": { + "zh-cn": "公共请求参数", + "zh-hk": "公共請求參數", + "zh-tw": "公共請求參數", + "en": "Common Request Parameters", + "it": "Parametri di richiesta pubblici" + }, + "dbik7kn": { + "zh-cn": "在原始请求的基础上添加 Header 请求参数", + "zh-hk": "喺原始請求嘅基礎上添加 Header 請求參數", + "zh-tw": "在原始請求的基礎上新增 Header 請求參數", + "en": "Add Header request parameters to the original request", + "it": "Aggiungere i parametri Header alla richiesta originale" + }, + "lc6z8r5": { + "zh-cn": ":身份标识", + "zh-hk": ":身份標識", + "zh-tw": ":身份標識", + "en": ": Identity identifier", + "it": ":Identificativo" + }, + "aa94ir9": { + "zh-cn": ":时间戳,精确到秒", + "zh-hk": ":時間戳,精確到秒", + "zh-tw": ":時間戳,精確到秒", + "en": ": Timestamp, accurate to seconds", + "it": ":Timestamp, preciso al secondo" + }, + "umsk8ai": { + "zh-cn": ":唯一随机数,建议为一个6位的随机数", + "zh-hk": ":唯一隨機數,建議為一個6位的隨機數", + "zh-tw": ":唯一隨機數,建議為一個6位的隨機數", + "en": ": Unique random number, recommended to be a 6-digit random value", + "it": ":Numero casuale univoco, si consiglia un numero casuale a 6 cifre" + }, + "mcinqpg": { + "zh-cn": ":签名数据(见“计算签名”部分)", + "zh-hk": ":簽名數據(見「計算簽名」部分)", + "zh-tw": ":簽名數據(見「計算簽名」部分)", + "en": ": Signature data (refer to the \"Signature Calculation\" section)", + "it": ":Dati della firma (vedere sezione \"Calcolo della firma\")" + }, + "i4p7mt4": { + "zh-cn": "计算签名", + "zh-hk": "計算簽名", + "zh-tw": "計算簽名", + "en": "Signature Calculation", + "it": "Calcolo della firma" + }, + "bbw6lu12": { + "zh-cn": "按照如下顺序对请求中的参数进行排序,各个参数通过&进行拼接(中间不含空格):", + "zh-hk": "按照如下順序對請求中的參數進行排序,各個參數通過&進行拼接(中間不含空格):", + "zh-tw": "按照如下順序對請求中的參數進行排序,各個參數通過&進行拼接(中間不含空格):", + "en": "Sort the parameters in the request in the following order and concatenate them with & (without spaces in between):", + "it": "Ordinare i parametri nella richiesta secondo la sequenza seguente, concatenando i vari parametri con & (senza spazi intermedi):" + }, + "cdebq3a": { + "zh-cn": "需要大写,如:GET", + "zh-hk": "需要大寫,如:GET", + "zh-tw": "需要大寫,如:GET", + "en": "Must be uppercase, e.g.: GET", + "it": "Deve essere in maiuscolo, ad esempio: GET" + }, + "ayeej813": { + "zh-cn": "去除协议、域名、参数,以 / 开头,如:/api/demo/helloWord", + "zh-hk": "去除協議、域名、參數,以 / 開頭,如:/api/demo/helloWord", + "zh-tw": "去除協議、域名、參數,以 / 開頭,如:/api/demo/helloWord", + "en": "Remove protocol, domain, and parameters, starting with /, e.g.: /api/demo/helloWord", + "it": "Rimuovere protocollo, dominio e parametri, iniziare con /, ad esempio: /api/demo/helloWord" + }, + "guvzer15": { + "zh-cn": "使用 HMAC-SHA256 协议创建基于哈希的消息身份验证代码 (HMAC),以", + "zh-hk": "使用 HMAC-SHA256 協議創建基於哈希的消息身份驗證代碼 (HMAC),以", + "zh-tw": "使用 HMAC-SHA256 協議創建基於哈希的消息身份驗證代碼 (HMAC),以", + "en": "Use the HMAC-SHA256 protocol to create a Hash-based Message Authentication Code (HMAC), with", + "it": "Utilizzare il protocollo HMAC-SHA256 per creare un codice di autenticazione del messaggio basato su hash (HMAC), con" + }, + "tdjfij11": { + "zh-cn": "作为密钥,对上面拼接的参数进行计算签名,所得签名进行 Base-64 编码", + "zh-hk": "作為密鑰,對上面拼接的參數進行計算簽名,所得簽名進行 Base-64 編碼", + "zh-tw": "作為密鑰,對上面拼接的參數進行計算簽名,所得簽名進行 Base-64 編碼", + "en": "as the key, to compute the signature for the concatenated parameters above. The resulting signature is Base-64 encoded.", + "it": "come chiave, per calcolare la firma dei parametri concatenati sopra. La firma risultante viene codificata in Base-64." + }, + "oo9yxyh": { + "zh-cn": "HMAC-SHA256 在线计算:", + "zh-hk": "HMAC-SHA256 在線計算:", + "zh-tw": "HMAC-SHA256 在線計算:", + "en": "HMAC-SHA256 online calculation:", + "it": "Calcolatore online HMAC-SHA256:" + }, + "6gpiuf6": { + "zh-cn": "接口请求地址", + "zh-hk": "接口請求地址", + "zh-tw": "接口請求地址", + "en": "API request URL", + "it": "Indirizzo di richiesta dell'interfaccia" + }, + "fnol13": { + "zh-cn": "时间戳", + "zh-hk": "時間戳記", + "zh-tw": "時間戳記", + "en": "Timestamp", + "it": "Timestamp" + }, + "4xvxse8": { + "zh-cn": "输入或获取时间戳", + "zh-hk": "輸入或獲取時間戳記", + "zh-tw": "輸入或取得時間戳記", + "en": "Enter or fetch timestamp", + "it": "Inserire o ottenere il timestamp" + }, + "mv3z2": { + "zh-cn": "获取", + "zh-hk": "獲取", + "zh-tw": "取得", + "en": "Fetch", + "it": "Ottieni" + }, + "mk0913": { + "zh-cn": "随机数", + "zh-hk": "隨機數", + "zh-tw": "亂數", + "en": "Nonce", + "it": "Numero casuale" + }, + "4qzm4e8": { + "zh-cn": "输入或获取随机数", + "zh-hk": "輸入或獲取隨機數", + "zh-tw": "輸入或取得亂數", + "en": "Input or generate random number", + "it": "Inserisci o ottieni un numero casuale" + }, + "lgsv2": { + "zh-cn": "签名", + "zh-hk": "簽名", + "zh-tw": "簽章", + "en": "Signature", + "it": "Firma" + }, + "f347hb9": { + "zh-cn": "填写信息后自动生成", + "zh-hk": "填寫資訊後自動生成", + "zh-tw": "填寫資訊後自動產生", + "en": "Automatically generated after filling in information", + "it": "Generato automaticamente dopo la compilazione delle informazioni" + }, + "r45wpv8": { + "zh-cn": "注册方案不能为空", + "zh-hk": "註冊方案不能為空", + "zh-tw": "註冊方案不能為空", + "en": "Registration scheme cannot be empty", + "it": "Il piano di registrazione non può essere vuoto" + }, + "aghf564": { + "zh-cn": "保存成功", + "zh-hk": "儲存成功", + "zh-tw": "儲存成功", + "en": "Successfully saved", + "it": "Salvataggio riuscito" + }, + "sjmq0j6": { + "zh-cn": "系统信息配置", + "zh-hk": "系統資訊配置", + "zh-tw": "系統資訊設定", + "en": "System information configuration", + "it": "Configurazione delle informazioni di sistema" + }, + "gahy4t4": { + "zh-cn": "系统图标", + "zh-hk": "系統圖標", + "zh-tw": "系統圖示", + "en": "System icon", + "it": "Icona del sistema" + }, + "7sen8o5": { + "zh-cn": "系统主标题", + "zh-hk": "系統主標題", + "zh-tw": "系統主標題", + "en": "System main title", + "it": "Titolo principale del sistema" + }, + "7t0t3w5": { + "zh-cn": "系统副标题", + "zh-hk": "系統副標題", + "zh-tw": "系統副標題", + "en": "System subtitle", + "it": "Sottotitolo del sistema" + }, + "gakchx4": { + "zh-cn": "系统描述", + "zh-hk": "系統描述", + "zh-tw": "系統描述", + "en": "System description", + "it": "Descrizione del sistema" + }, + "dzxgnk4": { + "zh-cn": "水印内容", + "zh-hk": "浮水印內容", + "zh-tw": "浮水印內容", + "en": "Watermark content", + "it": "Contenuto filigrana" + }, + "eupj9x4": { + "zh-cn": "版权说明", + "zh-hk": "版權說明", + "zh-tw": "版權聲明", + "en": "Copyright notice", + "it": "Dichiarazione copyright" + }, + "z10pj46": { + "zh-cn": "ICP备案号", + "zh-hk": "ICP備案號", + "zh-tw": "ICP備案號", + "en": "ICP filing number", + "it": "Numero registrazione ICP" + }, + "e2xxlf4": { + "zh-cn": "注册方案", + "zh-hk": "註冊方案", + "zh-tw": "註冊方案", + "en": "Registration plan", + "it": "Piano di registrazione" + }, + "9dn8ov7": { + "zh-cn": "确定进行退款:", + "zh-hk": "確定進行退款:", + "zh-tw": "確定進行退款:", + "en": "Confirm refund:", + "it": "Conferma rimborso:" + }, + "8o1e529": { + "zh-cn": "元?请输入退款理由", + "zh-hk": "元?請輸入退款理由", + "zh-tw": "元?請輸入退款理由", + "en": "¥?Please enter the refund reason", + "it": "¥?Inserire motivazione rimborso" + }, + "xm0wce7": { + "zh-cn": "】退款申请成功", + "zh-hk": "】退款申請成功", + "zh-tw": "】退款申請成功", + "en": "】Refund request submitted successfully", + "it": "】Richiesta rimborso inviata con successo" + }, + "lnxgy15": { + "zh-cn": "操作失败:", + "zh-hk": "操作失敗:", + "zh-tw": "操作失敗:", + "en": "Operation failed:", + "it": "Operazione fallita:" + }, + "b175ep4": { + "zh-cn": "取消操作", + "zh-hk": "取消操作", + "zh-tw": "取消操作", + "en": "Cancel operation", + "it": "Annulla operazione" + }, + "8p65vu9": { + "zh-cn": "获取退款列表失败,", + "zh-hk": "獲取退款列表失敗,", + "zh-tw": "取得退款清單失敗,", + "en": "Failed to retrieve refund list,", + "it": "Recupero elenco rimborsi fallito" + }, + "g87cpe5": { + "zh-cn": "新建失败,", + "zh-hk": "新建失敗,", + "zh-tw": "新增失敗,", + "en": "Creation failed,", + "it": "Creazione fallita," + }, + "kuwys3": { + "zh-cn": "订单号", + "zh-hk": "訂單號", + "zh-tw": "訂單編號", + "en": "Order No.", + "it": "Numero ordine" + }, + "7djicl6": { + "zh-cn": "请输入订单号", + "zh-hk": "請輸入訂單號", + "zh-tw": "請輸入訂單編號", + "en": "Please enter the order number", + "it": "Inserire il numero d'ordine" + }, + "ujtwqc7": { + "zh-cn": "请选择创建时间", + "zh-hk": "請選擇創建時間", + "zh-tw": "請選擇建立時間", + "en": "Please select creation time", + "it": "Selezionare la data di creazione" + }, + "srogja6": { + "zh-cn": "新增模拟数据", + "zh-hk": "新增模擬數據", + "zh-tw": "新增模擬資料", + "en": "Add simulated data", + "it": "Aggiungi dati simulati" + }, + "8rq8kt5": { + "zh-cn": "商户订单号", + "zh-hk": "商戶訂單號", + "zh-tw": "商戶訂單編號", + "en": "Merchant order number", + "it": "Numero ordine commerciante" + }, + "k1apqd5": { + "zh-cn": "支付订单号", + "zh-hk": "支付訂單號", + "zh-tw": "支付訂單號", + "en": "Payment order number", + "it": "Numero ordine pagamento" + }, + "g3yc2": { + "zh-cn": "完成", + "zh-hk": "完成", + "zh-tw": "完成", + "en": "Completed", + "it": "Completato" + }, + "p2ym2": { + "zh-cn": "退款", + "zh-hk": "退款", + "zh-tw": "退款", + "en": "Refund", + "it": "Rimborso" + }, + "fk3am3": { + "zh-cn": "未完成", + "zh-hk": "未完成", + "zh-tw": "未完成", + "en": "Incomplete", + "it": "Incompleto" + }, + "jask224": { + "zh-cn": "附加信息", + "zh-hk": "附加信息", + "zh-tw": "附加資訊", + "en": "Additional Information", + "it": "Informazioni aggiuntive" + }, + "a7c0hj4": { + "zh-cn": "业务类型", + "zh-hk": "業務類型", + "zh-tw": "業務類型", + "en": "Business Type", + "it": "Tipo di operazione" + }, + "byjphe4": { + "zh-cn": "完成时间", + "zh-hk": "完成時間", + "zh-tw": "完成時間", + "en": "Completion Time", + "it": "Ora di completamento" + }, + "a6qeqq4": { + "zh-cn": "业务ID", + "zh-hk": "業務ID", + "zh-tw": "業務ID", + "en": "Business ID", + "it": "ID operazione" + }, + "x0ig3x5": { + "zh-cn": "付款二维码", + "zh-hk": "付款二維碼", + "zh-tw": "付款二維碼", + "en": "Payment QR Code", + "it": "Codice QR per il pagamento" + }, + "dlvmo44": { + "zh-cn": "查看退款", + "zh-hk": "查看退款", + "zh-tw": "查看退款", + "en": "View Refund", + "it": "Visualizza rimborso" + }, + "awonqr4": { + "zh-cn": "全额退款", + "zh-hk": "全額退款", + "zh-tw": "全額退款", + "en": "Full Refund", + "it": "Rimborso totale" + }, + "eywr2": { + "zh-cn": "商品", + "zh-hk": "商品", + "zh-tw": "商品", + "en": "Product", + "it": "Prodotto" + }, + "grwm2": { + "zh-cn": "必填", + "zh-hk": "必填", + "zh-tw": "必填", + "en": "Required", + "it": "Obbligatorio" + }, + "l5gsdb5": { + "zh-cn": "金额(分)", + "zh-hk": "金額(分)", + "zh-tw": "金額(分)", + "en": "Amount (cents)", + "it": "Importo (in centesimi)" + }, + "ii6tldb": { + "zh-cn": "必填,填数字,单位是分", + "zh-hk": "必填,填數字,單位是分", + "zh-tw": "必填,填數字,單位是分", + "en": "Required, numeric value in cents", + "it": "Obbligatorio, inserire un numero, unità in centesimi" + }, + "ily63w4": { + "zh-cn": "退款信息", + "zh-hk": "退款信息", + "zh-tw": "退款資訊", + "en": "Refund Information", + "it": "Informazioni sul rimborso" + }, + "8qz55k5": { + "zh-cn": "商户退款号", + "zh-hk": "商戶退款號", + "zh-tw": "商戶退款號", + "en": "Merchant Refund Number", + "it": "Numero di rimborso del commerciante" + }, + "ilyr4v4": { + "zh-cn": "退款原因", + "zh-hk": "退款原因", + "zh-tw": "退款原因", + "en": "Refund Reason", + "it": "Motivo del rimborso" + }, + "v1celr6": { + "zh-cn": "获取数据失败", + "zh-hk": "獲取數據失敗", + "zh-tw": "獲取數據失敗", + "en": "Failed to retrieve data", + "it": "Impossibile ottenere i dati" + }, + "uzsml76": { + "zh-cn": "获取日志失败", + "zh-hk": "獲取日誌失敗", + "zh-tw": "獲取日誌失敗", + "en": "Failed to retrieve logs", + "it": "Impossibile ottenere i log" + }, + "deua4r4": { + "zh-cn": "更新成功", + "zh-hk": "更新成功", + "zh-tw": "更新成功", + "en": "Update successful", + "it": "Aggiornamento riuscito" + }, + "er4mt07": { + "zh-cn": "确定要还原到 ", + "zh-hk": "確定要還原到", + "zh-tw": "確定要還原到", + "en": "Confirm to restore to", + "it": "Confermare il ripristino a" + }, + "ihv3bq4": { + "zh-cn": "还原成功", + "zh-hk": "還原成功", + "zh-tw": "還原成功", + "en": "Restore successful", + "it": "Ripristino riuscito" + }, + "hhhh2": { + "zh-cn": "执行", + "zh-hk": "執行", + "zh-tw": "執行", + "en": "Execute", + "it": "Esegui" + }, + "fy1g2": { + "zh-cn": "失败", + "zh-hk": "失敗", + "zh-tw": "失敗", + "en": "Failed", + "it": "Fallito" + }, + "fam3ij5": { + "zh-cn": "日志已清空", + "zh-hk": "日誌已清空", + "zh-tw": "日誌已清空", + "en": "Log has been cleared", + "it": "Registri svuotati" + }, + "ni2ts56": { + "zh-cn": "清空日志失败", + "zh-hk": "清空日誌失敗", + "zh-tw": "清空日誌失敗", + "en": "Failed to clear log", + "it": "Svuotamento registri fallito" + }, + "w20lu66": { + "zh-cn": "获取密钥失败", + "zh-hk": "獲取密鑰失敗", + "zh-tw": "取得金鑰失敗", + "en": "Failed to retrieve key", + "it": "Recupero chiave fallito" + }, + "xrj1ki7": { + "zh-cn": ",请稍后再试。", + "zh-hk": ",請稍後再試。", + "zh-tw": ",請稍後再試。", + "en": ", please try again later.", + "it": ",riprovare più tardi." + }, + "jyyo6bd": { + "zh-cn": "系统更新管理,请慎重操作!", + "zh-hk": "系統更新管理,請慎重操作!", + "zh-tw": "系統更新管理,請謹慎操作!", + "en": "System update management, proceed with caution!", + "it": "Gestione aggiornamenti di sistema: operare con cautela!" + }, + "bk7ts74": { + "zh-cn": "备份列表", + "zh-hk": "備份清單", + "zh-tw": "備份清單", + "en": "Backup list", + "it": "Elenco backup" + }, + "i2ik2": { + "zh-cn": "更新", + "zh-hk": "更新", + "zh-tw": "更新", + "en": "Update", + "it": "Aggiorna" + }, + "oxc72": { + "zh-cn": "还原", + "zh-hk": "還原", + "zh-tw": "還原", + "en": "Restore", + "it": "Ripristina" + }, + "jdw52": { + "zh-cn": "清空", + "zh-hk": "清空", + "zh-tw": "清空", + "en": "Clear", + "it": "Svuota" + }, + "gyswda4": { + "zh-cn": "获取密钥", + "zh-hk": "獲取密鑰", + "zh-tw": "取得金鑰", + "en": "Get Key", + "it": "Ottieni chiave" + }, + "en5n385": { + "zh-cn": "添加审批流", + "zh-hk": "新增審批流程", + "zh-tw": "新增審批流程", + "en": "Add Approval Flow", + "it": "Aggiungi flusso di approvazione" + }, + "i6i9ta5": { + "zh-cn": "编辑审批流", + "zh-hk": "編輯審批流程", + "zh-tw": "編輯審批流程", + "en": "Edit Approval Flow", + "it": "Modifica flusso di approvazione" + }, + "4k4unx5": { + "zh-cn": "查看审批流", + "zh-hk": "檢視審批流程", + "zh-tw": "檢視審批流程", + "en": "View Approval Flow", + "it": "Visualizza flusso di approvazione" + }, + "gmqfs84": { + "zh-cn": "编辑表单", + "zh-hk": "編輯表單", + "zh-tw": "編輯表單", + "en": "Edit Form", + "it": "Modifica modulo" + }, + "gmm15x4": { + "zh-cn": "编辑流程", + "zh-hk": "編輯流程", + "zh-tw": "編輯流程", + "en": "Edit Process", + "it": "Modifica processo" + }, + "m2sh2": { + "zh-cn": "编号", + "zh-hk": "編號", + "zh-tw": "編號", + "en": "ID", + "it": "Codice" + }, + "2j42eu5": { + "zh-cn": "请输入编号", + "zh-hk": "請輸入編號", + "zh-tw": "請輸入編號", + "en": "Please enter ID", + "it": "Inserisci il codice" + }, + "2jb6fo5": { + "zh-cn": "请输入名称", + "zh-hk": "請輸入名稱", + "zh-tw": "請輸入名稱", + "en": "Please enter name", + "it": "Inserisci il nome" + }, + "2jaeja5": { + "zh-cn": "请输入备注", + "zh-hk": "請輸入備註", + "zh-tw": "請輸入備註", + "en": "Please enter remarks", + "it": "Inserisci la nota" + }, + "nnql2": { + "zh-cn": "表单", + "zh-hk": "表單", + "zh-tw": "表單", + "en": "Form", + "it": "Modulo" + }, + "j94a2": { + "zh-cn": "流程", + "zh-hk": "流程", + "zh-tw": "流程", + "en": "Process", + "it": "Processo" + }, + "ibpi2": { + "zh-cn": "查看", + "zh-hk": "查看", + "zh-tw": "檢視", + "en": "View", + "it": "Visualizza" + }, + "cb8ajm4": { + "zh-cn": "库定位器", + "zh-hk": "庫定位器", + "zh-tw": "庫存定位器", + "en": "Library Locator", + "it": "Locatore di libreria" + }, + "ffhj028": { + "zh-cn": "库定位器不能为空", + "zh-hk": "庫定位器不能為空", + "zh-tw": "庫存定位器不能為空", + "en": "Library locator cannot be empty", + "it": "Il locatore di libreria non può essere vuoto" + }, + "gjq22": { + "zh-cn": "库名", + "zh-hk": "庫名", + "zh-tw": "庫存名稱", + "en": "Library Name", + "it": "Nome libreria" + }, + "hl692l4": { + "zh-cn": "表定位器", + "zh-hk": "表定位器", + "zh-tw": "表格定位器", + "en": "Table Locator", + "it": "Locatore di tabella" + }, + "khnrwj8": { + "zh-cn": "表定位器不能为空", + "zh-hk": "表定位器不能为空", + "zh-tw": "表格定位器不能為空", + "en": "Table locator cannot be empty", + "it": "Il locatore di tabella non può essere vuoto" + }, + "xszold6": { + "zh-cn": "操作不能为空", + "zh-hk": "操作不能为空", + "zh-tw": "操作不能為空", + "en": "Operation cannot be empty", + "it": "L'operazione non può essere vuota" + }, + "mhwx0cc": { + "zh-cn": "确认要关闭当前属性编辑?", + "zh-hk": "确认要关闭当前属性编辑?", + "zh-tw": "確認要關閉目前屬性編輯?", + "en": "Confirm to close the current property editing?", + "it": "Confermi di voler chiudere la modifica delle proprietà correnti?" + }, + "csvrdc4": { + "zh-cn": "打开框选", + "zh-hk": "开启框选", + "zh-tw": "開啟框選", + "en": "Enable box selection", + "it": "Apri selezione a riquadro" + }, + "awayfx4": { + "zh-cn": "关闭框选", + "zh-hk": "关闭框选", + "zh-tw": "關閉框選", + "en": "Disable box selection", + "it": "Chiudi selezione a riquadro" + }, + "hsse2": { + "zh-cn": "数据", + "zh-hk": "数据", + "zh-tw": "資料", + "en": "Data", + "it": "Dati" + }, + "xl3ink7": { + "zh-cn": "不能以数字开头", + "zh-hk": "不能以数字开头", + "zh-tw": "不能以數字開頭", + "en": "Cannot start with a number", + "it": "Non può iniziare con un numero" + }, + "ckmie36": { + "zh-cn": "状态不能为空", + "zh-hk": "状态不能为空", + "zh-tw": "狀態不能為空", + "en": "Status cannot be empty", + "it": "Lo stato non può essere vuoto" + }, + "csrbui4": { + "zh-cn": "扩展信息", + "zh-hk": "扩展资讯", + "zh-tw": "擴充資訊", + "en": "Extended information", + "it": "Informazioni estese" + }, + "2j2hgq5": { + "zh-cn": "请输入表单", + "zh-hk": "請輸入表單", + "zh-tw": "請輸入表單", + "en": "Please enter the form", + "it": "Inserisci il modulo" + }, + "2j6w315": { + "zh-cn": "请输入流程", + "zh-hk": "請輸入流程", + "zh-tw": "請輸入流程", + "en": "Please enter the process", + "it": "Inserisci il processo" + }, + "gngr2": { + "zh-cn": "开始", + "zh-hk": "開始", + "zh-tw": "開始", + "en": "Start", + "it": "Inizia" + }, + "kgsv2": { + "zh-cn": "用户", + "zh-hk": "用戶", + "zh-tw": "使用者", + "en": "User", + "it": "Utente" + }, + "m3pe2": { + "zh-cn": "网关", + "zh-hk": "網關", + "zh-tw": "閘道", + "en": "Gateway", + "it": "Gateway" + }, + "dvye2": { + "zh-cn": "任务", + "zh-hk": "任務", + "zh-tw": "任務", + "en": "Task", + "it": "Task" + }, + "m50s2": { + "zh-cn": "结束", + "zh-hk": "結束", + "zh-tw": "結束", + "en": "End", + "it": "End" + }, + "hpk92": { + "zh-cn": "放大", + "zh-hk": "放大", + "zh-tw": "放大", + "en": "Zoom In", + "it": "Zoom In" + }, + "m4ue2": { + "zh-cn": "缩小", + "zh-hk": "縮小", + "zh-tw": "縮小", + "en": "Zoom Out", + "it": "Zoom Out" + }, + "bmzhcq4": { + "zh-cn": "大小适应", + "zh-hk": "大小適應", + "zh-tw": "大小適應", + "en": "Fit to Size", + "it": "Fit to Size" + }, + "bw8h6i4": { + "zh-cn": "定位还原", + "zh-hk": "定位還原", + "zh-tw": "定位還原", + "en": "Reset Position", + "it": "Reset Position" + }, + "my43y19": { + "zh-cn": "还原(大小&定位)", + "zh-hk": "還原(大小&定位)", + "zh-tw": "還原(大小&定位)", + "en": "Reset (Size & Position)", + "it": "Reset (Size & Position)" + }, + "wplujab": { + "zh-cn": "上一步(ctrl+z)", + "zh-hk": "上一步(ctrl+z)", + "zh-tw": "上一步(ctrl+z)", + "en": "Undo (Ctrl+Z)", + "it": "Undo (Ctrl+Z)" + }, + "2zqxywb": { + "zh-cn": "下一步(ctrl+y)", + "zh-hk": "下一步(ctrl+y)", + "zh-tw": "下一步(ctrl+y)", + "en": "Redo (Ctrl+Y)", + "it": "Redo (Ctrl+Y)" + }, + "aft4634": { + "zh-cn": "下载图片", + "zh-hk": "下載圖片", + "zh-tw": "下載圖片", + "en": "Download image", + "it": "Scarica immagine" + }, + "dlochw4": { + "zh-cn": "查看数据", + "zh-hk": "查看數據", + "zh-tw": "查看資料", + "en": "View data", + "it": "Visualizza dati" + }, + "4eueec5": { + "zh-cn": "查看缩略图", + "zh-hk": "查看縮略圖", + "zh-tw": "查看縮圖", + "en": "View thumbnail", + "it": "Visualizza miniatura" + }, + "ppetz9d": { + "zh-cn": "起始节点不能作为连线的终点", + "zh-hk": "起始節點不能作為連線的終點", + "zh-tw": "起始節點不能作為連線的終點", + "en": "The start node cannot be the endpoint of a connection", + "it": "Il nodo iniziale non può essere il punto finale della connessione" + }, + "o341hob": { + "zh-cn": "只允许从右边的锚点连出", + "zh-hk": "只允許從右邊的錨點連出", + "zh-tw": "只允許從右邊的錨點連出", + "en": "Connections are only allowed from the right anchor point", + "it": "Consentito solo il collegamento dai punti di ancoraggio destri" + }, + "jolkfca": { + "zh-cn": "只允许连接左边的锚点", + "zh-hk": "只允許連接左邊的錨點", + "zh-tw": "只允許連接左邊的錨點", + "en": "Connections are only allowed to the left anchor point", + "it": "Consentito solo il collegamento ai punti di ancoraggio sinistri" + }, + "gvafcqd": { + "zh-cn": "终止节点不能作为连线的起点", + "zh-hk": "終止節點不能作為連線的起點", + "zh-tw": "終止節點不能作為連線的起點", + "en": "The end node cannot be the starting point of a connection", + "it": "Il nodo terminale non può essere il punto iniziale della connessione" + }, + "hv5t2": { + "zh-cn": "昨天", + "zh-hk": "昨天", + "zh-tw": "昨天", + "en": "Yesterday", + "it": "Ieri" + }, + "dqji2": { + "zh-cn": "上周", + "zh-hk": "上週", + "zh-tw": "上週", + "en": "Last week", + "it": "La scorsa settimana" + }, + "da8ngf4": { + "zh-cn": "方法名称", + "zh-hk": "方法名稱", + "zh-tw": "方法名稱", + "en": "Method name", + "it": "Nome metodo" + }, + "h4sv2": { + "zh-cn": "成功", + "zh-hk": "成功", + "zh-tw": "成功", + "en": "Success", + "it": "Successo" + }, + "dgbihy6": { + "zh-cn": "耗时>?MS", + "zh-hk": "耗時>?MS", + "zh-tw": "耗時>?MS", + "en": "Duration>?MS", + "it": "Tempo impiegato>?MS" + }, + "deexj34": { + "zh-cn": "显示名称", + "zh-hk": "顯示名稱", + "zh-tw": "顯示名稱", + "en": "Display Name", + "it": "Nome visualizzato" + }, + "fcd7wj4": { + "zh-cn": "登录地点", + "zh-hk": "登入地點", + "zh-tw": "登入地點", + "en": "Login Location", + "it": "Località di accesso" + }, + "m37b2": { + "zh-cn": "经度", + "zh-hk": "經度", + "zh-tw": "經度", + "en": "Longitude", + "it": "Longitudine" + }, + "m2d62": { + "zh-cn": "纬度", + "zh-hk": "緯度", + "zh-tw": "緯度", + "en": "Latitude", + "it": "Latitudine" + }, + "d1xjg34": { + "zh-cn": "操作系统", + "zh-hk": "作業系統", + "zh-tw": "作業系統", + "en": "Operating System", + "it": "Sistema operativo" + }, + "dfyfru6": { + "zh-cn": "耗时(ms)", + "zh-hk": "耗時(ms)", + "zh-tw": "耗時(ms)", + "en": "Duration (ms)", + "it": "Tempo impiegato(ms)" + }, + "d97ftc4": { + "zh-cn": "日志时间", + "zh-hk": "記錄時間", + "zh-tw": "記錄時間", + "en": "Log Time", + "it": "Ora del log" + }, + "dr3kux4": { + "zh-cn": "模块名称", + "zh-hk": "模組名稱", + "zh-tw": "模組名稱", + "en": "Module Name", + "it": "Nome del modulo" + }, + "i3vmxt4": { + "zh-cn": "请求方式", + "zh-hk": "請求方式", + "zh-tw": "請求方式", + "en": "Request method", + "it": "Metodo di richiesta" + }, + "okz62": { + "zh-cn": "调试", + "zh-hk": "偵錯", + "zh-tw": "偵錯", + "en": "Debug", + "it": "Debug" + }, + "q4mu2": { + "zh-cn": "错误", + "zh-hk": "錯誤", + "zh-tw": "錯誤", + "en": "Error", + "it": "Errore" + }, + "a878064": { + "zh-cn": "事件Id", + "zh-hk": "事件Id", + "zh-tw": "事件Id", + "en": "Event ID", + "it": "ID evento" + }, + "ghds9z4": { + "zh-cn": "线程Id", + "zh-hk": "執行緒Id", + "zh-tw": "執行緒Id", + "en": "Thread ID", + "it": "ID thread" + }, + "4853dd6": { + "zh-cn": "请求跟踪Id", + "zh-hk": "請求追蹤Id", + "zh-tw": "請求追蹤Id", + "en": "Request trace ID", + "it": "ID traccia richiesta" + }, + "d9dlm94": { + "zh-cn": "日志详情", + "zh-hk": "日誌詳情", + "zh-tw": "日誌詳情", + "en": "Log details", + "it": "Dettagli log" + }, + "cdnf5q4": { + "zh-cn": "异常对象", + "zh-hk": "異常對象", + "zh-tw": "異常物件", + "en": "Exception object", + "it": "Oggetto eccezione" + }, + "c8wqfm4": { + "zh-cn": "差异数据", + "zh-hk": "差異數據", + "zh-tw": "差異資料", + "en": "Differential data", + "it": "Dati differenziali" + }, + "nnvp2": { + "zh-cn": "表名", + "zh-hk": "表名", + "zh-tw": "表名", + "en": "Table Name", + "it": "Nome tabella" + }, + "bz0blr4": { + "zh-cn": "字段描述", + "zh-hk": "欄位描述", + "zh-tw": "欄位描述", + "en": "Field Description", + "it": "Descrizione campo" + }, + "c74wy3": { + "zh-cn": "修改前", + "zh-hk": "修改前", + "zh-tw": "修改前", + "en": "Before Modification", + "it": "Prima della modifica" + }, + "c759f3": { + "zh-cn": "修改后", + "zh-hk": "修改後", + "zh-tw": "修改後", + "en": "After Modification", + "it": "Dopo la modifica" + }, + "1bsgxy5": { + "zh-cn": "SQL语句", + "zh-hk": "SQL語句", + "zh-tw": "SQL語句", + "en": "SQL Statement", + "it": "Istruzione SQL" + }, + "c8wikj4": { + "zh-cn": "差异操作", + "zh-hk": "差異操作", + "zh-tw": "差異操作", + "en": "Difference Operation", + "it": "Operazione differenziale" + }, + "d98fll4": { + "zh-cn": "日志消息", + "zh-hk": "日誌訊息", + "zh-tw": "日誌訊息", + "en": "Log Message", + "it": "Messaggio di log" + }, + "a76rv34": { + "zh-cn": "业务对象", + "zh-hk": "業務對象", + "zh-tw": "業務物件", + "en": "Business Object", + "it": "Oggetto business" + }, + "d1tr1p4": { + "zh-cn": "操作时间", + "zh-hk": "操作時間", + "zh-tw": "操作時間", + "en": "Operation Time", + "it": "Ora operazione" + }, + "1o7nrz9": { + "zh-cn": "请选择库名和表名!", + "zh-hk": "請選擇庫名和表名!", + "zh-tw": "請選擇資料庫名稱和資料表名稱!", + "en": "Please select the database name and table name!", + "it": "Selezionare nome database e nome tabella!" + }, + "3jqknk6": { + "zh-cn": "请选择库名!", + "zh-hk": "請選擇庫名!", + "zh-tw": "請選擇資料庫名稱!", + "en": "Please select a database name!", + "it": "Selezionare nome database!" + }, + "3dlzsr6": { + "zh-cn": "请选择表名!", + "zh-hk": "請選擇表名!", + "zh-tw": "請選擇資料表名稱!", + "en": "Please select a table name!", + "it": "Selezionare il nome della tabella!" + }, + "h4limq7": { + "zh-cn": "确定删除表:【", + "zh-hk": "確定刪除表:【", + "zh-tw": "確定刪除資料表:【", + "en": "Confirm to delete table: 【", + "it": "Confermare l'eliminazione della tabella:【" + }, + "nx2e9x5": { + "zh-cn": "表删除成功", + "zh-hk": "表刪除成功", + "zh-tw": "資料表刪除成功", + "en": "Table deleted successfully", + "it": "Tabella eliminata con successo" + }, + "hcjxcz7": { + "zh-cn": "确定删除列:【", + "zh-hk": "確定刪除列:【", + "zh-tw": "確定刪除欄位:【", + "en": "Confirm to delete column: 【", + "it": "Confermare l'eliminazione della colonna:【" + }, + "n79f2u5": { + "zh-cn": "列删除成功", + "zh-hk": "列刪除成功", + "zh-tw": "欄位刪除成功", + "en": "Column deleted successfully", + "it": "Colonna eliminata con successo" + }, + "671g4fa": { + "zh-cn": "已处于首位,无法上移", + "zh-hk": "已處於首位,無法上移", + "zh-tw": "已處於首位,無法上移", + "en": "Already at the first position, cannot move up", + "it": "Già in prima posizione, impossibile spostare in alto" + }, + "p8k43a": { + "zh-cn": "已处于末位,无法下移", + "zh-hk": "已處於末位,無法下移", + "zh-tw": "已處於末位,無法下移", + "en": "Already at the last position, cannot move down", + "it": "Già in ultima posizione, impossibile spostare in basso" + }, + "eeehal5": { + "zh-cn": "确定将列【", + "zh-hk": "確定將列【", + "zh-tw": "確定將欄位【", + "en": "Confirm to move column 【", + "it": "Confermare lo spostamento della colonna【" + }, + "dxyp2": { + "zh-cn": "上移", + "zh-hk": "上移", + "zh-tw": "上移", + "en": "Move up", + "it": "Sposta in alto" + }, + "dxzk2": { + "zh-cn": "下移", + "zh-hk": "下移", + "zh-tw": "下移", + "en": "Move Down", + "it": "Sposta in basso" + }, + "d1wu3p4": { + "zh-cn": "操作确认", + "zh-hk": "操作確認", + "zh-tw": "操作確認", + "en": "Operation Confirmation", + "it": "Conferma operazione" + }, + "mw9mju6": { + "zh-cn": "列位置已更新", + "zh-hk": "列位置已更新", + "zh-tw": "欄位位置已更新", + "en": "Column position has been updated", + "it": "Posizione colonna aggiornata" + }, + "diprg14": { + "zh-cn": "未知错误", + "zh-hk": "未知錯誤", + "zh-tw": "未知錯誤", + "en": "Unknown Error", + "it": "Errore sconosciuto" + }, + "de2ue3": { + "zh-cn": "增加表", + "zh-hk": "增加表", + "zh-tw": "新增表格", + "en": "Add Table", + "it": "Aggiungi tabella" + }, + "jbafh3": { + "zh-cn": "编辑表", + "zh-hk": "編輯表", + "zh-tw": "編輯表格", + "en": "Edit Table", + "it": "Modifica tabella" + }, + "crdes3": { + "zh-cn": "删除表", + "zh-hk": "刪除表", + "zh-tw": "刪除表格", + "en": "Delete Table", + "it": "Elimina tabella" + }, + "cygxr3": { + "zh-cn": "可视化", + "zh-hk": "可視化", + "zh-tw": "視覺化", + "en": "Visualization", + "it": "Visualizzazione" + }, + "dds453": { + "zh-cn": "增加列", + "zh-hk": "增加欄", + "zh-tw": "新增欄位", + "en": "Add Column", + "it": "Aggiungi colonna" + }, + "f6lzba4": { + "zh-cn": "生成实体", + "zh-hk": "生成實體", + "zh-tw": "產生實體", + "en": "Generate Entity", + "it": "Genera entità" + }, + "ej6wcp4": { + "zh-cn": "温馨提示", + "zh-hk": "溫馨提示", + "zh-tw": "溫馨提示", + "en": "Friendly Reminder", + "it": "Nota importante" + }, + "4nvucnm": { + "zh-cn": "如果是刚刚生成的实体,请重启服务后再生成种子", + "zh-hk": "如果是剛剛生成的實體,請重啟服務後再生成種子", + "zh-tw": "若為剛產生的實體,請重啟服務後再產生種子資料", + "en": "If the entity was just created, please restart the service before generating seeds", + "it": "Se l'entità è stata appena generata, riavviare il servizio prima di generare il seed" + }, + "f6r6ic4": { + "zh-cn": "生成种子", + "zh-hk": "生成種子", + "zh-tw": "產生種子資料", + "en": "Generate Seeds", + "it": "Genera seed" + }, + "d7r5da4": { + "zh-cn": "数据类型", + "zh-hk": "數據類型", + "zh-tw": "資料型態", + "en": "Data Type", + "it": "Tipo di dato" + }, + "e4ib2": { + "zh-cn": "主键", + "zh-hk": "主鍵", + "zh-tw": "主鍵", + "en": "Primary Key", + "it": "Chiave primaria" + }, + "ml102": { + "zh-cn": "自增", + "zh-hk": "自增", + "zh-tw": "自動遞增", + "en": "Auto Increment", + "it": "Auto-incremento" + }, + "ey5n2": { + "zh-cn": "可空", + "zh-hk": "可空", + "zh-tw": "可為空值", + "en": "Nullable", + "it": "Nullable" + }, + "py4n2": { + "zh-cn": "长度", + "zh-hk": "長度", + "zh-tw": "長度", + "en": "Length", + "it": "Lunghezza" + }, + "lqjs2": { + "zh-cn": "精度", + "zh-hk": "精確度", + "zh-tw": "精度", + "en": "Precision", + "it": "Precisione" + }, + "nxrsg3": { + "zh-cn": "默认值", + "zh-hk": "預設值", + "zh-tw": "預設值", + "en": "Default Value", + "it": "Valore predefinito" + }, + "klo6b3": { + "zh-cn": "表编辑", + "zh-hk": "表格編輯", + "zh-tw": "表格編輯", + "en": "Table Editing", + "it": "Modifica tabella" + }, + "ke8dn3": { + "zh-cn": "表名称", + "zh-hk": "表格名稱", + "zh-tw": "表格名稱", + "en": "Table Name", + "it": "Nome tabella" + }, + "reeys16": { + "zh-cn": "描述不能为空", + "zh-hk": "描述不能為空", + "zh-tw": "描述不能為空", + "en": "Description cannot be empty", + "it": "La descrizione non può essere vuota" + }, + "f6n3fk4": { + "zh-cn": "生成成功", + "zh-hk": "生成成功", + "zh-tw": "產生成功", + "en": "Generated successfully", + "it": "Generazione completata" + }, + "wmt0i36": { + "zh-cn": "表名不能为空", + "zh-hk": "表格名稱不能為空", + "zh-tw": "表格名稱不能為空", + "en": "Table name cannot be empty", + "it": "Il nome della tabella non può essere vuoto" + }, + "bw17084": { + "zh-cn": "实体名称", + "zh-hk": "實體名稱", + "zh-tw": "實體名稱", + "en": "Entity Name", + "it": "Nome entità" + }, + "pkgto88": { + "zh-cn": "实体名称不能为空", + "zh-hk": "實體名稱不能為空", + "zh-tw": "實體名稱不能為空", + "en": "Entity name cannot be empty", + "it": "Il nome dell'entità non può essere vuoto" + }, + "fnb52": { + "zh-cn": "基类", + "zh-hk": "基類", + "zh-tw": "基礎類別", + "en": "Base Class", + "it": "Classe base" + }, + "bxzajr4": { + "zh-cn": "存放位置", + "zh-hk": "存放位置", + "zh-tw": "存放位置", + "en": "Storage Location", + "it": "Posizione di archiviazione" + }, + "6rp04a5": { + "zh-cn": "请添加列!", + "zh-hk": "請添加列!", + "zh-tw": "請新增欄位!", + "en": "Please add columns!", + "it": "Aggiungere colonne!" + }, + "ah2eha4": { + "zh-cn": "主键Id", + "zh-hk": "主鍵Id", + "zh-tw": "主鍵Id", + "en": "Primary Key ID", + "it": "Id chiave primaria" + }, + "frr9f74": { + "zh-cn": "租户Id", + "zh-hk": "租戶Id", + "zh-tw": "租戶Id", + "en": "Tenant ID", + "it": "ID Tenant" + }, + "dfvj9h4": { + "zh-cn": "机构Id", + "zh-hk": "機構Id", + "zh-tw": "機構Id", + "en": "Organization ID", + "it": "ID Organizzazione" + }, + "lmgjhb5": { + "zh-cn": "创建者Id", + "zh-hk": "創建者Id", + "zh-tw": "建立者Id", + "en": "Creator ID", + "it": "ID Creatore" + }, + "lm0uo05": { + "zh-cn": "创建者姓名", + "zh-hk": "創建者姓名", + "zh-tw": "建立者姓名", + "en": "Creator Name", + "it": "Nome Creatore" + }, + "tccxyj5": { + "zh-cn": "修改者Id", + "zh-hk": "修改者Id", + "zh-tw": "修改者Id", + "en": "Modifier ID", + "it": "ID Modificatore" + }, + "tbx9585": { + "zh-cn": "修改者姓名", + "zh-hk": "修改者姓名", + "zh-tw": "修改者姓名", + "en": "Modifier Name", + "it": "Nome Modificatore" + }, + "lf46r3": { + "zh-cn": "软删除", + "zh-hk": "軟刪除", + "zh-tw": "軟刪除", + "en": "Soft Delete", + "it": "Eliminazione Logica" + }, + "ggklgo5": { + "zh-cn": "数据表信息", + "zh-hk": "數據表資訊", + "zh-tw": "資料表資訊", + "en": "Table Information", + "it": "Informazioni Tabella Dati" + }, + "goj06x5": { + "zh-cn": "数据列信息", + "zh-hk": "數據列資訊", + "zh-tw": "資料欄位資訊", + "en": "Column Information", + "it": "Informazioni Colonna Dati" + }, + "dz4183": { + "zh-cn": "小数位", + "zh-hk": "小數位", + "zh-tw": "小數位", + "en": "Decimal places", + "it": "Decimali" + }, + "w317416": { + "zh-cn": "新增主键字段", + "zh-hk": "新增主鍵欄位", + "zh-tw": "新增主鍵欄位", + "en": "Add primary key field", + "it": "Aggiungi campo chiave primaria" + }, + "t1wbc86": { + "zh-cn": "新增普通字段", + "zh-hk": "新增普通欄位", + "zh-tw": "新增普通欄位", + "en": "Add regular field", + "it": "Aggiungi campo standard" + }, + "qscc646": { + "zh-cn": "新增租户字段", + "zh-hk": "新增租戶欄位", + "zh-tw": "新增租戶欄位", + "en": "Add tenant field", + "it": "Aggiungi campo tenant" + }, + "t482bu6": { + "zh-cn": "新增机构字段", + "zh-hk": "新增機構欄位", + "zh-tw": "新增機構欄位", + "en": "Add organization field", + "it": "Aggiungi campo organizzazione" + }, + "uz0mha6": { + "zh-cn": "新增基础字段", + "zh-hk": "新增基礎欄位", + "zh-tw": "新增基礎欄位", + "en": "Add base field", + "it": "Aggiungi campo base" + }, + "xg9jcz7": { + "zh-cn": "新增软删除字段", + "zh-hk": "新增軟刪除欄位", + "zh-tw": "新增軟刪除欄位", + "en": "Add soft-delete field", + "it": "Aggiungi campo eliminazione logica" + }, + "cn9g23": { + "zh-cn": "列编辑", + "zh-hk": "欄編輯", + "zh-tw": "欄位編輯", + "en": "Column editing", + "it": "Modifica colonna" + }, + "cftne3": { + "zh-cn": "列名称", + "zh-hk": "欄名稱", + "zh-tw": "欄位名稱", + "en": "Column name", + "it": "Nome colonna" + }, + "ef9y2": { + "zh-cn": "列名", + "zh-hk": "欄名", + "zh-tw": "欄名", + "en": "Column name", + "it": "Nome campo" + }, + "vql2vy7": { + "zh-cn": "请选择存放位置", + "zh-hk": "請選擇存放位置", + "zh-tw": "請選擇存放位置", + "en": "Please select storage location", + "it": "Seleziona posizione di archiviazione" + }, + "xzzb8y6": { + "zh-cn": "生成种子数据", + "zh-hk": "生成種子數據", + "zh-tw": "產生種子資料", + "en": "Generate seed data", + "it": "Genera dati seed" + }, + "kais9x6": { + "zh-cn": "过滤重复数据", + "zh-hk": "過濾重複數據", + "zh-tw": "過濾重複資料", + "en": "Filter duplicate data", + "it": "Filtra dati duplicati" + }, + "fiyq2": { + "zh-cn": "增加", + "zh-hk": "增加", + "zh-tw": "新增", + "en": "Add", + "it": "Aggiungi" + }, + "m75hhm7": { + "zh-cn": "确定要同步吗?", + "zh-hk": "確定要同步嗎?", + "zh-tw": "確定要同步嗎?", + "en": "Confirm synchronization?", + "it": "Confermi la sincronizzazione?" + }, + "b1twyw4": { + "zh-cn": "同步成功", + "zh-hk": "同步成功", + "zh-tw": "同步成功", + "en": "Synchronization succeeded", + "it": "Sincronizzazione completata" + }, + "i2cb0y7": { + "zh-cn": "确定要生成吗?", + "zh-hk": "確定要生成嗎?", + "zh-tw": "確定要產生嗎?", + "en": "Confirm generation?", + "it": "Confermi la generazione?" + }, + "jt358i4": { + "zh-cn": "预览代码", + "zh-hk": "預覽代碼", + "zh-tw": "預覽程式碼", + "en": "Preview code", + "it": "Anteprima codice" + }, + "bucdi3": { + "zh-cn": "业务名", + "zh-hk": "業務名", + "zh-tw": "業務名稱", + "en": "Business name", + "it": "Nome business" + }, + "gmfmme5": { + "zh-cn": "数据库表名", + "zh-hk": "數據庫表名", + "zh-tw": "資料庫表名", + "en": "Database table name", + "it": "Nome tabella database" + }, + "b0ji0a4": { + "zh-cn": "命名空间", + "zh-hk": "命名空間", + "zh-tw": "命名空間", + "en": "Namespace", + "it": "Namespace" + }, + "ajj1qb4": { + "zh-cn": "作者姓名", + "zh-hk": "作者姓名", + "zh-tw": "作者姓名", + "en": "Author Name", + "it": "Nome autore" + }, + "f6nsav4": { + "zh-cn": "生成方式", + "zh-hk": "生成方式", + "zh-tw": "產生方式", + "en": "Generation Method", + "it": "Metodo di generazione" + }, + "pewx2": { + "zh-cn": "配置", + "zh-hk": "配置", + "zh-tw": "設定", + "en": "Configuration", + "it": "Configurazione" + }, + "evvd2": { + "zh-cn": "同步", + "zh-hk": "同步", + "zh-tw": "同步", + "en": "Synchronization", + "it": "Sincronizzazione" + }, + "kgk12": { + "zh-cn": "生成", + "zh-hk": "生成", + "zh-tw": "產生", + "en": "Generate", + "it": "Genera" + }, + "bv28494": { + "zh-cn": "外键配置", + "zh-hk": "外鍵配置", + "zh-tw": "外鍵設定", + "en": "Foreign Key Configuration", + "it": "Configurazione chiave esterna" + }, + "lwtxzc6": { + "zh-cn": "树选择器配置", + "zh-hk": "樹選擇器配置", + "zh-tw": "樹選擇器配置", + "en": "Tree Selector Configuration", + "it": "Configurazione selettore ad albero" + }, + "f6vdjm4": { + "zh-cn": "生成配置", + "zh-hk": "生成配置", + "zh-tw": "生成配置", + "en": "Generation Configuration", + "it": "Configurazione generazione" + }, + "bw2gu64": { + "zh-cn": "实体属性", + "zh-hk": "實體屬性", + "zh-tw": "實體屬性", + "en": "Entity Attribute", + "it": "Attributi entità" + }, + "ai3oho4": { + "zh-cn": "作用类型", + "zh-hk": "作用類型", + "zh-tw": "作用類型", + "en": "Action Type", + "it": "Tipo di funzione" + }, + "ax7wz14": { + "zh-cn": "列表显示", + "zh-hk": "列表顯示", + "zh-tw": "列表顯示", + "en": "List Display", + "it": "Visualizzazione elenco" + }, + "fmmz2": { + "zh-cn": "增改", + "zh-hk": "增改", + "zh-tw": "增改", + "en": "Add/Edit", + "it": "Aggiungi/Modifica" + }, + "cs19o3": { + "zh-cn": "可排序", + "zh-hk": "可排序", + "zh-tw": "可排序", + "en": "Sortable", + "it": "Ordinabile" + }, + "doq9cj4": { + "zh-cn": "查询方式", + "zh-hk": "查詢方式", + "zh-tw": "查詢方式", + "en": "Query Method", + "it": "Metodo di ricerca" + }, + "w3u2vt7": { + "zh-cn": "请选择库定位器", + "zh-hk": "請選擇庫定位器", + "zh-tw": "請選擇庫定位器", + "en": "Please Select Library Locator", + "it": "Selezionare il localizzatore del magazzino" + }, + "egcar3": { + "zh-cn": "库类型", + "zh-hk": "庫類型", + "zh-tw": "庫類型", + "en": "Library Type", + "it": "Tipo di magazzino" + }, + "e9zvn3": { + "zh-cn": "库地址", + "zh-hk": "庫地址", + "zh-tw": "庫位址", + "en": "Library Address", + "it": "Indirizzo del magazzino" + }, + "pew68d7": { + "zh-cn": "库地址不能为空", + "zh-hk": "庫地址不能為空", + "zh-tw": "庫位址不能為空", + "en": "Library Address Cannot Be Empty", + "it": "L'indirizzo del magazzino non può essere vuoto" + }, + "hn06v3": { + "zh-cn": "生成表", + "zh-hk": "生成表", + "zh-tw": "產生資料表", + "en": "Generate Table", + "it": "Genera tabella" + }, + "qyswjd7": { + "zh-cn": "生成表不能为空", + "zh-hk": "生成表不能為空", + "zh-tw": "產生資料表不能為空", + "en": "Generation table cannot be empty", + "it": "La tabella generata non può essere vuota" + }, + "kx45km7": { + "zh-cn": "业务名不能为空", + "zh-hk": "業務名不能為空", + "zh-tw": "業務名稱不能為空", + "en": "Business name cannot be empty", + "it": "Il nome del servizio non può essere vuoto" + }, + "l6wdl3": { + "zh-cn": "请输入", + "zh-hk": "請輸入", + "zh-tw": "請輸入", + "en": "Please enter", + "it": "Inserisci" + }, + "f6suiy4": { + "zh-cn": "生成菜单", + "zh-hk": "生成選單", + "zh-tw": "產生選單", + "en": "Generate menu", + "it": "Genera menu" + }, + "exrwfe4": { + "zh-cn": "父级菜单", + "zh-hk": "父級選單", + "zh-tw": "父層選單", + "en": "Parent menu", + "it": "Menu principale" + }, + "ut5ach7": { + "zh-cn": "请选择命名空间", + "zh-hk": "請選擇命名空間", + "zh-tw": "請選擇命名空間", + "en": "Please select namespace", + "it": "Seleziona namespace" + }, + "awa1ux4": { + "zh-cn": "前端目录", + "zh-hk": "前端目錄", + "zh-tw": "前端目錄", + "en": "Frontend directory", + "it": "Directory frontend" + }, + "d0qsuf8": { + "zh-cn": "前端目录不能为空", + "zh-hk": "前端目錄不能為空", + "zh-tw": "前端目錄不能為空", + "en": "Frontend directory cannot be empty", + "it": "La directory frontend non può essere vuota" + }, + "d6exf34": { + "zh-cn": "支持打印", + "zh-hk": "支援列印", + "zh-tw": "支援列印", + "en": "Print support", + "it": "Supporto alla stampa" + }, + "cr6xz84": { + "zh-cn": "打印模版", + "zh-hk": "列印模板", + "zh-tw": "列印範本", + "en": "Print template", + "it": "Modello di stampa" + }, + "y3q4k97": { + "zh-cn": "数据唯一性配置", + "zh-hk": "數據唯一性配置", + "zh-tw": "資料唯一性配置", + "en": "Data Uniqueness Configuration", + "it": "Configurazione univoca dei dati" + }, + "bj6nsz4": { + "zh-cn": "增加配置", + "zh-hk": "增加配置", + "zh-tw": "新增配置", + "en": "Add Configuration", + "it": "Aggiungi configurazione" + }, + "9s65q5h": { + "zh-cn": "保证字段值的唯一性,排除null值", + "zh-hk": "保證字段值的唯一性,排除null值", + "zh-tw": "保證欄位值的唯一性,排除null值", + "en": "Ensure field value uniqueness (excluding null values)", + "it": "Garantire l'unicità dei valori dei campi, escludendo i valori null" + }, + "g4la2": { + "zh-cn": "字段", + "zh-hk": "字段", + "zh-tw": "欄位", + "en": "Field", + "it": "Campo" + }, + "498jw26": { + "zh-cn": "字段不能为空", + "zh-hk": "字段不能為空", + "zh-tw": "欄位不能為空", + "en": "Field cannot be empty", + "it": "Il campo non può essere vuoto" + }, + "2mvbpb8": { + "zh-cn": "描述信息不能为空", + "zh-hk": "描述信息不能為空", + "zh-tw": "描述資訊不能為空", + "en": "Description cannot be empty", + "it": "Le informazioni descrittive non possono essere vuote" + }, + "p0b1nn5": { + "zh-cn": "库不能为空", + "zh-hk": "庫不能為空", + "zh-tw": "資料庫不能為空", + "en": "Database cannot be empty", + "it": "Il database non può essere vuoto" + }, + "d7mbw34": { + "zh-cn": "数据库表", + "zh-hk": "數據庫表", + "zh-tw": "資料庫表", + "en": "Database Table", + "it": "Tabella del database" + }, + "lf63p67": { + "zh-cn": "数据表不能为空", + "zh-hk": "數據表不能為空", + "zh-tw": "資料表不能為空", + "en": "Data table cannot be empty", + "it": "La tabella dati non può essere vuota" + }, + "deg3cq4": { + "zh-cn": "显示字段", + "zh-hk": "顯示欄位", + "zh-tw": "顯示欄位", + "en": "Display Field", + "it": "Campo di visualizzazione" + }, + "qui5fa8": { + "zh-cn": "显示字段不能为空", + "zh-hk": "顯示欄位不能為空", + "zh-tw": "顯示欄位不能為空", + "en": "Display field cannot be empty", + "it": "Il campo di visualizzazione non può essere vuoto" + }, + "y05mdg5": { + "zh-cn": "值 字 段", + "zh-hk": "值 欄 位", + "zh-tw": "值 欄 位", + "en": "Value Field", + "it": "Campo Valore" + }, + "kajd6y7": { + "zh-cn": "值字段不能为空", + "zh-hk": "值欄位不能為空", + "zh-tw": "值欄位不能為空", + "en": "Value field cannot be empty", + "it": "Il campo valore non può essere vuoto" + }, + "exl54f4": { + "zh-cn": "父级字段", + "zh-hk": "父級欄位", + "zh-tw": "父級欄位", + "en": "Parent Field", + "it": "Campo Padre" + }, + "3gxl4x8": { + "zh-cn": "父级字段不能为空", + "zh-hk": "父級欄位不能為空", + "zh-tw": "父級欄位不能為空", + "en": "Parent field cannot be empty", + "it": "Il campo padre non può essere vuoto" + }, + "d219f3": { + "zh-cn": "复 制", + "zh-hk": "複 製", + "zh-tw": "複 製", + "en": "Copy", + "it": "Copia" + }, + "ol9zulo": { + "zh-cn": "接口压测会占用服务器大量的内存资源,请慎重操作!", + "zh-hk": "接口壓測會佔用伺服器大量的記憶體資源,請慎重操作!", + "zh-tw": "介面壓測會佔用伺服器大量的記憶體資源,請謹慎操作!", + "en": "Interface stress testing will consume significant server memory resources. Proceed with caution!", + "it": "Il test di carico dell'interfaccia occupa molte risorse di memoria del server, operare con cautela!" + }, + "cx55zj4": { + "zh-cn": "接口列表", + "zh-hk": "介面列表", + "zh-tw": "介面清單", + "en": "Interface List", + "it": "Lista Interfacce" + }, + "cx53oc4": { + "zh-cn": "接口分组", + "zh-hk": "介面群組", + "zh-tw": "介面群組", + "en": "Interface Group", + "it": "Gruppo Interfacce" + }, + "cd1r054": { + "zh-cn": "开始测试", + "zh-hk": "開始測試", + "zh-tw": "開始測試", + "en": "Start Test", + "it": "Avvia Test" + }, + "azr85q4": { + "zh-cn": "压测参数", + "zh-hk": "壓力測試參數", + "zh-tw": "壓力測試參數", + "en": "Load Test Parameters", + "it": "Parametri Test di Carico" + }, + "oybm2": { + "zh-cn": "轮数", + "zh-hk": "輪數", + "zh-tw": "輪數", + "en": "Rounds", + "it": "Numero di round" + }, + "e0nsue5": { + "zh-cn": "每轮请求数", + "zh-hk": "每輪請求數", + "zh-tw": "每輪請求數", + "en": "Requests per Round", + "it": "Richieste per round" + }, + "btf33n5": { + "zh-cn": "最大并发量", + "zh-hk": "最大併發量", + "zh-tw": "最大併發量", + "en": "Maximum Concurrency", + "it": "Concorrenza massima" + }, + "azykax4": { + "zh-cn": "压测结果", + "zh-hk": "壓力測試結果", + "zh-tw": "壓力測試結果", + "en": "Load Test Results", + "it": "Risultati del test di carico" + }, + "a9iqga6": { + "zh-cn": "总用时(秒)", + "zh-hk": "總用時(秒)", + "zh-tw": "總用時(秒)", + "en": "Total Duration (s)", + "it": "Tempo totale (secondi)" + }, + "9xbu216": { + "zh-cn": "成功请求次数", + "zh-hk": "成功請求次數", + "zh-tw": "成功請求次數", + "en": "Successful Requests", + "it": "Richieste riuscite" + }, + "fv2e3y6": { + "zh-cn": "失败请求次数", + "zh-hk": "失敗請求次數", + "zh-tw": "失敗請求次數", + "en": "Failed Requests", + "it": "Richieste fallite" + }, + "s2ahgqa": { + "zh-cn": "每秒查询率(QPS)", + "zh-hk": "每秒查詢率(QPS)", + "zh-tw": "每秒查詢率(QPS)", + "en": "Queries Per Second (QPS)", + "it": "Query al secondo (QPS)" + }, + "jmql4ia": { + "zh-cn": "最小响应时间(毫秒)", + "zh-hk": "最小響應時間(毫秒)", + "zh-tw": "最小回應時間(毫秒)", + "en": "Minimum Response Time (ms)", + "it": "Tempo di risposta minimo (ms)" + }, + "cnvg4aa": { + "zh-cn": "最大响应时间(毫秒)", + "zh-hk": "最大響應時間(毫秒)", + "zh-tw": "最大回應時間(毫秒)", + "en": "Maximum response time (ms)", + "it": "Tempo di risposta massimo (ms)" + }, + "1nb0i5a": { + "zh-cn": "平均响应时间(毫秒)", + "zh-hk": "平均響應時間(毫秒)", + "zh-tw": "平均回應時間(毫秒)", + "en": "Average response time (ms)", + "it": "Tempo medio di risposta (ms)" + }, + "9k1wy8c": { + "zh-cn": "P10 响应时间(毫秒)", + "zh-hk": "P10 響應時間(毫秒)", + "zh-tw": "P10 回應時間(毫秒)", + "en": "P10 response time (ms)", + "it": "Tempo di risposta P10 (ms)" + }, + "ymb8fgc": { + "zh-cn": "P25 响应时间(毫秒)", + "zh-hk": "P25 響應時間(毫秒)", + "zh-tw": "P25 回應時間(毫秒)", + "en": "P25 response time (ms)", + "it": "Tempo di risposta P25 (ms)" + }, + "wqueqcc": { + "zh-cn": "P50 响应时间(毫秒)", + "zh-hk": "P50 響應時間(毫秒)", + "zh-tw": "P50 回應時間(毫秒)", + "en": "P50 response time (ms)", + "it": "Tempo di risposta P50 (ms)" + }, + "s38to1c": { + "zh-cn": "P75 响应时间(毫秒)", + "zh-hk": "P75 響應時間(毫秒)", + "zh-tw": "P75 回應時間(毫秒)", + "en": "P75 response time (ms)", + "it": "Tempo di risposta P75 (ms)" + }, + "f3h5goc": { + "zh-cn": "P90 响应时间(毫秒)", + "zh-hk": "P90 響應時間(毫秒)", + "zh-tw": "P90 回應時間(毫秒)", + "en": "P90 response time (ms)", + "it": "Tempo di risposta P90 (ms)" + }, + "qon7e7c": { + "zh-cn": "P99 响应时间(毫秒)", + "zh-hk": "P99 響應時間(毫秒)", + "zh-tw": "P99 回應時間(毫秒)", + "en": "P99 response time (ms)", + "it": "Tempo di risposta P99 (ms)" + }, + "fky2nqd": { + "zh-cn": "P999 响应时间(毫秒)", + "zh-hk": "P999 響應時間(毫秒)", + "zh-tw": "P999 回應時間(毫秒)", + "en": "P999 response time (ms)", + "it": "Tempo di risposta P999 (ms)" + }, + "dkrf2s6": { + "zh-cn": "接口压测参数", + "zh-hk": "接口壓測參數", + "zh-tw": "介面壓測參數", + "en": "Interface stress test parameters", + "it": "Parametri di stress test dell'interfaccia" + }, + "fk90tt8": { + "zh-cn": "请求方式不能为空", + "zh-hk": "請求方式不能為空", + "zh-tw": "請求方式不能為空", + "en": "Request method cannot be empty", + "it": "Il metodo di richiesta non può essere vuoto" + }, + "zq12t8": { + "zh-cn": "请求地址不能为空", + "zh-hk": "請求地址不能為空", + "zh-tw": "請求位址不能為空", + "en": "Request URL cannot be empty", + "it": "L'indirizzo della richiesta non può essere vuoto" + }, + "ya71si6": { + "zh-cn": "轮数不能为空", + "zh-hk": "輪數不能為空", + "zh-tw": "輪數不能為空", + "en": "Round count cannot be empty", + "it": "Il numero di round non può essere vuoto" + }, + "tvzv129": { + "zh-cn": "每轮请求数不能为空", + "zh-hk": "每輪請求數不能為空", + "zh-tw": "每輪請求數不能為空", + "en": "Requests per round cannot be empty", + "it": "Il numero di richieste per round non può essere vuoto" + }, + "eb8e2": { + "zh-cn": "公告", + "zh-hk": "公告", + "zh-tw": "公告", + "en": "Announcement", + "it": "Annuncio" + }, + "ji8opt4": { + "zh-cn": "阅读状态", + "zh-hk": "閱讀狀態", + "zh-tw": "閱讀狀態", + "en": "Read status", + "it": "Stato di lettura" + }, + "d5my53": { + "zh-cn": "图例:", + "zh-hk": "圖例:", + "zh-tw": "圖例:", + "en": "Legend:", + "it": "Legenda:" + }, + "bvfb53": { + "zh-cn": "一对多", + "zh-hk": "一對多", + "zh-tw": "一對多", + "en": "One-to-many", + "it": "Uno-a-molti" + }, + "bvd473": { + "zh-cn": "一对一", + "zh-hk": "一對一", + "zh-tw": "一對一", + "en": "One-to-one", + "it": "Uno-a-uno" + }, + "e8622": { + "zh-cn": "列】", + "zh-hk": "列】", + "zh-tw": "列】", + "en": "Column】", + "it": "Colonna】" + }, + "2jq3sh5": { + "zh-cn": "请输入: ", + "zh-hk": "請輸入:", + "zh-tw": "請輸入:", + "en": "Please enter:", + "it": "Inserisci:" + }, + "1tjku4": { + "zh-cn": "AI翻译", + "zh-hk": "AI翻譯", + "zh-tw": "AI翻譯", + "en": "AI Translation", + "it": "Traduzione AI" + }, + "fymq3d16": { + "zh-cn": "作为企业软件系统专业翻译,严格遵守以下铁律:\n\n■ 核心原则\n1. 严格逐符号翻译(", + "zh-hk": "作為企業軟件系統專業翻譯,嚴格遵守以下鐵律:", + "zh-tw": "作為企業軟體系統專業翻譯,嚴格遵守以下鐵律:", + "en": "As a professional enterprise software system translator, strictly adhere to the following iron rules:", + "it": "Come traduttore professionale di sistemi software aziendali, aderisco rigorosamente ai seguenti principi:" + }, + "7p37ouhk": { + "zh-cn": ")\n2. 禁止添加/删除/改写任何内容\n3. 保持批量翻译的编号格式\n\n■ 符号保留规则\n! 所有符号必须原样保留:\n• 编程符号:\\${ } <% %> @ # & | \n• UI占位符:{0} %s [ ] \n• 货币单位:¥100.00 kg cm²\n• 中文符号:【 】 《 》 :\n\n■ 中文符号位置规范\n# 三级处理机制:\n1. 成对符号必须保持完整结构:\n ✓ 正确:【Warning】Text\n ✗ 禁止:Warning【 】Text\n \n2. 独立符号位置:\n • 优先句尾 → Text】?\n • 次选句首 → 】Text?\n • 禁止句中 → Text】Text?\n\n3. 跨字符串符号处理:\n • 前段含【时 → 保留在段尾(\"Synchronize【\")\n • 后段含】时 → 保留在段首(\"】authorization data?\")\n • 符号后接字母时添加空格:】 Authorization\n\n■ 语法规范\n• 外文 → 被动语态(\"Item was created\")\n• 中文 → 主动语态(\"已创建项目\")\n• 禁止推测上下文(只翻译当前字符串内容)\n\n■ 错误预防(绝对禁止)\n✗ 将中文符号改为西式符号(】→])\n✗ 移动非中文符号位置\n✗ 添加原文不存在的内容\n✗ 合并/拆分原始字符串\n\n■ 批量处理\n▸ 严格保持原始JSON结构\n▸ 语言键名精确匹配(zh-cn/en/it等)", + "zh-hk": ")", + "zh-tw": ")", + "en": ")", + "it": ")" + }, + "qhx1eya": { + "zh-cn": "翻译API返回错误:", + "zh-hk": "翻譯API返回錯誤:", + "zh-tw": "翻譯API返回錯誤:", + "en": "Translation API returned an error:", + "it": "Errore API traduzione:" + }, + "s7bystp": { + "zh-cn": "环境变量 DEEPSEEK_API_KEY 未定义", + "zh-hk": "環境變量 DEEPSEEK_API_KEY 未定義", + "zh-tw": "環境變數 DEEPSEEK_API_KEY 未定義", + "en": "Environment variable DEEPSEEK_API_KEY not defined", + "it": "Variabile d'ambiente DEEPSEEK_API_KEY non definita" + }, + "k2ng5l4": { + "zh-cn": "验证失败", + "zh-hk": "驗證失敗", + "zh-tw": "驗證失敗", + "en": "Verification failed", + "it": "Validazione fallita" + }, + "kw130t7": { + "zh-cn": "正在翻译...", + "zh-hk": "正在翻譯...", + "zh-tw": "正在翻譯...", + "en": "Translating...", + "it": "Traduzione in corso..." + }, + "fac718": { + "zh-cn": "菜单状态设置成功", + "zh-hk": "選單狀態設定成功", + "zh-tw": "選單狀態設定成功", + "en": "Menu status set successfully", + "it": "Stato menu impostato con successo" + }, + "hztngs4": { + "zh-cn": "请先保存", + "zh-hk": "請先儲存", + "zh-tw": "請先儲存", + "en": "Please save first", + "it": "Salvare prima" + }, + "wsnvnu6": { + "zh-cn": "请先保存数据", + "zh-hk": "請先儲存數據", + "zh-tw": "請先儲存資料", + "en": "Please save data first", + "it": "Salvare i dati prima" + }, + "m90w8n7": { + "zh-cn": "请先保存数据!", + "zh-hk": "請先儲存數據!", + "zh-tw": "請先儲存資料!", + "en": "Please save data first!", + "it": "Salvare i dati prima!" + }, + "hf19iw8": { + "zh-cn": " 一键复制配置 ", + "zh-hk": "一鍵複製配置", + "zh-tw": "一鍵複製設定", + "en": "One-click copy configuration", + "it": "Copia configurazione con un clic" + }, + "c643uj8": { + "zh-cn": " 一键恢复默认 ", + "zh-hk": "一鍵恢復預設", + "zh-tw": "一鍵恢復預設", + "en": "One-click restore default", + "it": "Ripristina impostazioni predefinite con un clic" + }, + "8s9vsx8": { + "zh-cn": " 没有账号? 去", + "zh-hk": "沒有帳號? 前往", + "zh-tw": "沒有帳號? 前往", + "en": "No account? Go to", + "it": "Nessun account? Vai a" + }, + "s60ej68": { + "zh-cn": " 已有账户? 去", + "zh-hk": "已有帳戶? 前往", + "zh-tw": "已有帳戶? 前往", + "en": "Already have an account? Go to", + "it": "Già registrato? Vai a" + }, + "euunjh5": { + "zh-cn": "添加部件 ", + "zh-hk": "添加部件", + "zh-tw": "新增元件", + "en": "Add widget", + "it": "Aggiungi widget" + }, + "lodxl4": { + "zh-cn": " 账号:", + "zh-hk": "帳號:", + "zh-tw": "帳號:", + "en": "Account:", + "it": "Account:" + }, + "e5rq84": { + "zh-cn": " 姓名:", + "zh-hk": "姓名:", + "zh-tw": "姓名:", + "en": "Name:", + "it": "Nome:" + }, + "ifnhu4": { + "zh-cn": " 电话:", + "zh-hk": "電話:", + "zh-tw": "電話:", + "en": "Phone:", + "it": "Telefono:" + }, + "mdriv4": { + "zh-cn": " 邮箱:", + "zh-hk": "電郵:", + "zh-tw": "信箱:", + "en": "Email:", + "it": "Email:" + }, + "mjf224": { + "zh-cn": " 部门:", + "zh-hk": "部門:", + "zh-tw": "部門:", + "en": "Department:", + "it": "Dipartimento:" + }, + "jrtsp4": { + "zh-cn": " 职位:", + "zh-hk": "職位:", + "zh-tw": "職位:", + "en": "Position:", + "it": "Posizione:" + }, + "aztb2o6": { + "zh-cn": " 关于项目 ", + "zh-hk": "關於項目", + "zh-tw": "關於專案", + "en": "About the Project", + "it": "Informazioni sul progetto" + }, + "wxmxcx5b": { + "zh-cn": " 基于 .NET6 (Furion/SqlSugar) 实现的通用权限开发框架,前端采用 Vue3+Element-plus+Vite5,整合众多优秀技术和框架,模块插件式开发。集成多租户、缓存、数据校验、鉴权、事件总线、动态API、通讯、远程请求、任务调度、打印等众多黑科技。代码结构简单清晰,注释详尽,易于上手与二次开发,即便是复杂业务逻辑也能迅速实现,真正实现“开箱即用”。 ", + "zh-hk": "基於 .NET6 (Furion/SqlSugar) 實現的通用權限開發框架,前端採用 Vue3+Element-plus+Vite5,整合眾多優秀技術和框架,模組插件式開發。整合多租戶、快取、數據校驗、鑑權、事件匯流排、動態API、通訊、遠端請求、任務排程、列印等眾多黑科技。代碼結構簡單清晰,註解詳盡,易於上手與二次開發,即便是複雜業務邏輯也能迅速實現,真正實現「開箱即用」。", + "zh-tw": "基於 .NET6 (Furion/SqlSugar) 實現的通用權限開發框架,前端採用 Vue3+Element-plus+Vite5,整合眾多優秀技術和框架,模組外掛式開發。整合多租戶、快取、資料校驗、鑑權、事件匯流排、動態API、通訊、遠端請求、任務排程、列印等眾多黑科技。程式碼結構簡單清晰,註解詳盡,易於上手與二次開發,即便是複雜業務邏輯也能迅速實現,真正實現「開箱即用」。", + "en": "A general permission development framework implemented based on .NET6 (Furion/SqlSugar), with the frontend using Vue3+Element-plus+Vite5. It integrates numerous excellent technologies and frameworks, and adopts modular plugin-based development. It incorporates many advanced features such as multi-tenancy, caching, data validation, authentication, event bus, dynamic API, communication, remote requests, task scheduling, printing, and more. The code structure is simple and clear, with detailed comments, making it easy to get started and perform secondary development. Even complex business logic can be quickly implemented, truly achieving \"out-of-the-box\" usability.", + "it": "Framework di sviluppo per autorizzazioni generiche basato su .NET6 (Furion/SqlSugar), frontend con Vue3+Element-plus+Vite5, integra numerose tecnologie e framework eccellenti, sviluppo modulare plug-in. Include multi-tenancy, cache, validazione dati, autenticazione, event bus, API dinamiche, comunicazione, richieste remote, pianificazione attività, stampa e molte altre tecnologie avanzate. Struttura del codice semplice e chiara, commenti dettagliati, facile da usare e sviluppare ulteriormente, anche logiche di business complesse possono essere implementate rapidamente, veramente \"pronto all'uso\"." + }, + "4wzy9r6": { + "zh-cn": " 更新记录 ", + "zh-hk": "更新記錄", + "zh-tw": "更新記錄", + "en": "Update Log", + "it": "Cronologia aggiornamenti" + }, + "n3y5l66": { + "zh-cn": " 快捷入口 ", + "zh-hk": "快捷入口", + "zh-tw": "快捷入口", + "en": "Quick Access", + "it": "Accesso rapido" + }, + "jzldh17": { + "zh-cn": "我的常用 ( ", + "zh-hk": "我的常用 (", + "zh-tw": "我的常用 (", + "en": "My Favorites (", + "it": "I miei preferiti (" + }, + "1ohu6c7": { + "zh-cn": "全部应用 ( ", + "zh-hk": "全部應用 (", + "zh-tw": "全部應用 (", + "en": "All Applications (", + "it": "Applica tutto (" + }, + "gxswk4": { + "zh-cn": " 欢迎 ", + "zh-hk": "歡迎", + "zh-tw": "歡迎", + "en": "Welcome", + "it": "Benvenuto" + }, + "b6essr5": { + "zh-cn": "欢迎使用 ", + "zh-hk": "歡迎使用", + "zh-tw": "歡迎使用", + "en": "Welcome to", + "it": "Benvenuto" + }, + "cd42gw6": { + "zh-cn": " 项目进度 ", + "zh-hk": "項目進度", + "zh-tw": "專案進度", + "en": "Project Progress", + "it": "Avanzamento progetto" + }, + "lvlahe6": { + "zh-cn": " 版本信息 ", + "zh-hk": "版本信息", + "zh-tw": "版本資訊", + "en": "Version Information", + "it": "Informazioni versione" + }, + "a5j20k5": { + "zh-cn": "最新版本 ", + "zh-hk": "最新版本", + "zh-tw": "最新版本", + "en": "Latest Version", + "it": "Ultima versione" + }, + "ri53oj6": { + "zh-cn": " 当前时钟 ", + "zh-hk": "當前時鐘", + "zh-tw": "目前時鐘", + "en": "Current Clock", + "it": "Orologio corrente" + }, + "c7un3t6": { + "zh-cn": " 我的日程 ", + "zh-hk": "我的日程", + "zh-tw": "我的行程", + "en": "My Schedule", + "it": "La mia agenda" + }, + "anvjiw5": { + "zh-cn": " 上个月 ", + "zh-hk": "上個月", + "zh-tw": "上個月", + "en": "Last Month", + "it": "Mese scorso" + }, + "anw6if5": { + "zh-cn": " 下个月 ", + "zh-hk": "下個月", + "zh-tw": "下個月", + "en": "Next Month", + "it": "Mese prossimo" + }, + "gg26b4": { + "zh-cn": " 查询 ", + "zh-hk": "查詢", + "zh-tw": "查詢", + "en": "Query", + "it": "Cerca" + }, + "miwv34": { + "zh-cn": " 重置 ", + "zh-hk": "重置", + "zh-tw": "重設", + "en": "Reset", + "it": "Ripristina" + }, + "cliek4": { + "zh-cn": " 下线 ", + "zh-hk": "下線", + "zh-tw": "下線", + "en": "Offline", + "it": "Disconnetti" + }, + "likox4": { + "zh-cn": " 详情 ", + "zh-hk": "詳情", + "zh-tw": "詳情", + "en": "Details", + "it": "Dettagli" + }, + "tz40ze6": { + "zh-cn": " 消息详情 ", + "zh-hk": "訊息詳情", + "zh-tw": "訊息詳情", + "en": "Message Details", + "it": "Dettagli messaggio" + }, + "29xlws6": { + "zh-cn": " 高级查询 ", + "zh-hk": "進階查詢", + "zh-tw": "進階查詢", + "en": "Advanced Query", + "it": "Ricerca avanzata" + }, + "n93tt4": { + "zh-cn": " 隐藏 ", + "zh-hk": "隱藏", + "zh-tw": "隱藏", + "en": "Hide", + "it": "Nascondi" + }, + "db22k4": { + "zh-cn": " 删除 ", + "zh-hk": "刪除", + "zh-tw": "刪除", + "en": "Delete", + "it": "Elimina" + }, + "fvpaq4": { + "zh-cn": " 新增 ", + "zh-hk": "新增", + "zh-tw": "新增", + "en": "Add", + "it": "Aggiungi" + }, + "efepu4": { + "zh-cn": " 导出 ", + "zh-hk": "匯出", + "zh-tw": "匯出", + "en": "Export", + "it": "Esporta" + }, + "efb5j4": { + "zh-cn": " 导入 ", + "zh-hk": "導入", + "zh-tw": "匯入", + "en": "Import", + "it": "Importa" + }, + "juz394": { + "zh-cn": " 编辑 ", + "zh-hk": "編輯", + "zh-tw": "編輯", + "en": "Edit", + "it": "Modifica" + }, + "ky5413": { + "zh-cn": "详情 ", + "zh-hk": "詳情", + "zh-tw": "詳情", + "en": "Details", + "it": "Dettagli" + }, + "arbqd64": { + "zh-cn": "创建者 ", + "zh-hk": "建立者", + "zh-tw": "建立者", + "en": "Creator", + "it": "Creatore" + }, + "lpkhod5": { + "zh-cn": "创建时间 ", + "zh-hk": "建立時間", + "zh-tw": "建立時間", + "en": "Creation Time", + "it": "Data creazione" + }, + "aid0cm4": { + "zh-cn": "修改者 ", + "zh-hk": "修改者", + "zh-tw": "修改者", + "en": "Modifier", + "it": "Modificatore" + }, + "tfgw5l5": { + "zh-cn": "修改时间 ", + "zh-hk": "修改時間", + "zh-tw": "修改時間", + "en": "Modification Time", + "it": "Data modifica" + }, + "djypr3": { + "zh-cn": "备注 ", + "zh-hk": "備註", + "zh-tw": "備註", + "en": "Remarks", + "it": "Note" + }, + "d7exy4": { + "zh-cn": " 关闭 ", + "zh-hk": "關閉", + "zh-tw": "關閉", + "en": "Close", + "it": "Chiudi" + }, + "ol3rzi6": { + "zh-cn": "下载错误: ", + "zh-hk": "下載錯誤:", + "zh-tw": "下載錯誤:", + "en": "Download Error:", + "it": "Errore download:" + }, + "1hn72f6": { + "zh-cn": " 数据导入 ", + "zh-hk": "數據導入", + "zh-tw": "資料匯入", + "en": "Data Import", + "it": "Importazione dati" + }, + "e078mqp": { + "zh-cn": " 导入完毕,存在部分错误,请下载导入结果查看详情 ", + "zh-hk": "導入完畢,存在部分錯誤,請下載導入結果查看詳情", + "zh-tw": "匯入完畢,存在部分錯誤,請下載匯入結果查看詳情", + "en": "Import completed with some errors, please download the import results to view details", + "it": "Importazione completata con alcuni errori, scarica il risultato per i dettagli" + }, + "ysh24c7": { + "zh-cn": "下载导入结果 ", + "zh-hk": "下載導入結果", + "zh-tw": "下載匯入結果", + "en": "Download Import Results", + "it": "Scarica risultato importazione" + }, + "i1gx3": { + "zh-cn": " 是 ", + "zh-hk": "是", + "zh-tw": "是", + "en": "Yes", + "it": "Sì" + }, + "ez163": { + "zh-cn": " 否 ", + "zh-hk": "否", + "zh-tw": "否", + "en": "No", + "it": "No" + }, + "c0pv6i5": { + "zh-cn": " 增加表 ", + "zh-hk": "增加表", + "zh-tw": "新增資料表", + "en": "Add Table", + "it": "Aggiungi tabella" + }, + "h4bec35": { + "zh-cn": " 编辑表 ", + "zh-hk": "編輯表", + "zh-tw": "編輯資料表", + "en": "Edit Table", + "it": "Modifica tabella" + }, + "bh5yqk5": { + "zh-cn": " 删除表 ", + "zh-hk": "刪除表", + "zh-tw": "刪除資料表", + "en": "Delete Table", + "it": "Elimina tabella" + }, + "bna02p5": { + "zh-cn": " 可视化 ", + "zh-hk": "可視化", + "zh-tw": "視覺化", + "en": "Visualization", + "it": "Visualizzazione" + }, + "c0gmkr5": { + "zh-cn": " 增加列 ", + "zh-hk": "增加欄", + "zh-tw": "新增欄位", + "en": "Add Column", + "it": "Aggiungi colonna" + }, + "bdf2h26": { + "zh-cn": " 生成实体 ", + "zh-hk": "生成實體", + "zh-tw": "產生實體", + "en": "Generate Entity", + "it": "Genera entità" + }, + "b8xvec6": { + "zh-cn": " 生成种子 ", + "zh-hk": "生成種子", + "zh-tw": "產生種子", + "en": "Generate Seed", + "it": "Genera seed" + }, + "i898fx5": { + "zh-cn": " 表编辑 ", + "zh-hk": "表編輯", + "zh-tw": "資料表編輯", + "en": "Table Editing", + "it": "Modifica tabella" + }, + "bdmju65": { + "zh-cn": " 列编辑 ", + "zh-hk": "欄編輯", + "zh-tw": "欄位編輯", + "en": "Column Editing", + "it": "Modifica colonna" + }, + "cjromq8": { + "zh-cn": " 生成种子数据 ", + "zh-hk": "生成種子數據", + "zh-tw": "產生種子資料", + "en": "Generate Seed Data", + "it": "Genera dati seed" + }, + "dxri64": { + "zh-cn": " 增加 ", + "zh-hk": "增加", + "zh-tw": "新增", + "en": "Add", + "it": "Aggiungi" + }, + "b5btaq6": { + "zh-cn": " 生成配置 ", + "zh-hk": "生成配置", + "zh-tw": "產生設定", + "en": "Generate Configuration", + "it": "Genera configurazione" + }, + "him4pp6": { + "zh-cn": " 增加配置 ", + "zh-hk": "增加配置", + "zh-tw": "新增設定", + "en": "Add Configuration", + "it": "Aggiungi configurazione" + }, + "v62uxpj": { + "zh-cn": " 保证字段值的唯一性,排除null值 ", + "zh-hk": "保证字段值的唯一性,排除null值", + "zh-tw": "保證欄位值的唯一性,排除null值", + "en": "Ensure field value uniqueness, excluding null values", + "it": "Garantire l'unicità dei valori dei campi, escludendo i valori null" + }, + "9kg3rb9": { + "zh-cn": "确定要删除选中的 ", + "zh-hk": "确定要删除选中的", + "zh-tw": "確定要刪除選取的", + "en": "Confirm deletion of selected", + "it": "Confermi di voler eliminare i selezionati" + }, + "b6xani6": { + "zh-cn": " 条记录吗?", + "zh-hk": "条记录吗?", + "zh-tw": "筆記錄嗎?", + "en": "records?", + "it": "record?" + }, + "dzz9z4": { + "zh-cn": " 复制 ", + "zh-hk": "复制", + "zh-tw": "複製", + "en": "Copy", + "it": "Copia" + }, + "f0b7168": { + "zh-cn": " 增加附属机构 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "3zrnt8f": { + "zh-cn": " 具有相应组织机构的数据权限 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "gmktvw5": { + "zh-cn": "数据库标识", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "b8rgjw5": { + "zh-cn": " 创建库 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "ehu5dv7": { + "zh-cn": " 进入租管端 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "68g11v6": { + "zh-cn": " 切换租户 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "8apt9w6": { + "zh-cn": " 授权菜单 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "2kya0c6": { + "zh-cn": " 同步授权 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "xfyi6c6": { + "zh-cn": " 重置密码 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "kwohw6": { + "zh-cn": " 删除租户 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "frze388": { + "zh-cn": " 授权租户菜单 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "lmy476": { + "zh-cn": " 删除缓存 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "79i3966": { + "zh-cn": " 批量删除 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "mdv1s4": { + "zh-cn": " 选项 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "bymfr75": { + "zh-cn": "更多查询 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "drhof3": { + "zh-cn": "字典 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "i39uy56": { + "zh-cn": " 集群控制 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "k9s74q6": { + "zh-cn": " 任务看板 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "itlhg4": { + "zh-cn": " 积压 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "eo56v4": { + "zh-cn": " 就绪 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "kfvuf36": { + "zh-cn": " 正在运行 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "fymg64": { + "zh-cn": " 暂停 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "mzmjh4": { + "zh-cn": " 阻塞 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "tnjb089": { + "zh-cn": " 由失败进入就绪 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "f0t734": { + "zh-cn": " 归档 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "eqgna4": { + "zh-cn": " 崩溃 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "m08ad4": { + "zh-cn": " 超限 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "e9b4k77": { + "zh-cn": " 无触发时间 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "duqt255": { + "zh-cn": " 未启动 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "yiwk3g9": { + "zh-cn": " 未知作业触发器 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "uzvvupa": { + "zh-cn": " 未知作业处理程序 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "f1pgq4": { + "zh-cn": " 并行 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "cnxt24": { + "zh-cn": " 串行 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "866ksn6": { + "zh-cn": " 请求参数 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "lag3gn7": { + "zh-cn": " 扫描触发器 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "egwgr4": { + "zh-cn": " 宕机 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "cnxdze5": { + "zh-cn": " 工作中 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "z7pntv7": { + "zh-cn": " 等待被唤醒 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "3tsybf8": { + "zh-cn": " 重置触发次数 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "c4g910c": { + "zh-cn": " Cron表达式生成器 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "evqec4": { + "zh-cn": " 已用:", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "d0h6y4": { + "zh-cn": " 剩余:", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "7dvciz7": { + "zh-cn": " 内存使用率 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "xfl1hy8": { + "zh-cn": " CPU使用率 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "vgq71p8": { + "zh-cn": " 系统信息配置 ", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + }, + "bz3ytr5": { + "zh-cn": "没有新消息", + "zh-hk": "", + "zh-tw": "", + "en": "", + "it": "" + } } \ No newline at end of file -- Gitee From 19f92991af77cf084564e090b62e5e0da93c6dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sun, 12 Oct 2025 12:27:30 +0800 Subject: [PATCH 18/19] =?UTF-8?q?=E4=B8=83=E7=89=9B=E4=BA=91=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/Admin.NET.Application/Configuration/Upload.json | 6 +++--- .../Service/File/FileProvider/MultiOSSFileProvider.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Admin.NET/Admin.NET.Application/Configuration/Upload.json b/Admin.NET/Admin.NET.Application/Configuration/Upload.json index 15e766ce2..cb7d95526 100644 --- a/Admin.NET/Admin.NET.Application/Configuration/Upload.json +++ b/Admin.NET/Admin.NET.Application/Configuration/Upload.json @@ -5,19 +5,19 @@ "Path": "upload/{yyyy}/{MM}/{dd}", // 文件上传目录 "MaxSize": 51200, // 文件最大限制KB:1024*50 "ContentType": [ "image/jpg", "image/png", "image/jpeg", "image/gif", "image/bmp", "text/plain", "text/xml", "application/pdf", "application/msword", "application/vnd.ms-excel", "application/vnd.ms-powerpoint", "application/vnd.openxmlformats-officedocument.presentationml.presentation", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "video/mp4", "application/wps-office.docx", "application/wps-office.xlsx", "application/wps-office.pptx", "application/vnd.android.package-archive" ], - "EnableMd5": false // 启用文件MDF5验证-防止重复上传 + "EnableMd5": true // 启用文件MDF5验证-防止重复上传 }, "OSSProvider": { "Enabled": true, "Provider": "Qiniu", // OSS提供者 Invalid/Minio/Aliyun/QCloud/Qiniu/HuaweiCloud "Endpoint": "s3.cn-north-1.qiniucs.com", // 节点/API地址(在腾讯云OSS中表示AppId) - "Region": "cn-north-1", // 地域 + "Region": "CN_North", // 地域 "AccessKey": "JFckbU3yi45-nASCnPao85zzc4uKvzanYJIGUmKz", "SecretKey": "795YALijYOULOnjKKwohD8Vn0GW4tqIVLNQTMiGL", "IsEnableHttps": false, // 是否启用HTTPS "IsEnableCache": true, // 是否启用缓存 "Bucket": "zhaopin1235", - "CustomHost": "" // 自定义Host:拼接外链的Host,若空则使用Endpoint拼接 + "CustomHost": "http://t3ysyhh33.hb-bkt.clouddn.com" // 自定义Host:拼接外链的Host,若空则使用Endpoint拼接 }, "SSHProvider": { "Enabled": false, diff --git a/Admin.NET/Admin.NET.Core/Service/File/FileProvider/MultiOSSFileProvider.cs b/Admin.NET/Admin.NET.Core/Service/File/FileProvider/MultiOSSFileProvider.cs index e17411890..2564e683a 100644 --- a/Admin.NET/Admin.NET.Core/Service/File/FileProvider/MultiOSSFileProvider.cs +++ b/Admin.NET/Admin.NET.Core/Service/File/FileProvider/MultiOSSFileProvider.cs @@ -202,7 +202,7 @@ public class MultiOSSFileProvider : ICustomFileProvider, ITransient return provider.Provider.ToUpper() switch { "ALIYUN" => $"{protocol}://{bucketName}.{provider.Endpoint}/{filePath.TrimStart('/')}", - "QINIU" => $"{protocol}://{bucketName}.{provider.Endpoint}/{filePath.TrimStart('/')}", + // "QINIU" => $"{protocol}://{bucketName}.{provider.Endpoint}/{filePath.TrimStart('/')}", "QCLOUD" => $"{protocol}://{bucketName}-{provider.Endpoint}.cos.{provider.Region}.myqcloud.com/{filePath.TrimStart('/')}", "MINIO" => $"{protocol}://{provider.Endpoint}/{bucketName}/{filePath.TrimStart('/')}", _ => throw Oops.Oh($"不支持的OSS提供者: {provider.Provider}") -- Gitee From a863e98d547de0ae4e3f6b4964ae7b1c75b4f23d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7CV=E5=B7=A5=E7=A8=8B=E5=B8=88?= <2535688890@qq.com> Date: Sun, 12 Oct 2025 12:45:31 +0800 Subject: [PATCH 19/19] =?UTF-8?q?=E5=BA=94=E7=94=A8=E5=90=AF=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/Admin.NET.Web.Core/Startup.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Admin.NET/Admin.NET.Web.Core/Startup.cs b/Admin.NET/Admin.NET.Web.Core/Startup.cs index 9f2d5f08b..aa23f46e6 100644 --- a/Admin.NET/Admin.NET.Web.Core/Startup.cs +++ b/Admin.NET/Admin.NET.Web.Core/Startup.cs @@ -42,6 +42,8 @@ public class Startup : AppStartup { public void ConfigureServices(IServiceCollection services) { + Log.Information($"应用启动:{App.Configuration["Urls"]}"); + // 配置选项 services.AddProjectOptions(); -- Gitee