loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[skip ci] Updated translations via Crowdin

authored by

GiteaBot and committed by
wxiaoguang
d5feb10a c20eb722

+7 -1
+6
options/locale/locale_ja-JP.ini
··· 1068 1068 releases=リリース 1069 1069 tag=タグ 1070 1070 released_this=がこれをリリース 1071 + tagged_this=がタグ付け 1071 1072 file.title=%s at %s 1072 1073 file_raw=Raw 1073 1074 file_history=履歴 ··· 1276 1277 issues.choose.blank_about=デフォルトのテンプレートからイシューを作成。 1277 1278 issues.choose.ignore_invalid_templates=無効なテンプレートが無視されました 1278 1279 issues.choose.invalid_templates=無効なテンプレートが%v 件見つかりました 1280 + issues.choose.invalid_config=イシューの設定にエラーがあります: 1279 1281 issues.no_ref=ブランチ/タグ指定なし 1280 1282 issues.create=イシューを作成 1281 1283 issues.new_label=新しいラベル ··· 1489 1491 issues.dependency.title=依存関係 1490 1492 issues.dependency.issue_no_dependencies=依存関係が設定されていません。 1491 1493 issues.dependency.pr_no_dependencies=依存関係が設定されていません。 1494 + issues.dependency.no_permission_1=%d 個の依存関係への読み取り権限がありません 1495 + issues.dependency.no_permission_n=%d 個の依存関係への読み取り権限がありません 1496 + issues.dependency.no_permission.can_remove=この依存関係への読み取り権限はありませんが、この依存関係は削除できます 1492 1497 issues.dependency.add=依存関係を追加... 1493 1498 issues.dependency.cancel=キャンセル 1494 1499 issues.dependency.remove=削除 ··· 2284 2289 release.edit=編集 2285 2290 release.ahead.commits=<strong>%d</strong>件のコミット 2286 2291 release.ahead.target=が、このリリース後 %s に追加されています 2292 + tag.ahead.target=が、このタグ付け後 %s に追加されています 2287 2293 release.source_code=ソースコード 2288 2294 release.new_subheader=リリースで、プロジェクトのバージョンを整理します。 2289 2295 release.edit_subheader=リリースで、プロジェクトのバージョンを整理します。
+1 -1
options/locale/locale_zh-CN.ini
··· 2135 2135 settings.require_signed_commits=需要签名提交 2136 2136 settings.require_signed_commits_desc=拒绝推送未签名或无法验证的提交到分支 2137 2137 settings.protect_branch_name_pattern=受保护的分支名称模式 2138 - settings.protect_protected_file_patterns=`受保护的文件模式(使用分号分隔 ' ;'):` 2138 + settings.protect_protected_file_patterns=`"受保护的文件模式 (使用分号 '\;' 分隔):" ;'):`` 2139 2139 settings.protect_protected_file_patterns_desc=`即使用户有权添加、编辑或删除此分支中的文件,也不允许直接更改受保护的文件。 可以使用分号分隔多个模式(' ;'). See <a href="https://pkg.go.dev/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> documentation for pattern syntax. Examples: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>.` 2140 2140 settings.protect_unprotected_file_patterns=`不受保护的文件模式 (使用分号分隔 ' ;'):` 2141 2141 settings.protect_unprotected_file_patterns_desc=`如果用户有写入权限,则允许直接更改的不受保护的文件,以绕过推送限制。可以使用分号分隔多重模式 (' ;'). See <a href="https://pkg.go.dev/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> documentation for pattern syntax. Examples: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>.`