New translations menu.mdx (Ukrainian)
This commit is contained in:
parent
be4304d89c
commit
f7275df45e
1 changed files with 17 additions and 0 deletions
17
website/src/lib/docs/uk/menu.mdx
Normal file
17
website/src/lib/docs/uk/menu.mdx
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
title: Menu
|
||||||
|
---
|
||||||
|
|
||||||
|
<script lang="ts">
|
||||||
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
||||||
|
</script>
|
||||||
|
|
||||||
|
# { title }
|
||||||
|
|
||||||
|
The main menu, located at the top of the interface, provides access to actions, options, and settings divided into several categories, explained separately in the following sections.
|
||||||
|
|
||||||
|
<DocsNote>
|
||||||
|
|
||||||
|
Most of the menu actions can also be performed using the keyboard shortcuts displayed in the menu.
|
||||||
|
|
||||||
|
</DocsNote>
|
||||||
Loading…
Reference in a new issue