Skip to content

Commit 0e1c099

Browse files
authored
Fix/add dutch tranlation (#9) (#10)
* add ESLint to gulp and fix some eslint errors; * fix chrome issues; * bump version; * add missing dutch translation and fix englisch tranlation issues;
1 parent 4a8c619 commit 0e1c099

File tree

7 files changed

+339
-46
lines changed

7 files changed

+339
-46
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Change log
22

3+
## Version 0.5.1
4+
5+
Bug fix
6+
- fix a issue when mantis has only one project it returns a object instead of array;
7+
- fix overflow scroll in Chrome;
8+
- fix removing css in Chrome;
9+
- fix chrome issue when injecting in `chrome://` pages;
10+
11+
## Version 0.5
12+
13+
This release has several bug fixes.
14+
15+
Improvements
16+
- get the urls from the background scirpt instead of a predefined var;
17+
- Remove scroll-to npm module;
18+
19+
Bug fix
20+
Fix amount of bugs:
21+
- fix glitch on rezising page;
22+
- Create selection on click, that can be resized after click;
23+
- fix return key that will submit the whole page in set up;
24+
- position the commentbox on top when selecting a bug on the bottom of the website;
25+
- Fix the ESlint errors;
26+
27+
328
## Version 0.4
429

530
Improvements:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Layernotes](./readme/banner.png)
22

3-
v0.5.0 (beta)
3+
v0.5.1 (beta)
44

55
# Layer Notes
66
Layer Notes is a tool that you can use to easily create Tickets for the Bugtracker Mantis.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "__MSG_appName__",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"manifest_version": 2,
55
"description": "__MSG_appDescription__",
66
"shortName": "__MSG_appDescription__",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "layer-notes",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Layernotes is a tool that you can use to easaly create Tickets for the Bugtracker Manits.",
55
"scripts": {
66
"chrome-build": "TARGET=chrome gulp",

src/_locales/en/messages.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"description": "Easy submit your tickets to Mantis"
99
},
1010
"toolOff": {
11-
"message": "Turn Layernotes Off",
11+
"message": "Turn Layer Notes Off",
1212
"description": "The title of the icon in the browser when the tool is on."
1313
},
1414
"toolOn": {
15-
"message": "Turn Layernotes On",
16-
"description": "THe title of the icon in the browser when the tool is off."
15+
"message": "Turn Layer Notes On",
16+
"description": "The title of the icon in the browser when the tool is off."
1717
},
1818
"btnTooltip": {
1919
"message": "Start a Ticket",
@@ -24,16 +24,16 @@
2424
"description": "Loading text for the app in the commentBox"
2525
},
2626
"commentBoxErrorText": {
27-
"message": "Please add a comment to your issue.",
28-
"description": "This is the warning when you submit a ticket without a discription."
27+
"message": "Please add a comment to your ticket.",
28+
"description": "This is the warning when you submit a ticket without a description."
2929
},
3030
"commentBoxPrioCheckboxTitle": {
31-
"message": "Select prioroty",
32-
"description": "The Prio button in the commentbox"
31+
"message": "Select priority",
32+
"description": "The priority button in the commentbox"
3333
},
3434
"commentBoxStatusTitle": {
3535
"message": "The status of the ticket is '$STATUS$'",
36-
"description": "Loading text for the app in the commentBox",
36+
"description": "This will be the title of the status in the commentBox",
3737
"placeholders": {
3838
"status": {
3939
"content": "$1",
@@ -42,16 +42,16 @@
4242
}
4343
},
4444
"commentBoxBugtrackerTitle": {
45-
"message": "Go to this issue in your bugtracker $1",
46-
"description": "The title form the to bugtracker text"
45+
"message": "Go to this ticket in your bug tracker $1",
46+
"description": "The title form the to bug tracker text"
4747
},
4848
"commentBoxSucces": {
4949
"message": "Your ticket is uploaded",
50-
"description": "The succes text"
50+
"description": "The success text"
5151
},
5252
"commentBoxAboutBrugtrackerTitle": {
5353
"message": "The browser that was used for this ticket was $BROWSER$",
54-
"description": "The succes text",
54+
"description": "The title from the browser icon",
5555
"placeholders": {
5656
"browser": {
5757
"content": "$1",
@@ -61,7 +61,7 @@
6161
},
6262
"commentBoxResize": {
6363
"message": "Click to resize your browser to this resolution",
64-
"description": "The succes text"
64+
"description": "The title from the browser resolution in the commentbox."
6565
},
6666
"commentBoxCancelTitle": {
6767
"message": "Cancel the ticket submit",
@@ -81,19 +81,19 @@
8181
},
8282
"addFile": {
8383
"message": "Add an extra file",
84-
"description": "The title fo the add file button."
84+
"description": "The title of the add file button."
8585
},
8686
"fileItemTitle": {
8787
"message": "Remove $1",
8888
"description": "The title of the delete item"
8989
},
9090
"fileItemFallbackName": {
9191
"message": "Unknown",
92-
"description": "The falback name of a unnamed item"
92+
"description": "The fall-back name of a unnamed item"
9393
},
9494
"inputTextHelperText": {
95-
"message": "This is the url",
96-
"description": "Title fallback helper popup."
95+
"message": "This is the URL",
96+
"description": "Title fall-back helper popup."
9797
},
9898
"inputTextError": {
9999
"message": "The $ERROR$ is spelled wrong",
@@ -111,10 +111,10 @@
111111
},
112112
"selectorScreenshotNameAfter": {
113113
"message": "Screenshot-after-selection.jpeg",
114-
"description": "The name of the screenshot that will be saved. (afther selecting)"
114+
"description": "The name of the screenshot that will be saved. (after selecting)"
115115
},
116116
"selectorLoadingText": {
117-
"message": "Sumbitting to bugtracker...",
117+
"message": "Submitting to bug tracker...",
118118
"description": "The text that will be showed when the ticket is uploading."
119119
},
120120
"selectorHelper": {
@@ -130,10 +130,10 @@
130130
"description": "Previous step indicator."
131131
},
132132
"setupHelperOne": {
133-
"message": "Select bugtracker"
133+
"message": "Select bug tracker"
134134
},
135135
"setupHelperTwo": {
136-
"message": "Log in bugtracker"
136+
"message": "Log in bug tracker"
137137
},
138138
"setupHelperTree": {
139139
"message": "Select project"
@@ -147,7 +147,7 @@
147147
},
148148
"setupMissingFieldsError": {
149149
"message": "Not all the fields are filled.",
150-
"description": "This error will be showed if the user sumbit the form when not all fields are filed in."
150+
"description": "This error will be showed if the user submit the form when not all fields are filed in."
151151
},
152152
"setupLogginText": {
153153
"message": "Checking you credentials, and logging in at $TOOLNAME$.",
@@ -160,8 +160,8 @@
160160
}
161161
},
162162
"setupMissingBugtracker": {
163-
"message": "Please select a Bugtacker",
164-
"description": "Shown when no bugtracker is selected"
163+
"message": "Please select a bug tacker",
164+
"description": "Shown when no bug tracker is selected"
165165
},
166166
"setupSaving": {
167167
"message": "Saving credentials.",
@@ -172,41 +172,41 @@
172172
"description": "The project dropdown placeholder."
173173
},
174174
"setupStepOneTitle": {
175-
"message": "Choose your bugtracker",
175+
"message": "Choose your bug tracker",
176176
"description": "The title of step one"
177177
},
178178
"setupStepOneBody": {
179-
"message": "This is the first time that you open Layernotes on this webiste. Please connect this site to a bugtracker. Or add it to a existing project.",
179+
"message": "This is the first time that you open Layer Notes on this website. Please connect this site to a bug tracker. Or add it to a existing project.",
180180
"description": "The body of the first step"
181181
},
182182

183183
"setupStepTwoBody": {
184-
"message": "Please fill in your bugtracker credentials, so Layernotes can connect with your account.",
184+
"message": "Please fill in your bug tracker credentials, so Layer Notes can connect with your account.",
185185
"description": "The body of the second step."
186186
},
187187
"setupStepTwoTitle": {
188-
"message": "Bugtracker settings",
188+
"message": "Bug tracker settings",
189189
"description": "The title of the second step."
190190
},
191191
"setupHelperTextUrl": {
192-
"message": "This is the url witch you use to access your bugtracker",
193-
"description": "The helper text of the url."
192+
"message": "This is the URL witch you use to access your bug tracker",
193+
"description": "The helper text of the URL."
194194
},
195195
"setupHelperTextUserName": {
196-
"message": "This is the user name you use to login in your bugtracker",
196+
"message": "This is the user name you use to login in your bug tracker",
197197
"description": "The helper text of the user name"
198198
},
199199
"setupHelperTextPassword": {
200-
"message": "This is the password you use to login in your bugtracker",
200+
"message": "This is the password you use to login in your bug tracker",
201201
"description": "The helper text of the password"
202202
},
203203
"setupStepTreeTitle": {
204204
"message": "Choose project",
205-
"description": "The thirdt title"
205+
"description": "The third title"
206206
},
207207
"setupStepTreeBody": {
208-
"message": "Choose the project that this webiste belongs to.",
209-
"description": "The thirdt body tekst"
208+
"message": "Choose the project that this website belongs to.",
209+
"description": "The third body text"
210210
},
211211
"setupStepDoneTitle": {
212212
"message": "$URL$ is added to your project.",
@@ -231,7 +231,7 @@
231231
"description": "Finish the setup."
232232
},
233233
"ticketsOnPageUpdating": {
234-
"message": "Updating your ticket in the bugtracker...",
234+
"message": "Updating your ticket in the bug tracker...",
235235
"description": ""
236236
},
237237
"toolBarNewNoteText": {
@@ -272,11 +272,11 @@
272272
},
273273
"userTourStepTreeTitle": {
274274
"message": "Create new note",
275-
"description": "The h1 of the thirdt step of the user tour."
275+
"description": "The h1 of the third step of the user tour."
276276
},
277277
"userTourStepTreeBody": {
278-
"message": "Now select the area of your note, and add a comment. When you submit a note, there is a screenshot automaticaly added.",
279-
"description": "The body of the thirdt step of the user tour."
278+
"message": "Now select the area of your note, and add a comment. When you submit a note, there is a screenshot automatically added.",
279+
"description": "The body of the third step of the user tour."
280280
},
281281
"userTourStepFourTitle": {
282282
"message": "Nice!",

0 commit comments

Comments
 (0)