Skip to content

Commit 62ef531

Browse files
committed
Add Google/Bing translations for da, nl, and sl
1 parent 71b984f commit 62ef531

File tree

3 files changed

+48
-0
lines changed

3 files changed

+48
-0
lines changed

src/_locales/da/messages.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"extensionName": {
3+
"message": "Open Page in Private Window",
4+
"description": "Name of the extension and toolbar button tooltip."
5+
},
6+
7+
"extensionDescription": {
8+
"message": "Åbn en kopi af den aktuelle side i et nyt privat vindue.",
9+
"description": "Description of the extension."
10+
},
11+
12+
"menuItemTitle": {
13+
"message": "Åbn side i privat vindue",
14+
"description": "Title of the context menu item."
15+
}
16+
}

src/_locales/nl/messages.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"extensionName": {
3+
"message": "Open Page in Private Window",
4+
"description": "Name of the extension and toolbar button tooltip."
5+
},
6+
7+
"extensionDescription": {
8+
"message": "Een kopie van de huidige pagina opent in een nieuw venster van privé.",
9+
"description": "Description of the extension."
10+
},
11+
12+
"menuItemTitle": {
13+
"message": "Pagina in privé-venster openen",
14+
"description": "Title of the context menu item."
15+
}
16+
}

src/_locales/sl/messages.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"extensionName": {
3+
"message": "Open Page in Private Window",
4+
"description": "Name of the extension and toolbar button tooltip."
5+
},
6+
7+
"extensionDescription": {
8+
"message": "Odpri kopijo trenutne strani v novem zasebnem okno.",
9+
"description": "Description of the extension."
10+
},
11+
12+
"menuItemTitle": {
13+
"message": "Odpri stran v zasebnem oknu",
14+
"description": "Title of the context menu item."
15+
}
16+
}

0 commit comments

Comments
 (0)