mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-25 04:05:55 +00:00
Remove HTML tags from create branch and tag translations
This is a followup to gitea#31973, and removes the HTML tags for the rest of the languages too. Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
This commit is contained in:
parent
8857da871e
commit
b6b5d47dca
25 changed files with 45 additions and 45 deletions
|
@ -2607,7 +2607,7 @@ branch.delete_desc=ブランチの削除は恒久的です。 実際に削除さ
|
|||
branch.deletion_success=ブランチ "%s" を削除しました。
|
||||
branch.deletion_failed=ブランチ "%s" の削除に失敗しました。
|
||||
branch.delete_branch_has_new_commits=マージ後に新しいコミットが追加されているため、ブランチ "%s" を削除できません。
|
||||
branch.create_branch=ブランチ <strong>%s</strong> を作成
|
||||
branch.create_branch=ブランチ %s を作成
|
||||
branch.create_from=`"%s" から`
|
||||
branch.create_success=ブランチ "%s" を作成しました。
|
||||
branch.branch_already_exists=ブランチ "%s" は、このリポジトリに既に存在します。
|
||||
|
@ -2634,7 +2634,7 @@ branch.new_branch=新しいブランチの作成
|
|||
branch.new_branch_from=`"%s" から新しいブランチを作成`
|
||||
branch.renamed=ブランチ %s は %s にリネームされました。
|
||||
|
||||
tag.create_tag=タグ <strong>%s</strong> を作成
|
||||
tag.create_tag=タグ %s を作成
|
||||
tag.create_tag_operation=タグの作成
|
||||
tag.confirm_create_tag=タグを作成
|
||||
tag.create_tag_from=`"%s" から新しいタグを作成`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue