@seafile/seafile-database 0.0.38 → 0.0.39

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.
Files changed (40) hide show
  1. package/dist/_i18n/i18n-seafile-editor.js +3 -2
  2. package/package.json +1 -1
  3. package/public/seafile-editor/locales/ar/seafile-editor.json +239 -0
  4. package/public/seafile-editor/locales/ca/seafile-editor.json +239 -0
  5. package/public/seafile-editor/locales/cs/seafile-editor.json +234 -0
  6. package/public/seafile-editor/locales/de/seafile-editor.json +234 -0
  7. package/public/seafile-editor/locales/el/seafile-editor.json +239 -0
  8. package/public/seafile-editor/locales/en/seafile-editor.json +244 -0
  9. package/public/seafile-editor/locales/es/seafile-editor.json +234 -0
  10. package/public/seafile-editor/locales/es-AR/seafile-editor.json +169 -0
  11. package/public/seafile-editor/locales/es-MX/seafile-editor.json +169 -0
  12. package/public/seafile-editor/locales/es_AR/seafile-editor.json +239 -0
  13. package/public/seafile-editor/locales/es_MX/seafile-editor.json +239 -0
  14. package/public/seafile-editor/locales/fa_IR/seafile-editor.json +239 -0
  15. package/public/seafile-editor/locales/fi/seafile-editor.json +239 -0
  16. package/public/seafile-editor/locales/fr/seafile-editor.json +234 -0
  17. package/public/seafile-editor/locales/he/seafile-editor.json +239 -0
  18. package/public/seafile-editor/locales/hu/seafile-editor.json +239 -0
  19. package/public/seafile-editor/locales/id/seafile-editor.json +239 -0
  20. package/public/seafile-editor/locales/is/seafile-editor.json +239 -0
  21. package/public/seafile-editor/locales/it/seafile-editor.json +234 -0
  22. package/public/seafile-editor/locales/ja/seafile-editor.json +239 -0
  23. package/public/seafile-editor/locales/ko/seafile-editor.json +239 -0
  24. package/public/seafile-editor/locales/lt/seafile-editor.json +239 -0
  25. package/public/seafile-editor/locales/lv/seafile-editor.json +239 -0
  26. package/public/seafile-editor/locales/nb_NO/seafile-editor.json +239 -0
  27. package/public/seafile-editor/locales/nl_NL/seafile-editor.json +239 -0
  28. package/public/seafile-editor/locales/pl/seafile-editor.json +239 -0
  29. package/public/seafile-editor/locales/pt_BR/seafile-editor.json +239 -0
  30. package/public/seafile-editor/locales/ru/seafile-editor.json +234 -0
  31. package/public/seafile-editor/locales/sk_SK/seafile-editor.json +239 -0
  32. package/public/seafile-editor/locales/sl_SI/seafile-editor.json +239 -0
  33. package/public/seafile-editor/locales/sv/seafile-editor.json +239 -0
  34. package/public/seafile-editor/locales/th_TH/seafile-editor.json +239 -0
  35. package/public/seafile-editor/locales/tr/seafile-editor.json +239 -0
  36. package/public/seafile-editor/locales/uk/seafile-editor.json +239 -0
  37. package/public/seafile-editor/locales/vi/seafile-editor.json +239 -0
  38. package/public/seafile-editor/locales/zh-CN/seafile-editor.json +241 -0
  39. package/public/seafile-editor/locales/zh_CN/seafile-editor.json +241 -0
  40. package/public/seafile-editor/locales/zh_TW/seafile-editor.json +239 -0
@@ -0,0 +1,239 @@
1
+ {
2
+ "Bold": "Krepko",
3
+ "Italic": "Poševno",
4
+ "Inline_code": "Vmesni kodo",
5
+ "Header_one": "Naslov 1",
6
+ "Header_two": "Naslov 2",
7
+ "Header_three": "Naslov 3",
8
+ "Header_four": "Naslov 4",
9
+ "Header_five": "Naslov 5",
10
+ "Header_six": "Naslov 6",
11
+ "Paragraph": "Paragraf",
12
+ "Quote": "Citac",
13
+ "Ordered_list": "Urejen seznam",
14
+ "Unordered_list": "Neurejen seznam",
15
+ "Check_list_item": "Preveri točko",
16
+ "Insert_image": "Vstavi sliko",
17
+ "Insert_formula": "Vstavi formulo",
18
+ "Formula": "Formulo",
19
+ "Insert_file": "Vstavi datoteko",
20
+ "Code": "Kodo",
21
+ "Code_block": "Blok kode",
22
+ "Insert_link": "Vstavi povezavo",
23
+ "Insert_table": "Vstavi tabelo",
24
+ "Save": "Shrani",
25
+ "More": "Več",
26
+ "Invalid_url": "Nepravilna povezava",
27
+ "Link_address": "Povezava",
28
+ "Image_address": "Povezava slike",
29
+ "Submit": "Potrdi",
30
+ "Cancel": "Prekliči",
31
+ "Switch_to_plain_text_editor": "Preklopi v besedilni urejevalnik",
32
+ "Switch_to_rich_text_editor": "Preklopi v virete urejevalnik",
33
+ "Switch_to_viewer": "Preklopi v pregledovalnik",
34
+ "Help": "Pomoč",
35
+ "Delete_table": "Izbriši tabelo",
36
+ "Column": "Stolpec",
37
+ "Row": "Vrstica",
38
+ "Insert_row_before": "Vstavi vrstico pred",
39
+ "Insert_row_after": "Vstavi vrstico za",
40
+ "Insert_column_before": "Vstavi stolpec pred",
41
+ "Insert_column_after": "Vstavi stolpec za",
42
+ "Delete_row": "Izbriši vrstico",
43
+ "Delete_column": "Delete column",
44
+ "Insert_row": "Vstavi vrstico",
45
+ "Insert_column": "Vstavi stolpec",
46
+ "Set_align": "Ustavi poravnavo",
47
+ "Left": "Levo",
48
+ "Center": "Sredina",
49
+ "Right": "Desno",
50
+ "File_saved": "Datoteka je shranjena",
51
+ "File_failed_to_save": "Datoteka se ni mogla shraniti",
52
+ "Star": "Zvezdica",
53
+ "Unstar": "Odstrani zvezdico",
54
+ "Back_to_parent_directory": "Nazaj v nadrejeno mapo",
55
+ "Edit": "Uredi",
56
+ "Copy": "Kopiraj",
57
+ "Copied": "Kopirano",
58
+ "Internal_link": "Domovska povezava",
59
+ "Copy_internal_link": "Kopiraj domovsko povezavo",
60
+ "Internal_link_desc": "Domovska povezava je povezava do drugega dokumenta v isti mapi.",
61
+ "Share": "Deli",
62
+ "Share_link": "Deli povezavo",
63
+ "Generate": "Ustvari",
64
+ "Add_password_protection": "Dodaj zaščito z geslom",
65
+ "Password": "Geslo",
66
+ "At_least_8_characters": "Vsako geslo mora imeti vsaj 8 znakov",
67
+ "Password_again": "Ponovno geslo",
68
+ "Add_auto_expiration": "Dodaj avtomatski čas veljavnosti",
69
+ "Days": "dni",
70
+ "Please_enter_password": "Prosimo vnesite geslo",
71
+ "Greater_than_or_equal_to": "Več kot ali enako",
72
+ "Less_than_or_equal_to": "M manj kot ali enako",
73
+ "Set_permission": "Ustavi dovoljenja",
74
+ "Preview_and_download": "Pregledaj in preveri",
75
+ "Preview_only": "Pregledaj le",
76
+ "Please_enter_valid_days": "Prosimo, vnesite veljavno število dni",
77
+ "Please_enter_a_non-negative_integer": "Prosimo, vnesite nenegativno celo število",
78
+ "Please_enter_days": "Prosimo, vnesite število dni",
79
+ "Password_is_too_short": "Geslo je prekratko",
80
+ "Passwords_do_not_match": "Gesli se ne ujemata",
81
+ "Return_to_wiki_page": "Nazaj na stran",
82
+ "Insert_network_image": "Vstavi sliko iz spleta",
83
+ "Upload_local_image": "Naloži lokalno sliko",
84
+ "Add_link": "Dodaj povezavo",
85
+ "File_history": " zgodovina datoteke",
86
+ "History_version": "Zgodovina različice",
87
+ "Back_to_viewer": "Nazaj v pregledovalnik",
88
+ "Link_title": "Naslov povezave",
89
+ "Local_draft": "Lokalni predložek",
90
+ "Use_draft": "Uporabi predložek",
91
+ "Delete_draft": "Izbriši predložek",
92
+ "You_have_an_unsaved_draft_do_you_like_to_use_it": "Imate neshranjeni predložek. Želite ga uporabiti?",
93
+ "Local_draft_saved": "Lokalni predložek je shranjen",
94
+ "New_draft": "Nov predložek",
95
+ "View_draft": "Pregledaj predložek",
96
+ "Publish": "Objavi",
97
+ "This_file_has_a_draft": "Datoteka ima predložek.",
98
+ "Delete": "Izbriši",
99
+ "Comments": "Komentarji",
100
+ "Add_a_comment": "Dodaj komentar",
101
+ "No_comment_yet": "Trenutno še ni komentarja.",
102
+ "Mark_as_resolved": "Označi kot rešeno",
103
+ "Ask_for_review": "Pitaj o pregled",
104
+ "Review_already_exists": "Pregled že obstaja.",
105
+ "View_review": "Pregledaj pregled",
106
+ "There_is_an_associated_review_with_this_file": "Datoteka ima povezani pregled.",
107
+ "Start_review": "Začni pregled",
108
+ "This_file_is_in_draft_stage": "Datoteka je v fazi predložka.",
109
+ "This_file_is_in_review_stage": "Datoteka je v fazi pregleda.",
110
+ "This_file_has_been_updated": "Datoteka je bila posodobljena.",
111
+ "Refresh": "Ponovi",
112
+ "Related_files": "Povezane datoteke",
113
+ "Related_file": "Povezana datoteka",
114
+ "No_tags": "Nič ni označeno",
115
+ "Date": "Datum",
116
+ "Participants": "Pridruženi",
117
+ "Meeting_note": "Zapiski pregleda",
118
+ "Chooser_document_type": "Izberite tip dokumenta",
119
+ "Empty": "Prazno",
120
+ "No_related_files": "Trenutno še ni povezane datoteke.",
121
+ "Outline": "Navodilo",
122
+ "No_outline": "Trenutno še ni navodil.",
123
+ "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Uporaba tega brskalnika lahko vodi do nekoliko težav pri prikazu datotek.",
124
+ "No_document_improvement_suggestion": "Trenutno še ni ponudjenih popravkov dokumenta.",
125
+ "Hide_side_panel": "Skrij desno stran",
126
+ "Show_side_panel": "Pokaži desno stran",
127
+ "Show_resolved_comments": "Pokaži rešene komentarje",
128
+ "Update": "Posodobi",
129
+ "Width": "Širina",
130
+ "Height": "Višina",
131
+ "Full_screen": "Prikaz v celotnem zaslonu",
132
+ "Insert_library_image": "Vstavi sliko iz knjižnice",
133
+ "Size": "Velikost",
134
+ "Location": "Lokacija",
135
+ "Last_update": "Zadnja posodobitev",
136
+ "Tags": "Oznake",
137
+ "Add_participants": "Dodaj pridružene",
138
+ "Clear_format": "Počisti format",
139
+ "Image_address_invalid": "Nepravilna povezava slike",
140
+ "Shortcut_help": "Pomoč skratkega tipka",
141
+ "Link_address_required": "Povezava je obvezna",
142
+ "Link_address_invalid": "Nepravilna povezava",
143
+ "Link_title_required": "Naslov povezave je obvezan",
144
+ "Blank_title_not_allowed": "Prazni naslovi ni dovoljeni",
145
+ "userHelp": {
146
+ "title": "Pomoč uporabnika",
147
+ "userHelpData": [
148
+ {
149
+ "shortcutType": "List shortcuts",
150
+ "shortcutData": {
151
+ "Make_list": "Ustvari seznam",
152
+ "Make_ordered_list": "Ustvari urejen seznam",
153
+ "Insert_new_item": "Vstavi nov element",
154
+ "Insert_child_in_item": "Vstavi podelement",
155
+ "Increase_depth": "Povečaj globino"
156
+ }
157
+ },
158
+ {
159
+ "shortcutType": "Head shortcuts",
160
+ "shortcutData": {
161
+ "Heading_1": "Naslov 1",
162
+ "Heading_2": "Naslov 2",
163
+ "Heading_3": "Naslov 3",
164
+ "Heading_4": "Naslov 4",
165
+ "Heading_5": "Naslov 5",
166
+ "Heading_6": "Naslov 6"
167
+ }
168
+ },
169
+ {
170
+ "shortcutType": "Code block shortcuts",
171
+ "shortcutData": {
172
+ "Make_code_block": "Ustvari blok kode",
173
+ "Insert_new_line": "Vstavi nov vrstico",
174
+ "Escape_code_block": "Izhod iz bloka kode",
175
+ "Insert_indent": "Vstavi odstopanje"
176
+ }
177
+ },
178
+ {
179
+ "shortcutType": "Block quote shortcuts",
180
+ "shortcutData": {
181
+ "Make_block_quote": "Ustvari citat",
182
+ "Escape_block_quote": "Izhod iz citata"
183
+ }
184
+ },
185
+ {
186
+ "shortcutType": "Table shortcuts",
187
+ "shortcutData": {
188
+ "Insert_table_row": "Vstavi vrstico tabele",
189
+ "Escape_table": "Izhod iz tabele"
190
+ }
191
+ },
192
+ {
193
+ "shortcutType": "Formula shortcuts",
194
+ "shortcutData": {
195
+ "Insert_formula": "Vstavi formulo"
196
+ }
197
+ },
198
+ {
199
+ "shortcutType": "Inline shortcuts",
200
+ "shortcutData": {
201
+ "Bold": "Krepko",
202
+ "Italic": "Poševno",
203
+ "Italic_bold": "Poševno krepko",
204
+ "Inline_code": "Vmesni kodo"
205
+ }
206
+ },
207
+ {
208
+ "shortcutType": "Save shortcuts",
209
+ "shortcutData": {
210
+ "Save_file": "Shrani datoteko"
211
+ }
212
+ },
213
+ {
214
+ "shortcutType": "Image shortcuts",
215
+ "shortcutData": {
216
+ "Paste_screen_shot": "Prilepite zaslon",
217
+ "Drag_image_from_anywhere_to_upload_it": "Povlecite sliko iz polja in jo naložite"
218
+ }
219
+ }
220
+ ]
221
+ },
222
+ "Select_field": "Izberite polje",
223
+ "Font_style": "Stil fonta",
224
+ "Open_link": "Odpri povezavo",
225
+ "Image_is_uploading": "Slika se naloži",
226
+ "Image_loading_failed": "Nalaganje slike se je neuspešno končalo",
227
+ "Expand_editor": "Povečajte urejevalnik",
228
+ "Insert_below": "Vstavi pod",
229
+ "Insert_above": "Vstavi nad",
230
+ "Insert_on_the_right": "Vstavi na desno",
231
+ "Insert_on_the_left": "Vstavi na levo",
232
+ "Row(s)": " vrstic",
233
+ "Column(s)": " stolpcev",
234
+ "Insert": "Vstavi",
235
+ "Horizontal_align": "Navpično poravnava",
236
+ "Underline": "Podčrtani",
237
+ "Row_number": "Številka vrstice",
238
+ "Column_number": "Številka stolpca"
239
+ }
@@ -0,0 +1,239 @@
1
+ {
2
+ "Bold": "Fet",
3
+ "Italic": "Kursiv",
4
+ "Inline_code": "Kod",
5
+ "Header_one": "Rubrik 1",
6
+ "Header_two": "Rubrik 2",
7
+ "Header_three": "Rubrik 3",
8
+ "Header_four": "Rubrik 4",
9
+ "Header_five": "Huvud 5",
10
+ "Header_six": "Huvud 6",
11
+ "Paragraph": "Paragraf",
12
+ "Quote": "Citat",
13
+ "Ordered_list": "Sorterad lista",
14
+ "Unordered_list": "Osorterad lista",
15
+ "Check_list_item": "Krysslista",
16
+ "Insert_image": "Infoga bild",
17
+ "Insert_formula": "Infoga formel",
18
+ "Formula": "Formel",
19
+ "Insert_file": "Infoga fil",
20
+ "Code": "Indrag kod",
21
+ "Code_block": "Kodblock",
22
+ "Insert_link": "Infoga länk",
23
+ "Insert_table": "Infoga tabell",
24
+ "Save": "Spara",
25
+ "More": "Mer",
26
+ "Invalid_url": "Felaktig URL",
27
+ "Link_address": "Länkadress",
28
+ "Image_address": "Bildadress",
29
+ "Submit": "OK",
30
+ "Cancel": "Avbryt",
31
+ "Switch_to_plain_text_editor": "Byt till enkel textredigerare",
32
+ "Switch_to_rich_text_editor": "Byt till utökad textredigerare",
33
+ "Switch_to_viewer": "Visa",
34
+ "Help": "Hjälp",
35
+ "Delete_table": "Ta bort tabell",
36
+ "Column": "Kolumn",
37
+ "Row": "Rad",
38
+ "Insert_row_before": "Infoga rad före",
39
+ "Insert_row_after": "Infoga rad efter",
40
+ "Insert_column_before": "Infoga kolumn före",
41
+ "Insert_column_after": "Infoga kolumn efter",
42
+ "Delete_row": "Ta bort rad",
43
+ "Delete_column": "Ta bort kolumn",
44
+ "Insert_row": "Infoga rad",
45
+ "Insert_column": "Infoga kolumn",
46
+ "Set_align": "Sätt justering",
47
+ "Left": "Vänster",
48
+ "Center": "Center",
49
+ "Right": "Höger",
50
+ "File_saved": "Fil sparad.",
51
+ "File_failed_to_save": "Fil misslyckades spara.",
52
+ "Star": "Lägg till stjärna",
53
+ "Unstar": "Tabort stjärna",
54
+ "Back_to_parent_directory": "Tillbaka till förälderkatalog",
55
+ "Edit": "Ändra",
56
+ "Copy": "Kopiera",
57
+ "Copied": "Kopierad",
58
+ "Internal_link": "Intern länk",
59
+ "Copy_internal_link": "Intern länk har blivit kopierad till urklipp",
60
+ "Internal_link_desc": "En intern länk är en länk till en fil eller mapp som kan öppnas av en användare med läs rättigheter till filen eller mappen.",
61
+ "Share": "Dela",
62
+ "Share_link": "Dela Länk",
63
+ "Generate": "Generera",
64
+ "Add_password_protection": "Lägg till lösenordsskydd",
65
+ "Password": "Lösenord",
66
+ "At_least_8_characters": "åtminstone 8 tecken",
67
+ "Password_again": "Lösenord igen",
68
+ "Add_auto_expiration": "Lägg till automatisk utgångsdatum",
69
+ "Days": "dagar",
70
+ "Please_enter_password": "Vänligen ange lösenordet",
71
+ "Greater_than_or_equal_to": "Mer än eller lika med",
72
+ "Less_than_or_equal_to": "Mindre än eller lika med",
73
+ "Set_permission": "Set rättigheter",
74
+ "Preview_and_download": "Förhandsgranska och ladda ner",
75
+ "Preview_only": "Förhandsgranska enbart",
76
+ "Please_enter_valid_days": "Vänligen ange giltiga dagar",
77
+ "Please_enter_a_non-negative_integer": "Vänligen ange en icke negativ siffra",
78
+ "Please_enter_days": "Vänligen ange antal dagar",
79
+ "Password_is_too_short": "Lösenordet är för kort",
80
+ "Passwords_do_not_match": "Lösenorden överensstämmer inte",
81
+ "Return_to_wiki_page": "Tillbaka till Wiki Sida",
82
+ "Insert_network_image": "Lägg till nätverksbild",
83
+ "Upload_local_image": "Ladda upp lokal bild",
84
+ "Add_link": "Skapa länk",
85
+ "File_history": "Filhistorik",
86
+ "History_version": "Version",
87
+ "Back_to_viewer": "Tillbaka till Visaren",
88
+ "Link_title": "Länktitel",
89
+ "Local_draft": "Lokalt utkast",
90
+ "Use_draft": "Använd utkast",
91
+ "Delete_draft": "Tabort utkast",
92
+ "You_have_an_unsaved_draft_do_you_like_to_use_it": "Du har ett osparat utkast. Vill du lägga till den?",
93
+ "Local_draft_saved": "Lokalt utkast sparat",
94
+ "New_draft": "Nytt utkast",
95
+ "View_draft": "Visa utkast",
96
+ "Publish": "Publicera",
97
+ "This_file_has_a_draft": "Denna fil har ett utkast.",
98
+ "Delete": "Ta bort",
99
+ "Comments": "Kommentarer",
100
+ "Add_a_comment": "Lägg till kommentar...",
101
+ "No_comment_yet": "Inga kommentarer ännu.",
102
+ "Mark_as_resolved": "Markera som löst",
103
+ "Ask_for_review": "Efterfråga granskning",
104
+ "Review_already_exists": "Granskning finns redan",
105
+ "View_review": "Visa granskning",
106
+ "There_is_an_associated_review_with_this_file": "Det finns en associerad granskning med denna fil.",
107
+ "Start_review": "Starta granskning",
108
+ "This_file_is_in_draft_stage": "Denna fil är i utkastläge.",
109
+ "This_file_is_in_review_stage": "Denna fil är i granskningsläge.",
110
+ "This_file_has_been_updated": "Denna fil har blivit uppdaterad.",
111
+ "Refresh": "Uppdatera",
112
+ "Related_files": "relaterade filer",
113
+ "Related_file": "relaterad fil",
114
+ "No_tags": "Inga taggar",
115
+ "Date": "Datum",
116
+ "Participants": "Deltagare",
117
+ "Meeting_note": "Mötesnot",
118
+ "Chooser_document_type": "Välj dokumenttyp",
119
+ "Empty": "Tomt",
120
+ "No_related_files": "Inga relaterade filer",
121
+ "Outline": "Kontur",
122
+ "No_outline": "Ingen kontur",
123
+ "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Redigera filer i webbläsaren kan leda till mindre visningsfel.",
124
+ "No_document_improvement_suggestion": "Inga dokumentförbättringar föreslagna",
125
+ "Hide_side_panel": "Dölj sidopanel",
126
+ "Show_side_panel": "Visa sidopanel",
127
+ "Show_resolved_comments": "Visa lösta kommentarer",
128
+ "Update": "Uppdatera",
129
+ "Width": "Bredd",
130
+ "Height": "Höjd",
131
+ "Full_screen": "Fullskärm",
132
+ "Insert_library_image": "Lägg till bildkatalog",
133
+ "Size": "Storlek",
134
+ "Location": "Lokation",
135
+ "Last_update": "Senast uppdaterad",
136
+ "Tags": "Taggar",
137
+ "Add_participants": "Lägg till deltagare",
138
+ "Clear_format": "Töm format",
139
+ "Image_address_invalid": "Bildadress ogiltig",
140
+ "Shortcut_help": "Tangentbordsgenvägar",
141
+ "Link_address_required": "Länkadress krävs",
142
+ "Link_address_invalid": "Länkadress ogiltig",
143
+ "Link_title_required": "Länktitel krävs",
144
+ "Blank_title_not_allowed": "Titel ej tillåten",
145
+ "userHelp": {
146
+ "title": "Tangentbordsgenvägar",
147
+ "userHelpData": [
148
+ {
149
+ "shortcutType": "Lista genvägar",
150
+ "shortcutData": {
151
+ "Make_list": "Skapa lista",
152
+ "Make_ordered_list": "Skapa ordnad lista",
153
+ "Insert_new_item": "Lägg till objekt",
154
+ "Insert_child_in_item": "Lägg till barn i objektet",
155
+ "Increase_depth": "Utöka djup"
156
+ }
157
+ },
158
+ {
159
+ "shortcutType": "Huvudgenvägar",
160
+ "shortcutData": {
161
+ "Heading_1": "Rubrik 1",
162
+ "Heading_2": "Rubrik 2",
163
+ "Heading_3": "Rubrik 3",
164
+ "Heading_4": "Rubrik 4",
165
+ "Heading_5": "Huvud 5",
166
+ "Heading_6": "Huvud 6"
167
+ }
168
+ },
169
+ {
170
+ "shortcutType": "Kodblock genvägar",
171
+ "shortcutData": {
172
+ "Make_code_block": "Skapa kodblock",
173
+ "Insert_new_line": "Lägg till ny linje",
174
+ "Escape_code_block": "Lämna kodblock",
175
+ "Insert_indent": "Lägg till indrag"
176
+ }
177
+ },
178
+ {
179
+ "shortcutType": "Blockcitat genvägar",
180
+ "shortcutData": {
181
+ "Make_block_quote": "Skapa blockcitat",
182
+ "Escape_block_quote": "Lämna blockcitat"
183
+ }
184
+ },
185
+ {
186
+ "shortcutType": "Tabellgenvägar",
187
+ "shortcutData": {
188
+ "Insert_table_row": "Lägg till tabellrad",
189
+ "Escape_table": "Lämna tabell"
190
+ }
191
+ },
192
+ {
193
+ "shortcutType": "Formelgenvägar",
194
+ "shortcutData": {
195
+ "Insert_formula": "Lägg till formel"
196
+ }
197
+ },
198
+ {
199
+ "shortcutType": "Indragsgenvägar",
200
+ "shortcutData": {
201
+ "Bold": "Fet",
202
+ "Italic": "Kursiv",
203
+ "Italic_bold": "Kursiv fet",
204
+ "Inline_code": "Indrag kod"
205
+ }
206
+ },
207
+ {
208
+ "shortcutType": "Spara genvägar",
209
+ "shortcutData": {
210
+ "Save_file": "Spara fil"
211
+ }
212
+ },
213
+ {
214
+ "shortcutType": "Bildgenvägar",
215
+ "shortcutData": {
216
+ "Paste_screen_shot": "Klistra in skärmklipp",
217
+ "Drag_image_from_anywhere_to_upload_it": "Dra bilden från vart som helst för att ladda upp den"
218
+ }
219
+ }
220
+ ]
221
+ },
222
+ "Select_field": "Välj fält",
223
+ "Font_style": "Teckensnitt",
224
+ "Open_link": "Öppna länk",
225
+ "Image_is_uploading": "Bilden laddas upp",
226
+ "Image_loading_failed": "Bildladdning misslyckades",
227
+ "Expand_editor": "Utöka redigeraren",
228
+ "Insert_below": "Lägg till under",
229
+ "Insert_above": "Lägg till över",
230
+ "Insert_on_the_right": "Lägg till på höger sida",
231
+ "Insert_on_the_left": "Lägg till på vänster sida",
232
+ "Row(s)": "Rad(er)",
233
+ "Column(s)": "Kolumn(er)",
234
+ "Insert": "Lägg till",
235
+ "Horizontal_align": "Horisontell justering",
236
+ "Underline": "Understruken",
237
+ "Row_number": "Radnummer",
238
+ "Column_number": "Kolumnnummer"
239
+ }