Vote #81192
完了Fix Japanese translation for less_than_x_seconds and less_than_x_minutes
0%
説明
The "以内" used in less_than_x_seconds etc. means "within" instead of "less than".
This has also been fixed in the i18n repository and I don't think it's appropriate. https://github.com/svenfuchs/rails-i18n/issues/374
We suggest replacing it with "未満" which means "less than" in Japanese.
Example where this word is used:
!{width: 50%; border: 1px solid #ccc}ScreenShot_2020-12-15_14.00.39.png!
journals
I examined the terms with "Mitsuyoshi Kawabata":https://redmine.org/users/96748 and "Ko Nagase":https://redmine.org/users/388654 .
--------------------------------------------------------------------------------
LGTM.
"以内", the current Japanese translation for "less than", is incorrect because "以内" means "less than or equal". The suggested new translation "未満" is a very common word to express "less than" in Japanese.
--------------------------------------------------------------------------------
Committed the patch. Thank you.
--------------------------------------------------------------------------------