From 62cc1fbb901e1fb85b193d8f89b49aaa69a5713e Mon Sep 17 00:00:00 2001 From: udnp Date: Sat, 18 Nov 2017 12:48:43 +0900 Subject: [PATCH 1/7] [C] reset strings with default strings.xml. --- app/src/main/res/values-ja/strings.xml | 101 ++++++++++++++++++------- 1 file changed, 72 insertions(+), 29 deletions(-) diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 0cb9096..2bd969e 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -1,30 +1,73 @@ - - 夜用画面 - 開発者 : Paper Airplane Dev - Fung Jichun - Auto モード - 夜用画面は動作しています - タップすると設定が開きます - 夜用画面は停止しています - タップして設定、またはスワイプして夜用画面を終了 - 開始 - 停止 - Overlay System モード - Normal モード - 権限不要のモード - ステータスバーとナビゲーションバーの明るさも制御することができますが、アプリによっては画面が点滅する場合があります。 - おすすめのモードです。安定して動作しますが、ナビゲーションバーの明さは制御できません。また、「インストール」や「許可」の確認表示をタップする際に妨げとなることがあります。 - 有効にすると画面を最前面からマスクするできるようになります。お使いの機種 (MIUI や Android 6.0 など) によっては権限の許可が必要になります。\n初回動作の確認の際に正しく動作しない場合は、「他のアプリの上に表示」を許可するようこのアプリを設定してください。 - ステータスバー上のマスクを有効にする - 夜用画面は夜間の強い光が及ぼす悪影響からあなたを保護します。\n機種によっては最小設定の明るさでもまだ明るさの強いものがありますが、このアプリでは明るさを抑えるために画面上をマスクします。\n\nこのアプリを支援する際の支援金のお送り先はこちらまでお願いします。 Alipay: fythonx@gmail.com - ダークテーマ - 設定 - モードの選択 - このメッセージが表示されていますか? 表示されていれば夜用画面は正しく動作しています。\nOK をタップしない場合は 5 秒後に動作を停止します。 - 初回動作 - ヒント - 夜用画面について - マスクの開始に失敗しました。システムによって権限が拒否されていないか確認してください。 - 権限を必要としませんが、ロックスクリーンやステータスバーおよびナビゲーションバーの明るさを制御することはできません。なお Android 7.0 では動作しません。 - Android 6.0 からのバッテリーの最適化によって動作を自動的に開始/停止することができない可能性があります。動作に問題がある場合は、システム設定でバッテリーの最適化を解除して確認してください。 - \ No newline at end of file + + Night Screen + + + Tips: Click the top left button to turn on Night Screen. + + + Automatically enable at %s. + It will be end at %s. + OFF + Settings + + + Dark theme + + + Choose mode + + No Permission Mode + Normal Mode + Overlay System Mode + + No permission is needed. But it cannot dim lockscreen, status bar or navigation bar. And it doesn\'t work in Android 7.0. + Recommended mode. It is stable, although it cannot dim navigation bar and prevent user from clicking \"Install\" or \"Allow\" in permission dialog. + You can dim both status bar and navigation bar. However, it may make screen flashing in some apps. + + Why cannot change advanced mode? + Since Android Oreo (8.0), system strictly limits the permission of floating window. Old methods were no longer available. Maybe we will support better methods to control brightness in the future. + Read more + https://developer.android.com/about/versions/oreo/android-8.0-changes.html#all-aw + + + Running status + + + Toggle + + + About + + Author: Paper Airplane Dev - Fung Gwo + "Night Screen can help protect you from the harm of strong light at night.\nSome devices\' lowest brightness is still high so we can make it lower by creating a mask on screen.\n\nIf you want to support this application, you could send some money to my Alipay: fythonx\@gmail.com" + Github Repo: https://github.com/fython/Blackbulb\nMy blog: http://feng.moe\nMy sina weibo: @某烧饼\nPaypal: https://www.paypal.me/fython\nLogo Designer: Google+ Youlun Zhai + + Support author via Alipay + + Enable Overlay Status Bar + Enabling this can mask the top of screen, but it may need a permission on some devices (such as MIUI and Android 6.0)\nIf it doesn\'t work on the first try, please allow this app to show system alert windows. + + Failed to start mask. Please check whether the system has denied the permissions. + + First run + Can you see this message? If you can, Night Screen is working well.\nIt will automatically stop after 5 seconds if you don\'t press OK. + + + Night Screen is working + Click here to open settings + + Night Screen is paused + Click here to open settings or Swipe to stop Night Screen + + Turn off + Turn on + + + Auto mode + + Tips + It may not automatically activate/deactivate on time because of Android 6.0 Doze mode. If you have any problem, try to request system to ignore battery optimization. + Go to set + + From 413c6406e4c9ef3d56dd043bab16e10daf55bf73 Mon Sep 17 00:00:00 2001 From: udnp Date: Sat, 18 Nov 2017 21:43:20 +0900 Subject: [PATCH 2/7] [R] removed an untranslatable string. --- app/src/main/res/values-ja/strings.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 2bd969e..6ff18c9 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -28,7 +28,6 @@ Why cannot change advanced mode? Since Android Oreo (8.0), system strictly limits the permission of floating window. Old methods were no longer available. Maybe we will support better methods to control brightness in the future. Read more - https://developer.android.com/about/versions/oreo/android-8.0-changes.html#all-aw Running status From eeea46b3e2e16c88e81917d5407ba51f06c27d19 Mon Sep 17 00:00:00 2001 From: udnp Date: Sat, 18 Nov 2017 21:44:07 +0900 Subject: [PATCH 3/7] [C] replaced back with the same translated strings as before. --- app/src/main/res/values-ja/strings.xml | 54 +++++++++++++------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 6ff18c9..683917a 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -1,6 +1,6 @@ - Night Screen + 夜用画面 Tips: Click the top left button to turn on Night Screen. @@ -12,18 +12,18 @@ Settings - Dark theme + ダークテーマ - Choose mode + モードの選択 - No Permission Mode - Normal Mode - Overlay System Mode + 権限不要のモード + Normal モード + Overlay System モード - No permission is needed. But it cannot dim lockscreen, status bar or navigation bar. And it doesn\'t work in Android 7.0. - Recommended mode. It is stable, although it cannot dim navigation bar and prevent user from clicking \"Install\" or \"Allow\" in permission dialog. - You can dim both status bar and navigation bar. However, it may make screen flashing in some apps. + 権限を必要としませんが、ロックスクリーンやステータスバーおよびナビゲーションバーの明るさを制御することはできません。なお Android 7.0 では動作しません。 + おすすめのモードです。安定して動作しますが、ナビゲーションバーの明さは制御できません。また、「インストール」や「許可」の確認表示をタップする際に妨げとなることがあります。 + ステータスバーとナビゲーションバーの明るさも制御することができますが、アプリによっては画面が点滅する場合があります。 Why cannot change advanced mode? Since Android Oreo (8.0), system strictly limits the permission of floating window. Old methods were no longer available. Maybe we will support better methods to control brightness in the future. @@ -36,37 +36,37 @@ Toggle - About + 夜用画面について - Author: Paper Airplane Dev - Fung Gwo - "Night Screen can help protect you from the harm of strong light at night.\nSome devices\' lowest brightness is still high so we can make it lower by creating a mask on screen.\n\nIf you want to support this application, you could send some money to my Alipay: fythonx\@gmail.com" + 開発者 : Paper Airplane Dev - Fung Gwo + 夜用画面は夜間の強い光が及ぼす悪影響からあなたを保護します。\n機種によっては最小設定の明るさでもまだ明るさの強いものがありますが、このアプリでは明るさを抑えるために画面上をマスクします。\n\nこのアプリを支援する際の支援金のお送り先はこちらまでお願いします。 Github Repo: https://github.com/fython/Blackbulb\nMy blog: http://feng.moe\nMy sina weibo: @某烧饼\nPaypal: https://www.paypal.me/fython\nLogo Designer: Google+ Youlun Zhai Support author via Alipay - Enable Overlay Status Bar - Enabling this can mask the top of screen, but it may need a permission on some devices (such as MIUI and Android 6.0)\nIf it doesn\'t work on the first try, please allow this app to show system alert windows. + ステータスバー上のマスクを有効にする + 有効にすると画面を最前面からマスクするできるようになります。お使いの機種 (MIUI や Android 6.0 など) によっては権限の許可が必要になります。\n初回動作の確認の際に正しく動作しない場合は、「他のアプリの上に表示」を許可するようこのアプリを設定してください。 - Failed to start mask. Please check whether the system has denied the permissions. + マスクの開始に失敗しました。システムによって権限が拒否されていないか確認してください。 - First run - Can you see this message? If you can, Night Screen is working well.\nIt will automatically stop after 5 seconds if you don\'t press OK. + 初回動作 + このメッセージが表示されていますか? 表示されていれば夜用画面は正しく動作しています。\nOK をタップしない場合は 5 秒後に動作を停止します。 - Night Screen is working - Click here to open settings + 夜用画面は動作しています + タップすると設定が開きます - Night Screen is paused - Click here to open settings or Swipe to stop Night Screen + 夜用画面は停止しています + タップして設定、またはスワイプして夜用画面を終了 - Turn off - Turn on + 停止 + 開始 - Auto mode + Auto モード - Tips - It may not automatically activate/deactivate on time because of Android 6.0 Doze mode. If you have any problem, try to request system to ignore battery optimization. - Go to set + ヒント + Android 6.0 からのバッテリーの最適化によって動作を自動的に開始/停止することができない可能性があります。動作に問題がある場合は、システム設定でバッテリーの最適化を解除して確認してください。 + 設定 From 8d30febb4f7e07b2b39939d8753acc305ef737ee Mon Sep 17 00:00:00 2001 From: udnp Date: Sun, 19 Nov 2017 23:38:14 +0900 Subject: [PATCH 4/7] [R] removed a string not translated from default. --- app/src/main/res/values-ja/strings.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 683917a..6014756 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -40,7 +40,6 @@ 開発者 : Paper Airplane Dev - Fung Gwo 夜用画面は夜間の強い光が及ぼす悪影響からあなたを保護します。\n機種によっては最小設定の明るさでもまだ明るさの強いものがありますが、このアプリでは明るさを抑えるために画面上をマスクします。\n\nこのアプリを支援する際の支援金のお送り先はこちらまでお願いします。 - Github Repo: https://github.com/fython/Blackbulb\nMy blog: http://feng.moe\nMy sina weibo: @某烧饼\nPaypal: https://www.paypal.me/fython\nLogo Designer: Google+ Youlun Zhai Support author via Alipay From 68f1dff16647ba255616623100df49042af31f6a Mon Sep 17 00:00:00 2001 From: udnp Date: Wed, 22 Nov 2017 21:38:14 +0900 Subject: [PATCH 5/7] [C] translated strings that had still been left as default. --- app/src/main/res/values-ja/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 6014756..c04bff8 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -33,7 +33,7 @@ Running status - Toggle + 切り替え 夜用画面について @@ -41,7 +41,7 @@ 開発者 : Paper Airplane Dev - Fung Gwo 夜用画面は夜間の強い光が及ぼす悪影響からあなたを保護します。\n機種によっては最小設定の明るさでもまだ明るさの強いものがありますが、このアプリでは明るさを抑えるために画面上をマスクします。\n\nこのアプリを支援する際の支援金のお送り先はこちらまでお願いします。 - Support author via Alipay + Alipay で開発者に寄付 ステータスバー上のマスクを有効にする 有効にすると画面を最前面からマスクするできるようになります。お使いの機種 (MIUI や Android 6.0 など) によっては権限の許可が必要になります。\n初回動作の確認の際に正しく動作しない場合は、「他のアプリの上に表示」を許可するようこのアプリを設定してください。 From bf07357dd7a7f3d57c42b9628ef23b380c1ea91f Mon Sep 17 00:00:00 2001 From: udnp Date: Wed, 22 Nov 2017 21:42:32 +0900 Subject: [PATCH 6/7] [C] translated strings added on ver 2.0. --- app/src/main/res/values-ja/strings.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index c04bff8..4014ba7 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -3,13 +3,13 @@ 夜用画面 - Tips: Click the top left button to turn on Night Screen. + ヒント : 左上のボタンをタップして夜用画面を開始します - Automatically enable at %s. - It will be end at %s. - OFF - Settings + %s に自動的に有効になります + %s に停止します + 無効 + 設定 ダークテーマ @@ -25,12 +25,12 @@ おすすめのモードです。安定して動作しますが、ナビゲーションバーの明さは制御できません。また、「インストール」や「許可」の確認表示をタップする際に妨げとなることがあります。 ステータスバーとナビゲーションバーの明るさも制御することができますが、アプリによっては画面が点滅する場合があります。 - Why cannot change advanced mode? - Since Android Oreo (8.0), system strictly limits the permission of floating window. Old methods were no longer available. Maybe we will support better methods to control brightness in the future. - Read more + なぜ Advanced モードを変更できないのでしょうか? + Android Oreo (8.0) から、他のアプリの上に表示する権限が厳しく制限されています.以前の方法は利用できなくなりました。今後、明るさを変更するためのより良い方法を提供する予定です。 + 詳細 - Running status + 動作状態 切り替え From 96c56f9d6d0c2e971f201155b1ef7dbe0c6c6df5 Mon Sep 17 00:00:00 2001 From: udnp Date: Wed, 22 Nov 2017 21:44:03 +0900 Subject: [PATCH 7/7] [C] improved translation. --- app/src/main/res/values-ja/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 4014ba7..d09a657 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -66,6 +66,6 @@ ヒント Android 6.0 からのバッテリーの最適化によって動作を自動的に開始/停止することができない可能性があります。動作に問題がある場合は、システム設定でバッテリーの最適化を解除して確認してください。 - 設定 + 設定を表示