diff options
Diffstat (limited to 'config/locales/ja.yml')
-rw-r--r-- | config/locales/ja.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index bde4a6d58..89a4f8b59 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1242,3 +1242,12 @@ ja: label_x_revisions: "%{count}件の履歴" error_can_not_delete_auth_source: この認証方式は使用中です。削除できません。 button_actions: 操作 + text_login_required_html: When not requiring authentication, public projects and their + contents are openly available on the network. You can <a href="%{anonymous_role_path}">edit + the applicable permissions</a>. + label_login_required_yes: 'Yes' + label_login_required_no: No, allow anonymous access to public projects + text_project_is_public_non_member: Public projects and their contents are available + to all logged-in users. + text_project_is_public_anonymous: Public projects and their contents are openly available + on the network. |