Vote #74449
完了Japanese "notice_not_authorized" translation is incorrect
0%
説明
source:trunk/config/locales/ja.yml#L191
incorrect:
notice_not_authorized: このページにアクセスするには認証が必要です。
correct:
notice_not_authorized: このページにアクセスするには認可が必要です。
reproduce procedure:
Log in an account not have administrator role, then try to open /admin.
journals
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
English:
notice_not_authorized: You are not authorized to access this page.
Should it be *"You do not have permissions to access this page."*?
--------------------------------------------------------------------------------
Toshi MARUYAMA wrote:
> English:
>
> notice_not_authorized: You are not authorized to access this page.
>
> Should it be *"You do not have permissions to access this page."*?
Well, I think the current English translation is correct because authorization is (very briefly and highly generalized) the process of specifying and controlling access rights based on predefined permissions (read: you are not authorized... == you do not have permissions...).
Why do you think such a change is (possibly) needed? Or is it that you wanted to check the meaning of this English translation to make sure whether or not the Japanese translation needs to be changed as proposed by Akihiro MATOBA?
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Mischa The Evil wrote:
> Toshi MARUYAMA wrote:
> > English:
> >
> > notice_not_authorized: You are not authorized to access this page.
> >
> > Should it be *"You do not have permissions to access this page."*?
>
> Well, I think the current English translation is correct because authorization is (very briefly and highly generalized) the process of specifying and controlling access rights based on predefined permissions (read: you are not authorized... == you do not have permissions...).
>
> Why do you think such a change is (possibly) needed? Or is it that you wanted to check the meaning of this English translation to make sure whether or not the Japanese translation needs to be changed as proposed by Akihiro MATOBA?
Thank you.
I have translated Japanese r12177 simply from English.
--------------------------------------------------------------------------------