forked from CrawlerCode/redmine-time-tracking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.json
149 lines (144 loc) · 8.46 KB
/
en.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"nav.tabs.issues": "Issues",
"nav.tabs.time": "Time",
"nav.tabs.settings": "Settings",
"nav.error.page-not-found": "Page not found!",
"issues.search": "Search... (#123, Subject, ...)",
"issues.search.search-in-project": "Search in <badge>{projectName}</badge>",
"issues.extended-search": "Extended search",
"issues.filter": "Filter",
"issues.filter.projects": "Projects",
"issues.filter.projects.no-options": "No projects",
"issues.filter.hide-completed-issues.title": "Hide completed issues",
"issues.filter.hide-completed-issues.description": "100% done, but still open",
"issues.list.no-options": "No issues",
"issues.context-menu.open-in-redmine": "Open in Redmine",
"issues.context-menu.copy-id-to-clipboard": "Copy to clipboard",
"issues.context-menu.edit": "Edit issue",
"issues.context-menu.timer.start": "Start timer",
"issues.context-menu.timer.pause": "Pause timer",
"issues.context-menu.timer.reset": "Reset timer",
"issues.context-menu.timer.edit": "Edit timer",
"issues.context-menu.pin": "Pin issue",
"issues.context-menu.unpin": "Unpin issue",
"issues.context-menu.remember": "Remember issue",
"issues.context-menu.forgot": "Forget issue",
"issues.context-menu.pin-and-remember": "Pin and remember issue",
"issues.id-copied-to-clipboard": "'#{issueId}' copied to clipboard",
"issues.issue.pinned": "Issue is pinned at the top",
"issues.issue.not-assigned-to-me": "Issue is not assigned to you",
"issues.timer.action.toggle.tooltip": "If selected, press <KBD>Ctrl</KBD> + <KBD>Spacebar</KBD> to toggle timer",
"issues.timer.action.edit.tooltip": "Double-click to edit",
"issues.timer.action.start.tooltip": "Click to start timer",
"issues.timer.action.pause.tooltip": "Click to pause timer",
"issues.timer.action.reset.tooltip": "Click to reset timer",
"issues.timer.action.add-spent-time.tooltip": "Click to add spent time",
"issues.issue-tooltip.open-in-redmine": "Click to open issue",
"issues.version.field.status": "Status",
"issues.version.field.due-date": "Due date",
"issues.version-tooltip.open-in-redmine": "Click to open target version",
"issues.version.no-version": "(without version)",
"issues.issue.field.tracker": "Tracker",
"issues.issue.field.tracker.validation.required": "Tracker is required",
"issues.issue.field.status": "Status",
"issues.issue.field.status.validation.required": "Status is required",
"issues.issue.field.subject": "Subject",
"issues.issue.field.subject.validation.required": "Subject is required",
"issues.issue.field.description": "Description",
"issues.issue.field.priority": "Priority",
"issues.issue.field.priority.validation.required": "Priority is required",
"issues.issue.field.assignee": "Assignee",
"issues.issue.field.assignee.me": "me",
"issues.issue.field.category": "Category",
"issues.issue.field.version": "Target version",
"issues.issue.field.start-date": "Start date",
"issues.issue.field.due-date": "Due date",
"issues.issue.field.due-date.validation.greater-than-start-date": "Due date must be greater than start date",
"issues.issue.field.estimated-hours": "Estimated hours",
"issues.issue.field.estimated-hours.validation.greater-than-zero": "Must be greater than 0",
"issues.issue.field.done-ratio": "Done ratio",
"issues.issue.field.spent-time": "Spent time",
"issues.issue.field.notes": "Notes",
"issues.modal.add-spent-time.title": "Add spent time",
"issues.modal.add-spent-time.add-notes": "Add notes",
"issues.modal.add-spent-time.submit": "Create",
"issues.modal.save-changes.title": "Save changes?",
"issues.modal.save-changes.message": "Do you want to save your changes?",
"issues.modal.save-changes.cancel": "No, cancel",
"issues.modal.save-changes.save": "Yes, save",
"issues.modal.reset-timer.title": "Reset timer?",
"issues.modal.reset-timer.message": "Do you want to reset the timer?",
"issues.modal.reset-timer.cancel": "No, cancel",
"issues.modal.reset-timer.reset": "Yes, reset timer",
"issues.modal.add-issue.title": "Add issue",
"issues.modal.add-issue.tracker-with-no-enabled-fields.warning": "It seems that you are using a Redmine version < 5.0.0. It is possible that some fields are not applied",
"issues.modal.add-issue.unknown-workflow-permissions.warning": "It is possible that some fields are not applied due to missing permissions in Redmine. There is currently no way to check these permissions",
"issues.modal.add-issue.submit": "Create",
"issues.modal.edit-issue.title": "Edit issue",
"issues.modal.edit-issue.issue-with-no-allowed-statuses.warning": "It seems that you are using a Redmine version < 5.0.0. It is possible that some statuses changes are not applied",
"issues.modal.edit-issue.submit": "Save",
"issues.error.fail-to-load-issues": "Failed to load issues",
"time.time-entry.context-menu.open-in-redmine": "Open in Redmine",
"time.time-entry.context-menu.edit": "Edit",
"time.time-entry.field.project": "Project",
"time.time-entry.field.issue": "Issue",
"time.time-entry.field.spent-on": "Date",
"time.time-entry.field.spent-on.validation.required": "Date is required",
"time.time-entry.field.spent-on.validation.in-future": "Cannot be in the future",
"time.time-entry.field.hours": "Hours",
"time.time-entry.field.hours.validation.required": "Hours is required",
"time.time-entry.field.hours.validation.greater-than-zero": "Must be greater than 0",
"time.time-entry.field.hours.validation.less-than-24": "Must be less than one day",
"time.time-entry.field.user": "User",
"time.time-entry.field.user.no-options": "No users",
"time.time-entry.field.comments": "Comments",
"time.time-entry.field.activity": "Activity",
"time.time-entry.field.activity.validation.required": "Activity is required",
"time.modal.edit-time-entry.title": "Edit time entry",
"time.modal.edit-time-entry.submit": "Save",
"time.error.fail-to-load-data": "Failed to load data",
"settings.general": "General",
"settings.general.language": "Language",
"settings.general.language.en": "English",
"settings.general.language.de": "German",
"settings.general.language.ru": "Russian",
"settings.general.language.missing-hint": "Missing your language?",
"settings.redmine": "Redmine",
"settings.redmine.url": "Redmine URL",
"settings.redmine.url.validation.required": "URL is required",
"settings.redmine.url.validation.valid-url": "Enter a valid URL",
"settings.redmine.api-key": "Redmine API-Key",
"settings.redmine.api-key.validation.required": "API-Key is required",
"settings.redmine.api-key.hint": "Where can I find my API-Key? <link>here</link>",
"settings.redmine.connecting": "Connecting...",
"settings.redmine.connection-failed": "Connection failed",
"settings.redmine.connection-successful": "Connection successful!",
"settings.redmine.hello-user": "Hello <strong>{firstName} {lastName}</strong> ({accountName})",
"settings.redmine.edit": "Edit",
"settings.features": "Features",
"settings.features.auto-pause-on-switch.title": "Auto pause",
"settings.features.auto-pause-on-switch.description": "Automatic pause timers when changing issue",
"settings.features.extended-search.title": "Extended search",
"settings.features.extended-search.description": "Allows to search issues that are not assigned to you",
"settings.features.round-time-nearest-quarter-hour.title": "Round to nearest 15 min",
"settings.features.round-time-nearest-quarter-hour.description": "Round timer to nearest quarter hour",
"settings.features.add-notes.title": "Add notes",
"settings.features.add-notes.description": "Adding notes to an issue",
"settings.features.cache-comments.title": "Cache comments",
"settings.features.cache-comments.description": "Cache comments until they are submitted",
"settings.style": "Styling",
"settings.style.sticky-scroll.title": "Sticky scroll",
"settings.style.group-issues-by-version.title": "Group issues by target version",
"settings.style.show-issues-priority.title": "Show issues priority",
"settings.style.sort-issues-by-priority.title": "Sort issues by priority",
"settings.style.pin-tracked-issues.title": "Pin tracked issues to the top",
"settings.style.show-tooltips.title": "Show tooltips",
"settings.style.time-format.title": "Time span format",
"settings.save-settings": "Save settings",
"settings.settings-saved": "Settings saved!",
"settings.info.version": "Version: {version}",
"settings.info.report-an-issue": "Report an issue",
"dismissible-warning.dont-show-again": "Don't show again",
"general.no-options": "No options",
"format.hours": "{hours} h"
}