- add environment import/export API endpoints and client integration - add environment export actions and toolbar import/export buttons in UI - move theme switcher to sidebar bottom and show root package version - switch snippet card menu icon to cog for consistent options affordance
247 lines
7.7 KiB
JSON
247 lines
7.7 KiB
JSON
{
|
||
"errors": {
|
||
"not_found": "Not found",
|
||
"not_found_session": "Session {{id}} does not exist or has been deleted.",
|
||
"not_found_environment": "Environment {{id}} does not exist or has been deleted.",
|
||
"not_found_credential": "Credential {{id}} does not exist or has been deleted.",
|
||
"not_found_scenario": "Scenario {{id}} does not exist or has been deleted.",
|
||
"not_found_snippet": "Snippet {{id}} does not exist or has been deleted.",
|
||
"generic": "Something went wrong. Please try again."
|
||
},
|
||
"nav": {
|
||
"environments": "Environments",
|
||
"credentials": "Credentials",
|
||
"snippets": "Snippets",
|
||
"keys": "Keys",
|
||
"sessions": "Sessions",
|
||
"scenarios": "Scenarios",
|
||
"runs": "Runs"
|
||
},
|
||
"environments": {
|
||
"title": "Environments",
|
||
"col_id": "ID",
|
||
"col_name": "Name",
|
||
"col_urls": "URLs",
|
||
"col_updated": "Updated",
|
||
"empty": "No environments yet.",
|
||
"loading": "Loading…",
|
||
"no_urls": "No URLs configured.",
|
||
"menu_label": "Environment options",
|
||
"action_view": "View details",
|
||
"action_delete": "Delete",
|
||
"action_add": "Add environment",
|
||
"action_edit": "Edit",
|
||
"action_export": "Export",
|
||
"action_import": "Import",
|
||
"action_save": "Create",
|
||
"action_update": "Save",
|
||
"action_cancel": "Cancel",
|
||
"create_title": "New Environment",
|
||
"edit_title": "Edit Environment",
|
||
"form_name": "Name",
|
||
"form_name_placeholder": "e.g. staging, production",
|
||
"form_name_required": "Name is required",
|
||
"form_id_url": "ID URL",
|
||
"form_cabinet_url": "Cabinet URL",
|
||
"form_admin_url": "Admin URL",
|
||
"back": "Environments",
|
||
"field_id": "ID",
|
||
"field_created": "Created",
|
||
"field_updated": "Updated",
|
||
"section_urls": "URLs"
|
||
},
|
||
"credentials": {
|
||
"title": "Credentials",
|
||
"empty": "No credentials yet.",
|
||
"loading": "Loading…",
|
||
"menu_label": "Credential options",
|
||
"action_edit": "Edit",
|
||
"action_delete": "Delete",
|
||
"action_add": "Add credential",
|
||
"action_save": "Create",
|
||
"action_update": "Save",
|
||
"action_cancel": "Cancel",
|
||
"create_title": "New Credential",
|
||
"edit_title": "Edit Credential",
|
||
"form_name": "Name",
|
||
"form_name_placeholder": "e.g. staging-api-key",
|
||
"form_name_required": "Name is required",
|
||
"form_data": "Data (JSON)",
|
||
"form_data_placeholder": "{\"token\": \"…\"}",
|
||
"form_data_invalid_json": "Must be valid JSON",
|
||
"field_id": "ID",
|
||
"field_last_used": "Last Used",
|
||
"field_created": "Created",
|
||
"field_updated": "Updated",
|
||
"section_data": "Data",
|
||
"action_export": "Export",
|
||
"action_import": "Import",
|
||
"import_error": "Failed to import credential"
|
||
},
|
||
"keys": {
|
||
"col_name": "Key name",
|
||
"empty": "No key files found."
|
||
},
|
||
"sessions": {
|
||
"title": "Sessions",
|
||
"col_id": "ID",
|
||
"col_name": "Name",
|
||
"col_status": "Status",
|
||
"col_lastUsed": "Last Used",
|
||
"empty": "No sessions yet.",
|
||
"loading": "Loading…",
|
||
"action_delete": "Delete",
|
||
"field_id": "ID",
|
||
"field_name": "Name",
|
||
"field_token": "Token",
|
||
"field_status": "Status",
|
||
"field_created": "Created",
|
||
"field_updated": "Updated",
|
||
"field_lastUsed": "Last Used"
|
||
},
|
||
"scenarios": { "title": "Scenarios",
|
||
"col_id": "ID",
|
||
"col_name": "Name",
|
||
"col_updated": "Updated",
|
||
"empty": "No scenarios yet.",
|
||
"loading": "Loading…",
|
||
"action_run": "Run",
|
||
"action_delete": "Delete",
|
||
"field_id": "ID",
|
||
"field_name": "Name",
|
||
"field_steps": "Steps",
|
||
"field_created": "Created",
|
||
"field_updated": "Updated",
|
||
"steps_heading": "Steps",
|
||
"step_order": "#",
|
||
"step_title": "Title",
|
||
"step_type": "Type",
|
||
"step_session": "Session",
|
||
"step_updated": "Updated",
|
||
"action_add": "New scenario",
|
||
"action_edit": "Edit",
|
||
"action_runs": "Runs",
|
||
"action_export": "Export",
|
||
"action_import": "Import",
|
||
"import_error": "Failed to import scenario",
|
||
"action_save": "Create",
|
||
"action_update": "Save",
|
||
"action_cancel": "Cancel",
|
||
"create_title": "New Scenario",
|
||
"edit_title": "Edit Scenario",
|
||
"form_name": "Name",
|
||
"form_name_placeholder": "e.g. Login flow",
|
||
"form_name_required": "Name is required",
|
||
"credentials_heading": "Credentials",
|
||
"cred_empty": "No credentials assigned.",
|
||
"cred_col_alias": "Alias",
|
||
"cred_col_name": "Credential",
|
||
"cred_col_added": "Added",
|
||
"cred_action_add": "Add credential",
|
||
"cred_action_remove": "Remove",
|
||
"cred_action_save": "Add",
|
||
"cred_action_cancel": "Cancel",
|
||
"cred_form_cred": "Credential",
|
||
"cred_form_cred_placeholder": "Select credential…",
|
||
"cred_form_cred_required": "Select a credential",
|
||
"cred_form_alias": "Alias",
|
||
"cred_form_alias_placeholder": "e.g. api_key",
|
||
"cred_form_alias_required": "Alias is required"
|
||
},
|
||
"theme": {
|
||
"switch_to_light": "Switch to light theme",
|
||
"switch_to_dark": "Switch to dark theme",
|
||
"light_mode": "Light mode",
|
||
"dark_mode": "Dark mode"
|
||
},
|
||
"pagination": {
|
||
"prev": "Previous page",
|
||
"next": "Next page",
|
||
"range": "{{from}}–{{to}} of {{total}}",
|
||
"per_page": "{{count}} per page",
|
||
"page_size": "Items per page"
|
||
},
|
||
"steps": {
|
||
"create_title": "Add Step",
|
||
"edit_title": "Edit Step #{{order}}",
|
||
"loading": "Loading…",
|
||
"action_add": "Add step",
|
||
"action_edit": "Edit",
|
||
"action_delete": "Delete",
|
||
"action_save": "Add step",
|
||
"action_update": "Save",
|
||
"action_cancel": "Cancel",
|
||
"form_order": "Order",
|
||
"form_order_invalid": "Order must be a non-negative integer",
|
||
"form_title": "Title",
|
||
"form_title_placeholder": "e.g. Check login page",
|
||
"form_type": "Type",
|
||
"form_session": "Session name",
|
||
"form_session_placeholder": "e.g. my-session",
|
||
"form_session_required": "Session name is required",
|
||
"form_exec_code": "Exec code",
|
||
"form_exec_code_placeholder": "return await page.title();",
|
||
"form_validate_code": "Validate code",
|
||
"form_validate_code_placeholder": "return { success: result !== null, description: \"…\" };"
|
||
},
|
||
"runs": {
|
||
"title": "Runs",
|
||
"loading": "Loading…",
|
||
"empty": "No runs yet.",
|
||
"action_run": "Run scenario",
|
||
"col_id": "ID",
|
||
"col_scenario": "Scenario",
|
||
"col_status": "Status",
|
||
"col_steps": "Steps",
|
||
"col_created": "Started",
|
||
"field_id": "ID",
|
||
"field_status": "Status",
|
||
"field_steps": "Steps",
|
||
"field_created": "Started",
|
||
"field_updated": "Updated",
|
||
"steps_heading": "Step runs",
|
||
"step_title": "Title",
|
||
"logs_heading": "Logs",
|
||
"logs_search_placeholder": "Filter logs…",
|
||
"step_order": "#",
|
||
"step_type": "Type",
|
||
"step_session": "Session",
|
||
"step_status": "Status",
|
||
"step_description": "Result",
|
||
"log_level": "Level",
|
||
"log_message": "Message",
|
||
"log_time": "Time"
|
||
},
|
||
"snippets": {
|
||
"title": "Snippets",
|
||
"empty": "No snippets yet.",
|
||
"loading": "Loading…",
|
||
"menu_label": "Snippet options",
|
||
"action_edit": "Edit",
|
||
"action_delete": "Delete",
|
||
"action_add": "Add snippet",
|
||
"action_save": "Create",
|
||
"action_update": "Save",
|
||
"action_cancel": "Cancel",
|
||
"create_title": "New Snippet",
|
||
"edit_title": "Edit Snippet",
|
||
"form_name": "Name",
|
||
"form_name_placeholder": "e.g. clickLoginButton",
|
||
"form_name_required": "Name is required",
|
||
"form_description": "Description",
|
||
"form_description_placeholder": "What does this snippet do?",
|
||
"form_code": "Code",
|
||
"form_code_placeholder": "await page.click('#login-btn');",
|
||
"form_code_required": "Code is required",
|
||
"field_id": "ID",
|
||
"field_name": "Name",
|
||
"field_description": "Description",
|
||
"field_created": "Created",
|
||
"field_updated": "Updated",
|
||
"section_code": "Code",
|
||
"action_export": "Export",
|
||
"action_import": "Import",
|
||
"import_error": "Failed to import snippet"
|
||
}
|
||
}
|