Actions
Patch #19509
closedChange Japanese translation for field_login
Start date:
Due date:
% Done:
0%
Estimated time:
Description
In config/locales/fr.yml
(probably French is a native language for JPL and Redmine), the value of field_login
is "Identifiant". It means "login ID" or "user ID" in English. In config/locales/ja.yml
, field_login
is translated as "ログイン". But the word "ログイン" generally means not an identifier but an act of logging in, so the translation is a little bit confusing.
I propose to change the translation from "ログイン" to "ログインID".
patch: change_field_login.diff
Files
Updated by Go MAEDA over 9 years ago
The following table shows current translations.
fr.yml | en.yml | ja.yml | |
---|---|---|---|
field_login | Identifiant | Login | ログイン |
label_login | Connexion | Sign in | ログイン |
button_login | Connexion | Login | ログイン |
Updated by Toshi MARUYAMA over 9 years ago
- Status changed from New to Closed
Committed in trunk r14186, thanks.
Actions