diff options
author | Unknwon <u@gogs.io> | 2015-11-07 00:39:45 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-07 00:39:45 -0500 |
commit | 676d774d8825ba5c87285989230ebb4b4a4dc522 (patch) | |
tree | e5bfe4968d622844d92757aae20b511554ebdc42 /conf/locale/locale_ja-JP.ini | |
parent | e7aabf70dc05edc19d933c7d5745b898fef9a934 (diff) | |
download | gitea-676d774d8825ba5c87285989230ebb4b4a4dc522.tar.gz gitea-676d774d8825ba5c87285989230ebb4b4a4dc522.zip |
fix #1902
Diffstat (limited to 'conf/locale/locale_ja-JP.ini')
-rwxr-xr-x | conf/locale/locale_ja-JP.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini index 3ce1d3d283..7702863b82 100755 --- a/conf/locale/locale_ja-JP.ini +++ b/conf/locale/locale_ja-JP.ini @@ -360,6 +360,7 @@ migrate_type_helper=このリポジトリは、<span class="text blue"> ミラ migrate_repo=リポジトリを移行
migrate.clone_address=クローンアドレス
migrate.clone_address_desc=これは、HTTP/HTTPS/GIT URL またはローカル サーバー パスを設定できます。
+migrate.permission_denied=You are not allowed to import local repositories.
migrate.invalid_local_path=ローカルパスが無効です。存在しないかディレクトリではありません。
forked_from=フォーク元
@@ -808,6 +809,7 @@ users.edit_account=アカウントの編集 users.is_activated=アカウントがアクティブされました
users.is_admin=このアカウントには管理者の権限を持つ
users.allow_git_hook=このアカウントには Git のフックを作成する権限を持つ
+users.allow_import_local=This account has permissions to import local repositories
users.update_profile=アカウント ・ プロファイルを更新
users.delete_account=このアカウントを削除
users.still_own_repo=アカウント所有のリポジトリがあり、リポジトリの削除または所有者の移譲が必要です。
|