Skip to content

Commit d5feb10

Browse files
GiteaBotwxiaoguang
authored andcommitted
[skip ci] Updated translations via Crowdin
1 parent c20eb72 commit d5feb10

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

options/locale/locale_ja-JP.ini

+6
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,7 @@ release=リリース
10681068
releases=リリース
10691069
tag=タグ
10701070
released_this=がこれをリリース
1071+
tagged_this=がタグ付け
10711072
file.title=%s at %s
10721073
file_raw=Raw
10731074
file_history=履歴
@@ -1276,6 +1277,7 @@ issues.choose.blank=デフォルト
12761277
issues.choose.blank_about=デフォルトのテンプレートからイシューを作成。
12771278
issues.choose.ignore_invalid_templates=無効なテンプレートが無視されました
12781279
issues.choose.invalid_templates=無効なテンプレートが%v 件見つかりました
1280+
issues.choose.invalid_config=イシューの設定にエラーがあります:
12791281
issues.no_ref=ブランチ/タグ指定なし
12801282
issues.create=イシューを作成
12811283
issues.new_label=新しいラベル
@@ -1489,6 +1491,9 @@ issues.due_date_invalid=期日が正しくないか範囲を超えています
14891491
issues.dependency.title=依存関係
14901492
issues.dependency.issue_no_dependencies=依存関係が設定されていません。
14911493
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=この依存関係への読み取り権限はありませんが、この依存関係は削除できます
14921497
issues.dependency.add=依存関係を追加...
14931498
issues.dependency.cancel=キャンセル
14941499
issues.dependency.remove=削除
@@ -2284,6 +2289,7 @@ release.compare=比較
22842289
release.edit=編集
22852290
release.ahead.commits=<strong>%d</strong>件のコミット
22862291
release.ahead.target=が、このリリース後 %s に追加されています
2292+
tag.ahead.target=が、このタグ付け後 %s に追加されています
22872293
release.source_code=ソースコード
22882294
release.new_subheader=リリースで、プロジェクトのバージョンを整理します。
22892295
release.edit_subheader=リリースで、プロジェクトのバージョンを整理します。

options/locale/locale_zh-CN.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -2135,7 +2135,7 @@ settings.dismiss_stale_approvals_desc=当新的提交更改合并请求内容被
21352135
settings.require_signed_commits=需要签名提交
21362136
settings.require_signed_commits_desc=拒绝推送未签名或无法验证的提交到分支
21372137
settings.protect_branch_name_pattern=受保护的分支名称模式
2138-
settings.protect_protected_file_patterns=`受保护的文件模式(使用分号分隔 ' ;'):`
2138+
settings.protect_protected_file_patterns=`"受保护的文件模式 (使用分号 '\;' 分隔):" ;'):``
21392139
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>.`
21402140
settings.protect_unprotected_file_patterns=`不受保护的文件模式 (使用分号分隔 ' ;'):`
21412141
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>.`

0 commit comments

Comments
 (0)