1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-31 12:49:38 +00:00

Fix Japanese translation for less_than_x_seconds and less_than_x_minutes (#34456).

Patch by Mizuki ISHIKAWA.


git-svn-id: http://svn.redmine.org/redmine/trunk@20688 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2020-12-24 04:59:45 +00:00
parent 988a36babc
commit d11f8edc2d

View File

@ -38,14 +38,14 @@ ja:
distance_in_words:
half_a_minute: "30秒前後"
less_than_x_seconds:
one: "1秒以内"
other: "%{count}秒以内"
one: "1秒未満"
other: "%{count}秒未満"
x_seconds:
one: "1秒"
other: "%{count}秒"
less_than_x_minutes:
one: "1分以内"
other: "%{count}分以内"
one: "1分未満"
other: "%{count}分未満"
x_minutes:
one: "1分"
other: "%{count}分"