Skip to content

Commit 6cbd238

Browse files
xJoker0weblate
authored andcommitted
Translated using Weblate (Japanese)
Currently translated at 92.1% (105 of 114 strings) Translation: You Apps/Clock You Translate-URL: https://hosted.weblate.org/projects/you-apps/clock-you/ja/
1 parent 5adaafa commit 6cbd238

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

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

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<string name="edit_alarm">アラームを編集</string>
1616
<string name="vibrate">バイブレーション</string>
1717
<string name="delete_alarm">アラームを削除</string>
18-
<string name="irreversible">本当に削除しますか?この操作は取り消せません</string>
19-
<string name="nothing_here">何もありません</string>
18+
<string name="irreversible">本当に削除しますか?この操作は取り消せません</string>
19+
<string name="nothing_here">何もありません</string>
2020
<string name="timer_finished">タイマーが終了しました</string>
2121
<string name="stop">ストップ</string>
2222
<string name="pause">一時停止</string>
@@ -102,4 +102,19 @@
102102
<string name="show_widget_background">ウィジェットの背景を表示</string>
103103
<string name="show_time">時刻を表示</string>
104104
<string name="select_clock_face">時計の文字盤を選択</string>
105+
<plurals name="hour_offset_negative">
106+
<item quantity="other">%d時間遅い</item>
107+
</plurals>
108+
<string name="weekdays">曜日</string>
109+
<plurals name="hour_offset_positive">
110+
<item quantity="other">%d時間早い</item>
111+
</plurals>
112+
<plurals name="hour_minute_offset_positive">
113+
<item quantity="other">%d時間と %d分早い</item>
114+
</plurals>
115+
<plurals name="hour_minute_offset_negative">
116+
<item quantity="other">%d時間と%d分遅い</item>
117+
</plurals>
118+
<string name="start">開始</string>
119+
<string name="snooze_minutes">%d分スヌーズ</string>
105120
</resources>

0 commit comments

Comments
 (0)