1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-15 14:08:28 +00:00

[skip ci] Updated translations via Crowdin

This commit is contained in:
Gusted
2022-08-15 00:20:43 +00:00
parent 293544587c
commit 7ae297800e
4 changed files with 31 additions and 3 deletions

View File

@@ -179,6 +179,8 @@ log_root_path_helper=ログファイルがこのディレクトリに書き込
optional_title=オプション設定
email_title=メール設定
smtp_addr=SMTPホスト
smtp_port=SMTPポート
smtp_from=メール送信者
smtp_from_helper=Giteaが使用するメールアドレス。 メールアドレスのみ、または、 "名前" <email@example.com> の形式で入力してください。
mailer_user=SMTPユーザー名
@@ -1061,6 +1063,7 @@ normal_view=通常表示
line=
lines=
editor.add_file=ファイル追加
editor.new_file=新規ファイル
editor.upload_file=ファイルをアップロード
editor.edit_file=ファイルを編集
@@ -1266,6 +1269,8 @@ issues.filter_milestone=マイルストーン
issues.filter_milestone_no_select=すべてのマイルストーン
issues.filter_assignee=担当者
issues.filter_assginee_no_select=すべての担当者
issues.filter_poster=作成者
issues.filter_poster_no_select=すべての作成者
issues.filter_type=タイプ
issues.filter_type.all_issues=すべてのイシュー
issues.filter_type.assigned_to_you=自分が担当
@@ -3109,6 +3114,10 @@ npm.dependencies.development=開発用依存関係
npm.dependencies.peer=Peer依存関係
npm.dependencies.optional=オプションの依存関係
npm.details.tag=タグ
pub.install=Dart を使用してパッケージをインストールするには、次のコマンドを実行します:
pub.documentation=Pub レジストリの詳細については、<a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/pub/">ドキュメント</a> を参照してください。
pub.details.repository_site=リポジトリサイト
pub.details.documentation_site=ドキュメントサイト
pypi.requires=必要なPython
pypi.install=pip を使用してパッケージをインストールするには、次のコマンドを実行します:
pypi.documentation=PyPI レジストリの詳細については、<a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/pypi/">ドキュメント</a> を参照してください。