aboutsummaryrefslogtreecommitdiffstats
path: root/options/locale/locale_ja-JP.ini
diff options
context:
space:
mode:
authorxkcdstickfigure <97917457+xkcdstickfigure@users.noreply.github.com>2022-06-12 00:10:13 +0000
committerxkcdstickfigure <97917457+xkcdstickfigure@users.noreply.github.com>2022-06-12 00:10:13 +0000
commit3898fc5bdafa33432d8ee9841e09b5c8b372df12 (patch)
tree1ed8cb77e4a8e9d23816fbf47f4973416ad8b4e6 /options/locale/locale_ja-JP.ini
parent47bb06236d664d7091a298e17c3dc5cc2cddf396 (diff)
downloadgitea-3898fc5bdafa33432d8ee9841e09b5c8b372df12.tar.gz
gitea-3898fc5bdafa33432d8ee9841e09b5c8b372df12.zip
[skip ci] Updated translations via Crowdin
Diffstat (limited to 'options/locale/locale_ja-JP.ini')
-rw-r--r--options/locale/locale_ja-JP.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/options/locale/locale_ja-JP.ini b/options/locale/locale_ja-JP.ini
index 24e3a56480..887f675810 100644
--- a/options/locale/locale_ja-JP.ini
+++ b/options/locale/locale_ja-JP.ini
@@ -2,6 +2,7 @@ home=ホーム
dashboard=ダッシュボード
explore=エクスプローラー
help=ヘルプ
+logo=ロゴ
sign_in=サインイン
sign_in_with=こちらでサインイン
sign_out=サインアウト
@@ -716,6 +717,9 @@ generate_token_success=あなたの新しいトークンを生成しました。
generate_token_name_duplicate=アプリケーション名 <strong>%s</strong> は既に使われています。他の名前を使用してください。
delete_token=削除
access_token_deletion=アクセストークンの削除
+access_token_deletion_cancel_action=キャンセル
+access_token_deletion_confirm_action=削除
+access_token_deletion_desc=トークンを削除すると、それを使用しているアプリケーションは、アカウントへのアクセスができなくなります。これは元に戻せません。続行しますか?
delete_token_success=トークンを削除しました。 削除したトークンを使用しているアプリケーションは、今後あなたのアカウントにアクセスできません。
manage_oauth2_applications=OAuth2アプリケーションの管理
@@ -858,6 +862,7 @@ default_branch=デフォルトブランチ
default_branch_helper=デフォルトブランチはプルリクエストとコードコミットのベースブランチとなります。
mirror_prune=Prune
mirror_prune_desc=不要になった古いリモートトラッキング参照を削除
+mirror_interval=ミラー間隔 (有効な時間の単位は'h'、'm'、's')。 自動的な同期を無効にする場合は0。(最小間隔: %s)
mirror_interval_invalid=ミラー間隔が不正です。
mirror_address=クローンするURL
mirror_address_desc=必要な資格情報は「認証」セクションに設定してください。
@@ -1806,6 +1811,9 @@ settings.tracker_url_format_error=外部のイシュートラッカーのURLが
settings.tracker_issue_style=外部イシュートラッカーの番号形式
settings.tracker_issue_style.numeric=数値
settings.tracker_issue_style.alphanumeric=英数字
+settings.tracker_issue_style.regexp=正規表現
+settings.tracker_issue_style.regexp_pattern=正規表現パターン
+settings.tracker_issue_style.regexp_pattern_desc=最初のキャプチャグループが <code>{index}</code> に使用されます。
settings.tracker_url_format_desc=<code>{user}</code>, <code>{repo}</code>, <code>{index}</code> を、ユーザー名、リポジトリ名、イシュー番号のプレースホルダ―として使用してください。
settings.enable_timetracker=タイムトラッキングを有効にする
settings.allow_only_contributors_to_track_time=コントリビューターだけタイムトラッキングする
@@ -2281,6 +2289,8 @@ topic.done=完了
topic.count_prompt=選択できるのは25トピックまでです。
topic.format_prompt=トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
+find_file.go_to_file=ファイルへ移動
+find_file.no_matching=一致するファイルが見つかりません
error.csv.too_large=このファイルは大きすぎるため表示できません。
error.csv.unexpected=このファイルは %d 行目の %d 文字目に予期しない文字が含まれているため表示できません。