Vote #76243
完了Change Japanese translation for field_login
0%
説明
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: attachment:change_field_login.diff
journals
--------------------------------------------------------------------------------
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 | ログイン |
--------------------------------------------------------------------------------
Committed in trunk r14186, thanks.
--------------------------------------------------------------------------------