Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6173c69f authored by Takuo Kitame's avatar Takuo Kitame
Browse files

Update Japanese translation.

Added screensaver stuffs.
parent 79fb3d9c
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
@@ -122,6 +122,37 @@
      <item>60 分</item>
      <item>90 分</item>
      <item>120 分</item>

    <!-- Setting title for setting alarm time limit -->
    <string name="screensaver_timeout_title">スクリーンセーバータイムアウト</string>

    <!-- Entries listed in the ListPreference when invoking the max alarm duration
         preference. -->
    <string-array name="screensaver_timeout_entries">
      <item>1 分</item>
      <item>5 分</item>
      <item>10 分</item>
      <item>15 分</item>
      <item>30 分</item>
      <item>60 分</item>
    </string-array>

    <!-- Setting title for screensaver time color picker general title-->
    <string name="color_picker">時刻の色</string>

    <!-- Setting title for screensaver time color picker -->
    <string name="color_picker_title">時刻の色(スクリーンセーバー)</string>

    <!-- Setting title for screensaver time color picker -->
    <string name="color_picker_summary">スクリーンセーバーの時刻の色を変更する</string>

    <!-- Sample time used in color picker -->
    <string name="color_picker_sample">11:45</string>

    <!-- Labels for colors in color picker -->
    <string name="color_picker_alpha">透明度 (暗転時のみ)</string>
    <string name="color_picker_red"></string>
    <string name="color_picker_green"></string>
    <string name="color_picker_blue"></string>

</resources>