source: src/Clients/Angular/finki-chattery/src/assets/translations/en.json@ 53bebc0

dev
Last change on this file since 53bebc0 was 9df3069, checked in by Стојков Марко <mst@…>, 3 years ago

Edit answer and answer response

  • Property mode set to 100644
File size: 4.1 KB
Line 
1{
2 "error-message-filed-required": "The field is required",
3 "error-message-max-length": "The max length of the field is {{maxLength}}",
4 "error-message-min-length": "The min length of the field is {{minLength}}",
5 "error-message-email": "The email is not valid",
6 "error-message-password-not-match": "Passwords don't match",
7 "error-message-password-weak": "The password must contain at least one special character",
8 "must-be-unique": "The field must be unique",
9 "field-required": "The field is required",
10 "max-length-exceeded": "The max length of the field is {{maxLength}}",
11 "min-length-not-exceeded": "The min length of the field is {{minLength}}",
12 "email-not-valid": "The email is not valid",
13 "password-not-valid": "The password must contain at least one special character",
14 "password-not-match": "Passwords don't match",
15 "code-date-passed": "The code date has passed",
16 "not-found": "Not found",
17 "question-preview-subtitle": "Asked <b>{{createdOn}}</b>, Last active <b>{{lastActive}}</b>, Viewed <b>{{views}}</b> times",
18 "share-link": "Share",
19 "share-link-success": "Successfully copied link for sharing",
20 "question-asked-by-subtitle": "Asked on: {{date}}",
21 "question-answers": "{{answerCount}} Answers",
22 "question-answered-by-subtitle": "Answered on: {{date}}",
23 "student-reputation": "{{reputation}} reputation",
24 "vote-correct-answer": "This has been accepted as the correct answer by the owner of the question",
25 "answer-sort-oldest": "Oldest",
26 "answer-sort-votes": "Votes",
27 "internet-techologies": "Internet technologies",
28 "software-engineering": "Software engineering",
29 "visual-programming": "Visual programming",
30 "operating-systems": "Operating systems",
31 "internet-programming": "Internet programming",
32 "object-oriented-programming": "Object oriented programming",
33 "calculus": "Calculus",
34 "discrete-mathematics": "Discrete mathematics",
35 "web-programming": "Web programming",
36 "advanced-programming": "Advanced programming",
37 "questions-preview-find-question": "Search for a question",
38 "questions-preview-find-question-categories": "Search in categories",
39 "questions-search": "Search",
40 "questions-preview": "Preview questions",
41 "question-sort-newest": "Newest",
42 "question-sort-popular": "Most popular",
43 "questions-preview-question-subtitle": "Asked on: {{date}}",
44 "questions-preview-question-answers": "Answers",
45 "questions-preview-question-views": "Views",
46 "questions-search-title": "Search results for: {{searchQuery}}",
47 "ask-question-question-title": "Question title",
48 "ask-question-categories": "Add categories to question",
49 "ask-question-ask-button-preview": "Preview question",
50 "header-logout": "Logout",
51 "header-ask-question": "Ask question",
52 "ask-question-stepper-preview": "Preview question",
53 "ask-question-stepper-ask": "Ask question",
54 "ask-question-ask-button-back": "Edit question",
55 "sucess-vote": "Successfully voted answer",
56 "success-correct-answer": "Successfully set correct answer",
57 "success-answer-response": "Successfully responded to answer",
58 "ask-question-ask-button": "Ask question",
59 "question-preview-respond-to-answer-button": "Respond to answer",
60 "respond-to-answer-title": "Respond to answer",
61 "respond-to-answer-title-text-placeholder": "Response text",
62 "close-button": "Close",
63 "submit-button": "Submit",
64 "header-student-questions": "Your questions",
65 "success-answer": "Successfully answered question",
66 "preview-question-full-answer": "Answer question",
67 "answer-question-title": "Give your answer to the question",
68 "answer-question-button": "Answer",
69 "success-edit-answer-response": "Successfully edited response to answer",
70 "success-edit-answer": "Successfully edited answer",
71 "edit-respond-to-answer-title": "Edit answer response",
72 "edit-answer-title": "Edit answer",
73 "question-preview-edit-answer": "Edit answer",
74 "question-preview-edit-answer-response": "Edit response",
75 "StudentDoesNotOwnQuestion": "You do not own this question",
76 "AnswerAlreadyUpvoted": "You have already upvoted this answer",
77 "AnswerAlreadyDownvoted": "You have already downvoted this answer",
78 "StudentHasBadReputation": "You have bad reputation and can not vote"
79}
Note: See TracBrowser for help on using the repository browser.