Skip to content

Commit dabed52

Browse files
authored
Merge branch 'master' into markup
2 parents 29a2f09 + ce8255f commit dabed52

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

docs/content/doc/help/seek-help.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ If you found a bug, please create an [issue on GitHub](https://github.com/go-git
3333

3434
## Chinese Support
3535

36-
Support for the Chinese language is provided at [gocn.vip](https://gocn.vip/topic/gitea).
36+
Support for the Chinese language is provided at [Our discourse](https://discourse.gitea.io/c/5-category/5).

docs/content/doc/help/seek-help.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ menu:
1818
如果您在使用或者开发过程中遇到问题,请到以下渠道咨询:
1919

2020
-[Github issue](https://github.com/go-gitea/gitea/issues)提问(因为项目维护人员来自世界各地,为保证沟通顺畅,请使用英文提问)
21-
- 中文问题到[gocn.vip](https://gocn.vip/topic/gitea)提问
21+
- 中文问题到 [Gitea 论坛](https://discourse.gitea.io/c/5-category/5)提问
2222
- 访问 [Discord server - 英文](https://discord.gg/Gitea)
2323
- 加入 QQ群 328432459 获得进一步的支持

options/locale/locale_ja-JP.ini

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ repositories=リポジトリ
420420
activity=公開アクティビティ
421421
followers=フォロワー
422422
starred=スター付きリポジトリ
423+
watched=ウォッチ中リポジトリ
423424
projects=プロジェクト
424425
following=フォロー中
425426
follow=フォロー
@@ -725,6 +726,10 @@ mirror_address=クローンするURL
725726
mirror_address_desc=必要な資格情報は「クローン時の認証」セクションに設定してください。
726727
mirror_address_url_invalid=入力したURLは無効です。 URLの構成要素はすべて正しくエスケープする必要があります。
727728
mirror_address_protocol_invalid=入力したURLは無効です。 ミラーできるのは、http(s):// または git:// の場所からだけです。
729+
mirror_lfs=Large File Storage (LFS)
730+
mirror_lfs_desc=LFS データのミラーリングを有効にする。
731+
mirror_lfs_endpoint=LFS エンドポイント
732+
mirror_lfs_endpoint_desc=同期するときは、クローンURLをもとに<a target="_blank" rel="noopener noreferrer" href="%s">LFSサーバーを決定</a>しようとします。 リポジトリのLFSデータがほかの場所に保存されている場合は、独自のエンドポイントを指定することができます。
728733
mirror_last_synced=前回の同期
729734
watchers=ウォッチャー
730735
stargazers=スターゲイザー
@@ -783,6 +788,11 @@ migrate_options=移行オプション
783788
migrate_service=移行するサービス
784789
migrate_options_mirror_helper=このリポジトリを<span class="text blue">ミラー</span>にする
785790
migrate_options_mirror_disabled=サイト管理者はミラーの新規作成を無効にしています。
791+
migrate_options_lfs=LFS ファイルのマイグレート
792+
migrate_options_lfs_endpoint.label=LFS エンドポイント
793+
migrate_options_lfs_endpoint.description=マイグレーションでは、リモート側のGitをもとに<a target="_blank" rel="noopener noreferrer" href="%s">LFSサーバーを決定</a>しようとします。 リポジトリのLFSデータがほかの場所に保存されている場合は、独自のエンドポイントを指定することができます。
794+
migrate_options_lfs_endpoint.description.local=ローカルサーバーのパスもサポートされています。
795+
migrate_options_lfs_endpoint.placeholder=クローン URL から派生するには空白のままにしてください。
786796
migrate_items=移行する項目
787797
migrate_items_wiki=Uncyclo
788798
migrate_items_milestones=マイルストーン
@@ -799,6 +809,7 @@ migrate.permission_denied=ローカルリポジトリをインポートする権
799809
migrate.permission_denied_blocked=ブロックしているホストからのインポートは禁止されています。
800810
migrate.permission_denied_private_ip=プライベートIPからのインポートは禁止されています。
801811
migrate.invalid_local_path=ローカルパスが無効です。 存在しないかディレクトリではありません。
812+
migrate.invalid_lfs_endpoint=LFS エンドポイントが無効です。
802813
migrate.failed=移行に失敗しました: %v
803814
migrate.migrate_items_options=追加の項目を移行するにはアクセストークンが必要です
804815
migrated_from=<a href="%[1]s">%[2]s</a>から移行
@@ -1112,6 +1123,8 @@ issues.context.edit=編集
11121123
issues.context.delete=削除
11131124
issues.no_content=まだ内容がありません
11141125
issues.close_issue=クローズする
1126+
issues.pull_merged_at=`がコミット <a class="ui sha" href="%[1]s"><code>%[2]s</code></a> を <b>%[3]s</b> にマージ %[4]s`
1127+
issues.manually_pull_merged_at=`がコミット <a class="ui sha" href="%[1]s"><code>%[2]s</code></a> を <b>%[3]s</b> に手動マージ %[4]s`
11151128
issues.close_comment_issue=コメントしてクローズ
11161129
issues.reopen_issue=再オープンする
11171130
issues.reopen_comment_issue=コメントして再オープン
@@ -1205,6 +1218,7 @@ issues.error_modifying_due_date=期日を変更できませんでした。
12051218
issues.error_removing_due_date=期日を削除できませんでした。
12061219
issues.push_commit_1=が %d コミット追加 %s
12071220
issues.push_commits_n=が %d コミット追加 %s
1221+
issues.force_push_codes=`が %[1]s を強制プッシュ ( <a class="ui sha" href="%[3]s"><code>%[2]s</code></a> から <a class="ui sha" href="%[5]s"><code>%[4]s</code></a> へ ) %[6]s`
12081222
issues.due_date_form=yyyy-mm-dd
12091223
issues.due_date_form_add=期日の追加
12101224
issues.due_date_form_edit=変更

0 commit comments

Comments
 (0)