diff options
Diffstat (limited to 'src/i18n/en.js')
| -rw-r--r-- | src/i18n/en.js | 46 |
1 files changed, 43 insertions, 3 deletions
diff --git a/src/i18n/en.js b/src/i18n/en.js index c37fe00..657315d 100644 --- a/src/i18n/en.js +++ b/src/i18n/en.js @@ -32,6 +32,7 @@ export default { export: 'Export', download: 'Download', upload: 'Upload', + upload_by: 'Upload By', upload_user: 'Upload user', upload_time: 'Upload time', create_user: 'Create user', @@ -39,6 +40,8 @@ export default { update_user: 'Update user', update_time: 'Update time', modify_time: 'Modify time', + start_time: 'Start time', + end_time: 'End time', last_modified_by: 'Last Modified by', last_modified_time: 'Last Modified time', modified_time: 'Modified time', @@ -64,7 +67,7 @@ export default { file_size: 'File size', indexed: 'Indexed', status: 'Status', - parse_status: 'Parse status', + parse_status: 'Parsing status', noParsed: 'No parsed', parsing: 'Parsing', parsed: 'Parsed', @@ -72,7 +75,10 @@ export default { profile: 'Profile', package: 'Package', community: 'Community', + new_workspace: 'New workspace', + create_workspace: 'Create workspace', add_workspace: 'Add workspace', + add_branch: 'New branch', please_input: 'Please input', history: 'History', restore: 'Restore', @@ -97,15 +103,22 @@ export default { size: 'Size', permission: 'Permission', creator: 'Creator', - delete_hint: 'Delete {name}', + delete_hint_title: 'Delete {name}', + delete_hint_message: 'Are you sure you want to delete {name}?', + visibility: 'Visibility', + private: 'Private', + public: 'Public', + default: 'default', + batch: 'Batch', }, application: { application: 'Application', application_name: 'Application name', view_application: 'View Application', new_application: 'New Application', - create_application: 'Create Application', + create_application: 'Create application', edit_application: 'Edit Application', + compare: 'Compare', compare_selected_versions: 'Compare Selected Versions', inline: 'Inline', side_by_side: 'Side by side', @@ -129,6 +142,30 @@ export default { risk: 'Risk', characteristics: 'Characteristics', district: 'District', + commit: 'Commit', + commit_to: "Commit to '{branch}'", + message: 'Message', + author: 'Author', + date: 'Date', + change: 'Change', + create_File: 'Create File', + upload_File: 'Upload File', + last_commit: 'Last commit', + last_upload: 'Last upload', + branch: { + new_branch: 'New Branch', + branch_name: 'Branch name', + create_from: 'Create from', + create_branch: 'Create branch', + branch_name_tip: 'Please input branch name', + } + }, + pcap:{ + pcap: 'PCAP', + parse_into_sessions: 'Parse into sessions', + clear_parsed_sessions: 'Clear Parsed sessions', + pcap_file: 'PCAP file', + view_in_webshark: 'View in Webshark', }, user: { user: 'User', @@ -240,6 +277,9 @@ export default { }, job: { create_job: 'Create Job', + package: 'Package', + environment: 'Environment', + playbook: 'Playbook', }, message: { login_success: 'Login success', |
