From 8557076bd8f36b1a5aaa2c54d6fda0fccfbff1b4 Mon Sep 17 00:00:00 2001 From: KawaiiZapic Date: Tue, 10 Sep 2024 15:07:54 +0800 Subject: [PATCH] chore: update i18n localization --- localization/Resource.Designer.cs | 16 ++++++++-------- localization/Resource.resx | 16 ++++++++-------- localization/Resource.zh-cn.resx | 16 ++++++++-------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/localization/Resource.Designer.cs b/localization/Resource.Designer.cs index e459a8e..ad842e6 100644 --- a/localization/Resource.Designer.cs +++ b/localization/Resource.Designer.cs @@ -70,7 +70,7 @@ internal static string add_from_ga { } /// - /// 查找类似 From Google Authenticator App, batch {0} / {1}. 的本地化字符串。 + /// 查找类似 From Google Authenticator App, batch {0} / {1} 的本地化字符串。 /// internal static string add_from_ga_tip { get { @@ -79,7 +79,7 @@ internal static string add_from_ga_tip { } /// - /// 查找类似 Add new authenticator. 的本地化字符串。 + /// 查找类似 Add new authenticator 的本地化字符串。 /// internal static string add_from_otpauth_tip { get { @@ -97,7 +97,7 @@ internal static string copy_to_clipboard { } /// - /// 查找类似 Something is using clipboard, code can't be copied, please try again. 的本地化字符串。 + /// 查找类似 Something is using clipboard, code can't be copied, please try again 的本地化字符串。 /// internal static string copy_to_clipboard_err { get { @@ -106,7 +106,7 @@ internal static string copy_to_clipboard_err { } /// - /// 查找类似 Copy to clipboard - Expired in {0}s. 的本地化字符串。 + /// 查找类似 Copy to clipboard - Expired in {0}s 的本地化字符串。 /// internal static string copy_to_clipboard_tip { get { @@ -124,7 +124,7 @@ internal static string invalid_ga_import_link { } /// - /// 查找类似 Try to scan QRCode and copy it again. 的本地化字符串。 + /// 查找类似 Try to scan QRCode and copy it again 的本地化字符串。 /// internal static string invalid_ga_import_link_tip { get { @@ -142,7 +142,7 @@ internal static string invalid_otpauth_link { } /// - /// 查找类似 Try to scan QRCode and copy it again. 的本地化字符串。 + /// 查找类似 Try to scan QRCode and copy it again 的本地化字符串。 /// internal static string invalid_otpauth_link_tip { get { @@ -160,7 +160,7 @@ internal static string invalid_secret { } /// - /// 查找类似 This authenticator contains a invalid secret that can't be decode as base32 data. 的本地化字符串。 + /// 查找类似 This authenticator contains a invalid secret that can't be decode as base32 data 的本地化字符串。 /// internal static string invalid_secret_tip { get { @@ -178,7 +178,7 @@ internal static string no_authenticator { } /// - /// 查找类似 Add your first authenticator by paste your setup link(otpauth://) or Google Authenticator(otpauth-migration://). 的本地化字符串。 + /// 查找类似 Add your first authenticator by paste your setup link(otpauth://) or Google Authenticator(otpauth-migration://) 的本地化字符串。 /// internal static string no_authenticator_tip { get { diff --git a/localization/Resource.resx b/localization/Resource.resx index 56d4362..bb00f6f 100644 --- a/localization/Resource.resx +++ b/localization/Resource.resx @@ -121,43 +121,43 @@ Add {0} authenticators - From Google Authenticator App, batch {0} / {1}. + From Google Authenticator App, batch {0} / {1} - Add new authenticator. + Add new authenticator {0} - {1} - Something is using clipboard, code can't be copied, please try again. + Something is using clipboard, code can't be copied, please try again - Copy to clipboard - Expired in {0}s. + Copy to clipboard - Expired in {0}s Invalid otpauth-migration link - Try to scan QRCode and copy it again. + Try to scan QRCode and copy it again Invalid otpauth link - Try to scan QRCode and copy it again. + Try to scan QRCode and copy it again {0} - Invalid authenticator - This authenticator contains a invalid secret that can't be decode as base32 data. + This authenticator contains a invalid secret that can't be decode as base32 data No authenticator - Add your first authenticator by paste your setup link(otpauth://) or Google Authenticator(otpauth-migration://). + Add your first authenticator by paste your setup link(otpauth://) or Google Authenticator(otpauth-migration://) Copy Time-based one time password to clipboard diff --git a/localization/Resource.zh-cn.resx b/localization/Resource.zh-cn.resx index aa56018..f02ca02 100644 --- a/localization/Resource.zh-cn.resx +++ b/localization/Resource.zh-cn.resx @@ -121,43 +121,43 @@ 添加{0}个验证器 - 来自Google Authenticator, 第{0} / {1}批. + 来自Google Authenticator, 第{0} / {1}批 - 添加新验证器. + 添加新验证器 {0} - {1} - 某个应用正在使用剪切板, 无法复制验证码, 请重试. + 某个应用正在使用剪切板, 无法复制验证码, 请重试 - 复制到剪切板, {0}秒后过期. + 复制到剪切板 - {0}秒后过期 无效的 otpauth-migration 链接 - 尝试重新扫描二维码并复制链接. + 尝试重新扫描二维码并复制链接 无效的 otpauth 链接 - 尝试重新扫描二维码并复制链接. + 尝试重新扫描二维码并复制链接 {0} - 无效的验证器 - 该验证器的密钥无效, 因为不能按Base32解码. + 该验证器的密钥无效, 因为不能按Base32解码 没有验证器 - 添加第一个验证器, 可以粘贴设置链接(otpauth://) 或者 Google Authenticator 迁移链接(otpauth-migration://). + 添加第一个验证器, 可以粘贴设置链接(otpauth://) 或者 Google Authenticator 迁移链接(otpauth-migration://) 复制基于时间的一次性验证码到剪切板