|
100 | 100 | "download_csv": "Download CSV", |
101 | 101 | "advance_settings": "Advanced Settings", |
102 | 102 | "sort": "Sort", |
103 | | - "group": "Group" |
| 103 | + "group": "Group", |
| 104 | + "remove": "Remove", |
| 105 | + "at": "at" |
104 | 106 | }, |
105 | 107 | "errors": { |
106 | | - "404": "Sorry your page could not be found.", |
107 | 108 | "401": "Login is required", |
108 | 109 | "403": "Access to this page is not authorized", |
| 110 | + "404": "Sorry your page could not be found.", |
109 | 111 | "network_error": "Network Error" |
110 | 112 | }, |
111 | 113 | "dashboard": { |
|
295 | 297 | "last_name": "Last Name", |
296 | 298 | "company": "Company", |
297 | 299 | "email_address": "Email Address", |
298 | | - "location": "Location", |
299 | 300 | "profile_update_success": "Profile updated successfully", |
300 | 301 | "profile_update_failure": "An error occurred while updating profile.", |
301 | 302 | "copy_api_token": "Copy API token", |
|
569 | 570 | "out_of": "out of", |
570 | 571 | "retrieve_candidates": "Retrieve Candidates", |
571 | 572 | "retrieve_candidates_helper_text": "Your project is configured to use the following match algorithms:", |
572 | | - "all_candidates": "All Candidates" |
| 573 | + "all_candidates": "All Candidates", |
| 574 | + "rows": "rows", |
| 575 | + "finished_running": "Finished running", |
| 576 | + "finished_reranking": "Finished reranking", |
| 577 | + "proposed_successfully": "Proposed successfully." |
573 | 578 | }, |
574 | 579 | "app": { |
575 | 580 | "web_version": "Web Version", |
576 | 581 | "api_version": "API Version" |
577 | | - } |
| 582 | + }, |
| 583 | + "unknown_error": "Unknown error" |
578 | 584 | } |
0 commit comments