From 816d9fea1853657d7e4dff8e3fd3a0dab6bd3742 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sun, 11 Sep 2022 16:20:20 +0800 Subject: [PATCH] i18n // "Dismiss" -> "Cancel". --- Source/Resources/Base.lproj/Localizable.strings | 2 +- Source/Resources/en.lproj/Localizable.strings | 2 +- Source/Resources/ja.lproj/Localizable.strings | 2 +- Source/Resources/zh-Hans.lproj/Localizable.strings | 2 +- Source/Resources/zh-Hant.lproj/Localizable.strings | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/Resources/Base.lproj/Localizable.strings b/Source/Resources/Base.lproj/Localizable.strings index 286e1235..5c83469d 100644 --- a/Source/Resources/Base.lproj/Localizable.strings +++ b/Source/Resources/Base.lproj/Localizable.strings @@ -17,7 +17,7 @@ "Update Check Failed" = "Update Check Failed"; "There may be no internet connection or the server failed to respond.\n\nError message: %@" = "There may be no internet connection or the server failed to respond.\n\nError message: %@"; "OK" = "OK"; -"Dismiss" = "Dismiss"; +"Cancel" = "Cancel"; "New Version Available" = "New Version Available"; "Not Now" = "Not Now"; "Visit Website" = "Visit Website"; diff --git a/Source/Resources/en.lproj/Localizable.strings b/Source/Resources/en.lproj/Localizable.strings index 286e1235..5c83469d 100644 --- a/Source/Resources/en.lproj/Localizable.strings +++ b/Source/Resources/en.lproj/Localizable.strings @@ -17,7 +17,7 @@ "Update Check Failed" = "Update Check Failed"; "There may be no internet connection or the server failed to respond.\n\nError message: %@" = "There may be no internet connection or the server failed to respond.\n\nError message: %@"; "OK" = "OK"; -"Dismiss" = "Dismiss"; +"Cancel" = "Cancel"; "New Version Available" = "New Version Available"; "Not Now" = "Not Now"; "Visit Website" = "Visit Website"; diff --git a/Source/Resources/ja.lproj/Localizable.strings b/Source/Resources/ja.lproj/Localizable.strings index f8aa5afb..a7cd23b8 100644 --- a/Source/Resources/ja.lproj/Localizable.strings +++ b/Source/Resources/ja.lproj/Localizable.strings @@ -17,7 +17,7 @@ "Update Check Failed" = "更新通知受信失敗"; "There may be no internet connection or the server failed to respond.\n\nError message: %@" = "ネットの接続の有無の問題か、サーバー側の反応の問題か。\n\nいずれにせよ、エラーメッセージ:「%@」"; "OK" = "うむ"; -"Dismiss" = "却下"; +"Cancel" = "取り消す"; "New Version Available" = "最新版利用可能"; "Not Now" = "後で"; "Visit Website" = "公式サイト"; diff --git a/Source/Resources/zh-Hans.lproj/Localizable.strings b/Source/Resources/zh-Hans.lproj/Localizable.strings index d5c0036e..bb23e1fd 100644 --- a/Source/Resources/zh-Hans.lproj/Localizable.strings +++ b/Source/Resources/zh-Hans.lproj/Localizable.strings @@ -17,7 +17,7 @@ "Update Check Failed" = "无法检查新版"; "There may be no internet connection or the server failed to respond.\n\nError message: %@" = "网路连线失败,或是伺服器没有回应。\n\n错误说明:%@"; "OK" = "确定"; -"Dismiss" = "关闭本视窗"; +"Cancel" = "取消"; "New Version Available" = "有新版可下载"; "Not Now" = "以后再说"; "Visit Website" = "前往网站"; diff --git a/Source/Resources/zh-Hant.lproj/Localizable.strings b/Source/Resources/zh-Hant.lproj/Localizable.strings index e279ade0..42538fd8 100644 --- a/Source/Resources/zh-Hant.lproj/Localizable.strings +++ b/Source/Resources/zh-Hant.lproj/Localizable.strings @@ -17,7 +17,7 @@ "Update Check Failed" = "無法檢查新版"; "There may be no internet connection or the server failed to respond.\n\nError message: %@" = "網路連線失敗,或是伺服器沒有回應。\n\n錯誤說明:%@"; "OK" = "確定"; -"Dismiss" = "關閉本視窗"; +"Cancel" = "取消"; "New Version Available" = "有新版可下載"; "Not Now" = "以後再說"; "Visit Website" = "前往網站";