@progress/kendo-angular-messages 1.32.1 → 1.32.2-dev.202112231640
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/messages/editor/editor.sv-SE.yml +49 -49
- package/package.json +1 -1
|
@@ -1,157 +1,157 @@
|
|
|
1
1
|
kendo:
|
|
2
2
|
editor:
|
|
3
3
|
# The title of the tool that aligns text in the center.
|
|
4
|
-
alignCenter:
|
|
4
|
+
alignCenter: Centrera
|
|
5
5
|
|
|
6
6
|
# The title of the tool that justifies text both left and right.
|
|
7
|
-
alignJustify:
|
|
7
|
+
alignJustify: Marginaljustera
|
|
8
8
|
|
|
9
9
|
# The title of the tool that aligns text on the left.
|
|
10
|
-
alignLeft:
|
|
10
|
+
alignLeft: Vänsterjustera
|
|
11
11
|
|
|
12
12
|
# The title of the tool that aligns text on the right.
|
|
13
|
-
alignRight:
|
|
13
|
+
alignRight: Högerjustera
|
|
14
14
|
|
|
15
15
|
# The title of the tool that changes the text background color.
|
|
16
|
-
backColor:
|
|
16
|
+
backColor: Bakgrundsfärg
|
|
17
17
|
|
|
18
18
|
# The title of the tool that makes text bold.
|
|
19
|
-
bold:
|
|
19
|
+
bold: Fet
|
|
20
20
|
|
|
21
21
|
# The title of the Clean Formatting tool.
|
|
22
|
-
cleanFormatting:
|
|
22
|
+
cleanFormatting: Radera formattering
|
|
23
23
|
|
|
24
24
|
# The title of the tool that creates hyperlinks.
|
|
25
|
-
createLink:
|
|
25
|
+
createLink: Infoga länk
|
|
26
26
|
|
|
27
27
|
# The label of the **Apply** button in all editor dialogs.
|
|
28
|
-
dialogApply:
|
|
28
|
+
dialogApply: Tillämpa
|
|
29
29
|
|
|
30
30
|
# The label of the **Cancel** button in all editor dialogs.
|
|
31
|
-
dialogCancel:
|
|
31
|
+
dialogCancel: Avbryt
|
|
32
32
|
|
|
33
33
|
# The label of the **Insert** button in all editor dialogs.
|
|
34
|
-
dialogInsert:
|
|
34
|
+
dialogInsert: Infoga
|
|
35
35
|
|
|
36
36
|
# The label of the **Update** button in all editor dialogs.
|
|
37
|
-
dialogUpdate:
|
|
37
|
+
dialogUpdate: Uppdatera
|
|
38
38
|
|
|
39
39
|
# The caption for the file text in the insertFile dialog.
|
|
40
40
|
fileText: Text
|
|
41
41
|
|
|
42
42
|
# The caption for the file Title in the insertFile dialog.
|
|
43
|
-
fileTitle:
|
|
43
|
+
fileTitle: Titel
|
|
44
44
|
|
|
45
45
|
# The caption for the file URL in the insertFile dialog.
|
|
46
|
-
fileWebAddress:
|
|
46
|
+
fileWebAddress: Webbadress
|
|
47
47
|
|
|
48
48
|
# The title of the tool that changes the text font.
|
|
49
|
-
fontFamily:
|
|
49
|
+
fontFamily: Välj teckensnitt
|
|
50
50
|
|
|
51
51
|
# The title of the tool that changes the text size.
|
|
52
|
-
fontSize:
|
|
52
|
+
fontSize: Välj teckenstorlek
|
|
53
53
|
|
|
54
54
|
# The title of the tool that changes the text color.
|
|
55
|
-
foreColor:
|
|
55
|
+
foreColor: Färg
|
|
56
56
|
|
|
57
57
|
# The title of the tool that lets users choose block formats.
|
|
58
58
|
format: Format
|
|
59
59
|
|
|
60
60
|
# The caption for the image alternate text in the insertImage dialog.
|
|
61
|
-
imageAltText:
|
|
61
|
+
imageAltText: Alternativ text
|
|
62
62
|
|
|
63
63
|
# The caption for the image height in the insertImage dialog.
|
|
64
|
-
imageHeight:
|
|
64
|
+
imageHeight: Höjd (px)
|
|
65
65
|
|
|
66
66
|
# The caption for the image URL in the insertImage dialog.
|
|
67
|
-
imageWebAddress:
|
|
67
|
+
imageWebAddress: Webbadress
|
|
68
68
|
|
|
69
69
|
# The caption for the image width in the insertImage dialog.
|
|
70
|
-
imageWidth:
|
|
70
|
+
imageWidth: Bredd (px)
|
|
71
71
|
|
|
72
72
|
# The title of the tool that indents the content.
|
|
73
|
-
indent:
|
|
73
|
+
indent: Öka indrag
|
|
74
74
|
|
|
75
75
|
# The title of the tool that inserts links to files.
|
|
76
|
-
insertFile:
|
|
76
|
+
insertFile: Infoga fil
|
|
77
77
|
|
|
78
78
|
# The title of the tool that inserts images.
|
|
79
|
-
insertImage:
|
|
79
|
+
insertImage: Infoga bild
|
|
80
80
|
|
|
81
81
|
# The title of the tool that inserts an ordered list.
|
|
82
|
-
insertOrderedList:
|
|
82
|
+
insertOrderedList: Infoga ordnad lista
|
|
83
83
|
|
|
84
84
|
# The title of the tool that inserts an unordered list.
|
|
85
|
-
insertUnorderedList:
|
|
85
|
+
insertUnorderedList: Infoga oordnad lista
|
|
86
86
|
|
|
87
87
|
# The title of the tool that makes text italicized.
|
|
88
|
-
italic:
|
|
88
|
+
italic: Kursiv
|
|
89
89
|
|
|
90
90
|
# The caption for the checkbox for opening the link in a new window in the createLink dialog.
|
|
91
|
-
linkOpenInNewWindow:
|
|
91
|
+
linkOpenInNewWindow: Öppna länk i nytt fönster
|
|
92
92
|
|
|
93
93
|
# The caption for the link text in the createLink dialog.
|
|
94
94
|
linkText: Text
|
|
95
95
|
|
|
96
96
|
# The caption for the link title in the createLink dialog.
|
|
97
|
-
linkTitle:
|
|
97
|
+
linkTitle: Titel
|
|
98
98
|
|
|
99
99
|
# The caption for the URL in the createLink dialog.
|
|
100
|
-
linkWebAddress:
|
|
100
|
+
linkWebAddress: Webbadress
|
|
101
101
|
|
|
102
102
|
# The title of the tool that outdents the content.
|
|
103
|
-
outdent:
|
|
103
|
+
outdent: Minska indrag
|
|
104
104
|
|
|
105
105
|
# The title of the tool that undos the last action.
|
|
106
|
-
redo:
|
|
106
|
+
redo: Gör om
|
|
107
107
|
|
|
108
108
|
# The title of the tool that strikes through text.
|
|
109
|
-
strikethrough:
|
|
109
|
+
strikethrough: Genomstruken
|
|
110
110
|
|
|
111
111
|
# The title of the tool that makes text subscript.
|
|
112
|
-
subscript:
|
|
112
|
+
subscript: Nedsänkt
|
|
113
113
|
|
|
114
114
|
# The title of the tool that makes text superscript.
|
|
115
|
-
superscript:
|
|
115
|
+
superscript: Upphöjd
|
|
116
116
|
|
|
117
117
|
# The title of the tool that underlines text.
|
|
118
|
-
underline:
|
|
118
|
+
underline: Understruken
|
|
119
119
|
|
|
120
120
|
# The title of the tool that removes hyperlinks.
|
|
121
|
-
unlink:
|
|
121
|
+
unlink: Ta bort länk
|
|
122
122
|
|
|
123
123
|
# The title of the tool that undos the last action.
|
|
124
|
-
undo:
|
|
124
|
+
undo: Ångra
|
|
125
125
|
|
|
126
126
|
# The title of the tool that shows the editor value as HTML.
|
|
127
|
-
viewSource:
|
|
127
|
+
viewSource: Visa källa
|
|
128
128
|
|
|
129
129
|
# The title of the tool that inserts table.
|
|
130
|
-
insertTable:
|
|
130
|
+
insertTable: Infoga tabell
|
|
131
131
|
|
|
132
132
|
# The title of the tool that adds new column before currently selected column.
|
|
133
|
-
addColumnBefore:
|
|
133
|
+
addColumnBefore: Infoga kolumn före
|
|
134
134
|
|
|
135
135
|
# The title of the tool that adds new column after currently selected column.
|
|
136
|
-
addColumnAfter:
|
|
136
|
+
addColumnAfter: Infoga kolumn efter
|
|
137
137
|
|
|
138
138
|
# The title of the tool that adds new row before currently selected row.
|
|
139
|
-
addRowBefore:
|
|
139
|
+
addRowBefore: Infoga rad före
|
|
140
140
|
|
|
141
141
|
# The title of the tool that adds new row after currently selected row.
|
|
142
|
-
addRowAfter:
|
|
142
|
+
addRowAfter: Infoga rad efter
|
|
143
143
|
|
|
144
144
|
# The title of the tool that deletes a table column.
|
|
145
|
-
deleteColumn:
|
|
145
|
+
deleteColumn: Ta bort kolumn
|
|
146
146
|
|
|
147
147
|
# The title of the tool that deletes a table row.
|
|
148
|
-
deleteRow:
|
|
148
|
+
deleteRow: Ta bort rad
|
|
149
149
|
|
|
150
150
|
# The title of the tool that deletes a table.
|
|
151
|
-
deleteTable:
|
|
151
|
+
deleteTable: Ta bort tabell
|
|
152
152
|
|
|
153
153
|
# The title of the tool that selects the editor's content.
|
|
154
|
-
selectAll:
|
|
154
|
+
selectAll: Välj alla
|
|
155
155
|
|
|
156
156
|
# The title of the tool that prints the editor's content.
|
|
157
|
-
print:
|
|
157
|
+
print: Skriv ut
|