57 lines
3.1 KiB
PHP
57 lines
3.1 KiB
PHP
<?php
|
||
return [
|
||
'heading_overview' => 'Steam Workshop automation (preview)',
|
||
'heading_edit_home' => 'Edit Workshop settings for %s',
|
||
'button_edit' => 'Configure',
|
||
'button_create_config' => 'Create config',
|
||
'button_save' => 'Save settings',
|
||
'button_cancel' => 'Back to list',
|
||
'label_feature_flag' => 'Enable scheduled Workshop updates for this server',
|
||
'label_adapter' => 'Game adapter',
|
||
'label_interval' => 'Update interval (minutes)',
|
||
'label_interval_hint' => 'Runs on the agent scheduler. Allowed range: 15–360 minutes.',
|
||
'label_staging_dir' => 'Staging directory (optional)',
|
||
'label_install_strategy' => 'Install strategy',
|
||
'label_on_update_action' => 'On update action',
|
||
'label_post_install_script' => 'Post-install script (absolute path)',
|
||
'label_mod_import' => 'Workshop IDs list (one "id,@ModName" per line)',
|
||
'hint_mod_import' => 'Paste from Modlist.txt or import from a collection. IDs are sanitized automatically.',
|
||
'adapter_locked_note' => 'This adapter is enforced for the current game type by your administrator.',
|
||
'admin_heading_game_mapping' => 'Adapter mapping by game type',
|
||
'admin_subheading_game_mapping' => 'Pick which adapter becomes the default whenever a server of that game opens the Workshop UI.',
|
||
'admin_col_game_key' => 'Game key',
|
||
'admin_col_adapter' => 'Adapter',
|
||
'admin_no_game_keys' => 'No server configuration XML files were detected.',
|
||
'admin_heading_adapters' => 'Available adapters',
|
||
'admin_col_key' => 'Key',
|
||
'admin_col_mods_dir' => 'Mods directory',
|
||
'admin_col_notes' => 'Notes',
|
||
'status_enabled' => 'Enabled',
|
||
'status_disabled' => 'Disabled',
|
||
'status_hot_reload' => 'Hot reload ready',
|
||
'status_restart_required' => 'Restart required',
|
||
'empty_state_admin' => 'No game homes are assigned yet. Use "Assign Game Homes" to continue.',
|
||
'empty_state_user' => 'No servers available. Ask an administrator to assign a game home.',
|
||
'message_config_saved' => 'Workshop settings saved.',
|
||
'error_missing_home' => 'Select a server before editing Workshop settings.',
|
||
'error_home_not_found' => 'Unable to locate that server or you do not have permission.',
|
||
'mods_table_heading' => 'Parsed Workshop entries',
|
||
'mods_table_empty' => 'No Workshop IDs have been added yet.',
|
||
'mods_header_id' => 'Workshop ID',
|
||
'mods_header_label' => 'Label',
|
||
'mods_header_source' => 'Source',
|
||
'mods_header_enabled' => 'Enabled',
|
||
'install_copy' => 'Copy files into the server directory',
|
||
'install_symlink' => 'Symlink from Steam workshop content',
|
||
'install_staging' => 'Download to staging only (manual apply)',
|
||
'action_queue_for_restart' => 'Queue for restart',
|
||
'action_hot_reload_if_supported' => 'Hot reload if the adapter allows it',
|
||
'summary_adapter' => 'Adapter',
|
||
'summary_interval' => 'Interval',
|
||
'summary_mods' => 'Mods',
|
||
'summary_last_saved' => 'Last saved',
|
||
'summary_hot_reload' => 'Hot reload',
|
||
'raw_definition_label' => 'Raw Workshop list',
|
||
'message_mappings_saved' => 'Adapter mappings saved.',
|
||
'error_admin_only' => 'Administrator access required.',
|
||
];
|