From 10cd7262e3568d45427e01eed76d7f6b397275c3 Mon Sep 17 00:00:00 2001 From: cocoa-dev004 <66989461+cocoa-dev004@users.noreply.github.com> Date: Fri, 28 Oct 2022 11:49:04 +0900 Subject: [PATCH] Fixed the text of end of service notice page --- .../Resources/AppResources.Designer.cs | 14 ++++++++++++-- .../Covid19Radar/Resources/AppResources.ja.resx | 6 +++++- .../Covid19Radar/Resources/AppResources.resx | 7 ++++++- .../Resources/AppResources.zh-Hans.resx | 6 +++++- .../Views/EndOfService/EndOfServiceNoticePage.xaml | 4 ++++ 5 files changed, 32 insertions(+), 5 deletions(-) diff --git a/Covid19Radar/Covid19Radar/Resources/AppResources.Designer.cs b/Covid19Radar/Covid19Radar/Resources/AppResources.Designer.cs index dd6db3c2a..ab4bb5679 100644 --- a/Covid19Radar/Covid19Radar/Resources/AppResources.Designer.cs +++ b/Covid19Radar/Covid19Radar/Resources/AppResources.Designer.cs @@ -535,7 +535,8 @@ public static string EndOfServiceNoticePageDescription1 { } /// - /// Looks up a localized string similar to The app and smartphone contact notification will stop by ending their functionality. In addition, all data stored in the app will be deleted.. + /// Looks up a localized string similar to The following procedure is required to end COCOA's functions. + ///Please tap the below button to start the procedure.. /// public static string EndOfServiceNoticePageDescription2 { get { @@ -544,7 +545,7 @@ public static string EndOfServiceNoticePageDescription2 { } /// - /// Looks up a localized string similar to In addition, please see the following website for details concerning the end to functionality of the app.. + /// Looks up a localized string similar to The app and smartphone contact notification will stop by ending their functionality. In addition, all data stored in the app will be deleted.. /// public static string EndOfServiceNoticePageDescription3 { get { @@ -552,6 +553,15 @@ public static string EndOfServiceNoticePageDescription3 { } } + /// + /// Looks up a localized string similar to In addition, please see the following website for details concerning the end to functionality of the app.. + /// + public static string EndOfServiceNoticePageDescription4 { + get { + return ResourceManager.GetString("EndOfServiceNoticePageDescription4", resourceCulture); + } + } + /// /// Looks up a localized string similar to Check the Details. /// diff --git a/Covid19Radar/Covid19Radar/Resources/AppResources.ja.resx b/Covid19Radar/Covid19Radar/Resources/AppResources.ja.resx index 186711858..53d43e401 100644 --- a/Covid19Radar/Covid19Radar/Resources/AppResources.ja.resx +++ b/Covid19Radar/Covid19Radar/Resources/AppResources.ja.resx @@ -1556,10 +1556,14 @@ COCOAのソースコードは次のURLから入手できます。 2022年11月をもって接触確認アプリCOCOAは機能を停止しました。 + アプリの機能停止には以下の手続きが必要です。以下のボタンより機能停止を行ってください。 + アプリの機能停止には以下の手続きが必要です。以下のボタンより機能停止を行ってください。 + + 機能停止処理により、アプリとスマートフォンの接触通知システムが停止します。また、アプリ内に保存されているデータをすべて削除します。 機能停止処理により、アプリとスマートフォンの接触通知システムが停止します。また、アプリ内に保存されているデータをすべて削除します。 - + その他、アプリの機能停止に関する詳細は以下のサイトをご覧下さい。 その他、アプリの機能停止に関する詳細は以下のサイトをご覧下さい。 diff --git a/Covid19Radar/Covid19Radar/Resources/AppResources.resx b/Covid19Radar/Covid19Radar/Resources/AppResources.resx index ebe43f8aa..06917d674 100644 --- a/Covid19Radar/Covid19Radar/Resources/AppResources.resx +++ b/Covid19Radar/Covid19Radar/Resources/AppResources.resx @@ -1660,10 +1660,15 @@ By collecting the number of notifications, we can use it to understand how many 2022年11月をもって接触確認アプリCOCOAは機能を停止しました。 + The following procedure is required to end COCOA's functions. +Please tap the below button to start the procedure. + アプリの機能停止には以下の手続きが必要です。以下のボタンより機能停止を行ってください。 + + The app and smartphone contact notification will stop by ending their functionality. In addition, all data stored in the app will be deleted. 機能停止処理により、アプリとスマートフォンの接触通知システムが停止します。また、アプリ内に保存されているデータをすべて削除します。 - + In addition, please see the following website for details concerning the end to functionality of the app. その他、アプリの機能停止に関する詳細は以下のサイトをご覧下さい。 diff --git a/Covid19Radar/Covid19Radar/Resources/AppResources.zh-Hans.resx b/Covid19Radar/Covid19Radar/Resources/AppResources.zh-Hans.resx index 33095f520..53b341b31 100644 --- a/Covid19Radar/Covid19Radar/Resources/AppResources.zh-Hans.resx +++ b/Covid19Radar/Covid19Radar/Resources/AppResources.zh-Hans.resx @@ -1560,10 +1560,14 @@ COCOAのソースコードは次のURLから入手できます。 2022年11月をもって接触確認アプリCOCOAは機能を停止しました。 + 如要停止应用功能,请按以下步骤操作。请通过下面的按钮来停止应用功能。 + アプリの機能停止には以下の手続きが必要です。以下のボタンより機能停止を行ってください。 + + 因决定关停功能处理,APP与智能手机接触通知系统将正式停止。此外,APP内所保存的数据也将全部删除。 機能停止処理により、アプリとスマートフォンの接触通知システムが停止します。また、アプリ内に保存されているデータをすべて削除します。 - + 关于APP功能关停的其他详细信息,请您浏览以下网站。 その他、アプリの機能停止に関する詳細は以下のサイトをご覧下さい。 diff --git a/Covid19Radar/Covid19Radar/Views/EndOfService/EndOfServiceNoticePage.xaml b/Covid19Radar/Covid19Radar/Views/EndOfService/EndOfServiceNoticePage.xaml index f4c3a3222..172af7b24 100644 --- a/Covid19Radar/Covid19Radar/Views/EndOfService/EndOfServiceNoticePage.xaml +++ b/Covid19Radar/Covid19Radar/Views/EndOfService/EndOfServiceNoticePage.xaml @@ -37,6 +37,10 @@ AutomationProperties.IsInAccessibleTree="True" Style="{StaticResource DefaultLabel}" Text="{x:Static resources:AppResources.EndOfServiceNoticePageDescription3}" /> +