Skip to content

Commit 69535a9

Browse files
committed
Merge remote-tracking branch 'giteaofficial/main'
* giteaofficial/main: [skip ci] Updated translations via Crowdin Fix Workflow run Not Found page (go-gitea#34459)
2 parents 9347855 + 319d03f commit 69535a9

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

options/locale/locale_fr-FR.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3728,7 +3728,11 @@ creation.name_placeholder=Caractères alphanumériques ou tirets bas uniquement,
37283728
creation.value_placeholder=Entrez n’importe quoi. Les blancs cernant seront taillés.
37293729
creation.description_placeholder=Décrire brièvement votre dépôt (optionnel).
37303730
3731+
save_success=Le secret « %s » a été enregistré.
3732+
save_failed=Impossible d’enregistrer le secret.
37313733
3734+
add_secret=Ajouter un secret
3735+
edit_secret=Modifier le secret
37323736
deletion=Supprimer le secret
37333737
deletion.description=La suppression d'un secret est permanente et irréversible. Continuer ?
37343738
deletion.success=Le secret a été supprimé.
@@ -3806,6 +3810,9 @@ runs.no_workflows.documentation=Pour plus d’informations sur les actions Gitea
38063810
runs.no_runs=Le flux de travail n'a pas encore d'exécution.
38073811
runs.empty_commit_message=(message de révision vide)
38083812
runs.expire_log_message=Les journaux ont été supprimés car ils étaient trop anciens.
3813+
runs.delete=Supprimer cette exécution
3814+
runs.delete.description=Êtes-vous sûr de vouloir supprimer définitivement cette exécution ? Cette action ne peut pas être annulée.
3815+
runs.not_done=Cette exécution du flux de travail n’est pas terminée.
38093816

38103817
workflow.disable=Désactiver le flux de travail
38113818
workflow.disable_success=Le flux de travail « %s » a bien été désactivé.

options/locale/locale_ja-JP.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ use_scratch_code=スクラッチコードを使う
450450
twofa_scratch_used=あなたはスクラッチコードを使用しました。 2要素認証の設定ページにリダイレクトしましたので、デバイスの登録を解除するか、新しいスクラッチコードを生成しましょう。
451451
twofa_passcode_incorrect=パスコードが正しくありません。デバイスを紛失した場合は、スクラッチコードを使ってサインインしてください。
452452
twofa_scratch_token_incorrect=スクラッチコードが正しくありません。
453+
twofa_required=リポジトリにアクセスするには2段階認証を設定するか、再度ログインしてください。
453454
login_userpass=サインイン
454455
login_openid=OpenID
455456
oauth_signup_tab=新規アカウント登録
@@ -1878,6 +1879,7 @@ pulls.add_prefix=先頭に <strong>%s</strong> を追加
18781879
pulls.remove_prefix=先頭の <strong>%s</strong> を除去
18791880
pulls.data_broken=このプルリクエストは、フォークの情報が見つからないため壊れています。
18801881
pulls.files_conflicted=このプルリクエストは、ターゲットブランチと競合する変更を含んでいます。
1882+
pulls.is_checking=マージの競合を確認しています...
18811883
pulls.is_ancestor=このブランチは既にターゲットブランチに含まれています。マージするものはありません。
18821884
pulls.is_empty=このブランチの変更は既にターゲットブランチにあります。これは空のコミットになります。
18831885
pulls.required_status_check_failed=いくつかの必要なステータスチェックが成功していません。
@@ -3725,7 +3727,11 @@ creation.name_placeholder=大文字小文字の区別なし、英数字とアン
37253727
creation.value_placeholder=内容を入力してください。前後の空白は除去されます。
37263728
creation.description_placeholder=簡単な説明を入力してください。 (オプション)
37273729

3730+
save_success=シークレット "%s" を保存しました。
3731+
save_failed=シークレットの保存に失敗しました。
37283732

3733+
add_secret=シークレットを追加
3734+
edit_secret=シークレットを編集
37293735
deletion=シークレットの削除
37303736
deletion.description=シークレットの削除は恒久的で元に戻すことはできません。 続行しますか?
37313737
deletion.success=シークレットを削除しました。
@@ -3842,6 +3848,8 @@ deleted.display_name=削除されたプロジェクト
38423848
type-1.display_name=個人プロジェクト
38433849
type-2.display_name=リポジトリ プロジェクト
38443850
type-3.display_name=組織プロジェクト
3851+
enter_fullscreen=フルスクリーン
3852+
exit_fullscreen=フルスクリーンを終了
38453853

38463854
[git.filemode]
38473855
changed_filemode=%[1]s → %[2]s

options/locale/locale_pt-PT.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3810,6 +3810,9 @@ runs.no_workflows.documentation=Para mais informação sobre o Gitea Actions vej
38103810
runs.no_runs=A sequência de trabalho ainda não foi executada.
38113811
runs.empty_commit_message=(mensagem de cometimento vazia)
38123812
runs.expire_log_message=Os registros foram removidos porque eram muito antigos.
3813+
runs.delete=Eliminar execução da sequência de trabalho
3814+
runs.delete.description=Tem a certeza que pretende eliminar permanentemente a execução desta sequência de trabalho? Esta operação não poderá ser desfeita.
3815+
runs.not_done=A execução desta sequência de trabalho ainda não terminou.
38133816

38143817
workflow.disable=Desabilitar sequência de trabalho
38153818
workflow.disable_success=A sequência de trabalho '%s' foi desabilitada com sucesso.

routers/web/repo/actions/view.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -611,20 +611,20 @@ func getRunJobs(ctx *context_module.Context, runIndex, jobIndex int64) (*actions
611611
run, err := actions_model.GetRunByIndex(ctx, ctx.Repo.Repository.ID, runIndex)
612612
if err != nil {
613613
if errors.Is(err, util.ErrNotExist) {
614-
ctx.HTTPError(http.StatusNotFound, err.Error())
614+
ctx.NotFound(nil)
615615
return nil, nil
616616
}
617-
ctx.HTTPError(http.StatusInternalServerError, err.Error())
617+
ctx.ServerError("GetRunByIndex", err)
618618
return nil, nil
619619
}
620620
run.Repo = ctx.Repo.Repository
621621
jobs, err := actions_model.GetRunJobsByRunID(ctx, run.ID)
622622
if err != nil {
623-
ctx.HTTPError(http.StatusInternalServerError, err.Error())
623+
ctx.ServerError("GetRunJobsByRunID", err)
624624
return nil, nil
625625
}
626626
if len(jobs) == 0 {
627-
ctx.HTTPError(http.StatusNotFound)
627+
ctx.NotFound(nil)
628628
return nil, nil
629629
}
630630

0 commit comments

Comments
 (0)