mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-02 18:12:11 +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: Clean
|
||||
title: Temizle
|
||||
---
|
||||
|
||||
<script>
|
||||
@@ -9,9 +9,9 @@ title: Clean
|
||||
|
||||
# <SquareDashedMousePointer size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
||||
|
||||
When the clean tool is selected, dragging the map will create a rectangular selection.
|
||||
Temizleme aracı seçiliyken haritayı sürüklemek bir dikdörtgen oluşturur.
|
||||
|
||||
Depending on the options selected in the dialog shown below, clicking the delete button will remove GPS points and/or [points of interest](../gpx) located either inside or outside the selection.
|
||||
Aşağıdaki pencerede seçili seçeneklere bağlı olarak, sil butonuna tıklamak seçimin içindeki veya dışındaki GPS noktaları ve/veya [ilgi noktalarını](../gpx) kaldırır.
|
||||
|
||||
<div class="flex flex-row justify-center">
|
||||
<Clean class="text-foreground p-3 border rounded-md shadow-lg" />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Elevation
|
||||
title: Yükseklik
|
||||
---
|
||||
|
||||
<script>
|
||||
@@ -10,7 +10,7 @@ title: Elevation
|
||||
|
||||
# <MountainSnow size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
||||
|
||||
This tool allows you to add elevation data to traces and [points of interest](../gpx), or to replace the existing data.
|
||||
Bu araç izlere ve [ilgi noktalarına](../gpx) yükseklik verisi eklemenizi veya varolan veriyi değiştirmenizi sağlar.
|
||||
|
||||
<div class="flex flex-row justify-center">
|
||||
<Elevation class="text-foreground p-3 border rounded-md shadow-lg" />
|
||||
@@ -18,7 +18,7 @@ This tool allows you to add elevation data to traces and [points of interest](..
|
||||
|
||||
<DocsNote>
|
||||
|
||||
Elevation data is provided by <a href="https://mapbox.com" target="_blank">Mapbox</a>.
|
||||
You can learn more about its origin and accuracy in the <a href="https://docs.mapbox.com/data/tilesets/reference/mapbox-terrain-dem-v1/#elevation-data" target="_blank">documentation</a>.
|
||||
Yükseklik verisi <a href="https://mapbox.com" target="_blank">Mapbox</a> tarafından sağlanmaktadır.
|
||||
Kaynağı ve hassasiyetiyle alakalı daha fazla bilgiyi <a href="https://docs.mapbox.com/data/tilesets/reference/mapbox-terrain-dem-v1/#elevation-data" target="_blank">dökümantasyonda</a> bulabilirsiniz.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Extract
|
||||
title: Çıkar
|
||||
---
|
||||
|
||||
<script>
|
||||
@@ -10,17 +10,17 @@ title: Extract
|
||||
|
||||
# <Ungroup size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
||||
|
||||
This tool allows you to extract [tracks (or segments)](../gpx) from files (or tracks) containing multiple of them.
|
||||
Bu araç [izler (veya segmentleri)](../gpx) bunlardan birden fazla içeren dosyalardan (veya izlerden) çıkarmanızı sağlar.
|
||||
|
||||
<div class="flex flex-row justify-center">
|
||||
<Extract class="text-foreground p-3 border rounded-md shadow-lg" />
|
||||
</div>
|
||||
|
||||
Applying the tool to a file containing multiple tracks will create a new file for each of the tracks it contains.
|
||||
Similarly, applying the tool to a track containing multiple segments will create (in the same file) a new track for each of the segments it contains.
|
||||
Bu aracı birden fazla iz içeren bir dosyaya uygularsanız dosyadaki her bir iz için yeni bir dosya oluşturur.
|
||||
Benzer bir şekilde, birden fazla segment içeren bir ize (aynı dosyada) uygularsanız her bir segment için yeni bir iz oluşturur.
|
||||
|
||||
<DocsNote>
|
||||
|
||||
When extracting the tracks from a file containing <a href="../gpx">points of interest</a>, the tool will automatically assign each point of interest to the track it is closest to.
|
||||
İzeri <a href="../gpx">ilgi noktaları</a> içeren bir dosyadan çıkarırken, araç ilgi noktalarını en yakın ize otomatik olarak atar.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Merge
|
||||
title: Birleştir
|
||||
---
|
||||
|
||||
<script>
|
||||
@@ -9,11 +9,11 @@ title: Merge
|
||||
|
||||
# <Group size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
||||
|
||||
To use this tool, you need to [select](../files-and-stats) multiple files, [tracks, or segments](../gpx).
|
||||
Bu aracı kullanmak için birden fazla dosya, [iz, veya segment](../gpx) [seçimi](../files-and-stats) yapmalısınız.
|
||||
|
||||
- If your goal is to create a single continuous trace from your selection, use the **Connect the traces** option and validate.
|
||||
- The second option can be used to create or manage files with multiple [tracks or segments](../gpx).
|
||||
Merging files (or tracks) will result in a single file (or track) containing all tracks (or segments) from the selection.
|
||||
- Eğer amacınız seçiminizden tek ve devamlı bir iz yapmaksa **izleri birleştir** seçeneğini kullanın ve onaylayın.
|
||||
- İkinci seçenek birden fazla [iz veya segment](../gpx) ile dosya oluşturma veya yönetmek için kullanılabilir.
|
||||
Dosyaları (veya izleri) birleştirmek bütün izleri (veya segmentleri) içeren tek bir dosya (veya iz) oluşturur.
|
||||
|
||||
<div class="flex flex-row justify-center">
|
||||
<Merge class="text-foreground p-3 border rounded-md shadow-lg" />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Minify
|
||||
title: Küçült
|
||||
---
|
||||
|
||||
<script>
|
||||
@@ -10,9 +10,9 @@ title: Minify
|
||||
|
||||
# <Filter size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
||||
|
||||
This tool can be used to reduce the number of GPS points in a trace, which can be useful for decreasing its size.
|
||||
Bu araç iz içinde bulunan GPS noktalarının sayısını azaltmak için kullanılır. Dosya boyutunu azaltmak için kullanışlı olabilir.
|
||||
|
||||
You can adjust the tolerance of the simplification algorithm using the slider, and see the number of points that will be kept, as well as the simplified trace on the map.
|
||||
Kaydırma çubuğunu kullanarak sadeleştirme algoritmasının toleransını ayarlayabilir, tutulacak nokta sayısının yanı sıra haritada sadeleştirilmiş izi de görebilirsiniz.
|
||||
|
||||
<div class="flex flex-row justify-center">
|
||||
<Reduce class="text-foreground p-3 border rounded-md shadow-lg" />
|
||||
@@ -20,7 +20,6 @@ You can adjust the tolerance of the simplification algorithm using the slider, a
|
||||
|
||||
<DocsNote>
|
||||
|
||||
The tolerance value represents the maximum distance allowed between the original trace and the simplified trace.
|
||||
You can read more about the algorithm used <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">here</a>.
|
||||
Tolerans değeri, asıl iz ile sadeleştirilmiş iz arasındaki izin verilen maksimum mesafeyi temsil eder.<a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">Buradan</a> sadeleştirme algoritması hakkında daha fazla bilgi edinebilirsiniz.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Points of interest
|
||||
title: İlgi alanları
|
||||
---
|
||||
|
||||
<script>
|
||||
@@ -9,19 +9,19 @@ title: Points of interest
|
||||
|
||||
# <MapPin size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
||||
|
||||
[Points of interest](../gpx) can be added to GPX files to mark locations of interest on the map and display them on your GPS device.
|
||||
[İlgi noktaları](../gpx) lokasyonları haritada işaretlemek ve GPS cihazında göstermek için GPX dosyalarına eklenebilir.
|
||||
|
||||
### Creating a point of interest
|
||||
### İlgi noktası oluşturma
|
||||
|
||||
To create a point of interest, fill in the form shown below.
|
||||
You can choose the location of the point of interest either by clicking on the map or by entering the coordinates manually.
|
||||
Validate the form when you are done.
|
||||
İlgi noktası oluşturmak için aşağıdaki formu daldurun.
|
||||
İlgi noktasının lokasyonunu haritaya tıklayarak veya koordinatları manüel girerek belirleyebilirsiniz.
|
||||
Tamamladığınızda formu onaylayın.
|
||||
|
||||
<div class="flex flex-row justify-center">
|
||||
<Waypoint class="text-foreground p-3 border rounded-md shadow-lg" />
|
||||
</div>
|
||||
|
||||
### Editing a point of interest
|
||||
### İlgi noktası düzenleme
|
||||
|
||||
The form above can also be used to edit an existing point of interest after selecting it on the map.
|
||||
If you only need to move the point of interest, you can drag it to the desired location.
|
||||
Yukarıdaki form varolan bir ilgi noktarını haritada seçtikten sonra düzenlemek için kullanılabilir.
|
||||
Sadece ilgi noktasının yerini değiştirmek istiyorsanız istediğiniz yere sürüklemeniz yeterli.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Route planning and editing
|
||||
title: Güzergah planlama ve düzenleme
|
||||
---
|
||||
|
||||
<script>
|
||||
@@ -11,74 +11,73 @@ title: Route planning and editing
|
||||
|
||||
# <Pencil size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
||||
|
||||
The route planning and editing tool allows you to create and edit routes by placing or moving anchor points on the map.
|
||||
Güzergah planlama ve düzenleme aracı haritaya mihenk noktaları yerleştirerek güzergah oluşturmanızı ve düzenlemenizi sağlar.
|
||||
|
||||
## Settings
|
||||
## Ayarlar
|
||||
|
||||
As shown below, the tool dialog contains a few settings to control the routing behavior.
|
||||
You can minimize the dialog to save space by clicking on <button><SquareArrowUpLeft size="16" class="inline-block" style="margin-bottom: 2px" /></button>.
|
||||
Aşağıdaki gibi, araç penceresi güzergah belirleme yöntemi için birkaç seçenek içerir.<button><SquareArrowUpLeft size="16" class="inline-block" style="margin-bottom: 2px" /></button> tıklayarak diyalog penceresini küçülterek alandan tasarruf sağlayabilirsiniz.
|
||||
|
||||
<div class="flex flex-row justify-center">
|
||||
<Routing minimizable={false} class="text-foreground p-3 border rounded-md shadow-lg" />
|
||||
</div>
|
||||
|
||||
### <Route size="16" class="inline-block" style="margin-bottom: 2px" /> Routing
|
||||
### <Route size="16" class="inline-block" style="margin-bottom: 2px" />Güzergah
|
||||
|
||||
When routing is enabled, anchor points placed or moved on the map will be connected by a route calculated on the <a href="https://www.openstreetmap.org" target="_blank">OpenStreetMap</a> road network.
|
||||
Disable routing to connect anchor points with straight lines.
|
||||
This setting can also be toggled by pressing <kbd>F5</kbd>.
|
||||
Güzergah aktif ise, haritaya yerleştirilen veya hareket ettirilen mihenk noktaları <a href="https://www.openstreetmap.org" target="_blank">OpenStreetMap</a> yol ağı kullanılarak birbirine bağlanır.
|
||||
Güzergah kapatılırsa mihenk nokları birbirine bir çizgi ile bağlanır.
|
||||
Bu ayar ayrıca <kbd>F5</kbd> kısayolu ile açılır veya kapatılabilir.
|
||||
|
||||
### <Bike size="16" class="inline-block" style="margin-bottom: 2px" /> Activity
|
||||
### <Bike size="16" class="inline-block" style="margin-bottom: 2px" />Aktivite
|
||||
|
||||
Select the activity type to tailor the routes for.
|
||||
Rotaların uyarlanacağı aktivite türünü seçin.
|
||||
|
||||
### <TriangleAlert size="16" class="inline-block" style="margin-bottom: 2px" /> Allow private roads
|
||||
### <TriangleAlert size="16" class="inline-block" style="margin-bottom: 2px" />Hususi yollara izin ver
|
||||
|
||||
When enabled, the routing engine will consider private roads when computing routes.
|
||||
Aktif iken, güzergah motoru hususi yolları da hesaplamaya katar.
|
||||
|
||||
<DocsNote type="warning">
|
||||
|
||||
Only use this option if you have local knowledge of the area and have permission to use the roads in question.
|
||||
Sadece söz konusu bölge ile alakalı yeterli bilginiz ve söz konusu yolları kullanım izniniz var ise bu seçeneği kullanın.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
## Plotting and editing routes
|
||||
## Güzergah çizme ve düzenleme
|
||||
|
||||
Creating a route or extending an existing one is as simple as clicking on the map to place a new anchor point.
|
||||
Güzergah oluşturmak ve varolan bir güzergahı genişletmek haritaya yeni bir mihenk noktarı eklemek kadar basit.
|
||||
|
||||
You can also drag an existing anchor point to reroute the segment connecting it with the previous and next anchor point.
|
||||
Ayrıca var olan bir mihenk noktarını sürükleyerek öncesindeki ve sonrasındaki mihenk noktalarını bağlayan güzergah kısmını yeniden oluşturabilirsiniz.
|
||||
|
||||
Furthermore, new anchor points can be inserted between existing ones by hovering over the segment connecting them and dragging the anchor point that appears to the desired location.
|
||||
On touch devices, you can tap on the segment to insert a new anchor point.
|
||||
Dahası, yeni bir mihenk noktası varolan iki noktayı birleştiren güzergah kısmının üzerinde gezinerek ve güzergahı sürükleyerek istenlen yere eklenebilir.
|
||||
Dokunmatik cihazlarda, güzergah parçasının üzerine dokunarak yeni mihenk noktarı ekleyebilirsiniz.
|
||||
|
||||
<DocsNote>
|
||||
|
||||
When editing imported GPX files, an initial set of anchor points is created automatically.
|
||||
To ease the editing process, the more the map is zoomed in, the more anchor points are displayed.
|
||||
This allows the route to be edited at different levels of detail.
|
||||
İçe aktarılan bir GPX dosyasını düzenlerken, ilk mihenk noktaları otomatik oluşturulur.
|
||||
Düzenleme işlemini kolaylaştırmak için, ne kadar haritayı yaklaştırırsanız o kadar fazla mihenk noktası gösterilir.
|
||||
Böylelikle güzergah farklı hassaslık seviyelerinde düzenlenbilir.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
Finally, you can delete anchor points by clicking on them and selecting <button><Trash2 size="16" class="inline-block" style="margin-bottom: 4px" /> Delete</button> from the context menu.
|
||||
Son olarak, mihenk noktalarını silmek için üzerlerine tıklayarak ilgili menüden <button><Trash2 size="16" class="inline-block" style="margin-bottom: 4px" />Sil</button> seçeneğini kullanabilirsiniz.
|
||||
|
||||
<DocsImage src="tools/routing" alt="Anchor points allow you to easily edit a route." />
|
||||
<DocsImage src="tools/routing" alt="Mihenk noktaları güzergahı kolayca düzenlemenizi sağlar." />
|
||||
|
||||
## Additional tools
|
||||
## Ek araçlar
|
||||
|
||||
The following tools automate some common route modification operations.
|
||||
Takip eden araçlar bazı güzergah düzenleme işlemlerini otomatikleştirir.
|
||||
|
||||
### <ArrowRightLeft size="16" class="inline-block" style="margin-bottom: 2px" /> Reverse
|
||||
### <ArrowRightLeft size="16" class="inline-block" style="margin-bottom: 2px" />Tersine çevir
|
||||
|
||||
Reverse the direction of the route.
|
||||
Güzergah istikametini tersine çevirir.
|
||||
|
||||
### <Home size="16" class="inline-block" style="margin-bottom: 2px" /> Back to start
|
||||
### <Home size="16" class="inline-block" style="margin-bottom: 2px" />Başlangıca geri dön
|
||||
|
||||
Connect the last point of the route with the starting point, using the chosen routing settings.
|
||||
Sondaki ve başlangıç noktalarını seçili güzergah ayarlarını kullanarak birleştirir.
|
||||
|
||||
### <Repeat size="16" class="inline-block" style="margin-bottom: 2px" /> Round trip
|
||||
### <Repeat size="16" class="inline-block" style="margin-bottom: 2px" />Gidiş-geliş
|
||||
|
||||
Return to the starting point by the same route.
|
||||
Aynı rota üzerinden başlangıç noktasına dön.
|
||||
|
||||
### <CirclePlay size="16" class="inline-block" style="margin-bottom: 2px" /> Change the start of the loop
|
||||
### <CirclePlay size="16" class="inline-block" style="margin-bottom: 2px" />Etap başlangıcını değiştir
|
||||
|
||||
When the end point of the route is close enough to the start, you can change the start of the loop by clicking on any anchor point and selecting <button><CirclePlay size="16" class="inline-block" style="margin-bottom: 2px" /> Start loop here</button> from the context menu.
|
||||
Bitiş noktası başlangıç noktarına yeteri kadar yakın ise, başlangıç noktısını herhangi bir mihenk noktasını seçip ilgili menüden <button><CirclePlay size="16" class="inline-block" style="margin-bottom: 2px" />Etapı burdan başlat</button> seçerek değiştirebilirsiniz.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Crop and split
|
||||
title: Kırp ya da ayır
|
||||
---
|
||||
|
||||
<script>
|
||||
@@ -10,23 +10,23 @@ title: Crop and split
|
||||
|
||||
# <ScissorsIcon size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
||||
|
||||
## Crop
|
||||
## Kırp
|
||||
|
||||
Using the slider, you can define the part of the selected trace that you want to keep.
|
||||
The start and end markers on the map and the [statistics and elevation profile](../files-and-stats) are updated in real time to reflect the selection.
|
||||
Alternatively, you can drag a selection rectangle directly on the elevation profile.
|
||||
Validate the selection when you are satisfied with the result.
|
||||
Kaydıma çubuğunu kullanarak seçili izin tutmak istediğiniz kısmını belirleyebilirsiniz.
|
||||
Haritadaki başlangıç-bitiş işaretleri ve [istatistik ve yükseklik profili](../files-and-stats) seçimlere bağlı olarak gerçek zamanlı güncellenir.
|
||||
Alternatif olarak, seçim dörtgenini direk yükselti profiline sürükleyebilirsiniz.
|
||||
Sonuçtan memnun olduğunuzda seçiminizi onaylayın.
|
||||
|
||||
<div class="flex flex-row justify-center">
|
||||
<Scissors class="text-foreground p-3 border rounded-md shadow-lg" />
|
||||
</div>
|
||||
|
||||
## Split
|
||||
## Ayır
|
||||
|
||||
To split the selected trace into two parts, click on one of the split markers displayed along the trace.
|
||||
To split at a specific point of your choice, hover over the trace on the map.
|
||||
Scissors will appear at the cursor position, showing that you can split the trace at that point.
|
||||
Seçili yolu ikiye ayırmak için, yol üzerindeki ayırma işaretlerinden birine tıklayın.
|
||||
Belli bir noktayı ayırmak için, haritadaki yol üzerinde durun.
|
||||
İmlecin olduğu yerde makas belirecek, yolu bu noktadan ayırabiliceğinizi gösterir.
|
||||
|
||||
You can choose to split the trace into two GPX files, or to keep the split parts in the same file as [tracks or segments](../gpx).
|
||||
Yolu iki ayrı GPX dosyarı veya aynı dosyada iki ayrı [iz veya segment](../gpx) olarak saklayabilirsiniz.
|
||||
|
||||
<DocsImage src="tools/split" alt="Hovering over the selected trace turns your cursor into scissors." />
|
||||
<DocsImage src="tools/split" alt="Seçili yol üzerinde durduğunuzda imleç makasa dönüşür." />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Time
|
||||
title: Zaman
|
||||
---
|
||||
|
||||
<script>
|
||||
@@ -10,18 +10,18 @@ title: Time
|
||||
|
||||
# <CalendarClock size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
||||
|
||||
This tool allows you to change or add timestamps to a trace.
|
||||
You simply need to use the form shown below and validate it when you are done.
|
||||
Bu araç yola zaman bilgisi eklemek veya değiştirmek için kullanılır.
|
||||
Basitçe aşağıdaki formu kullanın ve tamam olduğunuzda onaylayın.
|
||||
|
||||
<div class="flex flex-row justify-center">
|
||||
<Time class="text-foreground p-3 border rounded-md shadow-lg" />
|
||||
</div>
|
||||
|
||||
When you edit the speed, the moving time is adapted accordingly in the form, and vice versa.
|
||||
Similarly, when you edit the start time, the end time is updated to keep the same total duration, and vice versa.
|
||||
Hızı düzenlediğinizde, hareket zamanı ona göre formda değişir, yada tam tersi hareket zamanını düzenlediğinizde, hız değişir.
|
||||
Benzer bir şekilde, başlangıç zamanını düzenlediğinizde, bitiş zamanı toplam zamana göre güncellenir, ya da tam tersi.
|
||||
|
||||
<DocsNote>
|
||||
|
||||
When using this tool with existing timestamps, changing the time or speed will simply shift, stretch, or compress them accordingly.
|
||||
Bu aracı halihazırda varolan zaman bilgisi ile kullarken, zamanı veya hızı değiştirmek basitçe uygun bir şekilde zaman veya hızı kaydırır, esnetir veya sıkıştırır.
|
||||
|
||||
</DocsNote>
|
||||
|
||||
Reference in New Issue
Block a user