22 lines
906 B
PHP
22 lines
906 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Release',
|
|
'nav' => 'Release',
|
|
'heading' => 'Release control',
|
|
'subtitle' => 'Cut a staging beta — dev instance only.',
|
|
'current' => 'Current version',
|
|
'continue_beta' => 'Next beta (:v)',
|
|
'bump_patch' => 'Patch beta (:v)',
|
|
'bump_minor' => 'Minor beta (:v)',
|
|
'bump_major' => 'Major beta (:v)',
|
|
'hint' => 'Cuts a beta tag and pushes it to Gitea → mirror → CI → staging.',
|
|
'running' => 'Cutting and pushing beta :target …',
|
|
'staged' => 'Beta :tag pushed → mirror → CI → staging.',
|
|
'failed' => 'Release failed: :reason',
|
|
'invalid_target' => 'Invalid target version.',
|
|
'throttled' => 'Too many attempts — retry in :seconds s.',
|
|
'write_failed' => 'Could not write the request (signal directory not writable).',
|
|
'no_host_response' => 'No response from the host. Is the release watcher running?',
|
|
];
|