1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-15 05:58:27 +00:00

[skip ci] Updated translations via Crowdin

This commit is contained in:
xkcdstickfigure
2022-06-12 00:10:13 +00:00
parent 47bb06236d
commit 3898fc5bda
4 changed files with 27 additions and 0 deletions

View File

@@ -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 文字目に予期しない文字が含まれているため表示できません。