-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathproject.json
82 lines (82 loc) · 3.57 KB
/
project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"addImage": "Add an image",
"budget": "Budget",
"createdOn": "Created on ",
"createStudy": "Create a study",
"deleteItems": "Delete",
"deleteStudies": "Delete",
"description": "description",
"error": {
"unableToDelete": "Unable to delete",
"unableToDeleteProject": "Unable to delete project",
"unableToDeleteStudy": "Unable to delete study",
"unableToPostDocumentTitle": "Failure to upload the picture",
"unableToPostDocument": "Unable to load the picture",
"unableToUpdateProjectTitle": "Failure to update the project",
"unableToUpdateProject": "Unable to update project",
"unableToCreateProjectTitle": "Failure to update the project",
"unableToCreateProject": "Unable to update project",
"uploadImageSizeTitle": "Image size is too large",
"uploadImageSize": "The maximum image size is 2MB",
"uploadImageTypeTitle": "Image type is not supported",
"uploadImageType": "Only jpg, jpeg and png formats are supported"
},
"filterPlaceholder": "Search...",
"fundedBy": "Funding",
"updatedOn": "Updated on",
"modifyProject": "Update project",
"noImage": "No image",
"noImageInvalid": "Invalid image",
"objectives": "goals",
"openStudy": "Open",
"projectBudget": "Estimated budget",
"projectBudgetInvalid": "The project budget must be a positive integer and must not exceed 2147483647 €",
"projectCancel": "Cancel",
"projectCreateButton": "Create project",
"projectCreationTitle": "Create a project",
"projectDeleteButton": "Delete",
"projectDeleted": "Successful deletion!",
"projectDeletedDetails": "{{ name }} project has been deleted.",
"projectDescription": "Project description",
"projectDescriptionInvalid": "The description for the project must not exceed 1024 characters",
"projectFunders": "Funding details",
"projectFundersInvalid": "The funding details for the project must not exceed 1024 characters",
"projectModificationTitle": "Modify project",
"projectModifyButton": "Save",
"projectName": "Project name",
"projectNameInvalid": "You have to set a name for project which does not exceed 128 characters",
"projectObjectives": "Project goals",
"projectObjectivesInvalid": "The objectives for the project must not exceed 4096 characters",
"projectObjectivesMarkdown": "Formatted goals",
"projectsList": "Projects",
"projectTags": "Tags",
"projectUpdated": "Successful update!",
"projectUpdatedDetails": "{{ name }} project has been updated.",
"removeImage": "Remove image",
"scenariosCount_one": "1 scenario",
"scenariosCount_other": "{{count}} scenarios",
"scenariosCount_zero": "No scenario",
"projectDescriptionPlaceholder": "Short description of the project",
"sortOptions": {
"byName": "Sort by name",
"byRecentDate": "Latest"
},
"confirmDeleteMessage": "Do you really want to delete the project?",
"confirmDeleteMessage_one": "Do you really want to delete {{count}} study?",
"confirmDeleteMessage_other": "Do you really want to delete the {{count}} studies?",
"selectedStudies_one": "{{count}} study selected",
"selectedStudies_other": "{{count}} studies selected",
"studies": "Studies",
"studiesCount_one": "1 study",
"studiesCount_other": "{{count}} studies",
"studiesCount_zero": "No study",
"studyBusinessCode": "Business code",
"studyServiceCode": "Service code",
"studyDeleted": "Study deleted",
"studyDeleted_one": "A study has been deleted",
"studyDeleted_other": "{{count}} studies have been deleted",
"toggleMultiSelection": "Toggle multiselection",
"totalBudget": "Total budget",
"uploadImage": "Upload an image",
"unselectAll": "Deselect"
}