|
25 | 25 | "SP_ArrowUp": { |
26 | 26 | "id": "arrow_upward" |
27 | 27 | }, |
| 28 | + "SP_BrowserReload": { |
| 29 | + "id": "refresh" |
| 30 | + }, |
| 31 | + "SP_BrowserStop": { |
| 32 | + "id": "close" |
| 33 | + }, |
28 | 34 | "SP_CommandLink": { |
29 | 35 | "id": "east" |
30 | 36 | }, |
| 37 | + "SP_DialogAbortButton": { |
| 38 | + "id": "not_interested" |
| 39 | + }, |
| 40 | + "SP_DialogApplyButton": { |
| 41 | + "id": "check_circle" |
| 42 | + }, |
| 43 | + "SP_DialogCancelButton": { |
| 44 | + "id": "cancel" |
| 45 | + }, |
| 46 | + "SP_DialogCloseButton": { |
| 47 | + "id": "close" |
| 48 | + }, |
31 | 49 | "SP_DialogDiscardButton": { |
32 | 50 | "id": "delete" |
33 | 51 | }, |
| 52 | + "SP_DialogHelpButton": { |
| 53 | + "id": "help" |
| 54 | + }, |
| 55 | + "SP_DialogIgnoreButton": { |
| 56 | + "id": "visibility_off" |
| 57 | + }, |
| 58 | + "SP_DialogNoButton": { |
| 59 | + "id": "not_interested" |
| 60 | + }, |
| 61 | + "SP_DialogNoToAllButton": { |
| 62 | + "id": "close" |
| 63 | + }, |
| 64 | + "SP_DialogOkButton": { |
| 65 | + "id": "check" |
| 66 | + }, |
| 67 | + "SP_DialogOpenButton": { |
| 68 | + "id": "launch" |
| 69 | + }, |
| 70 | + "SP_DialogResetButton": { |
| 71 | + "id": "cleaning_services" |
| 72 | + }, |
| 73 | + "SP_DialogSaveButton": { |
| 74 | + "id": "save" |
| 75 | + }, |
| 76 | + "SP_DialogSaveAllButton": { |
| 77 | + "id": "save" |
| 78 | + }, |
| 79 | + "SP_DialogYesButton": { |
| 80 | + "id": "circle" |
| 81 | + }, |
| 82 | + "SP_DialogYesToAllButton": { |
| 83 | + "id": "done_all" |
| 84 | + }, |
| 85 | + "SP_DirHomeIcon": { |
| 86 | + "id": "home" |
| 87 | + }, |
| 88 | + "SP_DockWidgetCloseButton": { |
| 89 | + "id": "close" |
| 90 | + }, |
34 | 91 | "SP_FileDialogBack": { |
35 | 92 | "id": "arrow_upward", |
36 | 93 | "rotate": 270 |
37 | 94 | }, |
| 95 | + "SP_FileDialogContentsView": { |
| 96 | + "id": "search" |
| 97 | + }, |
| 98 | + "SP_FileDialogDetailedView": { |
| 99 | + "id": "list" |
| 100 | + }, |
| 101 | + "SP_FileDialogEnd": { |
| 102 | + "id": "drive_file_move_rtl" |
| 103 | + }, |
| 104 | + "SP_FileDialogInfoView": { |
| 105 | + "id": "info" |
| 106 | + }, |
| 107 | + "SP_FileDialogListView": { |
| 108 | + "id": "grid_view" |
| 109 | + }, |
| 110 | + "SP_FileDialogNewFolder": { |
| 111 | + "id": "create_new_folder" |
| 112 | + }, |
38 | 113 | "SP_FileDialogToParent": { |
39 | 114 | "id": "arrow_upward" |
40 | 115 | }, |
| 116 | + "SP_FileDialogStart": { |
| 117 | + "id": "drive_file_move" |
| 118 | + }, |
| 119 | + "SP_LineEditClearButton": { |
| 120 | + "id": "close" |
| 121 | + }, |
41 | 122 | "SP_MediaPlay": { |
42 | 123 | "id": "play_arrow" |
43 | 124 | }, |
|
65 | 146 | "SP_MediaVolumeMuted": { |
66 | 147 | "id": "volume_mute" |
67 | 148 | }, |
| 149 | + "SP_MessageBoxQuestion": { |
| 150 | + "id": "help", |
| 151 | + "os": [ |
| 152 | + "Darwin", |
| 153 | + "Linux" |
| 154 | + ] |
| 155 | + }, |
| 156 | + "SP_DialogRetryButton": { |
| 157 | + "id": "refresh" |
| 158 | + }, |
68 | 159 | "SP_TitleBarCloseButton": { |
69 | 160 | "id": "close" |
70 | 161 | }, |
| 162 | + "SP_TabCloseButton": { |
| 163 | + "id": "close" |
| 164 | + }, |
| 165 | + "SP_TitleBarContextHelpButton": { |
| 166 | + "id": "question_mark" |
| 167 | + }, |
| 168 | + "SP_TitleBarMaxButton": { |
| 169 | + "id": "fullscreen" |
| 170 | + }, |
| 171 | + "SP_TitleBarMinButton": { |
| 172 | + "id": "minimize" |
| 173 | + }, |
71 | 174 | "SP_TitleBarNormalButton": { |
72 | 175 | "id": "flip_to_front" |
73 | 176 | }, |
74 | 177 | "SP_ToolBarHorizontalExtensionButton": { |
75 | 178 | "id": "double_arrow" |
76 | 179 | }, |
| 180 | + "SP_TitleBarShadeButton": { |
| 181 | + "id": "chevron_right", |
| 182 | + "rotate": "270" |
| 183 | + }, |
| 184 | + "SP_TitleBarUnshadeButton": { |
| 185 | + "id": "chevron_right", |
| 186 | + "rotate": "90" |
| 187 | + }, |
77 | 188 | "SP_ToolBarVerticalExtensionButton": { |
78 | 189 | "id": "double_arrow", |
79 | 190 | "rotate": 90 |
| 191 | + }, |
| 192 | + "SP_TrashIcon": { |
| 193 | + "id": "delete", |
| 194 | + "os": [ |
| 195 | + "Windows" |
| 196 | + ] |
| 197 | + }, |
| 198 | + "SP_VistaShield": { |
| 199 | + "id": "security", |
| 200 | + "os": [ |
| 201 | + "Darwin", |
| 202 | + "Linux" |
| 203 | + ] |
80 | 204 | } |
81 | 205 | } |
82 | 206 | """ |
0 commit comments