mirror of
https://github.com/meineerde/redmine.git
synced 2026-04-02 05:51: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:
parent
988a36babc
commit
d11f8edc2d
@ -38,14 +38,14 @@ ja:
|
|||||||
distance_in_words:
|
distance_in_words:
|
||||||
half_a_minute: "30秒前後"
|
half_a_minute: "30秒前後"
|
||||||
less_than_x_seconds:
|
less_than_x_seconds:
|
||||||
one: "1秒以内"
|
one: "1秒未満"
|
||||||
other: "%{count}秒以内"
|
other: "%{count}秒未満"
|
||||||
x_seconds:
|
x_seconds:
|
||||||
one: "1秒"
|
one: "1秒"
|
||||||
other: "%{count}秒"
|
other: "%{count}秒"
|
||||||
less_than_x_minutes:
|
less_than_x_minutes:
|
||||||
one: "1分以内"
|
one: "1分未満"
|
||||||
other: "%{count}分以内"
|
other: "%{count}分未満"
|
||||||
x_minutes:
|
x_minutes:
|
||||||
one: "1分"
|
one: "1分"
|
||||||
other: "%{count}分"
|
other: "%{count}分"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user