Merge pull request #2208 from ONLYOFFICE/fix/bugfix

Fix/bugfix
This commit is contained in:
Oleg Korshul
2023-01-26 19:20:27 +05:00
committed by GitHub
3 changed files with 15 additions and 9 deletions

View File

@ -692,15 +692,21 @@
<tr>
<td>Insert equation</td>
<td><kbd>Alt</kbd>+<kbd>=</kbd></td>
<td><kbd>⌥ Option</kbd>+<kbd>=</kbd></td>
<td><kbd>⌥ Option</kbd>+<kbd>^ Ctrl</kbd>+<kbd>=</kbd></td>
<td>Insert an equation at the current cursor position.</td>
</tr>
<tr>
<td>Insert an em dash</td>
<td><kbd>Alt</kbd>+<kbd>Ctrl</kbd>+<kbd>Num-</kbd></td>
<td></td>
<td><kbd>⌥ Option</kbd>+<kbd>⇧ Shift</kbd>+<kbd>-</kbd></td>
<td>Insert an em dash ‘—’ within the current document and to the right of the cursor.</td>
</tr>
<tr>
<td>Insert an en dash</td>
<td></td>
<td><kbd>⌥ Option</kbd>+<kbd>-</kbd></td>
<td>Insert an en dash - within the current document and to the right of the cursor.</td>
</tr>
<tr>
<td>Insert a non-breaking hyphen</td>
<td><kbd>Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd>_</kbd></td>
@ -710,7 +716,7 @@
<tr>
<td>Insert a no-break space</td>
<td><kbd>Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd>␣ Spacebar</kbd></td>
<td><kbd>^ Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd>␣ Spacebar</kbd>,<br /><kbd>&#8984; Cmd</kbd>+<kbd>⇧ Shift</kbd>+<kbd>␣ Spacebar</kbd></td>
<td><kbd>⌥ Option</kbd>+<kbd>␣ Spacebar</kbd></td>
<td>Insert a no-break space o within the current document and to the right of the cursor.</td>
</tr>
</table>

View File

@ -663,7 +663,7 @@
"SSE.Controllers.DataTab.textUpdate": "Обновить",
"SSE.Controllers.DataTab.textWizard": "Текст по столбцам",
"SSE.Controllers.DataTab.txtDataValidation": "Проверка данных",
"SSE.Controllers.DataTab.txtErrorExternalLink": "Ошибка: не удалось выполнить обновление",
"SSE.Controllers.DataTab.txtErrorExternalLink": "Ошибка: не удалось обновить",
"SSE.Controllers.DataTab.txtExpand": "Развернуть",
"SSE.Controllers.DataTab.txtExpandRemDuplicates": "Данные рядом с выделенным диапазоном не будут удалены. Вы хотите расширить выделенный диапазон, чтобы включить данные из смежных ячеек, или продолжить только с выделенным диапазоном?",
"SSE.Controllers.DataTab.txtExtendDataValidation": "Выделенная область содержит ячейки без условий на значения.<br>Вы хотите распространить условия на эти ячейки?",

View File

@ -320,14 +320,14 @@
</tr>
<tr>
<td>Extend the selection to the nearest nonblank cell to the right</td>
<td><kbd>⇧ Shift</kbd>+<kbd>Alt</kbd>+<kbd>End</kbd>,<br /><kbd>Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd></kbd></td>
<td><kbd>⇧ Shift</kbd>+<kbd>⌥ Option</kbd>+<kbd>End</kbd></td>
<td><kbd>⇧ Shift</kbd>+<kbd>End</kbd>,<br /><kbd>Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd></kbd></td>
<td><kbd>⇧ Shift</kbd>+<kbd>End</kbd></td>
<td>Extend the selection to the nearest nonblank cell in the same row to the right of the active cell. If the next cell is blank, the selection will be extended to the next nonblank cell.</td>
</tr>
<tr>
<td>Extend the selection to the nearest nonblank cell to the left</td>
<td><kbd>⇧ Shift</kbd>+<kbd>Alt</kbd>+<kbd>Home</kbd>,<br /><kbd>Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd></kbd></td>
<td><kbd>⇧ Shift</kbd>+<kbd>⌥ Option</kbd>+<kbd>Home</kbd></td>
<td><kbd>⇧ Shift</kbd>+<kbd>Home</kbd>,<br /><kbd>Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd></kbd></td>
<td><kbd>⇧ Shift</kbd>+<kbd>Home</kbd></td>
<td>Extend the selection to the nearest nonblank cell in the same row to the left of the active cell. If the next cell is blank, the selection will be extended to the next nonblank cell.</td>
</tr>
<tr>
@ -552,7 +552,7 @@
<tr>
<td>SUM function</td>
<td><kbd>Alt</kbd>+<kbd>=</kbd></td>
<td><kbd>⌥ Option</kbd>+<kbd>=</kbd></td>
<td><kbd>⌥ Option</kbd>+<kbd>Ctrl</kbd>+<kbd>=</kbd></td>
<td>Insert the <b>SUM</b> function into the selected cell.</td>
</tr>
<tr>