comparison _locales/de/messages.json @ 0:d13d59494613

Initial revision
author Guido Berhoerster <guido+set-aside@berhoerster.name>
date Sat, 17 Nov 2018 10:44:16 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d13d59494613
1 {
2 "extensionName": {
3 "message": "Set Aside",
4 "description": "Name of the extension."
5 },
6 "extensionDescription": {
7 "message": "Speichert offene Tabs in einer Sammlung für später.",
8 "description": "Description of the extension."
9 },
10 "defaultBrowserActionTitle": {
11 "message": "Speichere diese Tabs für später",
12 "description": "Title of the browser action button."
13 },
14 "defaultSidebarTitle": {
15 "message": "Für später gespeicherte Tabs",
16 "description": "Title of the sidebar action."
17 },
18 "showTabsMenuItem": {
19 "message": "Für später gespeicherte Tabs zeigen",
20 "description": "Title of the menu item for opening the sidebar action for managing tabs which were set aside."
21 },
22 "emptySidebarMessage": {
23 "message": "Noch nichts",
24 "description": "Message shown in the sidebar if there are no tab collections yet."
25 },
26 "collectionTitle": {
27 "message": "$NUMBER$ Tab(s)",
28 "description": "Title of the collection containing the number of tabs, the number placholder may refer to one or more tabs.",
29 "placeholders": {
30 "number": {
31 "content": "$1",
32 "example": "42"
33 }
34 }
35 },
36 "restoreTabsButtonTitle": {
37 "message": "Tabs Wiederherstellen",
38 "description": "Title of the button for restoring a tab collection."
39 },
40 "removeTabsButtonTitle": {
41 "message": "Tabs Entfernen",
42 "description": "Title of the button for removing a tab collection."
43 },
44 "removeTabTitle": {
45 "message": "Tab Entfernen",
46 "description": "Title of the button for removing a tab from a collection."
47 },
48 "incognitoModeMessage": {
49 "message": "Privates Surfen",
50 "description": "Message shown in the sidebar when in incognito mode."
51 }
52 }