mirror of
https://github.com/go-gitea/gitea
synced 2025-12-05 20:38:25 +00:00
[skip ci] Updated translations via Crowdin
This commit is contained in:
@@ -1156,6 +1156,10 @@ file_view_rendered=レンダリング表示
|
||||
file_view_raw=Rawデータを見る
|
||||
file_permalink=パーマリンク
|
||||
file_too_large=このファイルは大きすぎるため、表示できません。
|
||||
invisible_runes_header=このファイルには不可視のUnicode文字が含まれています
|
||||
invisible_runes_description=このファイルには人間が識別できない不可視のUnicode文字が含まれており、コンピューターによって特殊な処理が行われる可能性があります。 それが意図的なものと考えられる場合は、この警告を無視して構いません。 不可視文字を表示するにはエスケープボタンを使用します。
|
||||
ambiguous_runes_header=このファイルには曖昧(ambiguous)なUnicode文字が含まれています
|
||||
ambiguous_runes_description=このファイルには、他の文字と見間違える可能性があるUnicode文字が含まれています。 それが意図的なものと考えられる場合は、この警告を無視して構いません。 それらの文字を表示するにはエスケープボタンを使用します。
|
||||
invisible_runes_line=`この行には不可視のUnicode文字があります`
|
||||
ambiguous_runes_line=`この行には曖昧(ambiguous)なUnicode文字があります`
|
||||
ambiguous_character=`%[1]c [U+%04[1]X] は %[2]c [U+%04[2]X] と混同するおそれがあります`
|
||||
@@ -1168,11 +1172,15 @@ video_not_supported_in_browser=このブラウザはHTML5のvideoタグをサポ
|
||||
audio_not_supported_in_browser=このブラウザーはHTML5のaudioタグをサポートしていません。
|
||||
stored_lfs=Git LFSで保管されています
|
||||
symbolic_link=シンボリック リンク
|
||||
executable_file=実行ファイル
|
||||
commit_graph=コミットグラフ
|
||||
commit_graph.select=ブランチを選択
|
||||
commit_graph.hide_pr_refs=プルリクエストを非表示
|
||||
commit_graph.monochrome=モノクロ
|
||||
commit_graph.color=カラー
|
||||
commit.contained_in=このコミットが含まれているのは:
|
||||
commit.contained_in_default_branch=このコミットはデフォルトブランチに含まれています
|
||||
commit.load_referencing_branches_and_tags=このコミットを参照しているブランチやタグを取得
|
||||
blame=Blame
|
||||
download_file=ファイルをダウンロード
|
||||
normal_view=通常表示
|
||||
@@ -1392,6 +1400,7 @@ issues.delete_branch_at=`がブランチ <b>%[1]s</b> を削除 %[2]s`
|
||||
issues.filter_label=ラベル
|
||||
issues.filter_label_exclude=`ラベルで除外するには <code>alt</code> + <code>click/enter</code>`
|
||||
issues.filter_label_no_select=すべてのラベル
|
||||
issues.filter_label_select_no_label=ラベルなし
|
||||
issues.filter_milestone=マイルストーン
|
||||
issues.filter_milestone_all=すべてのマイルストーン
|
||||
issues.filter_milestone_none=マイルストーンなし
|
||||
@@ -1455,6 +1464,7 @@ issues.context.quote_reply=引用して返信
|
||||
issues.context.reference_issue=新しいイシューから参照
|
||||
issues.context.edit=編集
|
||||
issues.context.delete=削除
|
||||
issues.no_content=説明はありません。
|
||||
issues.close=イシューをクローズ
|
||||
issues.comment_pull_merged_at=がコミット %[1]s を %[2]s にマージ %[3]s
|
||||
issues.comment_manually_pull_merged_at=がコミット %[1]s を %[2]s に手動マージ %[3]s
|
||||
@@ -1498,6 +1508,8 @@ issues.label_title=名前
|
||||
issues.label_description=説明
|
||||
issues.label_color=カラー
|
||||
issues.label_exclusive=排他
|
||||
issues.label_archive=アーカイブ ラベル
|
||||
issues.label_archive_tooltip=アーカイブ ラベルはイシューにラベルをつけるときにラベル検索から除外されます。 イシュー上の既存のラベルは影響を受けないため、情報を失わずに古くなったラベルを使用停止にすることができます。
|
||||
issues.label_exclusive_desc=ラベル名を <code>スコープ/アイテム</code> の形にすることで、他の <code>スコープ/</code> ラベルと排他的になります。
|
||||
issues.label_exclusive_warning=イシューやプルリクエストのラベル編集では、競合するスコープ付きラベルは解除されます。
|
||||
issues.label_count=ラベル %d件
|
||||
|
||||
Reference in New Issue
Block a user