mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-03 18:32:12 +00:00
New Crowdin updates (#224)
* New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations en.json (Turkish) * New translations funding.mdx (Turkish) * New translations mapbox.mdx (Turkish) * New translations translation.mdx (Turkish) * New translations settings.mdx (Turkish) * New translations settings.mdx (Turkish) * New translations edit.mdx (Turkish) * New translations file.mdx (Turkish) * New translations view.mdx (Turkish) * New translations routing.mdx (Turkish) * New translations view.mdx (Turkish) * New translations routing.mdx (Turkish) * New translations clean.mdx (Turkish) * New translations extract.mdx (Turkish) * New translations merge.mdx (Turkish) * New translations minify.mdx (Turkish) * New translations poi.mdx (Turkish) * New translations scissors.mdx (Turkish) * New translations elevation.mdx (Turkish) * New translations scissors.mdx (Turkish) * New translations files-and-stats.mdx (Turkish) * New translations getting-started.mdx (Turkish) * New translations menu.mdx (Turkish) * New translations toolbar.mdx (Turkish) * New translations time.mdx (Turkish) * New translations faq.mdx (Turkish) * New translations edit.mdx (Turkish) * New translations view.mdx (Turkish) * New translations files-and-stats.mdx (Turkish) * New translations getting-started.mdx (Turkish) * New translations menu.mdx (Turkish) * New translations toolbar.mdx (Turkish) * New translations gpx.mdx (Turkish) * New translations integration.mdx (Turkish) * New translations map-controls.mdx (Turkish) * New translations view.mdx (Turkish) * New translations integration.mdx (Turkish) * New translations map-controls.mdx (Turkish)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Edit actions
|
||||
title: Düzenleme işlemleri
|
||||
---
|
||||
|
||||
<script lang="ts">
|
||||
@@ -9,88 +9,88 @@ title: Edit actions
|
||||
|
||||
# { title }
|
||||
|
||||
Unlike the file actions, the edit actions can potentially modify the content of the currently selected files.
|
||||
Moreover, when the tree layout of the files list is enabled (see [Files and statistics](../files-and-stats)), they can also be applied to [tracks, segments, and points of interest](../gpx).
|
||||
Therefore, we will refer to the elements that can be modified by these actions as _file items_.
|
||||
Note that except for the undo and redo actions, the edit actions are also accessible through the context menu (right-click) of the file items.
|
||||
Dosya işlemlerinin aksine, düzenleme işlemleri mevcut seçili dosyaların içeriklerini potansiyel olarak değiştirebilir.
|
||||
Ayrıca, dosya listesinin ağaç düzeni etkinleştirildiğinde (bkz. [Dosyalar ve istatistikler](../files-and-stats)), bunlar [izler, segmentler ve ilgi noktaları](../gpx)'na da uygulanabilirler.
|
||||
Bu nedenle, bu işlemlerle değiştirilebilen elemanları _file items_ olarak anacağız.
|
||||
Unutulmamalıdır ki, geri alma ve yineleme işlemleri hariç, düzenleme işlemlerine dosya öğelerinin içerik menüsü (sağ tıklama) aracılığıyla da erişilebilir.
|
||||
|
||||
### <Undo2 size="16" class="inline-block" style="margin-bottom: 2px" /><Redo2 size="16" class="inline-block" style="margin-bottom: 2px" /> Undo and redo
|
||||
### <Undo2 size="16" class="inline-block" style="margin-bottom: 2px" /><Redo2 size="16" class="inline-block" style="margin-bottom: 2px" />Geri al ve yinele
|
||||
|
||||
Using these buttons, you can undo or redo the last actions you performed.
|
||||
This applies to all actions of the interface but not to view options, application settings, or map navigation.
|
||||
Bu butonları kullarak, geri alma ve yineleme işlemlerini yapabilirsiniz.
|
||||
Görüntüleme işlemleri, uygulama ayarları veya harita navigasyonu hariç bütün işlemler için gerçerlidir.
|
||||
|
||||
### <Info size="16" class="inline-block" style="margin-bottom: 2px" /> Info...
|
||||
### <Info size="16" class="inline-block" style="margin-bottom: 2px" />Bilgi...
|
||||
|
||||
Open the information dialog of the currently selected file item, where you can see and edit its name and description.
|
||||
Mevcut seçili öğeyi görebileceğiniz, ismini ve açıklamasını değiştirebildiğiniz bilgi penceresini açın.
|
||||
|
||||
### <PaintBucket size="16" class="inline-block" style="margin-bottom: 2px" /> Appearance...
|
||||
### <PaintBucket size="16" class="inline-block" style="margin-bottom: 2px" />Görünüm...
|
||||
|
||||
Open the appearance dialog, where you can change the color, opacity, and width of the selected file items on the map.
|
||||
Seçili harita öğesinin rengini, saydamlığını ve genişliğini değiştirebileceğiniz görünüm penceresini açın.
|
||||
|
||||
### <EyeOff size="16" class="inline-block" style="margin-bottom: 2px" /> Hide/unhide
|
||||
### <EyeOff size="16" class="inline-block" style="margin-bottom: 2px" />Sakla/göster
|
||||
|
||||
Toggle the visibility of the selected file items on the map.
|
||||
Seçili harita öğesinin görünürlülüğünü değiştir.
|
||||
|
||||
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> New track
|
||||
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" />Yeni iz
|
||||
|
||||
Create a new track in the selected file.
|
||||
Seçili dosyada yeni iz oluştur.
|
||||
|
||||
<DocsNote>
|
||||
|
||||
This action is only available when the tree layout of the files list is enabled.
|
||||
Additionally, the selection must be a single file.
|
||||
Bu işleme sadece dosya listesi ağaç görünümü aktif ise erişilebilir.
|
||||
Ayrıca, seçim tek bir dosya olmalıdır.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> New segment
|
||||
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" />Yeni segment
|
||||
|
||||
Create a new segment in the selected track.
|
||||
Seçili iz içinde yeni segment oluştur.
|
||||
|
||||
<DocsNote>
|
||||
|
||||
This action is only available when the tree layout of the files list is enabled.
|
||||
Additionally, the selection must be a single track.
|
||||
Bu işleme sadece dosya listesi ağaç görünümü aktif ise erişilebilir.
|
||||
Ayrıca, seçim tek bir seçim olmalı.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <FileStack size="16" class="inline-block" style="margin-bottom: 2px" /> Select all
|
||||
### <FileStack size="16" class="inline-block" style="margin-bottom: 2px" />Hepsini seç
|
||||
|
||||
Add all file items in the current hierarchy level to the selection.
|
||||
Mevcut hiyerarşi düzeyindeki tüm dosya öğelerini seçime ekleyin.
|
||||
|
||||
### <Maximize size="16" class="inline-block" style="margin-bottom: 2px" /> Center
|
||||
### <Maximize size="16" class="inline-block" style="margin-bottom: 2px" />Ortala
|
||||
|
||||
Center the map on the selected file items.
|
||||
Seçili dosya öğelerini haritada ortala.
|
||||
|
||||
### <ClipboardCopy size="16" class="inline-block" style="margin-bottom: 2px" /> Copy
|
||||
### <ClipboardCopy size="16" class="inline-block" style="margin-bottom: 2px" />Kopyala
|
||||
|
||||
Copy the selected file items to the clipboard.
|
||||
Seçili dosya öğelerini panoya kopyala.
|
||||
|
||||
<DocsNote>
|
||||
|
||||
This action is only available when the tree layout of the files list is enabled.
|
||||
Bu işleme sadece dosya listesi ağaç görünümü aktif ise erişilebilir.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <Scissors size="16" class="inline-block" style="margin-bottom: 2px" /> Cut
|
||||
### <Scissors size="16" class="inline-block" style="margin-bottom: 2px" />Kes
|
||||
|
||||
Cut the selected file items to the clipboard.
|
||||
Seçili dosya öğelerini kes ve panoya al.
|
||||
|
||||
<DocsNote>
|
||||
|
||||
This action is only available when the tree layout of the files list is enabled.
|
||||
Bu işleme sadece dosya listesi ağaç görünümü aktif ise erişilebilir.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <ClipboardPaste size="16" class="inline-block" style="margin-bottom: 2px" /> Paste
|
||||
### <ClipboardPaste size="16" class="inline-block" style="margin-bottom: 2px" />Yapıştır
|
||||
|
||||
Paste the file items from the clipboard to the current hierarchy level if they are compatible with it.
|
||||
Dosya öğeleri mevcut hiyerarşiyle uyumluysa yapıştır.
|
||||
|
||||
<DocsNote>
|
||||
|
||||
This action is only available when the tree layout of the files list is enabled.
|
||||
Bu işleme sadece dosya listesi ağaç görünümü aktif ise erişilebilir.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
### <Trash2 size="16" class="inline-block" style="margin-bottom: 2px" /> Delete
|
||||
### <Trash2 size="16" class="inline-block" style="margin-bottom: 2px" />Sil
|
||||
|
||||
Delete the selected file items.
|
||||
Seçili dosya öğelerini sil.
|
||||
|
||||
Reference in New Issue
Block a user