From a6ac8962724e45553dacdf74fa80a11e04d9b635 Mon Sep 17 00:00:00 2001 From: yuanxing Date: Wed, 13 Dec 2023 14:04:46 +0800 Subject: [PATCH] fix(appearance):remove the Kiran and Adwaita icon theme in ui and translate the icon name for show MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在界面中不显示Kiran和Adwaita图标主题,将图标名称翻译为中文显示在界面 --- .../pages/theme/icon/icon-theme-page.cpp | 6 +- .../pages/theme/icon/icon-theme-page.h | 7 +- plugins/appearance/pages/theme/theme-page.cpp | 20 +- translations/kiran-control-panel.zh_CN.ts | 7099 ++++++++++------- 4 files changed, 4079 insertions(+), 3053 deletions(-) diff --git a/plugins/appearance/pages/theme/icon/icon-theme-page.cpp b/plugins/appearance/pages/theme/icon/icon-theme-page.cpp index 7aaa142..845d5bf 100644 --- a/plugins/appearance/pages/theme/icon/icon-theme-page.cpp +++ b/plugins/appearance/pages/theme/icon/icon-theme-page.cpp @@ -96,7 +96,6 @@ void IconThemePage::loadIconThemes() for (auto theme : themeInfos) { // 过滤非白名单主题 - static const QStringList iconThemeWhiteList = {"Kiran", "Adwaita", "Spring","Summer"}; if (!iconThemeWhiteList.contains(theme.name)) { continue; @@ -174,11 +173,10 @@ ThemePreviewWidget* IconThemePage::createPreviewWidget(const QString& themeName, previewWidget->setSpacingAndMargin(24, QMargins(24, 0, 24, 0)); previewWidget->setSelectedIndicatorEnable(true); previewWidget->setSelected(selected); - previewWidget->setThemeInfo(themeName, themeName); + previewWidget->setThemeInfo(iconThemeWhiteList.value(themeName, themeName), themeName); previewWidget->setPreviewPixmapSize(QSize(40, 40)); previewWidget->appendPreviewPixmap(pixmaps); - connect(previewWidget, &ThemePreviewWidget::pressed, this, [this]() - { emit requestReturn(); }); + connect(previewWidget, &ThemePreviewWidget::pressed, this, [this]() { emit requestReturn(); }); return previewWidget; } diff --git a/plugins/appearance/pages/theme/icon/icon-theme-page.h b/plugins/appearance/pages/theme/icon/icon-theme-page.h index 853ef13..dbc52e1 100644 --- a/plugins/appearance/pages/theme/icon/icon-theme-page.h +++ b/plugins/appearance/pages/theme/icon/icon-theme-page.h @@ -16,8 +16,13 @@ #define ICONTHEMES_H #include -#include #include +#include + +// 图标主题及对应翻译 +const QMap iconThemeWhiteList = { + {"Spring", QObject::tr("Spring")}, + {"Summer", QObject::tr("Summer")}}; namespace Ui { diff --git a/plugins/appearance/pages/theme/theme-page.cpp b/plugins/appearance/pages/theme/theme-page.cpp index a20c4a5..7c303b7 100644 --- a/plugins/appearance/pages/theme/theme-page.cpp +++ b/plugins/appearance/pages/theme/theme-page.cpp @@ -89,21 +89,19 @@ bool ThemePage::initIconTheme() return false; } - m_chooseIconWidget->setName(m_currIconTheme); + m_chooseIconWidget->setName(iconThemeWhiteList.value(m_currIconTheme, m_currIconTheme)); m_iconThemePage = new IconThemePage(ui->stackedWidget); m_iconThemePage->installEventFilter(this); ui->stackedWidget->addWidget(m_iconThemePage); connect(m_chooseIconWidget, &SettingBriefWidget::clicked, this, - [this] - { + [this] { ui->stackedWidget->setCurrentWidget(m_iconThemePage); }); connect(m_iconThemePage, &IconThemePage::requestReturn, this, - [&, this]() - { + [&, this]() { ui->stackedWidget->setCurrentIndex(0); }); @@ -128,14 +126,12 @@ bool ThemePage::initCursorTheme() ui->stackedWidget->addWidget(m_cursorThemePage); connect(m_chooseCursorWidget, &SettingBriefWidget::clicked, - [this] - { + [this] { ui->stackedWidget->setCurrentWidget(m_cursorThemePage); }); connect(m_cursorThemePage, &CursorThemePage::requestReturn, - [this]() - { + [this]() { ui->stackedWidget->setCurrentIndex(0); }); @@ -154,8 +150,7 @@ void ThemePage::createThemeWidget() const QList uiThemes = { {tr("Light Theme"), LIGHT_THEME, ":/kcp-appearance/images/theme-light.png"}, {tr("Auto"), THEME_AUTO_NAME, ":/kcp-appearance/images/theme-auto.png"}, - {tr("Dark Theme"), DARK_THEME, ":/kcp-appearance/images/theme-dark.png"} - }; + {tr("Dark Theme"), DARK_THEME, ":/kcp-appearance/images/theme-dark.png"}}; for (int i = 0; i < uiThemes.count(); i++) { @@ -212,7 +207,7 @@ void ThemePage::handleThemeChange(int type) { QString iconName; AppearanceGlobalInfo::instance()->getTheme(APPEARANCE_THEME_TYPE_ICON, iconName); - m_chooseIconWidget->setName(iconName); + m_chooseIconWidget->setName(iconThemeWhiteList.value(iconName, iconName)); m_iconThemePage->updateCurrentTheme(iconName); break; } @@ -258,5 +253,4 @@ void ThemePage::onCurrentUiThemeChanged() KLOG_INFO(qLcAppearance) << "updated ui theme" << currentID; } } - } diff --git a/translations/kiran-control-panel.zh_CN.ts b/translations/kiran-control-panel.zh_CN.ts index 1ef3d82..6fb278f 100644 --- a/translations/kiran-control-panel.zh_CN.ts +++ b/translations/kiran-control-panel.zh_CN.ts @@ -2,5768 +2,6797 @@ - CPanelNetworkWidget + AccountItemWidget - CPanelNetworkWidget - + Create new user + 创建新用户 - VPN - VPN + disable + 禁用 - Network Details - 网络详情 + enable + 启用 + + + AccountSubItem - Wired Network - 有线网络 + + account + 帐户 - Wireless Network - 无线网络 + + New User + 创建新用户 + + + AccountWidget - Connected - 已连接 + + + disable + 禁用 - Unavailable - 已禁用 + + + enable + 启用 - Disconnected - 已断开 + + Create new user + 创建新用户 + + + ActGuideWidget - Wired Network %1 - 有线网络 %1 + Please choose activation mode: + 请选择激活方式: - Wireless Network %1 - 无线网络 %1 + Next + 下一步 - - - ConnectionDetailsWidget - ConnectionDetailsWidget - + Current machine code: + 当前系统机器码: - Security type - 安全类型 + Please input activation code: + 请输入激活码: - TextLabel - + Back + 上一步 - Frequency band - 频段 + Please insert the UsbKey device first! + 请先插入UsbKey设备! - Channel - 网络通道 + Activate online + 在线激活 - Interface - 接口 + Activate with the input activation code + 输入激活码激活 - MAC - + Activate with insert UsbKey + 插入UsbKey设备激活 - IPv4 - + Activate + 激活 - Gateway - 网关 + Please enter the activate server address: + 请输入激活服务器地址: - DNS - + Activating...... + 正在激活...... - Subnet mask - 子网掩码 + System activate successful! + 系统激活成功! - IPv6 - + server activation and remaining points: + 服务器版激活点数和剩余点数: - Prefix - 前缀 + development activation and remaining points: + 开发版激活点数和剩余点数: - Rate - 速率 + industrial activation and remaining points: + 工控版激活点数和剩余点数: - Preferred DNS - 首选DNS + desktop activation and remaining points: + 桌面版激活点数和剩余点数: - - - ConnectionItemWidget - - disconnect - 断开 + activation points: + 激活点数: - - ignore - 忽略 + remaining points: + 剩余点数: - - remove - 移除 + Close + 关闭 - - The current device:%1 is not available - 当前设备:%1 不可用 + System activate failed! + 系统激活失败! - - The carrier is pulled out - 网线被拔出 + unknow + 未知 - - Are you sure you want to delete the connection %1 - 您是否确定要删除连接 "%1" + Activation Mode + 选择激活方式 - - Warning - 警告 + Start Activation + 开始激活 - - - Tips - 提示 + Activation Complete + 激活完成 - - Password required to connect to %1. - 连接网络 "%1" 需要密码 + Activation Guide + 激活向导 - - Please input a network name - 请输入网络名称 + Server IP address or Domain name + 服务器IP地址或域名 - ConnectionNameWidget + AdvanceSettings - ConnectionNameWidget - + + Advance Settings + 高级设置 - TextLabel - + + + Automatically generated by system + 由系统自动生成 - EditConnectionName - + + Please enter the correct path + 请输入正确的路径 - Auto Connection - 自动连接 + + Please enter specify user Id + 请输入用户ID - Required - 必填 + + Please enter an integer above 1000 + 请输入一个大于或等于1000的整数 - Wired Connection %1 - 有线网络%1 + + Please enter the correct home directory + 请输入正确的用户目录 - VPN L2TP %1 - + + Form + - VPN PPTP %1 + + Login shell + 登录Shell + + + + EditLoginShell - Connection name can not be empty - 网络名称不能为空 + + Specify user id (needs to be greater than 1000) + 指定用户ID(需大于或等于1000) - - - ConnectionShowPage - ConnectionShowPage + + EditSpecifyUserID - TextLabel - + + Specify user home + 指定用户目录 - ButtonCreateConnection + + EditSpecifyUserHome - - - DetailsPage - DetailsPage + + ButtonConfirm - Network Details - 网络详情 + + confirm + 确认 - Please select a connection - 请选择连接 + + ButtonCancel + - ComboBoxDetailsSelectConnection - + + cancel + 取消 + + + Specify user id + 指定用户ID - DeviceAvailableConnectionWidget + AppearancePlugin - - Network card: %1 - 网卡:%1 + + Theme + 主题 - - Other WiFi networks - 其它WIFI网络 + + Wallpaper + 壁纸 + + + + Font + 字体 - DeviceList + ApplicationPlugin - - Wired Network Adapter - 有线网络配置 + + DefaultApp + 默认程序 - - Wireless Network Adapter - 无线网络配置 + + AutoStart + 开机启动 - DisconnectAndDeleteButton + AudioSystemTray - DisconnectAndDeleteButton - - - - ButtonDisconnect - + + Volume Setting + 声音设置 - Disconnect - 断开 + + Mixed Setting + 混合设置 + + + AuthManagerPage - ButtonDelete - + Fingerprint Authentication + 指纹认证 - Delete - 删除 + Face Authentication + 人脸认证 - ButtonIgnore - + Password Authentication + 密码认证 - Ignore - 忽略 + save + 保存 - Are you sure you want to delete the connection %1 - 您是否确定要删除连接 "%1" + return + 返回 - Warning - 警告 + add fingerprint + 录入指纹数据 - - - DnsWidget - DnsWidget - + add face + 录入人脸数据 - Preferred DNS - 首选DNS + error + 错误 - Alternate DNS - 备选DNS + please ensure that at least one authentication option exists + 请确保至少一个认证选项打开 - - - DslManager - DslManager - + fingerprint_ + 指纹_ - DSL - + face_ + 人脸_ - DslSettingPage - - DslSettingPage - - - - Save - 保存 - + AuthPlugin - Return - 返回 + + Fingerprint + 指纹 - - - EthernetWidget - EthernetWidget - + + FingerVein + 指静脉 - MAC Address Of Ethernet Device - 设备MAC地址 + + UKey + UKey - ComboBoxDeviceMac - + + Iris + 虹膜 - Ethernet Clone MAC Address - 克隆MAC地址 + + Face + 人脸 - EditDeviceMac - + + Driver Manager + 驱动管理 - Custom MTU - 自定义MTU + + Prefs + 配置 - SpinBoxCustomMTU - + Word size + 字号 - No device specified - 不指定设备 + System font + 系统字体 - Clone Mac invalid - 无效的克隆MAC地址 + Monospaced font + 等宽字体 - Ipv4Widget + AutoStartPage - Ipv4Widget - + Boot Setup + 开机启动设置 - IPV4 Method - IPV4方法 + Desktop files(*.desktop) + 桌面类型(*.desktop) - ComboBoxIpv4Method - + select autostart desktop + 选择自启动应用 - IP Address - IP地址 + Select + 选择 - EditIpv4Address - + Cancel + 取消 - Net Mask - 子网掩码 + Error + 错误 - EditIpv4Netmask - + Desktop has existed + 该程序已存在 - Gateway - 网关 + Desktop cant permit to join + 该程序不允许添加 - EditIpv4Gateway - + Desktop dont support + 不支持该程序 + + + AutostartPage - - DNS - + + Boot Setup + 开机启动设置 - EditIpv4PreferredDNS - + + Desktop files(*.desktop) + 桌面类型(*.desktop) - Auto - 自动 + + select autostart desktop + 选择自启动应用 - Manual - 手动 + + Select + 选择 - Required - 必填 + + Cancel + 取消 - - Please separate multiple DNS entries by semicolon - 请用分号分隔多个DNS + + + + Error + 错误 - - Ipv4 DNS invalid - 无效的Ipv4 DNS + + Desktop has existed + 该程序已存在 - Ipv4 address can not be empty - Ipv4地址不能为空 + + Desktop cant permit to join + 该程序不允许添加 - Ipv4 Address invalid - 无效的Ipv4地址 + + Desktop dont support + 不支持该程序 + + + BatterySettingsPage - NetMask can not be empty - 子网掩码不能为空 + + BatterySettingsPage + 电池设置 - Netmask invalid - 无效的子网掩码 + + After idle for more than the following time, the computer will execute + 空闲超过以下时间后,计算机将执行 - Ipv4 Gateway invalid - 无效的Ipv4网关 + + ComboIdleTime + - Preferred DNS - 首选DNS + + ComboIdleAction + - Alternate DNS - 备选DNS + + When the battery is lit up, it will be executed + 电池电量将用尽时 - EditIpv4AlternateDNS - + + ComboLowBatteryAction + - Ipv4 Preferred DNS invalid - 无效的Ipv4首选DNS + + The monitor will turn off when it is idle + 显示器空闲以下时间关闭 - Ipv4 Alternate DNS invalid - 无效的Ipv4备选DNS + + ComboMonitorTurnOffIdleTime + - DNS 1 - + + Reduce screen brightness when idle + 空闲时减少亮度 - DNS 2 - + + Reduce screen brightness when no power + 低点亮时减少亮度 - - - Ipv6Widget - Ipv6Widget - + + The energy saving mode is enabled when the power is low + 低电量时自动开启节能模式 - IPV6 Method - IPV6方法 + + + Suspend + 待机 - ComboBoxIpv6Method - + + + Shutdown + 关机 - IP Address - IP地址 + + + Hibernate + 休眠 - EditIpv6Address - + + + Do nothing + 不执行操作 + + + BatterySubItem - Prefix - 前缀 + Battery Settings + 电池设置 - - SpinBoxIpv6Prefix - + + + BiometricItem + + add + 添加 + + + CPanelAudioWidget - Gateway - 网关 + + CPanelAudioWidget + - EditIpv6Gateway - + + Output + 输出 - - DNS - + + Input + 输入 + + + CPanelNetworkWidget - EditIpv6PreferredDNS + + CPanelNetworkWidget - Auto - 自动 + + + VPN + VPN - Manual - 手动 + + + Network Details + 网络详情 - Ignored - 忽略 + + + + + + Wired Network + 有线网络 - Required - 必填 + + + + + + + Wireless Network + 无线网络 - - Please separate multiple DNS entries by semicolon - 请用分号分隔多个DNS + + Connected + 已连接 - - Ipv6 DNS invalid - 无效的Ipv6 DNS + + Unavailable + 已禁用 - Ipv6 address can not be empty - Ipv6地址不能为空 + + Disconnected + 已断开 - Ipv6 address invalid - 无效的Ipv6地址 + Wired Network %1 + 有线网络 %1 - Ipv6 Gateway invalid - 无效的Ipv6网关 + Wireless Network %1 + 无线网络 %1 + + + ChangeHostNameWidget - Preferred DNS - 首选DNS + + Form + - Alternate DNS - 备选DNS + + Host Name: + 主机名: - EditIpv6AlternateDNS + + EditHostName - Ipv6 Preferred DNS invalid - 无效的Ipv6首选DNS + + ButtonSaveHostName + - Ipv6 Alternate DNS invalid - 无效的Ipv6备选DNS + + Save + 保存 - - - NetworkSubItem - Wired Network %1 - 有线网络 %1 + + ButtonCancelChangeHostName + - Wired Network - 有线网络 + + Cancel + 取消 - Wireless Network %1 - 无线网络 %1 + Host Name + 主机名 - Wireless Network - 无线网络 + + Warning + 警告 - VPN - VPN + + Change host name failed! Please check the Dbus service! + 修改主机名失败!请 检查Dbus服务! + + + CheckpasswdDialog - Network Details - 网络详情 + + Check password + 校验当前用户密码 + + + + Check the current password before you enroll the feature + 录入特征之前需要校验当前密码 - NetworkTray + ChooseItem - Network settings - 网络设置 + + Form + + + + ConnectionDetailsWidget - Network unavailable - 网络不可用 + + ConnectionDetailsWidget + - - - The network is connected, but you cannot access the Internet - 网络已连接,但不能访问互联网 + + Security type + 安全类型 - - - Network not connected - 网络已断开 + + + + + + + + + + + + + + TextLabel + - Wired network card: %1 available - 有线网卡: %1 可用 + + Frequency band + 频段 - Wireless network card: %1 available - 无线网卡: %1 可用 + + Channel + 网络通道 - Wired network card: %1 unavailable - 有线网卡: %1 不可用 + + Interface + 接口 - Wireless network card: %1 unavailable - 无线网卡: %1 不可用 + + MAC + - - Network connected - 网络已连接 + + IPv4 + - - - PluginConnectionList - Other WiFi networks - 其它WIFI网络 + + + Gateway + 网关 - Tips - 提示 + + DNS + - Please input a network name - 请输入网络名称 + + Subnet mask + 子网掩码 - - - StatusNotification - Connection Failed - 连接失败 + + IPv6 + - the network not found - 未找到网络 + + Prefix + 前缀 - The hidden network "%1" to be connected has been detected and exists in the network list - 要连接的隐藏网络“%1”已经被探测到,并存在于网络列表中 + + Rate + 速率 - Failed to connect to the network "%1" - 无法连接到网络 "%1" + Preferred DNS + 首选DNS + + + + ConnectionItemWidget + + + disconnect + 断开 - Connection activated - 网络已连接 + + ignore + 忽略 - You are now connected to the network "%1" - 您已连接到网络 "%1" + + remove + 移除 - Connection deactivated - 连接断开 + + The current device:%1 is not available + 当前设备:%1 不可用 - You have now disconnected the network "%1" - 您已断开网络连接 "%1" + + The carrier is pulled out + 网线被拔出 - Connection deleted - 连接已删除 + + Are you sure you want to delete the connection %1 + 您是否确定要删除连接 "%1" - The connection has been deleted "%1" - 已删除连接 "%1" + + Warning + 警告 - - - TextInputDialog + + Tips 提示 - Yes - 确认 + + Password required to connect to %1. + 连接网络 "%1" 需要密码 - Cancel - 取消 + + Please input a network name + 请输入网络名称 - TrayConnectionList + ConnectionNameWidget - Other WiFi networks - 其它WIFI网络 + + ConnectionNameWidget + - - - TrayItemWidget - TrayItemWidget + + TextLabel - Icon + + EditConnectionName - Name - 名称 + + Auto Connection + 自动连接 - Status - 状态 + + Required + 必填 - Ignore - 忽略 - - - Disconnect - 断开 + + Wired Connection %1 + 有线网络%1 - Cancel - 取消 + + VPN L2TP %1 + - Connect - 连接 + + VPN PPTP %1 + - Connected - 已连接 + + Connection name can not be empty + 网络名称不能为空 + + + ConnectionShowPage - Unconnected - 未连接 + + ConnectionShowPage + - Please input password - 请输入密码 + + TextLabel + - Please input a network name - 请输入网络名称 + + ButtonCreateConnection + - TrayPage + CreateGroupPage - TrayPage + + CreateGroupPage - TextLabel + + Create Group - Select wired network card - 请选择有线网卡 - - - Select wireless network card - 请选择无线网卡 + + Add Group Members + - - - VpnIPsec - VpnIPsec + + Confirm - Enable IPsec - 启用IPsec + + Please enter your group name + - Group Name - 组名 + + group name cannot be a pure number + - EditGroupName + + group name already exists - Group ID - 组ID + + + Error + 错误 + + + CreateUserPage - EditGroupId - + Account type + 帐户类型 - Pre-Shared Key - 预共享密钥 + + standard + 普通用户 - EditPreSharedKey - + + administrator + 管理员 - Show Password - 显示密码 + + Please enter user name first + 请输入用户名 - Internet Key Exchange Protocol - 密钥交换协议 + + Please enter your user name + 请输入用户名 - EditIpsecIKE - + + user name cannot be a pure number + 用户名不能全为数字 - Encapsulating Security Payload - 安全封装协议 + + user name already exists + 用户名已存在 - EditIpsecESP - + + Please enter your password + 请输出密码 - - - VpnIpvx - VpnIpvx - + + Please enter the password again + 请再次输入密码 - IPV4 Method - IPV4方法 + + The password you enter must be the same as the former one + 两次密码不相同,请核对后,再次输入 - ComboBoxVPNIpv4Method - + + + Error + 错误 - Only applied in corresponding resources - 仅用于相对应的网络上的资源 + + Password encryption failed + 密码加密失败 - Preferred DNS - 首选DNS + + Form + - EditVPNIpv4PreferredDNS + + UserAvatarWidget - Alternate DNS - 备选DNS + + User name + 用户名 - EditIpv4AlternateDNS + + EditUserName - Auto - 自动 + + User type + 用户类型 - - - VpnL2tpSetting - VpnL2tpSetting + + ComboUserType - VPN name - VPN名称 + + Password + 用户密码 - - - VpnManager - VpnManager + + EditPasswd - VPN type - VPN类型 + + Confirm password + 确认密码 - Save - 保存 + + EditPasswdConfirm + - Return - 返回 + + ButtonAdvanceSetting + - VPN - VPN + + Advance setting + 高级设置 - L2TP + + ButtonConfirm - Tips - 提示 - - - Password required to connect to %1. - 连接网络 "%1" 需要密码 + + Confirm + 创建 - - - VpnPpp - VpnPpp + + ButtonCancel - Use MPPE - 使用MPPE + + Cancel + 取消 - Security - 安全 + Please enter account name first + 请先输入帐户名 - ComboBoxMppeSecurity - + Please enter your account name + 请输入帐户名 - Stateful MPPE - 使用带状态的MPPE + Account cannot be a pure number + 帐户名不能全为数字 - All available (default) - 都可用(默认) + Account already exists + 帐户名已存在 - 40-bit (less secure) - 40位(较安全) + Please enter your userName name + 请输入用户名 + + + CursorThemePage - 128-bit (most secure) - 128位(最安全) + + Cursor Themes Settings + 光标主题设置 + + + CursorThemes - Refuse EAP Authentication - 拒绝EAP认证 + Cursor Themes Settings + 光标主题设置 - Refuse PAP Authentication - 拒绝PAP认证 + Faild + 失败 - Refuse CHAP Authentication - 拒绝CHAP认证 + Set cursor themes failed! + 设置光标主题失败! + + + DateTimeSettings - Refuse MSCHAP Authentication - 拒绝MSCHAP认证 + + DateTimeSettings + 日期时间设置 - Refuse MSCHAPv2 Authentication - 拒绝MSCHAPv2认证 + + Select Time + 选择时间 - No BSD Data Compression - 无BSD数据压缩 + + Select Date + 选择日期 - No Deflate Data Compression - 无Deflate数据压缩 + + ButtonSave + - No TCP Header Compression - 无TCP头压缩 + + save + 保存 - No Protocol Field Compression - 无协议字段压缩 + + ButtonReset + - No Address/Control Compression - 无地址/控制压缩 - - - Send PPP Echo Packets - 发送PPP回响包 + + reset + 重置 - VpnPptpSetting - - VpnPptpSetting - - + DaySpinBox - VPN name - VPN名称 + + %1 + %1日 - VpnWidget + DefaultApp - VpnWidget - + + DefaultApp + 默认程序 - Gateway - 网关 + + Web Browser + web浏览器 - EditVPNGateway - + + Email + 电子邮件 - User Name - 用户名 + + Text + 文档查看器 - EditVPNUserName - + + Music + 音乐播放器 - Password Options - 密码选项 + + Video + 视频播放器 - ComboBoxVPNPasswordOptions - + + Image + 图片查看器 + + + DefaultappPlugin - Password - 密码 + Email + 电子邮件 - EditVPNPassword - + Text + 文档查看器 - ButtonPasswordVisual - + Music + 音乐播放器 - Show Password - 显示密码 + Video + 视频播放器 - NT Domain - NT域 + Image + 图片查看器 - EditNTDomain - + DefaultApp + 默认程序 + + + DetailsPage - Required - 必填 + + DetailsPage + - Saved - 已保存的 + + Network Details + 网络详情 - Ask - 总是询问 + + Please select a connection + 请选择连接 - Not required - 不要求 + + ComboBoxDetailsSelectConnection + + + + DeviceAvailableConnectionWidget - Gateway can not be empty - 网关不能为空 + + Network card: %1 + 网卡:%1 - Gateway invalid - 无效的网关 + + Other WiFi networks + 其它WIFI网络 + + + DeviceList - user name can not be empty - 用户名不能为空 + + Wired Network Adapter + 有线网络配置 - password can not be empty - 密码不能为空 + + Wireless Network Adapter + 无线网络配置 - WiredManager + DevicePanel - WiredManager + + Form - ButtonSave + + Rotate left 90 degrees + 左旋转90度 + + + + ButtonLeft - Save - 保存 + + Rotate right 90 degrees + 右旋转90度 - ButtonReturn + + ButtonRight - Return - 返回 + + Turn left and right + 左右翻转 - Wired Network Adapter - 有线网络配置 + + ButtonHorizontal + - The carrier is pulled out - 网线被拔出 + + upside down + 上下翻转 - The current device is not available - 当前设备不可用 + + ButtonVertical + - - - WiredSettingPage - WiredSettingPage - + + Identification display + 标识显示器 - Network name - 网络名称 + + ButtonIdentifying + - WirelessManager + DisconnectAndDeleteButton - WirelessManager + + DisconnectAndDeleteButton - Save - 保存 + + ButtonDisconnect + - Return - 返回 + + Disconnect + 断开 - Wireless Network Adapter - 无线网卡 + + ButtonDelete + - The current device is not available - 当前设备不可用 + + Delete + 删除 - Tips - 提示 + + ButtonIgnore + - Password required to connect to %1. - 连接网络 "%1" 需要密码 + + Ignore + 忽略 - - - WirelessSecurityWidget - WirelessSecurityWidget - + + Are you sure you want to delete the connection %1 + 您是否确定要删除连接 "%1" - Security - 安全 + + Warning + 警告 + + + DisplayFormatSettings - ComboBoxWirelessSecurityOption - + + DisplayFormatSettings + 日期时间格式设置 - Password Options - 密码选项 + + Long date display format + 长日期显示格式 - ComboBoxWirelessPasswordOption + + ComboLongDateDisplayFormat - Password - 密码 + + Short date display format + 短日期显示格式 - EditWirelessPassword + + ComboShortDateDisplayFormat - ButtonWirelessPasswordVisual - + + Time format + 时间格式 - PushButton + + ComboTimeFormat - None - + + Show time witch seconds + 时间显示秒 - WPA/WPA2 Personal - WPA/WPA2个人版 + + 24-hours + 二十四小时制 - Save password for all users - 仅为该用户存储密码 + + 12-hours + 十二小时制 + + + DisplayPage - Save password for this user - 存储所有用户密码 + + DisplayPage + - Ask me always - 总是询问 + + ButtonCopyDisplay + - Required - 必填 + + Copy display + 复制显示 - - - WirelessSettingPage - WirelessSettingPage + + ButtonExtendedDisplay - Wireless name - 无线网络名称 + + Extended display + 扩展显示 - - - WirelessTrayWidget - the network "%1" not found - 未找到网络 "%1" + + + Resolution ratio + 分辨率 - - - WirelessWidget - WirelessWidget + + ComboResolutionRatio - SSID - + + + Refresh rate + 刷新率 - EditSsid + + ComboRefreshRate - MAC Address Of Device - 设备MAC地址 + + + Zoom rate + 缩放率 - ComboBoxWirelessMacAddress + + ComboZoomRate - Custom MTU - 自定义MTU + + + Automatic + 自动 - SpinBoxWirelessCustomMTU + + + 100% (recommended) + 100% (推荐) + + + + + 200% - Required - 必填 + + Open + 开启 - No device specified - 不指定设备 + + Set as main display + 设为主显示器 - - - AudioSystemTray - Volume Setting - 声音设置 + + SwitchExtraPrimary + - Mixed Setting - 混合设置 + + ComboExtraResolutionRatio + - - - CPanelAudioWidget - CPanelAudioWidget - + + ComboExtraRefreshRate + - Output - 输出 + + ComboExtraZoomRate + - Input - 输入 + + ButtonExtraApply + - - - InputPage - InputPage - + + Apply + 应用 - - Input cards - 输入声卡 + + ButtonExtraCancel + - Input devices - 输入设备 + + Close + 关闭 - ComboBoxInputDevices - + + + (recommended) + (推荐) - Input volume - 输入音量 + + Is the display normal? + 显示是否正常? - SliderVolumeSetting - + + Save current configuration(K) + 保存当前配置(K) - Feedback volume - 反馈音量 + + Restore previous configuration(R) + 恢复之前的配置(R) - No input device detected - 未检测到输入设备 + + The display will resume the previous configuration in %1 seconds + 显示将会在 %1 秒后恢复之前的配置 - OutputPage - - OutputPage - - + DisplaySubitem - - Output cards - 输出声卡 + + Display + 显示 + + + DnsWidget - Output devices - 输出设备 + + DnsWidget + - ComboBoxOutputDevices - + + Preferred DNS + 首选DNS - Output volume - 输出音量 + + Alternate DNS + 备选DNS + + + DriverPage - SlilderVolumeSetting - + + device type + 设备类型 - Left/right balance - 左/右平衡 + + driver list + 驱动列表 - SliderVolumeBalance - + + Fingerprint + 指纹 - Left - + FingerVein + 指静脉 - Right - + + Fingervein + 指静脉 - No output device detected - 未检测到输出设备 + + iris + 虹膜 - - - VolumeIntputSubItem - VolumeInput - 输入 + + ukey + UKey - - - VolumeOutputSubItem - VolumeOutput - 输出 + + face + 人脸 - VolumeSettingPage + DslManager - VolumeSettingPage - + + DslManager + - Volume - 音量 + + DSL + - AccountItemWidget + DslSettingPage - Create new user - 创建新用户 + + DslSettingPage + - disable - 禁用 + + Save + 保存 - enable - 启用 + + Return + 返回 - AccountSubItem + EthernetWidget - account - 帐户 + + EthernetWidget + - New User - 创建新用户 + + MAC Address Of Ethernet Device + 设备MAC地址 - - - AccountWidget - disable - 禁用 + + ComboBoxDeviceMac + - enable - 启用 + + Ethernet Clone MAC Address + 克隆MAC地址 - Create new user - 创建新用户 + + EditDeviceMac + - - - ActGuideWidget - Please choose activation mode: - 请选择激活方式: + + Custom MTU + 自定义MTU - Next - 下一步 + + SpinBoxCustomMTU + - Current machine code: - 当前系统机器码: + + No device specified + 不指定设备 - Please input activation code: - 请输入激活码: + + Clone Mac invalid + 无效的克隆MAC地址 + + + FaceEnrollDialog - Back - 上一步 + save + 保存 - Please insert the UsbKey device first! - 请先插入UsbKey设备! + cancel + 取消 - Activate online - 在线激活 + initializing face collection environment... + 正在初始化人脸采集环境,请稍后 - Activate with the input activation code - 输入激活码激活 + failed to initialize face collection environment! + 初始化人脸采集环境失败! - Activate with insert UsbKey - 插入UsbKey设备激活 - - - Activate - 激活 - - - Please enter the activate server address: - 请输入激活服务器地址: - - - Activating...... - 正在激活...... - - - System activate successful! - 系统激活成功! + Failed to start collection + 开始采集失败 + + + FaceInputDialog - server activation and remaining points: - 服务器版激活点数和剩余点数: + save + 保存 - development activation and remaining points: - 开发版激活点数和剩余点数: + cancel + 取消 - industrial activation and remaining points: - 工控版激活点数和剩余点数: + initializing face collection environment... + 正在初始化人脸采集环境,请稍后 - desktop activation and remaining points: - 桌面版激活点数和剩余点数: + failed to initialize face collection environment! + 初始化人脸采集环境失败! - activation points: - 激活点数: + Failed to start collection + 开始采集失败 + + + FacePage - remaining points: - 剩余点数: + + Default face device + 默认人脸设备 - Close - 关闭 + + face feature list + 人脸特征列表 - System activate failed! - 系统激活失败! + + face + 人脸 - unknow - 未知 + + Cancel + 取消 - Activation Mode - 选择激活方式 + + Start enroll failed,%1 + 开始录入失败,%1 - Start Activation - 开始激活 + + + Error + 错误 - Activation Complete - 激活完成 + + The biometric features were successfully recorded. The feature name is:%1 + 特征已成功录入,特征名为:%1 - Activation Guide - 激活向导 + + Tips + 提示 - Server IP address or Domain name - 服务器IP地址或域名 + + Failed to record biometrics(%1), Please try again + 录入特征失败(%1),请重试 - AdvanceSettings - - Advance Settings - 高级设置 - - - Automatically generated by system - 由系统自动生成 - - - Please enter the correct path - 请输入正确的路径 - + FingerPage - Please enter specify user Id - 请输入用户ID + + Cancel + 取消 - Please enter an integer above 1000 - 请输入一个大于或等于1000的整数 + + fingerprint + 指纹 - Please enter the correct home directory - 请输入正确的用户目录 + + fingervein + 指静脉 - Form - + default %1 device + 默认%1设备 - Login shell - 登录Shell + + %1 list + %1列表 - EditLoginShell - + + Start enroll failed,%1 + 开始录入失败,%1 - Specify user id (needs to be greater than 1000) - 指定用户ID(需大于或等于1000) + + + Error + 错误 - EditSpecifyUserID - + + The biometric features were successfully recorded. The feature name is:%1 + 特征已成功录入,特征名为:%1 - Specify user home - 指定用户目录 + + Tips + 提示 - EditSpecifyUserHome - + + Failed to record biometrics(%1), Please try again + 录入特征失败(%1),请重试 - ButtonConfirm - + %1list + %1列表 - confirm - 确认 + + Default %1 device + 默认%1设备 + + + FingerprintEnrollDialog - ButtonCancel - + save + 保存 cancel - 取消 - - - Specify user id - 指定用户ID - - - - AppearancePlugin - - Theme - 主题 + 取消 - Wallpaper - 壁纸 + Finger Enroll + 指纹录入 - Font - 字体 + This fingerprint is bound to the user(%1) + 该指纹已绑定用户(%1) - - - ApplicationPlugin - DefaultApp - 默认程序 + Info + 提示 - AutoStart - 开机启动 + Error + 错误 - AuthManagerPage - - Fingerprint Authentication - 指纹认证 - - - Face Authentication - 人脸认证 - - - Password Authentication - 密码认证 - + FingerprintInputDialog save 保存 - return - 返回 - - - add fingerprint - 录入指纹数据 - - - add face - 录入人脸数据 + cancel + 取消 - ComboAppFontName - + Finger Enroll + 指纹录入 - ComboAppFontSize - - error + Error 错误 + + + FingerprintInputWorker - please ensure that at least one authentication option exists - 请确保至少一个认证选项打开 - - - fingerprint_ - 指纹_ - - - ComboTitleFontName - - face_ - 人脸_ + initializing fingerprint collection environment... + 正在初始化指纹采集环境,请稍等 - AuthPlugin + Fonts - ComboTitleFontSize + + Form - Fingerprint - 指纹 - FingerVein - 指静脉 + + Word size + 字号 - ComboMonospaceFontName - + + System font + 系统字体 - ComboMonospaceFontSize - + + Monospaced font + 等宽字体 - Word size - 字号 + Application Font Settings + 应用程序字体设置 - System font - 系统字体 + Titlebar Font Settings + 窗口标题字体设置 - Monospaced font - 等宽字体 + Monospace Font Settings + 等宽字体设置 GeneralBioPage + default device 默认设备 + feature list 特征列表 + Are you sure you want to delete the feature called %1, Ensure that the Ukey device is inserted; otherwise the information stored in the Ukey will not be deleted 您确定要删除特征名为%1的UKey绑定吗?请确保已插入Ukey设备;否则存储在Ukey中的信息将不会被删除 + Are you sure you want to delete the feature called %1 您确定要删除特征名为%1的特征吗 + tips 提示 - Error - 错误 Driver Manager - 驱动管理 + 驱动管理 Prefs - 配置 + 配置 UKey - UKey + UKey Iris - 虹膜 + 虹膜 Face - 人脸 + 人脸 - - - AutoStartPage - Boot Setup - 开机启动设置 + + Error + 错误 - Desktop files(*.desktop) - 桌面类型(*.desktop) + + Failed to enroll feature because the password verification failed! + 由于密码校验失败,录入特征失败! - select autostart desktop - 选择自启动应用 + + Rename Feature + 重命名特征值 - Select - 选择 + + Please enter the renamed feature name + 请输入特征名 + + + GeneralPage - Cancel - 取消 + + Form + - Error - 错误 + + Capslock Tip + 大写锁定提示 - Desktop has existed - 该程序已存在 + + Numlock Tip + 数字键盘锁定提示 - Desktop cant permit to join - 该程序不允许添加 + + Repeat Key + 重复键 - Desktop dont support - 不支持该程序 + + (Repeat a key while holding it down) + (按住某一键时重复该键) - - - AutostartPage - Boot Setup - 开机启动设置 + + SwitchRepeatKey + - Desktop files(*.desktop) - 桌面类型(*.desktop) + + Delay + 延时 - select autostart desktop - 选择自启动应用 + + SliderRepeatDelay + - Select - 选择 + + Short + - Cancel - 取消 + + Long + - Error - 错误 + + Interval + 速度 - Desktop has existed - 该程序已存在 + + SliderRepeatInterval + - Desktop cant permit to join - 该程序不允许添加 + + Slow + - Desktop dont support - 不支持该程序 + + Fast + + + + + + Enter repeat characters to test + 输入重复字符测试 + + + + EditTestRepeatKey + + + + Enter characters to test the settings + 输入重复字符测试 - BatterySettingsPage + GeneralSettingsPage - BatterySettingsPage - 电池设置 + + GeneralSettingsPage + 通用设置页面 - After idle for more than the following time, the computer will execute - 空闲超过以下时间后,计算机将执行 + + When the power button is pressed + 按下电源按钮时 - ComboIdleTime + + ComboPowerButtonAction - ComboIdleAction + + When the suspend button is pressed + 按下挂起按钮时 + + + + ComboSuspendAction - When the battery is lit up, it will be executed - 电池电量将用尽时 + + When closing the lid + 合上盖子操作 - ComboLowBatteryAction + + ComboCloseLidAction - The monitor will turn off when it is idle - 显示器空闲以下时间关闭 + + Computer Mode + 计算机模式 - ComboMonitorTurnOffIdleTime - + + Display brightness setting + 显示亮度设置 - Reduce screen brightness when idle - 空闲时减少亮度 + + 0% + - Reduce screen brightness when no power - 低点亮时减少亮度 + + SliderDisplayBrightness + - The energy saving mode is enabled when the power is low - 低电量时自动开启节能模式 + + Color temperature + 色温 - Suspend - 待机 + + Automatic color temperature + 自动色温 - Shutdown - 关机 + + cold + - Hibernate - 休眠 + + standard + 标准 - Do nothing - 不执行操作 + + warm + - - - BatterySubItem - Battery Settings - 电池设置 + + Regard computer as idle after + 于此时间后视计算机为空闲 - - - BiometricItem - add - 添加 + + SliderComputerIdleTime + - - - ChangeHostNameWidget - Form - + + Lock screen when idle + 计算机空闲时锁定屏幕 - Host Name: - 主机名: + + password is required to wake up in standby mode + 待机时唤醒需要输入密码 - EditHostName - + + + shutdown + 关机 - ButtonSaveHostName - + + + + hibernate + 休眠 - Save - 保存 + + + + suspend + 待机 - ButtonCancelChangeHostName - + + + display off + 关闭显示器 - Cancel - 取消 + + + + do nothing + 不执行操作 - Host Name - 主机名 + + ERROR + 错误 - Warning - 警告 + + %1hour + %1小时 - Change host name failed! Please check the Dbus service! - 修改主机名失败!请 检查Dbus服务! + + %1minute + %1分钟 - CheckpasswdDialog + GeneralSettingsSubItem - Check password - 校验当前用户密码 + General Settings + 通用设置 + + + GeneralSubItem - Check the current password before you enroll the feature - 录入特征之前需要校验当前密码 + + Keyboard General Option + 键盘通用选项 - ChooseItem + GroupInfoPage + Form - + - - - CreateGroupPage - CreateGroupPage + + TextLabel - Create Group + + Group - Add Group Members + + Member List - Confirm + + Add User - Please enter your group name + + Delete - group name cannot be a pure number + + Add Member - group name already exists + + Save + 保存 + + + + Cancel + 取消 + + + + Please input keys for search... + + + + Error 错误 - CreateUserPage + GroupSubItem - Account type - 帐户类型 + + Group + - standard - 普通用户 + + Creat group + - administrator - 管理员 + + Change group name + - Please enter user name first - 请输入用户名 + + Add group member + + + + HardWorker - Please enter your user name - 请输入用户名 + + Create User failed + 创建用户失败 - user name cannot be a pure number - 用户名不能全为数字 + + update password failed + 更新密码失败 - user name already exists - 用户名已存在 + + icon file + 头像 - Please enter your password - 请输出密码 + + userName type + 用户名 - Please enter the password again - 请再次输入密码 + + locked + 启用状态 - The password you enter must be the same as the former one - 两次密码不相同,请核对后,再次输入 + + Failed to update user properties,%1 + 更新用户属性失败,%1 - Error - 错误 + + Failed to delete user,%1 + 删除用户失败,%1 - Password encryption failed - 密码加密失败 + password + 密码 - Form - + home directory + 用户目录 - UserAvatarWidget - + shell + shell - User name - 用户名 + icon + 头像 - EditUserName - + Failed to set user attributes + 设置用户属性失败 - User type - 用户类型 + account type + 帐户类型 - ComboUserType - + Failed to update user properties(%1) + 更新用户属性失败(%1) - Password - 用户密码 + Failed to delete user + 删除用户失败 - EditPasswd + + Failed to connect to the account management service - Confirm password - 确认密码 + + Create Group failed + - EditPasswdConfirm + + Failed to delete group,%1 - ButtonAdvanceSetting + + + add user to group failed - Advance setting - 高级设置 + + change group name failed + - ButtonConfirm + + change group name failed, the new group name is occupied + + + HardwareInformation - Confirm - 创建 + + Form + - ButtonCancel + + CPU: + CPU: + + + + LabelCpuInfo - Cancel - 取消 + + + TextLabel + - Please enter account name first - 请先输入帐户名 + + Memory: + 内存: - Please enter your account name - 请输入帐户名 + + LabelMemoryInfo + - Account cannot be a pure number - 帐户名不能全为数字 + + Hard disk: + 硬盘: - Account already exists - 帐户名已存在 + + Graphics card: + 显卡: - Please enter your userName name - 请输入用户名 + + Network card: + 网卡: - - - CursorThemePage - Cursor Themes Settings - 光标主题设置 + Copyright © + 版权所有 © - - - CursorThemes - Cursor Themes Settings - 光标主题设置 + KylinSec. All rights reserved. + KylinSec.保留所有权利. - Faild - 失败 + + + + Unknow + 未知 - Set cursor themes failed! - 设置光标主题失败! + + %1 GB (%2 GB available) + %1 GB (%2 GB 可用) - DateTimeSettings + HardwareInformationWidget - DateTimeSettings - 日期时间设置 + CPU: + CPU: - Select Time - 选择时间 + Memory: + 内存: - Select Date - 选择日期 + Hard disk: + 硬盘: - ButtonSave - + Graphics card: + 显卡: - save - 保存 + Network card: + 网卡: - ButtonReset - + Unknow + 未知 + + + HardwareSubItem - reset - 重置 + + Hardware Information + 硬件信息 - DaySpinBox + IconThemePage - %1 - %1日 + + Form + + + + + Icon Themes Setting + 图标主题设置 - DefaultApp + IconThemes - DefaultApp - 默认程序 + Icon Themes Setting + 图标主题设置 - Web Browser - web浏览器 + Faild + 失败 - Email - 电子邮件 + Set icon themes failed! + 设置图标主题失败! + + + IdentificationRenameDialog - Text - 文档查看器 + Rename Feature + 重命名特征值 - Music - 音乐播放器 + Please enter the renamed feature name + 请输入特征名 - Video - 视频播放器 + Confirm + 确认 - Image - 图片查看器 + Cancel + 取消 - DefaultappPlugin + ImageSelector - Email - 电子邮件 + + Add Image Failed + 添加壁纸失败 - Text - 文档查看器 + + The image already exists! + 该壁纸已存在! - Music - 音乐播放器 + + Delete image + 删除壁纸 - Video - 视频播放器 + + Are you sure you want to delete this picture? + 您确定要删除此壁纸? + + + InputDialog - Image - 图片查看器 + + Confirm + 确认 - DefaultApp - 默认程序 + + Cancel + 取消 - DevicePanel + InputPage - Form - + + InputPage + - Rotate left 90 degrees - 左旋转90度 + + Input cards + 输入声卡 - ButtonLeft - + + Input devices + 输入设备 - Rotate right 90 degrees - 右旋转90度 + + ComboBoxInputDevices + - ButtonRight - + + Input volume + 输入音量 - Turn left and right - 左右翻转 + + SliderVolumeSetting + - ButtonHorizontal - + + Feedback volume + 反馈音量 - upside down - 上下翻转 + + No input device detected + 未检测到输入设备 + + + Ipv4Widget - ButtonVertical + + Ipv4Widget - Identification display - 标识显示器 + + IPV4 Method + IPV4方法 - ButtonIdentifying + + ComboBoxIpv4Method - - - DisplayFormatSettings - - DisplayFormatSettings - 日期时间格式设置 - - Long date display format - 长日期显示格式 + + IP Address + IP地址 - ComboLongDateDisplayFormat + + EditIpv4Address - Short date display format - 短日期显示格式 + + Net Mask + 子网掩码 - ComboShortDateDisplayFormat + + EditIpv4Netmask - Time format - 时间格式 + + Gateway + 网关 - ComboTimeFormat + + EditIpv4Gateway - Show time witch seconds - 时间显示秒 + + DNS + - 24-hours - 二十四小时制 + + EditIpv4PreferredDNS + - 12-hours - 十二小时制 + + Auto + 自动 - - - DisplayPage - DisplayPage - + + Manual + 手动 - ButtonCopyDisplay - + + + Required + 必填 - Copy display - 复制显示 + + Please separate multiple DNS entries by semicolon + 请用分号分隔多个DNS - ButtonExtendedDisplay - + + Ipv4 DNS invalid + 无效的Ipv4 DNS - Extended display - 扩展显示 + + Ipv4 address can not be empty + Ipv4地址不能为空 - Resolution ratio - 分辨率 + + Ipv4 Address invalid + 无效的Ipv4地址 - ComboResolutionRatio - + + NetMask can not be empty + 子网掩码不能为空 - Refresh rate - 刷新率 + + Netmask invalid + 无效的子网掩码 - ComboRefreshRate - + + Ipv4 Gateway invalid + 无效的Ipv4网关 - Zoom rate - 缩放率 + Preferred DNS + 首选DNS - ComboZoomRate - + Alternate DNS + 备选DNS - Automatic - 自动 + Ipv4 Preferred DNS invalid + 无效的Ipv4首选DNS - 100% (recommended) - 100% (推荐) + Ipv4 Alternate DNS invalid + 无效的Ipv4备选DNS + + + Ipv6Widget - 200% + + Ipv6Widget - Open - 开启 - - - Set as main display - 设为主显示器 + + IPV6 Method + IPV6方法 - SwitchExtraPrimary + + ComboBoxIpv6Method - ComboExtraResolutionRatio - + + IP Address + IP地址 - ComboExtraRefreshRate + + EditIpv6Address - ComboExtraZoomRate - + + Prefix + 前缀 - ButtonExtraApply + + SpinBoxIpv6Prefix - Apply - 应用 + + Gateway + 网关 - ButtonExtraCancel + + EditIpv6Gateway - Close - 关闭 + + DNS + - (recommended) - (推荐) + + EditIpv6PreferredDNS + - Is the display normal? - 显示是否正常? + + Auto + 自动 - Save current configuration(K) - 保存当前配置(K) + + Manual + 手动 - Restore previous configuration(R) - 恢复之前的配置(R) + + Ignored + 忽略 - The display will resume the previous configuration in %1 seconds - 显示将会在 %1 秒后恢复之前的配置 + + Required + 必填 - - - DisplaySubitem - Display - 显示 + + Please separate multiple DNS entries by semicolon + 请用分号分隔多个DNS - - - DriverPage - device type - 设备类型 + + Ipv6 DNS invalid + 无效的Ipv6 DNS - driver list - 驱动列表 + + Ipv6 address can not be empty + Ipv6地址不能为空 - Fingerprint - 指纹 + + Ipv6 address invalid + 无效的Ipv6地址 - FingerVein - 指静脉 + + Ipv6 Gateway invalid + 无效的Ipv6网关 - Fingervein - 指静脉 + Preferred DNS + 首选DNS - iris - 虹膜 + Alternate DNS + 备选DNS - ukey - UKey + Ipv6 Preferred DNS invalid + 无效的Ipv6首选DNS - face - 人脸 + Ipv6 Alternate DNS invalid + 无效的Ipv6备选DNS - FaceEnrollDialog + IrisPage - save - 保存 + + Default Iris device + 默认虹膜设备 - cancel - 取消 + + Iris feature list + 虹膜特征列表 - initializing face collection environment... - 正在初始化人脸采集环境,请稍后 + + iris + 虹膜 - failed to initialize face collection environment! - 初始化人脸采集环境失败! + + Cancel + 取消 - Failed to start collection - 开始采集失败 + + Start enroll failed,%1 + 开始录入失败,%1 - - - FaceInputDialog - save - 保存 - - - cancel - 取消 + + + Error + 错误 - initializing face collection environment... - 正在初始化人脸采集环境,请稍后 + + The biometric features were successfully recorded. The feature name is:%1 + 特征已成功录入,特征名为:%1 - failed to initialize face collection environment! - 初始化人脸采集环境失败! + + Tips + 提示 - Failed to start collection - 开始采集失败 + + Failed to record biometrics(%1), Please try again + 录入特征失败(%1),请重试 - FacePage + KcpInterface - Default face device - 默认人脸设备 + Warning + 警告 - face feature list - 人脸特征列表 + load qss file failed + 加载qss文件失败 + + + KeybindingSubItem - face - 人脸 + + Keybinding + 快捷键 + + + KeycodeTranslator - Cancel - 取消 + + None + 暂无 - Start enroll failed,%1 - 开始录入失败,%1 + + disabled + 禁用 + + + KiranAccountManager - Error - 错误 + disable + 禁用 - The biometric features were successfully recorded. The feature name is:%1 - 特征已成功录入,特征名为:%1 + enable + 启用 - Tips - 提示 + Create new user + 创建新用户 - Failed to record biometrics(%1), Please try again - 录入特征失败(%1),请重试 + User Manager + 帐户管理工具 + + + Create new account + 创建新用户 - FingerPage + KiranAvatarEditor + + + Avatar Editor + 头像编辑器 + + + + Confirm + 确认 + + Cancel 取消 + + + KiranCPanelMouse - fingerprint - 指纹 + Mouse and TouchPad + 鼠标和触摸板 + + + KiranCPanelMouseWidget - fingervein - 指静脉 + Select Mouse Hand + 选择鼠标手持模式 - default %1 device - 默认%1设备 + Mouse Motion Acceleration + 鼠标移动加速 - %1 list - %1列表 + Natural Scroll + 是否为自然滚动 - Start enroll failed,%1 - 开始录入失败,%1 + Middle Emulation Enabled + 同时按下左右键模拟中键 - Error - 错误 + Touchpad Enabled + 禁用触摸板 - The biometric features were successfully recorded. The feature name is:%1 - 特征已成功录入,特征名为:%1 + Select TouchPad Hand + 选择触摸板使用模式 - Tips - 提示 + TouchPad Motion Acceleration + 触摸板移动加速 - Failed to record biometrics(%1), Please try again - 录入特征失败(%1),请重试 + Select Click Method + 设置点击触摸板方式 - %1list - %1列表 + Select Scroll Method + 滚动窗口方式 - Default %1 device - 默认%1设备 + Enabled while Typing + 打字时触摸板禁用 - - - FingerprintEnrollDialog - save - 保存 + Tap to Click + 轻击(不按下)触摸板功能是否生效 - cancel - 取消 + Reset + 重置 - Finger Enroll - 指纹录入 + Exit + 关闭 - This fingerprint is bound to the user(%1) - 该指纹已绑定用户(%1) + Cancel + 取消 - Info - 提示 + Save + 保存 - Error - 错误 + Mouse Settings + 鼠标设置 - - - FingerprintInputDialog - save - 保存 + TouchPad Settings + 触摸板设置 - cancel - 取消 + Standard + 标准 - Finger Enroll - 指纹录入 + Right Hand Mode + 右手模式 - Error - 错误 + Left Hand Mode + 左手模式 - - - FingerprintInputWorker - initializing fingerprint collection environment... - 正在初始化指纹采集环境,请稍等 + Press and Tap + 按键和轻触 - - - Fonts - Form - + Tap + 轻触 - Application Font Settings - 应用程序字体设置 + Two Finger Scroll + 两指滑动 - ComboAppFontName - + Edge Scroll + 边缘滑动 - ComboAppFontSize - + Slow + 低速 - Titlebar Font Settings - 窗口标题字体设置 + Fast + 快速 + + + KiranCollapse - ComboTitleFontName + + ListExpansionSpace + + + KiranCpanelAppearance - ComboTitleFontSize - + Wallpaper Setting + 壁纸设置 - Monospace Font Settings - 等宽字体设置 + Theme Setting + 主题设置 - ComboMonospaceFontName - + Font Setting + 字体设置 + + + KiranDatePickerWidget - ComboMonospaceFontSize + + Form - GeneralBioPage + KiranGroupManager - default device - 默认设备 + + Create new group + + + + KiranModuleWidget - feature list - 特征列表 + Warning + 警告 - Are you sure you want to delete the feature called %1, Ensure that the Ukey device is inserted; otherwise the information stored in the Ukey will not be deleted - 您确定要删除特征名为%1的UKey绑定吗?请确保已插入Ukey设备;否则存储在Ukey中的信息将不会被删除 + The edited content in %1 is not saved. After switching, the edited content will be lost. Are you sure you want to save? + %1中编辑的内容未保存,切换后编辑的内容将会丢失。您确定要保存吗? - Are you sure you want to delete the feature called %1 - 您确定要删除特征名为%1的特征吗 + + Form + + + + KiranSystemWidget - tips - 提示 + kiran-system-imformation + 系统信息 - Error - 错误 + 保存 + 保存 + + + KiranTimeDateWidget - Failed to enroll feature because the password verification failed! - 由于密码校验失败,录入特征失败! - - - Rename Feature - 重命名特征值 - - - Please enter the renamed feature name - 请输入特征名 + + KiranTimeDateWidget + - - - GeneralPage - Form - + + Automatic synchronizetion + 自动同步 - Capslock Tip - 大写锁定提示 + + Change Time Zone + 更改时区 - Numlock Tip - 数字键盘锁定提示 + + Set Time Manually + 手动设置时间 - Repeat Key - 重复键 + + Time date format setting + 日期时间格式设置 - (Repeat a key while holding it down) - (按住某一键时重复该键) + + %1(%2) + %1时间(%2) + + + KiranTimePickerWidget - SwitchRepeatKey + + Form + + + KiranTimeZone - Delay - 延时 - - - SliderRepeatDelay + + Form - Short - - - - Long - - - - Interval - 速度 + + Search in all time zones... + 在所有时区中搜索... + + + KiranTimeZoneItem - SliderRepeatInterval + + Form - Slow - - - - Fast - - - - Enter repeat characters to test - 输入重复字符测试 + + No search results, please search again... + 无搜索结果,请重新搜索... + + + KiranTimeZoneList - EditTestRepeatKey + + Form - - Enter characters to test the settings - 输入重复字符测试 - - GeneralSettingsPage - - GeneralSettingsPage - 通用设置页面 - - - When the power button is pressed - 按下电源按钮时 - - - ComboPowerButtonAction - - + KiranTips - When the suspend button is pressed - 按下挂起按钮时 + + + Form + + + + KylinsecLogo - ComboSuspendAction - + + Copyright © + 版权所有 © - When closing the lid - 合上盖子操作 + + KylinSec. All rights reserved. + KylinSec.保留所有权利. + + + LayoutItem - ComboCloseLidAction + + Form + + + LayoutList - Computer Mode - 计算机模式 - - - Display brightness setting - 显示亮度设置 - - - 0% + + LayoutList + + + LayoutPage - SliderDisplayBrightness + + Form - Color temperature - 色温 - - - Automatic color temperature - 自动色温 - - - cold - - - - standard - 标准 - - - warm - + + Select Kayboard Layout + 选择布局 - Regard computer as idle after - 于此时间后视计算机为空闲 + + + Edit + 编辑 - SliderComputerIdleTime - + + + Add Layout + 添加布局 - Lock screen when idle - 计算机空闲时锁定屏幕 + + ButtonAddLayout + - password is required to wake up in standby mode - 待机时唤醒需要输入密码 + + Addition + 添加 - shutdown - 关机 + + ButtonReturn + - hibernate - 休眠 + + Return + 返回 - suspend - 待机 + + + + + Failed + 失败 - display off - 关闭显示器 + + You have added this keyboard layout! + 您已经添加过该布局 - do nothing - 不执行操作 + + The %1 keyboard layout does not exist! + 该 %1 键盘布局不存在! - ERROR - 错误 + + The keyboard layout is currently in use and cannot be deleted! + 该布局目前正在使用,无法删除! - %1hour - %1小时 + + Delete Layout + 删除布局 - %1minute - %1分钟 + + You do not appear to have added %1 keyboard layout! + 您似乎没有添加 %1 键盘布局! - - - GeneralSettingsSubItem - General Settings - 通用设置 + + Finish + 完成 - GeneralSubItem + LayoutSubItem - Keyboard General Option - 键盘通用选项 + + Keyboard Layout + 键盘布局 - GroupInfoPage + LicenseAgreement + Form - TextLabel + + BrowserLicense - Group + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - Member List + + ButtonExportLicense - Add User - + + Export + 导出 - Delete + + ButtonCloseLicense - Add Member - + + Close + 关闭 + Save - 保存 + 保存 - Cancel - 取消 + + PDF(*.pdf) + - Please input keys for search... - + + Export License + 导出协议 - Error - 错误 + + Export License failed! + 导出协议失败! - - - GroupSubItem - Group - + + User End License Agreement + 最终用户许可协议 - Creat group - + + + + + + + None + 暂无 - Change group name - + + Version License + 版本协议 - Add group member - + Export EULA + 导出最终用户许可协议 + + + Export EULA failed! + 导出最终用户许可协议失败! + + + + + Privacy Policy + 隐私协议 - HardWorker + LicenseInfoWidget - Create User failed - 创建用户失败 + Machine Code: + 机器码: - update password failed - 更新密码失败 + Activation Code: + 激活码: - icon file - 头像 + Activation Information + 激活信息 - userName type - 用户名 + Can't get machine code + 无法获取到机器码 - locked - 启用状态 + Can't get activation code + 无法获取到激活码 + + + LicenseInformation - Failed to update user properties,%1 - 更新用户属性失败,%1 + Installation time: + 安装时间: - Failed to delete user,%1 - 删除用户失败,%1 + Activation status: + 激活状态: - password - 密码 + Expiry date: + 质保期: - home directory - 用户目录 + Contact Us: + 联系我们: - shell - shell + Unknow + 未知 - icon - 头像 + Can't get activation information + 无法获取激活信息 - Failed to set user attributes - 设置用户属性失败 + Activate + 激活 - account type - 帐户类型 + The current time is illegal + 当前时间不合法 - Failed to update user properties(%1) - 更新用户属性失败(%1) + Less than the installation time + 小于安装时间 - Failed to delete user - 删除用户失败 + Not activated. Trail expiration: + 未激活.试用到期: - Failed to connect to the account management service - + get service status failed + 获取服务状态信息失败 - Create Group failed - + Not yet + 暂无 - Failed to delete group,%1 - + Activated + 已激活 - add user to group failed - + Forever + 永久授权 - change group name failed - + Copyright © + 版权所有 © - change group name failed, the new group name is occupied - + KylinSec. All rights reserved. + KylinSec.保留所有权利. - HardwareInformation + ListExpansionSpace - Form + + ListExpansionSpace + + + Media Key - CPU: - CPU: - - - LabelCpuInfo - + + Audio Play + 音频播放 - TextLabel - + + Search + 搜索 - Memory: - 内存: + + WWW + 万维网 - LabelMemoryInfo - + + Audio Lower Volume + 减小音量 - Hard disk: - 硬盘: + + Audio Raise Volume + 增大音量 - Graphics card: - 显卡: + + Mic Mute + 输入静音 - Network card: - 网卡: + + Audio Stop + 音频停止 - Copyright © - 版权所有 © + + Explorer + 浏览 - KylinSec. All rights reserved. - KylinSec.保留所有权利. + + Calculator + 计算器 - Unknow - 未知 + + Audio Mute + 音频暂停 - %1 GB (%2 GB available) - %1 GB (%2 GB 可用) + + Audio Pause + 音频暂停 - - - HardwareInformationWidget - CPU: - CPU: + + Audio Prev + 音频上一个 - Memory: - 内存: + + Audio Media + 音频媒体 - Hard disk: - 硬盘: + + Audio Next + 音频下一个 - Graphics card: - 显卡: + + Mail + 邮件 - Network card: - 网卡: + + Tools + 工具 - Unknow - 未知 + + Eject + 弹出 - HardwareSubItem + MonthSpinBox - Hardware Information - 硬件信息 + + MMMM + MMMM - IconThemePage + MousePage + Form - Icon Themes Setting - 图标主题设置 + + Select Mouse Hand + 选择鼠标手持模式 - - - IconThemes - Icon Themes Setting - 图标主题设置 + + ComboSelectMouseHand + - Faild - 失败 + + Mouse Motion Acceleration + 鼠标移动加速 - Set icon themes failed! - 设置图标主题失败! + + SliderMouseMotionAcceleration + - - - IdentificationRenameDialog - Rename Feature - 重命名特征值 + + Slow + - Please enter the renamed feature name - 请输入特征名 + + Fast + - Confirm - 确认 + + Natural Scroll + 是否为自然滚动 - Cancel - 取消 + + SwitchMouseNatturalScroll + - - - ImageSelector - Add Image Failed - 添加壁纸失败 + + Middle Emulation Enabled + 同时按下左右键模拟中键 - The image already exists! - 该壁纸已存在! + + SwitchMiddleEmulation + - Delete image - 删除壁纸 + + Test mouse wheel direction + 鼠标滚轮方向测试 - Are you sure you want to delete this picture? - 您确定要删除此壁纸? + + This is line 1 of the test text +This is line 2 of the test text +This is line 3 of the test text +This is line 4 of the test text +This is line 5 of the test text +This is line 6 of the test text +This is line 7 of the test text +This is line 8 of the test text +This is line 9 of the test text +This is line 10 of the test text +This is line 11 of the test text +This is line 12 of the test text +This is line 13 of the test text +This is line 14 of the test text +This is line 15 of the test text +This is line 16 of the test text +This is line 17 of the test text +This is line 18 of the test text +This is line 19 of the test text +This is line 20 of the test text +This is line 21 of the test text +This is line 22 of the test text +This is line 23 of the test text +This is line 24 of the test text +This is line 25 of the test text +This is line 26 of the test text +This is line 27 of the test text +This is line 28 of the test text +This is line 29 of the test text +This is line 30 of the test text +This is line 31 of the test text +This is line 32 of the test text +This is line 33 of the test text +This is line 34 of the test text +This is line 35 of the test text +This is line 36 of the test text +This is line 37 of the test text +This is line 38 of the test text +This is line 39 of the test text +This is line 40 of the test text +This is line 41 of the test text +This is line 42 of the test text +This is line 43 of the test text +This is line 44 of the test text +This is line 45 of the test text +This is line 46 of the test text +This is line 47 of the test text +This is line 48 of the test text +This is line 49 of the test text +This is line 50 of the test text + 这是第1行测试文字 +这是第2行测试文字 +这是第3行测试文字 +这是第4行测试文字 +这是第5行测试文字 +这是第6行测试文字 +这是第7行测试文字 +这是第8行测试文字 +这是第9行测试文字 +这是第10行测试文字 +这是第11行测试文字 +这是第12行测试文字 +这是第13行测试文字 +这是第14行测试文字 +这是第15行测试文字 +这是第16行测试文字 +这是第17行测试文字 +这是第18行测试文字 +这是第19行测试文字 +这是第20行测试文字 +这是第21行测试文字 +这是第22行测试文字 +这是第23行测试文字 +这是第24行测试文字 +这是第25行测试文字 +这是第26行测试文字 +这是第27行测试文字 +这是第28行测试文字 +这是第29行测试文字 +这是第30行测试文字 +这是第31行测试文字 +这是第32行测试文字 +这是第33行测试文字 +这是第34行测试文字 +这是第35行测试文字 +这是第36行测试文字 +这是第37行测试文字 +这是第38行测试文字 +这是第39行测试文字 +这是第40行测试文字 +这是第41行测试文字 +这是第42行测试文字 +这是第43行测试文字 +这是第44行测试文字 +这是第45行测试文字 +这是第46行测试文字 +这是第47行测试文字 +这是第48行测试文字 +这是第49行测试文字 +这是第50行测试文字 - - - InputDialog - Confirm - 确认 + + Right Hand Mode + 右手模式 - Cancel - 取消 + + Left Hand Mode + 左手模式 - IrisPage + MouseSettings - Default Iris device - 默认虹膜设备 + Select Mouse Hand + 选择鼠标手持模式 - Iris feature list - 虹膜特征列表 + Mouse Motion Acceleration + 鼠标移动加速 - iris - 虹膜 + Natural Scroll + 是否为自然滚动 - Cancel - 取消 + Middle Emulation Enabled + 同时按下左右键模拟中键 - Start enroll failed,%1 - 开始录入失败,%1 + Right Hand Mode + 右手模式 - Error - 错误 + Left Hand Mode + 左手模式 - The biometric features were successfully recorded. The feature name is:%1 - 特征已成功录入,特征名为:%1 + Slow + - Tips - 提示 + Standard + 标准 - Failed to record biometrics(%1), Please try again - 录入特征失败(%1),请重试 + Fast + - KcpInterface - - Warning - 警告 - + MouseSubItem - load qss file failed - 加载qss文件失败 + + Mouse Settings + 鼠标设置 - KeybindingSubItem + NetworkSubItem - Keybinding - 快捷键 + + Wired Network %1 + 有线网络 %1 - - - KeycodeTranslator - None - 暂无 + + Wired Network + 有线网络 - disabled - 禁用 + + Wireless Network %1 + 无线网络 %1 + + + + Wireless Network + 无线网络 + + + + VPN + VPN + + + + Network Details + 网络详情 - KiranAccountManager + NetworkTray - disable - 禁用 + + Network settings + 网络设置 - enable - 启用 + + + Network unavailable + 网络不可用 - Create new user - 创建新用户 + + + The network is connected, but you cannot access the Internet + 网络已连接,但不能访问互联网 - User Manager - 帐户管理工具 + + Network not connected + 网络已断开 - Create new account - 创建新用户 + + Wired network card: %1 available + 有线网卡: %1 可用 - - - KiranAvatarEditor - Avatar Editor - 头像编辑器 + + Wireless network card: %1 available + 无线网卡: %1 可用 - Confirm - 确认 + + Wired network card: %1 unavailable + 有线网卡: %1 不可用 - Cancel - 取消 + + Wireless network card: %1 unavailable + 无线网卡: %1 不可用 - - - KiranCPanelMouse - Mouse and TouchPad - 鼠标和触摸板 + + + Network connected + 网络已连接 - KiranCPanelMouseWidget + OutputPage - Select Mouse Hand - 选择鼠标手持模式 + + OutputPage + + + + + Output cards + 输出声卡 + + + + Output devices + 输出设备 + + + + ComboBoxOutputDevices + + + + + Output volume + 输出音量 + + + + SlilderVolumeSetting + + + + + Left/right balance + 左/右平衡 + + + + SliderVolumeBalance + - Mouse Motion Acceleration - 鼠标移动加速 + + Left + - Natural Scroll - 是否为自然滚动 + + Right + - Middle Emulation Enabled - 同时按下左右键模拟中键 + + No output device detected + 未检测到输出设备 + + + PanelWindow - Touchpad Enabled - 禁用触摸板 + + Control Panel + 控制面板 + + + PasswordExpirationPolicyPage - Select TouchPad Hand - 选择触摸板使用模式 + + PasswordExpirationPolicyPage + - TouchPad Motion Acceleration - 触摸板移动加速 + + User expires + 用户过期时间 - Select Click Method - 设置点击触摸板方式 + + SpinBoxUserExpires + - Select Scroll Method - 滚动窗口方式 + + yyyy-MM-dd + - Enabled while Typing - 打字时触摸板禁用 + + Last password change + 最近一次密码修改时间 - Tap to Click - 轻击(不按下)触摸板功能是否生效 + + LabelLastPasswdChange + - Reset - 重置 + + 1990-01-01 + - Exit - 关闭 + + Maximum vaild days of password + 密码最大有限天数 - Cancel - 取消 + + SpinBoxMaximumValidDays + - Save - 保存 + + Prompt time before password expiration + 密码过期之前提醒的天数 - Mouse Settings - 鼠标设置 + + SpinBoxPromptBeforeExpiration + - TouchPad Settings - 触摸板设置 + + how many days after password expires will become inactive + 密码过期多少天认定为失效 - Standard - 标准 + + SpinBoxPasswdInactiveTime + - Right Hand Mode - 右手模式 + + ButtonSave + - Left Hand Mode - 左手模式 + + save + 保存 - Press and Tap - 按键和轻触 + + ButtonReturn + - Tap - 轻触 + + return + 返回 - Two Finger Scroll - 两指滑动 + + + + day + + + + PluginConnectionList - Edge Scroll - 边缘滑动 + + Other WiFi networks + 其它WIFI网络 - Slow - 低速 + + Tips + 提示 - Fast - 快速 + + Please input a network name + 请输入网络名称 - KiranCollapse + Popup - ListExpansionSpace - + cancel + 取消 - KiranCpanelAppearance + PowerPlugin - Wallpaper Setting - 壁纸设置 + + General Settings + 通用设置 - Theme Setting - 主题设置 + + Power Settings + 电源设置 - Font Setting - 字体设置 + + Battery Settings + 电池设置 - KiranDatePickerWidget + PowerProfilesWrapper - Form - + + + power-saver + 省电模式 - - - KiranGroupManager - Create new group - + + + balanced + 平衡模式 + + + + + performance + 性能模式 - KiranModuleWidget + PowerSettingsPage - Warning - 警告 + + PowerSettingsPage + 电源设置页面 - The edited content in %1 is not saved. After switching, the edited content will be lost. Are you sure you want to save? - %1中编辑的内容未保存,切换后编辑的内容将会丢失。您确定要保存吗? + + After idle for more than the following time, the computer will execute + 空闲超过以下时间后,计算机将执行 - Form + + ComboIdleTime - - - KiranSystemWidget - kiran-system-imformation - 系统信息 + + ComboIdleAction + - 保存 - 保存 + + The monitor will turn off when it is idle + 显示器空闲以下时间关闭 - - - KiranTimeDateWidget - KiranTimeDateWidget + + ComboMonitorTrunOffIdleTime - Automatic synchronizetion - 自动同步 - - - Change Time Zone - 更改时区 + + Suspend + 待机 - Set Time Manually - 手动设置时间 + + Shutdown + 关机 - Time date format setting - 日期时间格式设置 + + Hibernate + 休眠 - %1(%2) - %1时间(%2) + + Do nothing + 不执行操作 - KiranTimePickerWidget + PowerSubItem - Form - + Power Settings + 电源设置 - KiranTimeZone - - Form - - + PrefsPage - Search in all time zones... - 在所有时区中搜索... + + Authentication type Enabled status + 认证类型启用状态 - - - KiranTimeZoneItem - Form - + + + fingerprint + 指纹 - No search results, please search again... - 无搜索结果,请重新搜索... + + + fingervein + 指静脉 - - - KiranTimeZoneList - Form + + ... - - - KiranTips - Form - + + Return + 返回 - - - KylinsecLogo - Copyright © - 版权所有 © + + login + 登录 - KylinSec. All rights reserved. - KylinSec.保留所有权利. + + unlock + 解锁 - - - LayoutItem - Form - + + empowerment + 授权 - - - LayoutList - LayoutList - + + Apply the %1 authentication to the following applications + 启用%1认证在以下的认证应用中 - - - LayoutPage - Form - + + ukey + UKey - Select Kayboard Layout - 选择布局 + + iris + 虹膜 - Edit - 编辑 + + face + 人脸 + + + QObject - Add Layout - 添加布局 + Did not reply within the specified timeout + 连接超时 - ButtonAddLayout - + The called service is not known + 无法连接到Dbus服务 - Addition - 添加 + warning + 警告 - ButtonReturn - + Open qss file failed + 加载qss文件失败 - Return - 返回 + + %1Day + %1天 - Failed - 失败 + + %1Hour + %1小时 - You have added this keyboard layout! - 您已经添加过该布局 + + %1Minute + %1分钟 - The %1 keyboard layout does not exist! - 该 %1 键盘布局不存在! + + never + 从不 - The keyboard layout is currently in use and cannot be deleted! - 该布局目前正在使用,无法删除! + SLow + 低速 - Delete Layout - 删除布局 + Standard + 标准 - You do not appear to have added %1 keyboard layout! - 您似乎没有添加 %1 键盘布局! + Fast + 快速 - Finish - 完成 + Faild + 失败 - - - LayoutSubItem - Keyboard Layout - 键盘布局 + Connect Mouse or TouchPad Dbus Failed! + 连接鼠标或触摸板Dbus服务失败! - - - LicenseAgreement - Form - + Load qss file failed! + 加载qss文件失败! - BrowserLicense - + + No search results, please search again... + 无搜索结果,请重新搜索... - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - + + + + + Tips + 提示 - ButtonExportLicense - + + + + + OK(K) + 确定(K) - Export - 导出 + + Failed to apply display settings!%1 + 应用显示设置失败!%1 - ButtonCloseLicense - + + Fallback display setting failed! %1 + 回撤显示设置失败! %1 - Close - 关闭 + Failed + 失败 - Save - 保存 + Set font failed! + 设置字体失败! - PDF(*.pdf) - + Get icon themes failed! + 获取图标主题失败! - Export License - 导出协议 + Get cursor themes failed! + 获取光标主题失败! - Export License failed! - 导出协议失败! + Warning + 警告 - User End License Agreement - 最终用户许可协议 + There is no theme to set! + 目前没有主题可以设置! - None - 暂无 + + Spring + 初春 - Version License - 版本协议 + + Summer + 盛夏 + + + SearchEdit - Export EULA - 导出最终用户许可协议 + + Enter keywords to search + 输入关键词进行搜索 - Export EULA failed! - 导出最终用户许可协议失败! + + Info + 提示 - Privacy Policy - 隐私协议 + + Failed to find related items, please re-enter! + 未能搜索到相关项,请重新输入! - LicenseInfoWidget + SelectAvatarPage - Machine Code: - 机器码: + + Confirm + 确认 - Activation Code: - 激活码: + + Return + 返回 - Activation Information - 激活信息 + + select picture + 选择图片 - Can't get machine code - 无法获取到机器码 + + image files(*.bmp *.jpg *.png *.tif *.gif *.pcx *.tga *.exif *.fpx *.svg *.psd *.cdr *.pcd *.dxf *.ufo *.eps *.ai *.raw *.WMF *.webp) + 图片文件(*.bmp *.jpg *.png *.tif *.gif *.pcx *.tga *.exif *.fpx *.svg *.psd *.cdr *.pcd *.dxf *.ufo *.eps *.ai *.raw *.WMF *.webp) + + + + SettingBriefWidget + + + Form + - Can't get activation code - 无法获取到激活码 + + + + TextLabel + - LicenseInformation + Shortcut - Installation time: - 安装时间: + + Form + - Activation status: - 激活状态: + + EditSearch + - Expiry date: - 质保期: + + Custom + 自定义 - Contact Us: - 联系我们: + + + + Edit + 编辑 - Unknow - 未知 + + ButtonAddShortcut + - Can't get activation information - 无法获取激活信息 + + + + + Add + 添加 - Activate - 激活 + + ButtonReset + - The current time is illegal - 当前时间不合法 + + Reset + 重置 - Less than the installation time - 小于安装时间 + + Custom Shortcut Name + 自定义快捷键名称 - Not activated. Trail expiration: - 未激活.试用到期: + + EditCustomShortcutName + - get service status failed - 获取服务状态信息失败 + + Custom Shortcut application + 自定义快捷键应用程序 - Not yet - 暂无 + + + EditShortcutApp + - Activated - 已激活 + + Custom Shortcut Key + 自定义快捷键 - Forever - 永久授权 + + ButtonAdd + - Copyright © - 版权所有 © + + ButtonCancel + - KylinSec. All rights reserved. - KylinSec.保留所有权利. + + Cancel + 取消 - - - ListExpansionSpace - ListExpansionSpace + + Shortcut Name + 快捷键名称 + + + + EditShortcutName - - - Media Key - Audio Play - 音频播放 + + Shortcut application + 快捷键应用程序 + + + + Shortcut key + 快捷键 - Search - 搜索 + + ButtonSave + - WWW - 万维网 + + Save + 保存 - Audio Lower Volume - 减小音量 + + ButtonReturn + - Audio Raise Volume - 增大音量 + + return + 返回 - Mic Mute - 输入静音 + + Please enter a search keyword... + 请输入搜索关键字... - Audio Stop - 音频停止 + + Required + 必填 - Explorer - 浏览 + + + Please press the new shortcut key + 请输入新快捷键 - Calculator - 计算器 + + Finished + 完成 - Audio Mute - 音频暂停 + + failed to load shortcut key data! + 加载快捷键数据失败! - Audio Pause - 音频暂停 + + List shortcut failed,error:%1 + 列出快捷键失败,错误:%1 - Audio Prev - 音频上一个 + + Error + 错误 - Audio Media - 音频媒体 + + Get shortcut failed,error: + 获取快捷键失败,错误: - Audio Next - 音频下一个 + + Open File + 打开文件 - Mail - 邮件 + + System + 系统 - Tools - 工具 + + Sound + 声音 - Eject - 弹出 + + + + + + + + Failed + 失败 - - - MonthSpinBox - MMMM - MMMM + + Delete shortcut failed,error: + 删除快捷键失败,错误: - - - MousePage - Form - + + + Warning + 警告 - Select Mouse Hand - 选择鼠标手持模式 + + + Please complete the shortcut information! + 请完善快捷键信息! - ComboSelectMouseHand - + + Set shortcut + 设置快捷键 - Mouse Motion Acceleration - 鼠标移动加速 + + Are you sure you want to disable this shortcut? + 是否确定要禁用此快捷键? - SliderMouseMotionAcceleration - + + Modify system shortcut failed,error: + 修改系统快捷键失败,错误: - Slow - + + Modify custom shortcut failed,error: + 修改自定义快捷键失败,错误: - Fast - + + Add custom shortcut failed,error: + 添加自定义快捷键失败,错误: - Natural Scroll - 是否为自然滚动 + + Reset shortcut failed,error: + 重置快捷键失败,错误: - SwitchMouseNatturalScroll - + + Cannot use shortcut "%1", Because you cannot enter with this key.Please try again using Ctrl, Alt, or Shift at the same time. + 无法使用快捷键"%1",因为使用此键将无法输入,请同时使用Ctrl,Alt,Shift再试一次。 - Middle Emulation Enabled - 同时按下左右键模拟中键 + + Shortcut keys %1 are already used in %2,Please try again! + 快捷键%1已用于%2,请再试一次! + + + ShortcutItem - SwitchMiddleEmulation - + + Form + - Test mouse wheel direction - 鼠标滚轮方向测试 + + + TextLabel + + + + ShowQRCode - This is line 1 of the test text -This is line 2 of the test text -This is line 3 of the test text -This is line 4 of the test text -This is line 5 of the test text -This is line 6 of the test text -This is line 7 of the test text -This is line 8 of the test text -This is line 9 of the test text -This is line 10 of the test text -This is line 11 of the test text -This is line 12 of the test text -This is line 13 of the test text -This is line 14 of the test text -This is line 15 of the test text -This is line 16 of the test text -This is line 17 of the test text -This is line 18 of the test text -This is line 19 of the test text -This is line 20 of the test text -This is line 21 of the test text -This is line 22 of the test text -This is line 23 of the test text -This is line 24 of the test text -This is line 25 of the test text -This is line 26 of the test text -This is line 27 of the test text -This is line 28 of the test text -This is line 29 of the test text -This is line 30 of the test text -This is line 31 of the test text -This is line 32 of the test text -This is line 33 of the test text -This is line 34 of the test text -This is line 35 of the test text -This is line 36 of the test text -This is line 37 of the test text -This is line 38 of the test text -This is line 39 of the test text -This is line 40 of the test text -This is line 41 of the test text -This is line 42 of the test text -This is line 43 of the test text -This is line 44 of the test text -This is line 45 of the test text -This is line 46 of the test text -This is line 47 of the test text -This is line 48 of the test text -This is line 49 of the test text -This is line 50 of the test text - 这是第1行测试文字 -这是第2行测试文字 -这是第3行测试文字 -这是第4行测试文字 -这是第5行测试文字 -这是第6行测试文字 -这是第7行测试文字 -这是第8行测试文字 -这是第9行测试文字 -这是第10行测试文字 -这是第11行测试文字 -这是第12行测试文字 -这是第13行测试文字 -这是第14行测试文字 -这是第15行测试文字 -这是第16行测试文字 -这是第17行测试文字 -这是第18行测试文字 -这是第19行测试文字 -这是第20行测试文字 -这是第21行测试文字 -这是第22行测试文字 -这是第23行测试文字 -这是第24行测试文字 -这是第25行测试文字 -这是第26行测试文字 -这是第27行测试文字 -这是第28行测试文字 -这是第29行测试文字 -这是第30行测试文字 -这是第31行测试文字 -这是第32行测试文字 -这是第33行测试文字 -这是第34行测试文字 -这是第35行测试文字 -这是第36行测试文字 -这是第37行测试文字 -这是第38行测试文字 -这是第39行测试文字 -这是第40行测试文字 -这是第41行测试文字 -这是第42行测试文字 -这是第43行测试文字 -这是第44行测试文字 -这是第45行测试文字 -这是第46行测试文字 -这是第47行测试文字 -这是第48行测试文字 -这是第49行测试文字 -这是第50行测试文字 + Scan QR code to get machine code + 扫描二维码获取机器码 - Right Hand Mode - 右手模式 + QRcode of Machine and Activation Code + 激活信息二维码 - Left Hand Mode - 左手模式 + Scan QR code to get activation code + 扫描二维码获取激活码 - MouseSettings + StatusNotification - Select Mouse Hand - 选择鼠标手持模式 + + + + + + Connection Failed + 连接失败 + + + + the network not found + 未找到网络 - Mouse Motion Acceleration - 鼠标移动加速 + + The hidden network "%1" to be connected has been detected and exists in the network list + 要连接的隐藏网络“%1”已经被探测到,并存在于网络列表中 - Natural Scroll - 是否为自然滚动 + + + Failed to connect to the network "%1" + 无法连接到网络 "%1" - Middle Emulation Enabled - 同时按下左右键模拟中键 + + Connection activated + 网络已连接 - Right Hand Mode - 右手模式 + + You are now connected to the network "%1" + 您已连接到网络 "%1" - Left Hand Mode - 左手模式 + + Connection deactivated + 连接断开 - Slow - + + You have now disconnected the network "%1" + 您已断开网络连接 "%1" - Standard - 标准 + + Connection deleted + 连接已删除 - Fast - + + The connection has been deleted "%1" + 已删除连接 "%1" - MouseSubItem + SystemInfoSubItem - Mouse Settings - 鼠标设置 + + System Information + 系统信息 - PanelWindow + SystemInformation - Control Panel - 控制面板 + + Form + - - - PasswordExpirationPolicyPage - PasswordExpirationPolicyPage - + + Host Name: + 主机名: - User expires - 用户过期时间 + + LabelHostName + - SpinBoxUserExpires + + + + + + TextLabel - yyyy-MM-dd - + + ButtonChangeHostName + - Last password change - 最近一次密码修改时间 + + Change + 更改 - LabelLastPasswdChange - + + System Version: + 系统版本: - 1990-01-01 - + + LabelSystemVersion + - Maximum vaild days of password - 密码最大有限天数 + + Kernel Version: + 内核版本: - SpinBoxMaximumValidDays + + LabelKernelVersion - Prompt time before password expiration - 密码过期之前提醒的天数 + + System Architecture: + 系统架构: - SpinBoxPromptBeforeExpiration + + LabelSystemArch - how many days after password expires will become inactive - 密码过期多少天认定为失效 + + Activation status: + 激活状态: - SpinBoxPasswdInactiveTime - + + + + + Show + 查看 - ButtonSave + + EULA: + 最终用户许可协议: + + + + ButtonShowEULA - save - 保存 + + Version License: + 版本协议: - ButtonReturn + + ButtonShowVersionLicense - return - 返回 + + + + + Unknow + 未知 - day - + + UnActivated + 未激活 - - - Popup - cancel - 取消 + + Activation code has expired + 激活码已过期 - - - PowerPlugin - General Settings - 通用设置 + + Permanently activated + 永久激活 - Power Settings - 电源设置 + + Activated + 已激活 - Battery Settings - 电池设置 + + Error + 错误 - - - PowerProfilesWrapper - power-saver - 省电模式 + + Failed to open the license activator + 启动激活许可证弹窗失败 - balanced - 平衡模式 + Copyright © + 版权所有 © - performance - 性能模式 + KylinSec. All rights reserved. + KylinSec.保留所有权利. + + + + Privacy policy: + 隐私协议: - PowerSettingsPage + SystemInformationWidget - PowerSettingsPage - 电源设置页面 + Host Name: + 主机名: - After idle for more than the following time, the computer will execute - 空闲超过以下时间后,计算机将执行 + System Version: + 系统版本: - ComboIdleTime - + Kernel Version: + 内核版本: - ComboIdleAction - + System Architecture: + 系统架构: - The monitor will turn off when it is idle - 显示器空闲以下时间关闭 + Installation time: + 安装时间: - ComboMonitorTrunOffIdleTime - + Activation status: + 激活状态: - Suspend - 待机 + Expiry date: + 质保期: - Shutdown - 关机 + EULA: + 最终用户许可协议: - Hibernate - 休眠 + Version License: + 版本协议: - Do nothing - 不执行操作 + Contact Us: + 联系我们: - - - PowerSubItem - Power Settings - 电源设置 + Change + 更改 - - - PrefsPage - Authentication type Enabled status - 认证类型启用状态 + Show + 查看 - fingerprint - 指纹 + Unknow + 未知 - fingervein - 指静脉 + The current time is illegal + 当前时间不合法 - ... - + Less than the installation time + 小于安装时间 - Return - 返回 + Not activated. Trail expiration: + 未激活.试用到期: - login - 登录 + Can't get activation information + 无法获取激活信息 - unlock - 解锁 + Activate + 激活 - empowerment - 授权 + get service status failed + 获取服务状态信息失败 - Apply the %1 authentication to the following applications - 启用%1认证在以下的认证应用中 + Not yet + 暂无 + + + Activated + 已激活 + + + Forever + 永久授权 + + + Copyright © + 版权所有 © + + + KylinSec. All rights reserved. + KylinSec.保留所有权利. + + + TextInputDialog - ukey - UKey + + Tips + 提示 - iris - 虹膜 + + Yes + 确认 - face - 人脸 + + Cancel + 取消 - QObject + ThemePage - Did not reply within the specified timeout - 连接超时 + + Form + - The called service is not known - 无法连接到Dbus服务 + + Dark and Light Theme + 深浅色主题设置 - warning - 警告 + + Themes Settings + 主题设置 - Open qss file failed - 加载qss文件失败 + + Open Window Effects + 打开或关闭窗口特效 - %1Day - %1天 + + + Unknown + 未知 - %1Hour - %1小时 + + Light Theme + 浅色 - %1Minute - %1分钟 + + Auto + 自动 - never - 从不 + + Dark Theme + 深色 - SLow - 低速 + + Choose icon Theme + 选择图标主题 - Standard - 标准 + + Choose cursor Themes + 选择光标主题 + + + ThemeWidget - Fast - 快速 + Dark Theme + 深色 - Faild - 失败 + Light Theme + 浅色 - Connect Mouse or TouchPad Dbus Failed! - 连接鼠标或触摸板Dbus服务失败! + Auto + 自动 + + + Themes - Load qss file failed! - 加载qss文件失败! + Dark and Light Theme + 深浅色主题设置 - No search results, please search again... - 无搜索结果,请重新搜索... + Themes Settings + 主题设置 - Tips - 提示 + Open Window Effects + 打开或关闭窗口特效 - OK(K) - 确定(K) + Choose icon themes + 选择图标主题 - Failed to apply display settings!%1 - 应用显示设置失败!%1 + Unknown + 未知 - Fallback display setting failed! %1 - 回撤显示设置失败! %1 + Choose cursor themes + 选择光标主题 + + + ThreadObject + Failed 失败 - Set font failed! - 设置字体失败! - - - Get icon themes failed! - 获取图标主题失败! + + List shortcut failed,error: + 列出快捷键失败,错误: + + + TimeDateSubItem - Get cursor themes failed! - 获取光标主题失败! + + Time Date Settings + 日期时间设置 - Warning - 警告 + + Chnage time Zone + 更改时区 - There is no theme to set! - 目前没有主题可以设置! + + Set time Manually + 手动设置时间 - Set font failed! - + + Time date format setting + 日期时间格式设置 - SearchEdit - - Enter keywords to search - 输入关键词进行搜索 - + TimezoneSettings - Info - 提示 + + TimezoneSettings + - Failed to find related items, please re-enter! - 未能搜索到相关项,请重新输入! + + Select Time Zone + 选择时区 - - - SelectAvatarPage - Confirm - 确认 + + ButtonSave + - Return - 返回 + + save + 保存 - select picture - 选择图片 + + ButtonReturn + - image files(*.bmp *.jpg *.png *.tif *.gif *.pcx *.tga *.exif *.fpx *.svg *.psd *.cdr *.pcd *.dxf *.ufo *.eps *.ai *.raw *.WMF *.webp) - 图片文件(*.bmp *.jpg *.png *.tif *.gif *.pcx *.tga *.exif *.fpx *.svg *.psd *.cdr *.pcd *.dxf *.ufo *.eps *.ai *.raw *.WMF *.webp) + + reset + 重置 - SettingBriefWidget + TopBar - Form + + ListExpansionSpace - TextLabel + + TITLE + + + + + FLAG - Shortcut + TouchPadPage + Form - + - EditSearch - + + TouchPad Enabled + 开启触摸板 - Custom - 自定义 + + SwitchTouchPadEnable + - Edit - 编辑 + + Select TouchPad Hand + 选择触摸板使用模式 - ButtonAddShortcut + + ComboTouchPadHand - Add - 添加 + + TouchPad Motion Acceleration + 触摸板移动加速 - ButtonReset + + SliderTouchPadMotionAcceleration - Reset - 重置 + + Slow + - Custom Shortcut Name - 自定义快捷键名称 + + Fast + - EditCustomShortcutName + + Select Click Method + 设置点击触摸板方式 + + + + ComboClickMethod - Custom Shortcut application - 自定义快捷键应用程序 + + Select Scroll Method + 滚动窗口方式 - EditShortcutApp + + ComboScrollMethod - Custom Shortcut Key - 自定义快捷键 + + Natural Scroll + 是否为自然滚动 - ButtonAdd + + ComboNaturalScroll - ButtonCancel - + + Enabled while Typing + 打字时触摸板禁用 - Cancel - 取消 + + SwitchTypingEnable + - Shortcut Name - 快捷键名称 + + Tap to Click + 轻击(不按下)触摸板功能是否生效 - EditShortcutName + + SwtichTapToClick - Shortcut application - 快捷键应用程序 + + Right Hand Mode + 右手模式 - Shortcut key - 快捷键 + + Left Hand Mode + 左手模式 - ButtonSave - + + Press and Tap + 按键和轻触 - Save - 保存 + + Tap + 轻触 + + + + Two Finger Scroll + 两指滑动 - ButtonReturn - + + Edge Scroll + 边缘滑动 + + + TouchPadSettings - return - 返回 + Touchpad Enabled + 禁用触摸板 - Please enter a search keyword... - 请输入搜索关键字... + Disable TouchPad + 禁用触摸板 - Required - 必填 + TouchPad Enabled + 开启触摸板 - Please press the new shortcut key - 请输入新快捷键 + Select TouchPad Hand + 选择触摸板使用模式 - Finished - 完成 + TouchPad Motion Acceleration + 触摸板移动加速 - failed to load shortcut key data! - 加载快捷键数据失败! + Select Click Method + 设置点击触摸板方式 - List shortcut failed,error:%1 - 列出快捷键失败,错误:%1 + Select Scroll Method + 滚动窗口方式 - Error - 错误 + Natural Scroll + 是否为自然滚动 - Get shortcut failed,error: - 获取快捷键失败,错误: + Enabled while Typing + 打字时触摸板禁用 - Open File - 打开文件 + Tap to Click + 轻击(不按下)触摸板功能是否生效 - System - 系统 + Slow + - Sound - 声音 + Standard + 标准 - Failed - 失败 + Fast + - Delete shortcut failed,error: - 删除快捷键失败,错误: + Right Hand Mode + 右手模式 - Warning - 警告 + Left Hand Mode + 左手模式 - Please complete the shortcut information! - 请完善快捷键信息! + Press and Tap + 按键和轻触 - Set shortcut - 设置快捷键 + Tap + 轻触 - Are you sure you want to disable this shortcut? - 是否确定要禁用此快捷键? + Two Finger Scroll + 两指滑动 - Modify system shortcut failed,error: - 修改系统快捷键失败,错误: + Edge Scroll + 边缘滑动 + + + TouchPadSubItem - Modify custom shortcut failed,error: - 修改自定义快捷键失败,错误: + + TouchPad Settings + 触摸板设置 + + + TrayConnectionList - Add custom shortcut failed,error: - 添加自定义快捷键失败,错误: + + Other WiFi networks + 其它WIFI网络 + + + TrayItemWidget - Reset shortcut failed,error: - 重置快捷键失败,错误: + + TrayItemWidget + - Cannot use shortcut "%1", Because you cannot enter with this key.Please try again using Ctrl, Alt, or Shift at the same time. - 无法使用快捷键"%1",因为使用此键将无法输入,请同时使用Ctrl,Alt,Shift再试一次。 + + Icon + - Shortcut keys %1 are already used in %2,Please try again! - 快捷键%1已用于%2,请再试一次! + + Name + 名称 - - - ShortcutItem - Form - + + Status + 状态 - TextLabel - + + Ignore + 忽略 - - - ShowQRCode - Scan QR code to get machine code - 扫描二维码获取机器码 + + Disconnect + 断开 - QRcode of Machine and Activation Code - 激活信息二维码 + + + Cancel + 取消 - Scan QR code to get activation code - 扫描二维码获取激活码 + + + Connect + 连接 - - - SystemInfoSubItem - System Information - 系统信息 + + Connected + 已连接 - - - SystemInformation - Form - + + Unconnected + 未连接 - Host Name: - 主机名: + + Please input password + 请输入密码 - LabelHostName - + + Please input a network name + 请输入网络名称 + + + TrayPage - TextLabel + + TrayPage - ButtonChangeHostName + + TextLabel - Change - 更改 + + Select wired network card + 请选择有线网卡 - System Version: - 系统版本: + + Select wireless network card + 请选择无线网卡 + + + UKeyPage - LabelSystemVersion - + + Ukey + UKey - Kernel Version: - 内核版本: + + Default Ukey device + 默认UKey设备 - LabelKernelVersion - + + List of devices bound to the Ukey + 绑定UKey设备列表 - System Architecture: - 系统架构: + + + + error + 错误 - LabelSystemArch - + + No UKey device detected, pelease insert the UKey device and perform operations + 未检测到UKey设备,请插入UKey设备再次执行操作 - Activation status: - 激活状态: + + UKey Enroll + UKey录入 - Show - 查看 + + Please enter the ukey pin code + 请输入UKey PIN码 + + + UKeyPinCodeDialog - EULA: - 最终用户许可协议: + UKey Enroll + UKey录入 - ButtonShowEULA - + Please enter the ukey pin code + 请输入UKey PIN码 - Version License: - 版本协议: + Confirm + 确认 - ButtonShowVersionLicense - + Cancel + 取消 + + + UserInfoPage - Unknow - 未知 + + Form + - UnActivated - 未激活 + + Account + - Activation code has expired - 激活码已过期 + + Change password + 修改密码 - Permanently activated - 永久激活 + + User id + 用户ID - Activated - 已激活 + + User type + 用户类型 - Error - 错误 + + User status + 启用用户 - - Failed to open the license activator - 启动激活许可证弹窗失败 + + + auth manager + 认证管理 - Copyright © - 版权所有 © + + Password expiration policy + 密码过期策略 - KylinSec. All rights reserved. - KylinSec.保留所有权利. + + Confirm + 保存 - Privacy policy: - 隐私协议: + + Delete + 删除用户 - - - SystemInformationWidget - Host Name: - 主机名: + + Current password + 当前密码 - System Version: - 系统版本: + + EditCurrentPasswd + - Kernel Version: - 内核版本: + + New password + 新密码 - System Architecture: - 系统架构: + + EditNewPasswd + - Installation time: - 安装时间: + + Enter the new password again + 再次输入新密码 - Activation status: - 激活状态: + + EditNewPasswdAgain + - Expiry date: - 质保期: + + EditPasswdSave + - EULA: - 最终用户许可协议: + + Save + 保存 - Version License: - 版本协议: + + EditPasswdCancel + - Contact Us: - 联系我们: + + Cancel + 取消 - Change - 更改 + Account type + 帐户类型 - Show - 查看 + Account status + 启用帐户 - Unknow - 未知 + + standard + 普通用户 - The current time is illegal - 当前时间不合法 + + administrator + 管理员 - Less than the installation time - 小于安装时间 + + Please enter the new user password + 请输入新密码 - Not activated. Trail expiration: - 未激活.试用到期: + + Please enter the password again + 请再次输入密码 - Can't get activation information - 无法获取激活信息 + + The password you enter must be the same as the former one + 两次密码不相同,请核对后,再次输入 - Activate - 激活 + + Please enter the current user password + 请输入当前密码 - get service status failed - 获取服务状态信息失败 + + The current password is incorrect + 当前密码错误,请再次输入 - Not yet - 暂无 + + The new password cannot be the same as the current password + 新密码不能和旧密码相同,请重新输入 - Activated - 已激活 + + + + + + Error + 错误 - Forever - 永久授权 + + + Password encryption failed + 密码加密失败 - Copyright © - 版权所有 © + + user information updated successfully + 用户信息更新成功 - KylinSec. All rights reserved. - KylinSec.保留所有权利. + + Password updated successfully + 密码更新成功 - - - ThemePage - Form - + + The directory and files under the user's home directory are deleted with the user.Are you sure you want to delete the user(%1)? + 用户目录下的目录和文件会随用户一起删除,确定要删除%1用户吗? - Dark and Light Theme - 深浅色主题设置 + + Warning + 警告 - Themes Settings - 主题设置 + Account information updated successfully + 帐户信息更新成功 + + + UserlicenseAgreement - Open Window Effects - 打开或关闭窗口特效 + Export + 导出 - Unknown - 未知 + Close + 关闭 - Light Theme - 浅色 + Save + 保存 - Auto - 自动 + Export EULA + 导出最终用户许可协议 - Dark Theme - 深色 + Export EULA failed! + 导出最终用户许可协议失败! - Choose icon Theme - 选择图标主题 + User End License Agreement + 最终用户许可协议 - Choose cursor Themes - 选择光标主题 + None + 暂无 - ThemeWidget - - Dark Theme - 深色 - + VolumeIntputSubItem - Light Theme - 浅色 + + VolumeInput + 输入 + + + VolumeOutputSubItem - Auto - 自动 + + VolumeOutput + 输出 - Themes + VolumeSettingPage - Dark and Light Theme - 深浅色主题设置 + + VolumeSettingPage + - Themes Settings - 主题设置 + + + Volume + 音量 + + + VpnIPsec - Open Window Effects - 打开或关闭窗口特效 + + VpnIPsec + - Choose icon themes - 选择图标主题 + + Enable IPsec + 启用IPsec - Unknown - 未知 + + Group Name + 组名 - Choose cursor themes - 选择光标主题 + + EditGroupName + - - - ThreadObject - Failed - 失败 + + Group ID + 组ID - List shortcut failed,error: - 列出快捷键失败,错误: + + EditGroupId + - - - TimeDateSubItem - Time Date Settings - 日期时间设置 + + Pre-Shared Key + 预共享密钥 - Chnage time Zone - 更改时区 + + EditPreSharedKey + - Set time Manually - 手动设置时间 + + Show Password + 显示密码 - Time date format setting - 日期时间格式设置 + + Internet Key Exchange Protocol + 密钥交换协议 - - - TimezoneSettings - TimezoneSettings + + EditIpsecIKE - Select Time Zone - 选择时区 + + Encapsulating Security Payload + 安全封装协议 - ButtonSave + + EditIpsecESP + + + VpnIpvx - save - 保存 - - - ButtonReturn + + VpnIpvx - reset - 重置 + + IPV4 Method + IPV4方法 - - - TopBar - ListExpansionSpace + + ComboBoxVPNIpv4Method - TITLE - + + Only applied in corresponding resources + 仅用于相对应的网络上的资源 - FLAG - + + Preferred DNS + 首选DNS - - - TouchPadPage - Form + + EditVPNIpv4PreferredDNS - TouchPad Enabled - 开启触摸板 + + Alternate DNS + 备选DNS - SwitchTouchPadEnable + + EditIpv4AlternateDNS - Select TouchPad Hand - 选择触摸板使用模式 + + Auto + 自动 + + + VpnL2tpSetting - ComboTouchPadHand + + VpnL2tpSetting - TouchPad Motion Acceleration - 触摸板移动加速 + + VPN name + VPN名称 + + + VpnManager - SliderTouchPadMotionAcceleration + + + VpnManager - Slow - + + VPN type + VPN类型 - Fast - + + Save + 保存 - Select Click Method - 设置点击触摸板方式 + + Return + 返回 - ComboClickMethod - + + VPN + VPN - Select Scroll Method - 滚动窗口方式 + + L2TP + - ComboScrollMethod - + + Tips + 提示 - Natural Scroll - 是否为自然滚动 + + Password required to connect to %1. + 连接网络 "%1" 需要密码 + + + VpnPpp - ComboNaturalScroll + + VpnPpp - Enabled while Typing - 打字时触摸板禁用 + + Use MPPE + 使用MPPE - SwitchTypingEnable - + + Security + 安全 - Tap to Click - 轻击(不按下)触摸板功能是否生效 + + ComboBoxMppeSecurity + - SwtichTapToClick - + + Stateful MPPE + 使用带状态的MPPE - Right Hand Mode - 右手模式 + + All available (default) + 都可用(默认) - Left Hand Mode - 左手模式 + + 40-bit (less secure) + 40位(较安全) - Press and Tap - 按键和轻触 + + 128-bit (most secure) + 128位(最安全) - Tap - 轻触 + + Refuse EAP Authentication + 拒绝EAP认证 - Two Finger Scroll - 两指滑动 + + Refuse PAP Authentication + 拒绝PAP认证 - Edge Scroll - 边缘滑动 + + Refuse CHAP Authentication + 拒绝CHAP认证 - - - TouchPadSettings - Touchpad Enabled - 禁用触摸板 + + Refuse MSCHAP Authentication + 拒绝MSCHAP认证 - Disable TouchPad - 禁用触摸板 + + Refuse MSCHAPv2 Authentication + 拒绝MSCHAPv2认证 - TouchPad Enabled - 开启触摸板 + + No BSD Data Compression + 无BSD数据压缩 - Select TouchPad Hand - 选择触摸板使用模式 + + No Deflate Data Compression + 无Deflate数据压缩 - TouchPad Motion Acceleration - 触摸板移动加速 + + No TCP Header Compression + 无TCP头压缩 - Select Click Method - 设置点击触摸板方式 + + No Protocol Field Compression + 无协议字段压缩 - Select Scroll Method - 滚动窗口方式 + + No Address/Control Compression + 无地址/控制压缩 - Natural Scroll - 是否为自然滚动 + + Send PPP Echo Packets + 发送PPP回响包 + + + VpnPptpSetting - Enabled while Typing - 打字时触摸板禁用 + + VpnPptpSetting + - Tap to Click - 轻击(不按下)触摸板功能是否生效 + + VPN name + VPN名称 + + + VpnWidget - Slow - + + VpnWidget + - Standard - 标准 + + Gateway + 网关 - Fast - + + EditVPNGateway + - Right Hand Mode - 右手模式 + + User Name + 用户名 - Left Hand Mode - 左手模式 + + EditVPNUserName + - Press and Tap - 按键和轻触 + + Password Options + 密码选项 - Tap - 轻触 + + ComboBoxVPNPasswordOptions + - Two Finger Scroll - 两指滑动 + + Password + 密码 - Edge Scroll - 边缘滑动 + + EditVPNPassword + - - - TouchPadSubItem - TouchPad Settings - 触摸板设置 + + ButtonPasswordVisual + - - - UKeyPage - Ukey - UKey + + Show Password + 显示密码 - Default Ukey device - 默认UKey设备 + + NT Domain + NT域 - List of devices bound to the Ukey - 绑定UKey设备列表 + + EditNTDomain + - error - 错误 + + + + Required + 必填 - No UKey device detected, pelease insert the UKey device and perform operations - 未检测到UKey设备,请插入UKey设备再次执行操作 + + Saved + 已保存的 - UKey Enroll - UKey录入 + + Ask + 总是询问 - Please enter the ukey pin code - 请输入UKey PIN码 + + Not required + 不要求 - - - UKeyPinCodeDialog - UKey Enroll - UKey录入 + + Gateway can not be empty + 网关不能为空 - Please enter the ukey pin code - 请输入UKey PIN码 + + Gateway invalid + 无效的网关 - Confirm - 确认 + + user name can not be empty + 用户名不能为空 - Cancel - 取消 + + password can not be empty + 密码不能为空 - UserInfoPage + Wallpaper + Form - Account - + + Set wallpaper + 壁纸设置 - Change password - 修改密码 + + FrameLockScreenPreview + - User id - 用户ID + + FrameDesktopPreivew + - User type - 用户类型 + + Desktop Wallpaper Preview + 桌面壁纸预览 - User status - 启用用户 + + Lock Screen WallPaper Preview + 锁屏壁纸预览 - auth manager - 认证管理 + + Select wallpaper + 选择壁纸 - Password expiration policy - 密码过期策略 + + Select Wallpaper + 选择壁纸 - Confirm - 保存 + + Set Desktop Wallpaper + 选择桌面壁纸 - Delete - 删除用户 + + Set Lock Screen Wallpaper + 选择锁屏壁纸 - Current password - 当前密码 + + + set wallpaper + 壁纸设置 - EditCurrentPasswd - + + + Set wallpaper failed! + 壁纸设置失败! - New password - 新密码 + + select picture + 选择图片 - EditNewPasswd - + + image files(*.bmp *.jpg *.png *.tif *.gif *.pcx *.tga *.exif *.fpx *.svg *.psd *.cdr *.pcd *.dxf *.ufo *.eps *.ai *.raw *.WMF *.webp) + 图片文件(*.bmp *.jpg *.png *.tif *.gif *.pcx *.tga *.exif *.fpx *.svg *.psd *.cdr *.pcd *.dxf *.ufo *.eps *.ai *.raw *.WMF *.webp) - Enter the new password again - 再次输入新密码 + + Add Image Failed + 添加壁纸失败 - EditNewPasswdAgain + + The image already exists! + 该壁纸已存在! + + + + WiredManager + + + WiredManager - EditPasswdSave + + ButtonSave + Save 保存 - EditPasswdCancel + + ButtonReturn - Cancel - 取消 + + Return + 返回 - Account type - 帐户类型 + Wired Network Adapter + 有线网络配置 - Account status - 启用帐户 + The carrier is pulled out + 网线被拔出 - standard - 普通用户 + The current device is not available + 当前设备不可用 + + + WiredSettingPage - administrator - 管理员 + + WiredSettingPage + - Please enter the new user password - 请输入新密码 + + Network name + 网络名称 + + + WirelessManager - Please enter the password again - 请再次输入密码 + + WirelessManager + - The password you enter must be the same as the former one - 两次密码不相同,请核对后,再次输入 + + Save + 保存 - Please enter the current user password - 请输入当前密码 + + Return + 返回 - The current password is incorrect - 当前密码错误,请再次输入 + Wireless Network Adapter + 无线网卡 - The new password cannot be the same as the current password - 新密码不能和旧密码相同,请重新输入 + The current device is not available + 当前设备不可用 - Error - 错误 + Tips + 提示 - Password encryption failed - 密码加密失败 + Password required to connect to %1. + 连接网络 "%1" 需要密码 + + + WirelessSecurityWidget - user information updated successfully - 用户信息更新成功 + + WirelessSecurityWidget + - Password updated successfully - 密码更新成功 + + Security + 安全 - The directory and files under the user's home directory are deleted with the user.Are you sure you want to delete the user(%1)? - 用户目录下的目录和文件会随用户一起删除,确定要删除%1用户吗? + + ComboBoxWirelessSecurityOption + - Warning - 警告 + + Password Options + 密码选项 - Account information updated successfully - 帐户信息更新成功 + + ComboBoxWirelessPasswordOption + - - - UserlicenseAgreement - Export - 导出 + + Password + 密码 - Close - 关闭 + + EditWirelessPassword + - Save - 保存 + + ButtonWirelessPasswordVisual + - Export EULA - 导出最终用户许可协议 + + PushButton + - Export EULA failed! - 导出最终用户许可协议失败! + + None + - User End License Agreement - 最终用户许可协议 + + WPA/WPA2 Personal + WPA/WPA2个人版 - None - 暂无 + + Save password for all users + 仅为该用户存储密码 - - - Wallpaper - Form - + + Save password for this user + 存储所有用户密码 - Set wallpaper - 壁纸设置 + + Ask me always + 总是询问 - FrameLockScreenPreview - + + Required + 必填 + + + WirelessSettingPage - FrameDesktopPreivew + + WirelessSettingPage - Desktop Wallpaper Preview - 桌面壁纸预览 - - - Lock Screen WallPaper Preview - 锁屏壁纸预览 + + Wireless name + 无线网络名称 + + + WirelessTrayWidget - Select wallpaper - 选择壁纸 + + the network "%1" not found + 未找到网络 "%1" + + + WirelessWidget - Select Wallpaper - 选择壁纸 + + WirelessWidget + - Set Desktop Wallpaper - 选择桌面壁纸 + + SSID + - Set Lock Screen Wallpaper - 选择锁屏壁纸 + + EditSsid + - set wallpaper - 壁纸设置 + + MAC Address Of Device + 设备MAC地址 - Set wallpaper failed! - 壁纸设置失败! + + ComboBoxWirelessMacAddress + - select picture - 选择图片 + + Custom MTU + 自定义MTU - image files(*.bmp *.jpg *.png *.tif *.gif *.pcx *.tga *.exif *.fpx *.svg *.psd *.cdr *.pcd *.dxf *.ufo *.eps *.ai *.raw *.WMF *.webp) - 图片文件(*.bmp *.jpg *.png *.tif *.gif *.pcx *.tga *.exif *.fpx *.svg *.psd *.cdr *.pcd *.dxf *.ufo *.eps *.ai *.raw *.WMF *.webp) + + SpinBoxWirelessCustomMTU + - Add Image Failed - 添加壁纸失败 + + Required + 必填 - The image already exists! - 该壁纸已存在! + + No device specified + 不指定设备 YearSpinBox + yyyy yyyy年 -- 2.27.0