diff --git a/lang/de/release.php b/lang/de/release.php index 95c0767..c6993e4 100644 --- a/lang/de/release.php +++ b/lang/de/release.php @@ -11,6 +11,10 @@ return [ 'bump_minor' => 'Minor-Beta (:v)', 'bump_major' => 'Major-Beta (:v)', 'hint' => 'Schneidet einen Beta-Tag und pusht ihn nach Gitea → Mirror → CI → Staging.', + 'confirm_title' => 'Beta schneiden?', + 'confirm_body' => 'Beta :target wird geschnitten und nach Gitea → Mirror → CI → Staging gepusht. Das stößt einen Deploy auf der Staging-Instanz an.', + 'confirm_action' => 'Schneiden & pushen', + 'staged_label' => 'Zuletzt geschnitten:', 'running' => 'Beta :target wird geschnitten und gepusht …', 'staged' => 'Beta :tag gepusht → Mirror → CI → Staging.', 'failed' => 'Release fehlgeschlagen: :reason', diff --git a/lang/en/release.php b/lang/en/release.php index 9a20d1c..161d3a5 100644 --- a/lang/en/release.php +++ b/lang/en/release.php @@ -11,6 +11,10 @@ return [ 'bump_minor' => 'Minor beta (:v)', 'bump_major' => 'Major beta (:v)', 'hint' => 'Cuts a beta tag and pushes it to Gitea → mirror → CI → staging.', + 'confirm_title' => 'Cut beta?', + 'confirm_body' => 'Beta :target will be cut and pushed to Gitea → mirror → CI → staging. This triggers a deploy on the staging instance.', + 'confirm_action' => 'Cut & push', + 'staged_label' => 'Last cut:', 'running' => 'Cutting and pushing beta :target …', 'staged' => 'Beta :tag pushed → mirror → CI → staging.', 'failed' => 'Release failed: :reason',