Skip to content

Commit 814f0eb

Browse files
committed
New translations strings.xml (Japanese)
1 parent a58113d commit 814f0eb

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

app/src/main/res/values-ja/strings.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@
117117
<string name="action_remove">Remove</string>
118118
<string name="action_create_shortcut">Create shortcut</string>
119119
<string name="action_app_info">App info</string>
120-
<string name="freeze_mode_description_freeze_title">What is Freeze?</string>
121-
<string name="freeze_mode_description_freeze_body">App freezing disables the app\'s launch activity which removes it from the app list and updates. It will prevent the app from starting at all until it\'s unfrozen which saves resources but you will need to unfreeze from here or manually re-enable.</string>
122-
<string name="freeze_mode_description_freeze_warning">DO NOT FREEZE COMMUNICATION APPS</string>
123-
<string name="freeze_mode_description_suspend_title">What is Suspend?</string>
124-
<string name="freeze_mode_description_suspend_body">Suspending an app used to pause the app activity and prevent background executions but with recent Android changes, it only pauses the notifications from appearing and that\'s pretty much it. But does allows you to unpause from the launcher app list as they will be still available as grayscale paused app icons.</string>
125-
<string name="freeze_mode_description_suspend_footer">Should work the same as the native app pause/ focus mode features.</string>
120+
<string name="freeze_mode_description_freeze_title">フリーズとは?</string>
121+
<string name="freeze_mode_description_freeze_body">アプリをフリーズすると、そのアプリの起動アクティビティが無効化され、アプリ一覧や更新対象から除外されます。フリーズが解除されるまでアプリは一切起動しなくなるため、リソースを節約できますが、凍結を解除するにはここから操作するか、手動で再有効化する必要があります。</string>
122+
<string name="freeze_mode_description_freeze_warning">コミュニケーションアプリはフリーズしないでください</string>
123+
<string name="freeze_mode_description_suspend_title">サスペンドとは?</string>
124+
<string name="freeze_mode_description_suspend_body">以前は、アプリを「一時停止」するとアプリの動作が中断され、バックグラウンドでの実行も阻止されていましたが、最近のAndroidの仕様変更により、現在は通知が表示されなくなるだけで、それ以外の機能はほぼそのまま維持されています。ただし、ランチャーのアプリ一覧から「一時停止」を解除することは可能です。一時停止中のアプリは、アイコンがグレー表示された状態で表示され、引き続き利用可能です。</string>
125+
<string name="freeze_mode_description_suspend_footer">ネイティブアプリの「一時停止」や「フォーカスモード」の機能と同じように動作するはずです。</string>
126126
<string name="content_desc_more_options">その他のオプション</string>
127127
<string name="action_freeze_all">すべてのアプリをフリーズ</string>
128128
<string name="action_unfreeze_all">すべてのアプリのフリーズを解除</string>
@@ -148,7 +148,7 @@
148148
<string name="perm_notif_listener_desc_freeze">再生中のメディアやアクティブな通知を検知してフリーズを回避するのに必要です</string>
149149
<string name="freeze_mode_title">フリーズモード</string>
150150
<string name="freeze_mode_freeze">フリーズ</string>
151-
<string name="freeze_mode_suspend">アプリの一時停止</string>
151+
<string name="freeze_mode_suspend">サスペンド</string>
152152
<string name="freeze_mode_warning_desc">アプリをフリーズしている間はモードを切り替えることができません。すべてのアプリのフリーズを解除してから、もう一度お試しください。</string>
153153
<!-- Notification Lighting -->
154154
<string name="notification_lighting_screen_off_title">画面がオフのときにのみ表示</string>
@@ -656,7 +656,7 @@
656656
<string name="location_reached_delete">Delete Destination</string>
657657
<string name="location_reached_tracking_now">Tracking Now</string>
658658
<string name="location_reached_restart_btn">Re-Start</string>
659-
<string name="location_reached_instructional_desc">Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate.</string>
659+
<string name="location_reached_instructional_desc">Google マップの座標(指定した地点)を Essentials に共有し、目的地として保存します。\n\n表示される距離は、目的地までの直線距離であり、道のりではありません。\n\n所要時間や距離の計算結果は必ずしも正確ではないため、あくまで目安としてご利用ください。</string>
660660
<string name="tile_location_reached">Are we there yet?</string>
661661
<string name="location_reached_radius_label">Radius: %1$d m</string>
662662
<string name="location_reached_distance_label">Distance to target: %1$s</string>

0 commit comments

Comments
 (0)