diff --git a/README.md b/README.md index 2ff684c..b0bfdf8 100644 --- a/README.md +++ b/README.md @@ -153,4 +153,4 @@ where German translations were added. ## Contributing Please feel free to open an issue and discuss your ideas and report bugs. If you think -you can help out with something, open a PR! +you can help out with something, open a PR! \ No newline at end of file diff --git a/docs/config.md b/docs/config.md index 76ddf08..a19b034 100644 --- a/docs/config.md +++ b/docs/config.md @@ -177,6 +177,7 @@ Available languages: - `en-US` (American English) - `es-ES` (Castilian Spanish) - `fr-FR` (Standard French) +- `tr-TR` (Standard Turkish) Using a locale with non-existent translations is possible and will affect date/time formats, but use `en-US` for translations. diff --git a/src/locales/tr-TR.json b/src/locales/tr-TR.json new file mode 100644 index 0000000..a874b71 --- /dev/null +++ b/src/locales/tr-TR.json @@ -0,0 +1,38 @@ +{ + "Automatically center the map view and zoom in to relevant data": "Harita görünümünü otomatik olarak ortalayın ve ilgili verileri yakınlaştırın", + "Fit view": "Görünümü sığdır", + "Layer settings": "Katman ayarları", + "Show/hide layers": "Katmanları göster/gizle", + "Now": "Şimdi", + "Select start date": "Başlangıç tarihini seçin", + "to": "ile", + "Select end date": "Bitiş tarihini seçin", + "Select user": "Kullanıcı seç", + "Show all": "Tümünü göster", + "Select device": "Cihaz Seç", + "Distance travelled": "Gidilen mesafe", + "Elevation gain / loss": "Yükseklik kazancı / kaybı", + "Download raw data": "Ham verileri indir", + "Information": "Bilgi", + "Show last known locations": "Bilinen son yerleri göster", + "Show location history (line)": "Konum geçmişini göster (çizgi)", + "Show location history (points)": "Konum geçmişini göster (nokta)", + "Show location heatmap": "Konum ısı haritasını göster", + "Minify JSON": "JSON'u Küçült", + "Copy to clipboard": "Panoya kopyala", + "Download": "İndir", + "Loading version...": "Versiyon yükleniyor...", + "OwnTracks website": "OwnTracks internet sitesi", + "OwnTracks documentation": "OwnTracks dokümanı", + "OwnTracks on Twitter": "Twitter'da OwnTracks", + "Loading data, please wait...": "Veriler yükleniyor, lüften bekleyin...", + "Cancel": "İptal", + "Image of {deviceName}": "{deviceName} resmi", + "Timestamp": "Zaman Damgası", + "Location": "Konum", + "Address": "Adres", + "Battery": "Batarya", + "Speed": "Hız", + "Regions:": "Bölgeler:", + "WiFi": "WiFi" +}