umap-project 2.1.3__py3-none-any.whl → 2.2.0b0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/context_processors.py +1 -0
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/en/LC_MESSAGES/django.po +32 -32
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/migrations/0020_alter_tilelayer_url_template.py +19 -0
- umap/migrations/0021_remove_map_description.py +16 -0
- umap/models.py +8 -6
- umap/settings/base.py +1 -0
- umap/static/umap/base.css +29 -151
- umap/static/umap/content.css +7 -25
- umap/static/umap/css/icon.css +112 -0
- umap/static/umap/css/panel.css +140 -0
- umap/static/umap/img/16-white.svg +5 -1
- umap/static/umap/img/16.svg +7 -4
- umap/static/umap/img/24-white.svg +3 -1
- umap/static/umap/img/24.svg +3 -4
- umap/static/umap/img/source/16-white.svg +176 -940
- umap/static/umap/img/source/16.svg +8 -5
- umap/static/umap/img/source/24-white.svg +5 -3
- umap/static/umap/img/source/24.svg +6 -7
- umap/static/umap/js/modules/browser.js +82 -73
- umap/static/umap/js/modules/dompurify.js +12 -0
- umap/static/umap/js/modules/facets.js +148 -0
- umap/static/umap/js/modules/global.js +9 -1
- umap/static/umap/js/modules/i18n.js +7 -0
- umap/static/umap/js/modules/orderable.js +84 -0
- umap/static/umap/js/modules/panel.js +76 -0
- umap/static/umap/js/modules/request.js +0 -1
- umap/static/umap/js/modules/schema.js +324 -223
- umap/static/umap/js/modules/urls.js +1 -16
- umap/static/umap/js/modules/utils.js +340 -0
- umap/static/umap/js/umap.controls.js +183 -330
- umap/static/umap/js/umap.core.js +60 -364
- umap/static/umap/js/umap.datalayer.permissions.js +1 -1
- umap/static/umap/js/umap.features.js +60 -40
- umap/static/umap/js/umap.forms.js +111 -25
- umap/static/umap/js/umap.icon.js +11 -4
- umap/static/umap/js/umap.importer.js +24 -17
- umap/static/umap/js/umap.js +170 -145
- umap/static/umap/js/umap.layer.js +71 -40
- umap/static/umap/js/umap.permissions.js +9 -11
- umap/static/umap/js/umap.popup.js +10 -21
- umap/static/umap/js/umap.share.js +11 -8
- umap/static/umap/js/umap.tableeditor.js +4 -6
- umap/static/umap/js/umap.ui.js +0 -51
- umap/static/umap/locale/am_ET.js +242 -227
- umap/static/umap/locale/am_ET.json +18 -7
- umap/static/umap/locale/ar.js +242 -227
- umap/static/umap/locale/ar.json +18 -7
- umap/static/umap/locale/ast.js +242 -227
- umap/static/umap/locale/ast.json +18 -7
- umap/static/umap/locale/bg.js +242 -227
- umap/static/umap/locale/bg.json +18 -7
- umap/static/umap/locale/br.js +252 -237
- umap/static/umap/locale/br.json +22 -11
- umap/static/umap/locale/ca.js +242 -227
- umap/static/umap/locale/ca.json +18 -7
- umap/static/umap/locale/cs_CZ.js +242 -227
- umap/static/umap/locale/cs_CZ.json +18 -7
- umap/static/umap/locale/da.js +242 -227
- umap/static/umap/locale/da.json +18 -7
- umap/static/umap/locale/de.js +242 -227
- umap/static/umap/locale/de.json +18 -7
- umap/static/umap/locale/el.js +242 -227
- umap/static/umap/locale/el.json +18 -7
- umap/static/umap/locale/en.js +242 -234
- umap/static/umap/locale/en.json +19 -8
- umap/static/umap/locale/en_US.json +18 -7
- umap/static/umap/locale/es.js +242 -227
- umap/static/umap/locale/es.json +18 -7
- umap/static/umap/locale/et.js +242 -227
- umap/static/umap/locale/et.json +18 -7
- umap/static/umap/locale/eu.js +227 -199
- umap/static/umap/locale/eu.json +1 -1
- umap/static/umap/locale/fa_IR.js +242 -227
- umap/static/umap/locale/fa_IR.json +18 -7
- umap/static/umap/locale/fi.js +242 -227
- umap/static/umap/locale/fi.json +18 -7
- umap/static/umap/locale/fr.js +242 -234
- umap/static/umap/locale/fr.json +18 -7
- umap/static/umap/locale/gl.js +242 -227
- umap/static/umap/locale/gl.json +18 -7
- umap/static/umap/locale/he.js +242 -227
- umap/static/umap/locale/he.json +18 -7
- umap/static/umap/locale/hr.js +242 -227
- umap/static/umap/locale/hr.json +18 -7
- umap/static/umap/locale/hu.js +242 -234
- umap/static/umap/locale/hu.json +18 -7
- umap/static/umap/locale/id.js +242 -227
- umap/static/umap/locale/id.json +18 -7
- umap/static/umap/locale/is.js +242 -227
- umap/static/umap/locale/is.json +18 -7
- umap/static/umap/locale/it.js +242 -234
- umap/static/umap/locale/it.json +18 -7
- umap/static/umap/locale/ja.js +242 -227
- umap/static/umap/locale/ja.json +18 -7
- umap/static/umap/locale/ko.js +242 -227
- umap/static/umap/locale/ko.json +18 -7
- umap/static/umap/locale/lt.js +242 -227
- umap/static/umap/locale/lt.json +18 -7
- umap/static/umap/locale/ms.js +242 -234
- umap/static/umap/locale/ms.json +19 -8
- umap/static/umap/locale/nl.js +245 -230
- umap/static/umap/locale/nl.json +18 -7
- umap/static/umap/locale/no.js +242 -227
- umap/static/umap/locale/no.json +18 -7
- umap/static/umap/locale/pl.js +242 -227
- umap/static/umap/locale/pl.json +18 -7
- umap/static/umap/locale/pl_PL.json +18 -7
- umap/static/umap/locale/pt.js +242 -227
- umap/static/umap/locale/pt.json +18 -7
- umap/static/umap/locale/pt_BR.js +242 -227
- umap/static/umap/locale/pt_BR.json +18 -7
- umap/static/umap/locale/pt_PT.js +242 -227
- umap/static/umap/locale/pt_PT.json +18 -7
- umap/static/umap/locale/ro.js +242 -227
- umap/static/umap/locale/ro.json +18 -7
- umap/static/umap/locale/ru.js +242 -227
- umap/static/umap/locale/ru.json +18 -7
- umap/static/umap/locale/si.js +1 -1
- umap/static/umap/locale/si.json +1 -1
- umap/static/umap/locale/sk_SK.js +242 -227
- umap/static/umap/locale/sk_SK.json +18 -7
- umap/static/umap/locale/sl.js +242 -227
- umap/static/umap/locale/sl.json +18 -7
- umap/static/umap/locale/sr.js +242 -227
- umap/static/umap/locale/sr.json +18 -7
- umap/static/umap/locale/sv.js +242 -227
- umap/static/umap/locale/sv.json +18 -7
- umap/static/umap/locale/th_TH.js +242 -227
- umap/static/umap/locale/th_TH.json +18 -7
- umap/static/umap/locale/tr.js +242 -227
- umap/static/umap/locale/tr.json +18 -7
- umap/static/umap/locale/uk_UA.js +242 -227
- umap/static/umap/locale/uk_UA.json +18 -7
- umap/static/umap/locale/vi.js +242 -227
- umap/static/umap/locale/vi.json +18 -7
- umap/static/umap/locale/vi_VN.json +18 -7
- umap/static/umap/locale/zh.js +242 -227
- umap/static/umap/locale/zh.json +18 -7
- umap/static/umap/locale/zh_CN.json +18 -7
- umap/static/umap/locale/zh_TW.Big5.json +18 -7
- umap/static/umap/locale/zh_TW.js +242 -234
- umap/static/umap/locale/zh_TW.json +18 -7
- umap/static/umap/map.css +114 -265
- umap/static/umap/test/DataLayer.js +463 -0
- umap/static/umap/test/Feature.js +0 -226
- umap/static/umap/test/TableEditor.js +104 -0
- umap/static/umap/test/Util.js +0 -521
- umap/static/umap/test/index.html +0 -1
- umap/static/umap/unittests/URLs.js +1 -1
- umap/static/umap/unittests/utils.js +610 -0
- umap/static/umap/vars.css +9 -0
- umap/static/umap/vendors/dompurify/purify.es.mjs +1525 -0
- umap/static/umap/vendors/iconlayers/iconLayers.js +1 -1
- umap/templates/umap/css.html +2 -0
- umap/templates/umap/js.html +0 -1
- umap/templates/umap/map_detail.html +4 -0
- umap/templates/umap/map_table.html +12 -10
- umap/templatetags/umap_tags.py +5 -0
- umap/tests/integration/conftest.py +12 -1
- umap/tests/integration/test_anonymous_owned_map.py +6 -5
- umap/tests/integration/test_browser.py +12 -25
- umap/tests/integration/test_choropleth.py +1 -1
- umap/tests/integration/test_dashboard.py +10 -0
- umap/tests/integration/test_datalayer.py +8 -6
- umap/tests/integration/test_edit_datalayer.py +24 -19
- umap/tests/integration/test_edit_map.py +182 -2
- umap/tests/integration/test_edit_marker.py +120 -0
- umap/tests/integration/test_edit_polygon.py +122 -0
- umap/tests/integration/test_facets_browser.py +104 -14
- umap/tests/integration/test_import.py +70 -20
- umap/tests/integration/test_map.py +19 -17
- umap/tests/integration/test_map_list.py +28 -0
- umap/tests/integration/test_owned_map.py +10 -10
- umap/tests/integration/test_picto.py +5 -5
- umap/tests/integration/test_querystring.py +9 -15
- umap/tests/integration/test_slideshow.py +0 -5
- umap/tests/integration/test_statics.py +3 -2
- umap/tests/integration/test_tableeditor.py +1 -5
- umap/tests/integration/test_view_marker.py +64 -0
- umap/tests/integration/test_view_polygon.py +59 -0
- umap/tests/integration/test_view_polyline.py +51 -0
- umap/tests/test_map_views.py +13 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/METADATA +8 -8
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/RECORD +194 -178
- umap/static/umap/vendors/dompurify/purify.min.js +0 -3
- umap/static/umap/vendors/dompurify/purify.min.js.map +0 -1
- /umap/tests/integration/{test_polygon.py → test_draw_polygon.py} +0 -0
- /umap/tests/integration/{test_polyline.py → test_draw_polyline.py} +0 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/WHEEL +0 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/entry_points.txt +0 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0b0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/tr.js
CHANGED
|
@@ -1,92 +1,33 @@
|
|
|
1
1
|
const locale = {
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"Ball": "Top",
|
|
5
|
-
"Cancel": "İptal",
|
|
6
|
-
"Caption": "Başlık",
|
|
7
|
-
"Choose the data format": "Veri biçimini seçin",
|
|
8
|
-
"Choose the layer of the feature": "Nesnenin katmanını seçin",
|
|
9
|
-
"Circle": "Daire",
|
|
10
|
-
"Clustered": "Kümelenmiş",
|
|
11
|
-
"Data browser": "Veri tarayıcı",
|
|
12
|
-
"Default": "Varsayılan",
|
|
13
|
-
"Default zoom level": "Varsayılan yakınlaştırma seviyesi",
|
|
14
|
-
"Default: name": "Varsayılan: adı",
|
|
15
|
-
"Display label": "Etiketi görüntüle",
|
|
16
|
-
"Display the control to open OpenStreetMap editor": "OpenStreetMap editörünü açmak için denetimi görüntüle",
|
|
17
|
-
"Display the data layers control": "Veri katmanları denetimini görüntüle",
|
|
18
|
-
"Display the embed control": "Yerleştirme denetim görüntüle",
|
|
19
|
-
"Display the fullscreen control": "Tam ekran denetimini görüntüle",
|
|
20
|
-
"Display the locate control": "Konum denetimini görüntüle",
|
|
21
|
-
"Display the measure control": "Ölçüm denetimini görüntüle",
|
|
22
|
-
"Display the search control": "Arama denetimini görüntüle",
|
|
23
|
-
"Display the tile layers control": "Döşeme katmanları kontrolünü göster",
|
|
24
|
-
"Display the zoom control": "Yakınlaştırma denetimini görüntüle",
|
|
25
|
-
"Do you want to display a caption bar?": "Başlık çubuğunu görüntülemek istiyor musunuz?",
|
|
26
|
-
"Do you want to display a minimap?": "Bir minimap görüntülemek istiyor musunuz?",
|
|
27
|
-
"Do you want to display a panel on load?": "Yükleme sırasında bir panel görüntülemek istiyor musunuz?",
|
|
28
|
-
"Do you want to display popup footer?": "Açılır altbilgi görüntülemek istiyor musunuz?",
|
|
29
|
-
"Do you want to display the scale control?": "Ölçek kontrolünü görüntülemek istiyor musunuz?",
|
|
30
|
-
"Do you want to display the «more» control?": "«Daha fazla» denetim görüntülemek istiyor musunuz?",
|
|
31
|
-
"Drop": "Bırak",
|
|
32
|
-
"GeoRSS (only link)": "GeoRSS (sadece bağlantı)",
|
|
33
|
-
"GeoRSS (title + image)": "GeoRSS (başlık + resim)",
|
|
34
|
-
"Heatmap": "Isı haritası",
|
|
35
|
-
"Icon shape": "Simge şekli",
|
|
36
|
-
"Icon symbol": "Simge sembolu",
|
|
37
|
-
"Inherit": "Devral",
|
|
38
|
-
"Label direction": "Etiket yönü",
|
|
39
|
-
"Label key": "Etiketin anahtarı",
|
|
40
|
-
"Labels are clickable": "Etiketler tıklanabilir",
|
|
41
|
-
"None": "Hiçbiri",
|
|
42
|
-
"On the bottom": "Altta",
|
|
43
|
-
"On the left": "Solda",
|
|
44
|
-
"On the right": "Sağda",
|
|
45
|
-
"On the top": "Üstte",
|
|
46
|
-
"Popup content template": "Pop-up içerik şablonu",
|
|
47
|
-
"Side panel": "Yan panel",
|
|
48
|
-
"Simplify": "Basitleştir",
|
|
49
|
-
"Table": "Tablo",
|
|
50
|
-
"always": "her zaman",
|
|
51
|
-
"clear": "temizle",
|
|
52
|
-
"collapsed": "çökmüş",
|
|
53
|
-
"color": "renk",
|
|
54
|
-
"dash array": "dash array",
|
|
55
|
-
"define": "belirt",
|
|
56
|
-
"description": "açıklama",
|
|
57
|
-
"expanded": "genişletilmiş",
|
|
58
|
-
"fill": "doldur",
|
|
59
|
-
"fill color": "dolgu rengi",
|
|
60
|
-
"fill opacity": "dolgu şeffaflığı",
|
|
61
|
-
"hidden": "saklı",
|
|
62
|
-
"iframe": "iframe",
|
|
63
|
-
"inherit": "Devralır",
|
|
64
|
-
"name": "adı",
|
|
65
|
-
"never": "asla",
|
|
66
|
-
"new window": "yeni pencere",
|
|
67
|
-
"no": "hayır",
|
|
68
|
-
"on hover": "vurgulu",
|
|
69
|
-
"opacity": "şeffaflık",
|
|
70
|
-
"parent window": "üst pencere",
|
|
71
|
-
"stroke": "stroke",
|
|
72
|
-
"weight": "kalınlık",
|
|
73
|
-
"yes": "evet",
|
|
74
|
-
"{delay} seconds": "{gecikme} saniye",
|
|
2
|
+
" (area: {measure})": "(area: {measure})",
|
|
3
|
+
" (length: {measure})": "(length: {measure})",
|
|
75
4
|
"# one hash for main heading": "# ana başlık için bir hash",
|
|
76
5
|
"## two hashes for second heading": "# # ana başlık için iki hash",
|
|
77
6
|
"### three hashes for third heading": "### ana başlık için üç hash",
|
|
78
7
|
"**double star for bold**": "**kalınlaştırma için iki yıldız**",
|
|
8
|
+
"*single star for italic*": "*single star for italic*",
|
|
9
|
+
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
10
|
+
"1 day": "1 gün",
|
|
11
|
+
"1 hour": "1 saat",
|
|
12
|
+
"5 min": "5 dakika",
|
|
79
13
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".",
|
|
80
14
|
"About": "Hakkında",
|
|
15
|
+
"Action not allowed :(": "Action not allowed :(",
|
|
81
16
|
"Activate slideshow mode": "Slayt gösterisi modunu etkinleştir",
|
|
82
17
|
"Add a layer": "Bir katman ekle",
|
|
83
18
|
"Add a line to the current multi": "Mevcut çokluya bir satır ekle",
|
|
84
19
|
"Add a new property": "Yeni bir özellik ekle",
|
|
85
20
|
"Add a polygon to the current multi": "Mevcut çokluya bir çokgen ekle",
|
|
21
|
+
"Add image URL": "Add image URL",
|
|
22
|
+
"Add": "Add",
|
|
86
23
|
"Advanced actions": "Gelişmiş eylemler",
|
|
87
24
|
"Advanced properties": "Gelişmiş özellikler",
|
|
25
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
88
26
|
"All properties are imported.": "Tüm özellikler içe aktarılır.",
|
|
89
27
|
"Allow interactions": "Etkileşimlere izin ver",
|
|
28
|
+
"Allow scroll wheel zoom?": "Kaydırma tekerleği yakınlaştırmasına izin verilsin mi?",
|
|
29
|
+
"always": "her zaman",
|
|
30
|
+
"Animated transitions": "Animated transitions",
|
|
90
31
|
"Are you sure you want to cancel your changes?": "Değişikliklerinizi iptal etmek istediğinizden emin misiniz?",
|
|
91
32
|
"Are you sure you want to clone this map and all its datalayers?": "Bu haritayı ve tüm veri katmanlarını klonlamak istediğinizden emin misiniz?",
|
|
92
33
|
"Are you sure you want to delete the feature?": "Bu nesneyi silmek istediğinizden emin misiniz?",
|
|
@@ -95,186 +36,381 @@ const locale = {
|
|
|
95
36
|
"Are you sure you want to delete this property on all the features?": "Bu özelliği tüm nesnelerde silmek istediğinizden emin misiniz?",
|
|
96
37
|
"Are you sure you want to restore this version?": "Bu sürümü geri yüklemek istediğinizden emin misiniz?",
|
|
97
38
|
"Attach the map to my account": "Haritayı hesabıma ekle",
|
|
39
|
+
"attribution": "atıf",
|
|
98
40
|
"Auto": "Otomatik",
|
|
41
|
+
"Automatic": "Otomatik",
|
|
99
42
|
"Autostart when map is loaded": "Harita yüklendiğinde otomatik başlat",
|
|
43
|
+
"Back to preview": "Back to preview",
|
|
44
|
+
"Background overlay url": "Background overlay url",
|
|
45
|
+
"Ball": "Top",
|
|
46
|
+
"Bring feature to center": "Bring feature to center",
|
|
100
47
|
"Browse data": "Verilere göz at",
|
|
48
|
+
"by": "tarafından",
|
|
49
|
+
"Cache proxied request": "Önbellek proxy isteği",
|
|
101
50
|
"Cancel edits": "Düzenlemeleri iptal et",
|
|
51
|
+
"Cancel": "İptal",
|
|
52
|
+
"Caption": "Başlık",
|
|
102
53
|
"Center map on your location": "Bulunduğunuz yere göre haritayı ortala",
|
|
103
54
|
"Change map background": "Harita arkaplanını değiştir",
|
|
104
55
|
"Change tilelayers": "Haritalama katmanlarını değiştir",
|
|
56
|
+
"Change": "Change",
|
|
105
57
|
"Choose a preset": "Bir ön ayar seç",
|
|
58
|
+
"Choose the data format": "Veri biçimini seçin",
|
|
106
59
|
"Choose the format of the data to import": "İçe aktarılacak verilerin biçimini seç",
|
|
107
60
|
"Choose the layer to import in": "İçe aktarılacak katmanı seç",
|
|
61
|
+
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
62
|
+
"Choropleth classes": "Choropleth classes",
|
|
63
|
+
"Choropleth color palette": "Choropleth color palette",
|
|
64
|
+
"Choropleth mode": "Choropleth mode",
|
|
65
|
+
"Choropleth property value": "Choropleth property value",
|
|
66
|
+
"Choropleth": "Choropleth",
|
|
67
|
+
"Circle": "Daire",
|
|
68
|
+
"clear": "temizle",
|
|
108
69
|
"Click last point to finish shape": "Şekli bitirmek için son noktaya tıklayın",
|
|
109
70
|
"Click to add a marker": "Bir işaretleyici eklemek için tıklayın",
|
|
110
71
|
"Click to continue drawing": "Çizime devam etmek için tıklayın",
|
|
111
72
|
"Click to edit": "Düzenlemek için tıkla",
|
|
112
73
|
"Click to start drawing a line": "Çizgi çizmeye başlamak için tıkla",
|
|
113
74
|
"Click to start drawing a polygon": "Çokgen çizmeye başlamak için tıkla",
|
|
114
|
-
"Clone": "Kopyala",
|
|
115
75
|
"Clone of {name}": "{name} kopyası",
|
|
116
76
|
"Clone this feature": "Bu özelliği kopyala",
|
|
117
77
|
"Clone this map": "Bu haritayı kopyala",
|
|
78
|
+
"Clone": "Kopyala",
|
|
118
79
|
"Close": "Kapat",
|
|
80
|
+
"Clustered": "Kümelenmiş",
|
|
119
81
|
"Clustering radius": "Kümeleme yarıçapı",
|
|
82
|
+
"collapsed": "çökmüş",
|
|
83
|
+
"color": "renk",
|
|
84
|
+
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
85
|
+
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
120
86
|
"Comma separated list of properties to use when filtering features": "Özellikleri filtrelerken kullanılacak özelliklerin virgülle ayrılmış listesi",
|
|
121
87
|
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.",
|
|
122
|
-
"
|
|
88
|
+
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
123
89
|
"Continue line (Ctrl+Click)": "Çizgiye devam et (Ctrl+Click)",
|
|
90
|
+
"Continue line": "Çizgiye devam et",
|
|
124
91
|
"Coordinates": "Koordinatlar",
|
|
92
|
+
"Copy link": "Copy link",
|
|
93
|
+
"copy": "copy",
|
|
125
94
|
"Credits": "Krediler",
|
|
95
|
+
"Current map view": "Current map view",
|
|
126
96
|
"Current view instead of default map view?": "Varsayılan harita görünümü yerine mevcut görünüm?",
|
|
127
97
|
"Custom background": "Varsayılan arkaplan",
|
|
98
|
+
"Custom overlay": "Custom overlay",
|
|
99
|
+
"dash array": "dash array",
|
|
100
|
+
"Data browser": "Veri tarayıcı",
|
|
128
101
|
"Data is browsable": "Veriler göz atılabilir",
|
|
102
|
+
"Datalayers": "Datalayers",
|
|
129
103
|
"Default interaction options": "Varsayılan etkileşim seçenekleri",
|
|
130
104
|
"Default properties": "Varsayılan özellikler",
|
|
131
105
|
"Default shape properties": "Varsayılan şekil özellikleri",
|
|
106
|
+
"Default view": "Default view",
|
|
107
|
+
"Default zoom level": "Varsayılan yakınlaştırma seviyesi",
|
|
108
|
+
"Default": "Varsayılan",
|
|
109
|
+
"Default: name": "Varsayılan: adı",
|
|
132
110
|
"Define link to open in a new window on polygon click.": "Poligona tıklayınca yeni bir pencerede açılacak bağlantıyı tanımlayın.",
|
|
111
|
+
"define": "belirt",
|
|
133
112
|
"Delay between two transitions when in play mode": "Oynatma modundayken iki geçiş arasında gecikme",
|
|
134
|
-
"Delete": "Sil",
|
|
135
113
|
"Delete all layers": "Bütün katmanları sil",
|
|
136
114
|
"Delete layer": "Katmanı sil",
|
|
137
115
|
"Delete this feature": "Bu özelliği sil",
|
|
138
116
|
"Delete this property on all the features": "Bu özelliği tüm nesnelerde sil",
|
|
139
117
|
"Delete this shape": "Bu şekli sil",
|
|
140
118
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
119
|
+
"Delete": "Sil",
|
|
120
|
+
"description": "açıklama",
|
|
121
|
+
"Direct link": "Direct link",
|
|
141
122
|
"Directions from here": "Directions from here",
|
|
123
|
+
"Display label": "Etiketi görüntüle",
|
|
142
124
|
"Display measure": "Ölçüyü göster",
|
|
125
|
+
"display name": "görünen ad",
|
|
143
126
|
"Display on load": "Yüklerken görüntüle",
|
|
127
|
+
"Display the control to open OpenStreetMap editor": "OpenStreetMap editörünü açmak için denetimi görüntüle",
|
|
128
|
+
"Display the data layers control": "Veri katmanları denetimini görüntüle",
|
|
129
|
+
"Display the embed control": "Yerleştirme denetim görüntüle",
|
|
130
|
+
"Display the fullscreen control": "Tam ekran denetimini görüntüle",
|
|
131
|
+
"Display the locate control": "Konum denetimini görüntüle",
|
|
132
|
+
"Display the measure control": "Ölçüm denetimini görüntüle",
|
|
133
|
+
"Display the search control": "Arama denetimini görüntüle",
|
|
134
|
+
"Display the star map button": "Display the star map button",
|
|
135
|
+
"Display the tile layers control": "Döşeme katmanları kontrolünü göster",
|
|
136
|
+
"Display the zoom control": "Yakınlaştırma denetimini görüntüle",
|
|
137
|
+
"Do you want to display a caption bar?": "Başlık çubuğunu görüntülemek istiyor musunuz?",
|
|
138
|
+
"Do you want to display a minimap?": "Bir minimap görüntülemek istiyor musunuz?",
|
|
139
|
+
"Do you want to display a panel on load?": "Yükleme sırasında bir panel görüntülemek istiyor musunuz?",
|
|
140
|
+
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
141
|
+
"Do you want to display popup footer?": "Açılır altbilgi görüntülemek istiyor musunuz?",
|
|
142
|
+
"Do you want to display the scale control?": "Ölçek kontrolünü görüntülemek istiyor musunuz?",
|
|
143
|
+
"Do you want to display the «more» control?": "«Daha fazla» denetim görüntülemek istiyor musunuz?",
|
|
144
144
|
"Download": "İndir",
|
|
145
145
|
"Drag to reorder": "Yeniden sıralamak için sürükle",
|
|
146
146
|
"Draw a marker": "Bir işaretleyici çiz",
|
|
147
147
|
"Draw a polygon": "Bir çokgen çiz",
|
|
148
148
|
"Draw a polyline": "Çoklu çizgi çiz",
|
|
149
|
-
"
|
|
149
|
+
"Drawing": "Drawing",
|
|
150
|
+
"Drop": "Bırak",
|
|
150
151
|
"Dynamic properties": "Dinamik özellikler",
|
|
151
|
-
"
|
|
152
|
+
"Dynamic": "Dinamik",
|
|
152
153
|
"Edit feature's layer": "Özellikler katmanını düzenle",
|
|
153
|
-
"Edit map properties": "Harita özelliklerini düzenle",
|
|
154
154
|
"Edit properties in a table": "Özellikleri bir tabloda düzenle",
|
|
155
|
+
"Edit the title of the map": "Edit the title of the map",
|
|
155
156
|
"Edit this feature": "Bu özelliği düzenle",
|
|
157
|
+
"Edit": "Düzenle",
|
|
158
|
+
"Email": "Email",
|
|
159
|
+
"Embed and link options": "Embed and link options",
|
|
156
160
|
"Embed the map": "Haritayı yerleştir",
|
|
161
|
+
"Emoji & Character": "Emoji & Character",
|
|
157
162
|
"Empty": "Boşalt",
|
|
163
|
+
"Equidistant": "Equidistant",
|
|
164
|
+
"Error in the overlay URL": "Error in the overlay URL",
|
|
158
165
|
"Error in the tilelayer URL": "Katman URL'sinde hata",
|
|
159
166
|
"Exit Fullscreen": "Tam ekrandan çık",
|
|
167
|
+
"expanded": "genişletilmiş",
|
|
160
168
|
"Extract shape to separate feature": "Özelliği ayırmak için şekli ayıklayın",
|
|
169
|
+
"Facet keys": "Facet keys",
|
|
170
|
+
"Facet search": "Facet search",
|
|
171
|
+
"Feature identifier key": "Nesne tanımlayıcı anahtarı",
|
|
172
|
+
"Feature properties": "Feature properties",
|
|
161
173
|
"Fetch data each time map view changes.": "Harita görünümü her değiştiğinde verileri alın.",
|
|
174
|
+
"fill color": "dolgu rengi",
|
|
175
|
+
"fill opacity": "dolgu şeffaflığı",
|
|
176
|
+
"fill": "doldur",
|
|
162
177
|
"Filter keys": "Anahtarları filtrele",
|
|
178
|
+
"Filter": "Filter",
|
|
179
|
+
"Fit all data": "Fit all data",
|
|
163
180
|
"Format": "Format",
|
|
164
181
|
"From zoom": "Yakınlaştırmadan",
|
|
182
|
+
"full backup": "full backup",
|
|
183
|
+
"Generic": "Generic",
|
|
184
|
+
"GeoRSS (only link)": "GeoRSS (sadece bağlantı)",
|
|
185
|
+
"GeoRSS (title + image)": "GeoRSS (başlık + resim)",
|
|
186
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
187
|
+
"Go to the homepage": "Go to the homepage",
|
|
165
188
|
"Go to «{feature}»": "«{feature}» git",
|
|
166
189
|
"Heatmap intensity property": "Isı haritası yoğunluk özelliği",
|
|
167
190
|
"Heatmap radius": "Isı haritası yarıçapı",
|
|
191
|
+
"Heatmap": "Isı haritası",
|
|
192
|
+
"height": "yükseklik",
|
|
168
193
|
"Help": "Yardım",
|
|
194
|
+
"hidden": "saklı",
|
|
169
195
|
"Hide controls": "Kontrolleri gizle",
|
|
170
196
|
"Home": "Ana sayfa",
|
|
171
197
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
|
|
198
|
+
"icon opacity": "icon opacity",
|
|
199
|
+
"Icon shape": "Simge şekli",
|
|
200
|
+
"Icon symbol": "Simge sembolu",
|
|
201
|
+
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
|
172
202
|
"Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{http://iframe.url.com|height}}}",
|
|
173
203
|
"Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}",
|
|
204
|
+
"iframe": "iframe",
|
|
174
205
|
"Iframe: {{{http://iframe.url.com}}}": "Iframe: {{{http://iframe.url.com}}}",
|
|
175
206
|
"Image with custom width (in px): {{http://image.url.com|width}}": "Özel genişliğe sahip resim (piksel cinsinden): {{http://image.url.com|width}}",
|
|
176
207
|
"Image: {{http://image.url.com}}": "Görüntü: {{http://image.url.com}}",
|
|
177
|
-
"Import": "İçe aktar",
|
|
178
208
|
"Import data": "İçeri veri aktar",
|
|
179
209
|
"Import in a new layer": "Yeni katman aktar",
|
|
210
|
+
"Import": "İçe aktar",
|
|
180
211
|
"Imports all umap data, including layers and settings.": "Katmanlar ve özellikler dahil olmak üzere bütün umap verisini ekle.",
|
|
181
212
|
"Include full screen link?": "Tam ekran bağlantısını ekle?",
|
|
213
|
+
"Inherit": "Devral",
|
|
214
|
+
"inherit": "Devralır",
|
|
182
215
|
"Interaction options": "Etkileşim seçenekleri",
|
|
183
|
-
"Invalid
|
|
216
|
+
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
184
217
|
"Invalid umap data in {filename}": "{filename}'de geçersiz umap verisi",
|
|
218
|
+
"Invalid umap data": "Geçersiz umap verisi",
|
|
219
|
+
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
220
|
+
"Jenks-Fisher": "Jenks-Fisher",
|
|
221
|
+
"K-means": "K-means",
|
|
185
222
|
"Keep current visible layers": "Şuan görünen katmanları tut",
|
|
223
|
+
"kilometers": "kilometre",
|
|
224
|
+
"km": "km",
|
|
225
|
+
"Label direction": "Etiket yönü",
|
|
226
|
+
"Label key": "Etiketin anahtarı",
|
|
227
|
+
"Labels are clickable": "Etiketler tıklanabilir",
|
|
228
|
+
"Latest feature": "Latest feature",
|
|
186
229
|
"Latitude": "Enlem",
|
|
187
|
-
"Layer": "Katman",
|
|
188
230
|
"Layer properties": "Katman özellikleri",
|
|
231
|
+
"Layer": "Katman",
|
|
189
232
|
"Licence": "Lisans",
|
|
233
|
+
"licence": "lisans",
|
|
190
234
|
"Limit bounds": "Sınırı sınırlandır",
|
|
235
|
+
"Link to view the map": "Link to view the map",
|
|
191
236
|
"Link to…": "Şuna bağlantı...",
|
|
192
237
|
"Link with text: [[http://example.com|text of the link]]": "Metin ile bağlantı: [[http://example.com|text of the link]]",
|
|
193
238
|
"Long credits": "Uzun krediler",
|
|
194
239
|
"Longitude": "Boylam",
|
|
195
240
|
"Make main shape": "Ana şekil yap",
|
|
196
241
|
"Manage layers": "Katmanları yönet",
|
|
242
|
+
"Manual": "Manual",
|
|
197
243
|
"Map background credits": "Map background credits",
|
|
198
244
|
"Map has been attached to your account": "Harita hesabınıza bağlandı",
|
|
199
245
|
"Map has been saved!": "Harita kaydedildi!",
|
|
246
|
+
"Map has been starred": "Map has been starred",
|
|
247
|
+
"Map has been unstarred": "Map has been unstarred",
|
|
200
248
|
"Map user content has been published under licence": "Harita kullanıcı içeriği lisans altında yayınlandı",
|
|
201
249
|
"Map's editors": "Haritanın editörü",
|
|
202
250
|
"Map's owner": "Haritanın sahibi",
|
|
251
|
+
"max East": "max Doğu",
|
|
252
|
+
"max North": "max Kuzey",
|
|
253
|
+
"max South": "max Güney",
|
|
254
|
+
"max West": "max Batı",
|
|
255
|
+
"max zoom": "max yakınlaştır",
|
|
256
|
+
"Measure distances": "Mesafeleri ölçün",
|
|
203
257
|
"Merge lines": "Çizgileri birleştir",
|
|
258
|
+
"mi": "mi",
|
|
259
|
+
"miles": "mil",
|
|
260
|
+
"min zoom": "min yakınlaştırma",
|
|
204
261
|
"More controls": "Daha fazla kontrol",
|
|
205
262
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Geçerli CSS değeri olmalı (örneğin: DarkBlue ya da #123456)",
|
|
263
|
+
"name": "adı",
|
|
264
|
+
"nautical miles": "deniz mil",
|
|
265
|
+
"never": "asla",
|
|
266
|
+
"new window": "yeni pencere",
|
|
267
|
+
"next": "sonraki",
|
|
268
|
+
"NM": "NM",
|
|
269
|
+
"No cache": "Önbellek yok",
|
|
206
270
|
"No licence has been set": "Hiçbir lisans ayarlanmadı",
|
|
271
|
+
"No results for these facets": "No results for these facets",
|
|
207
272
|
"No results": "Sonuç yok",
|
|
273
|
+
"no": "hayır",
|
|
274
|
+
"No.": "No.",
|
|
275
|
+
"None": "Hiçbiri",
|
|
276
|
+
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
277
|
+
"On the bottom": "Altta",
|
|
278
|
+
"On the left": "Solda",
|
|
279
|
+
"On the right": "Sağda",
|
|
280
|
+
"On the top": "Üstte",
|
|
281
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
282
|
+
"opacity": "şeffaflık",
|
|
283
|
+
"Opacity": "Opacity",
|
|
284
|
+
"Open current feature on load": "Mevcut yüklemede olan nesneyi aç",
|
|
208
285
|
"Open link in…": "Bağlantıyı şurada aç",
|
|
286
|
+
"Open share & download panel": "Open share & download panel",
|
|
209
287
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "OpenStreetMap'e daha doğru veri sağlayabilmek için bu harita kapsamını bir harita düzenleyicide aç",
|
|
288
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
210
289
|
"Optional intensity property for heatmap": "Isı haritası için isteğe bağlı yoğunluk özelliği",
|
|
211
290
|
"Optional. Same as color if not set.": "İsteğe bağlı. Eğer ayarlanmazsa renk ile aynı.",
|
|
291
|
+
"Optional.": "İsteğe bağlı.",
|
|
212
292
|
"Override clustering radius (default 80)": "Kümeleme yarıçapını geçersiz kıl (varsayılan 80)",
|
|
213
293
|
"Override heatmap radius (default 25)": "Isı haritası yarıçapını geçersiz kıl (varsayılan 25)",
|
|
294
|
+
"parent window": "üst pencere",
|
|
295
|
+
"Paste your data here": "Paste your data here",
|
|
296
|
+
"Permalink": "Kalıcı bağlantı",
|
|
297
|
+
"Permanent credits background": "Permanent credits background",
|
|
298
|
+
"Permanent credits": "Permanent credits",
|
|
214
299
|
"Please be sure the licence is compliant with your use.": "Lütfen lisansın kullanımınızla uyumlu olduğundan emin olun.",
|
|
215
300
|
"Please choose a format": "Lütfen bir biçim seçin",
|
|
216
301
|
"Please enter the name of the property": "Lütfen bu özelliğin adını girin",
|
|
217
302
|
"Please enter the new name of this property": "Lütfen bu özelliğin yeni adını girin",
|
|
303
|
+
"Please save the map first": "Lütfen önce haritayı kaydedin",
|
|
304
|
+
"Popup (large)": "Açılır pencere (büyük)",
|
|
305
|
+
"Popup content style": "Pop-up içerik stili",
|
|
306
|
+
"Popup content template": "Pop-up içerik şablonu",
|
|
307
|
+
"Popup shape": "Pop-up şekli",
|
|
308
|
+
"Popup": "Açılır pencere",
|
|
309
|
+
"Powered by uMap": "Powered by uMap",
|
|
310
|
+
"previous": "önceki",
|
|
311
|
+
"Problem in the response": "Problem in the response",
|
|
218
312
|
"Properties imported:": "İçe aktarılan özellikler:",
|
|
219
313
|
"Provide an URL here": "Buraya bir URL girin",
|
|
220
314
|
"Proxy request": "Proxy isteği",
|
|
315
|
+
"Quantiles": "Quantiles",
|
|
316
|
+
"Recent": "Recent",
|
|
221
317
|
"Remote data": "Uzaktan veriler",
|
|
222
318
|
"Remove shape from the multi": "Şekli çokludan kaldır",
|
|
223
319
|
"Rename this property on all the features": "Bu özelliği tüm nesnelerde yeniden adlandırın",
|
|
224
320
|
"Replace layer content": "Katman içeriğini değiştir",
|
|
225
321
|
"Restore this version": "Bu sürümü geri yükleyin",
|
|
226
|
-
"Save": "Kaydet",
|
|
227
322
|
"Save anyway": "Yine de kaydet",
|
|
228
323
|
"Save current edits": "Şimdiki düzenlemeleri kaydet",
|
|
324
|
+
"Save map": "Save map",
|
|
229
325
|
"Save this center and zoom": "Bu merkezi kaydet ve yakınlaştır",
|
|
230
326
|
"Save this location as new feature": "Bu konumu yeni özellik olarak kaydet",
|
|
327
|
+
"Save": "Kaydet",
|
|
328
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
231
329
|
"Search location": "Konum ara",
|
|
232
|
-
"
|
|
233
|
-
"
|
|
330
|
+
"Search": "Search",
|
|
331
|
+
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
|
332
|
+
"Secret edit link:": "Secret edit link:",
|
|
333
|
+
"See layers": "See layers",
|
|
234
334
|
"See full screen": "Tam ekranda gör",
|
|
335
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
336
|
+
"Select data": "Select data",
|
|
337
|
+
"Send me the link": "Send me the link",
|
|
235
338
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Bu katmanı slayt gösterisinden, veri tarayıcısından, pop-up gezinmeden gizlemek için yanlış olarak ayarlayın ...",
|
|
339
|
+
"settings": "settings",
|
|
236
340
|
"Shape properties": "Şekil özellikleri",
|
|
341
|
+
"Share and download": "Share and download",
|
|
342
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
237
343
|
"Short credits": "Kısa krediler",
|
|
344
|
+
"Short link": "Short link",
|
|
345
|
+
"Show this layer in the caption": "Show this layer in the caption",
|
|
238
346
|
"Show/hide layer": "Katmanı göster/gizle",
|
|
347
|
+
"Side panel": "Yan panel",
|
|
239
348
|
"Simple link: [[http://example.com]]": "Basit bağlantı: [[http://example.com]]",
|
|
349
|
+
"Simplify": "Basitleştir",
|
|
350
|
+
"Skipping unknown geometry.type: {type}": "Bilinmeyen geometri tipini atlama: {type}",
|
|
240
351
|
"Slideshow": "Slayt gösterisi",
|
|
241
352
|
"Sort key": "Kısa anahtar",
|
|
242
353
|
"Split line": "Çizgiyi böl",
|
|
354
|
+
"Star this map": "Star this map",
|
|
243
355
|
"Start a hole here": "Burada bir delik aç",
|
|
244
356
|
"Start slideshow": "Slayt gösterisini başlat",
|
|
245
357
|
"Stop editing": "Düzenlemeyi durdur",
|
|
246
358
|
"Stop slideshow": "Slayt gösterisini durdur",
|
|
359
|
+
"Street": "Street",
|
|
360
|
+
"stroke": "stroke",
|
|
247
361
|
"Supported scheme": "Desteklenen şema",
|
|
248
362
|
"Supported variables that will be dynamically replaced": "Dinamik olarak değiştirilecek desteklenen değişkenler",
|
|
249
|
-
"
|
|
363
|
+
"Switch to edit mode": "Switch to edit mode",
|
|
364
|
+
"Symbol": "Symbol",
|
|
365
|
+
"Table": "Tablo",
|
|
250
366
|
"Text color for the cluster label": "Küme etiketi için metin rengi",
|
|
251
367
|
"Text formatting": "Metin biçimlendirme",
|
|
368
|
+
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
|
|
369
|
+
"The name of the property to use as feature unique identifier.": "Nesne özgün tanımlayıcısı olarak kullanılacak özelliğin adı",
|
|
370
|
+
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
371
|
+
"TMS format": "TMS formatı",
|
|
252
372
|
"To use if remote server doesn't allow cross domain (slower)": "Uzak sunucu etki alanları arası izin vermiyorsa kullanmak için (daha yavaş)",
|
|
253
373
|
"To zoom": "Yakınlaştırmak için",
|
|
374
|
+
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
375
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
254
376
|
"Transfer shape to edited feature": "Şekli düzenlenmiş özelliğe transfer et",
|
|
255
377
|
"Transform to lines": "Çizgilere dönüştür",
|
|
256
378
|
"Transform to polygon": "Çokgene dönüştür",
|
|
379
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
380
|
+
"Type char or paste emoji": "Type char or paste emoji",
|
|
257
381
|
"Type of layer": "Katmanın tipi",
|
|
258
382
|
"Unable to detect format of file {filename}": "Dosyanın biçimi belirlenemedi {filename}",
|
|
259
383
|
"Untitled layer": "Adlandırılmamış katman",
|
|
260
384
|
"Untitled map": "Adlandırılmamış harita",
|
|
261
|
-
"Update permissions": "İzinleri güncelle",
|
|
262
385
|
"Update permissions and editors": "İzinleri ve düzenleyicileri güncelleyin",
|
|
386
|
+
"Update permissions": "İzinleri güncelle",
|
|
387
|
+
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
263
388
|
"Url": "Url",
|
|
389
|
+
"URL": "URL",
|
|
264
390
|
"Use current bounds": "Geçerli sınırları kullan",
|
|
265
391
|
"Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Parantezler arasında nesne özelliklerine sahip yer tutucuları kullanın, örneğin. {isim}, dinamik olarak karşılık gelen değerlerle değiştirilecektir.",
|
|
266
392
|
"User content credits": "Kullanıcı içerik kredisi",
|
|
267
393
|
"User interface options": "Kullanıcı arayüzü seçenekleri",
|
|
394
|
+
"User location": "User location",
|
|
395
|
+
"Verify remote URL": "Verify remote URL",
|
|
268
396
|
"Versions": "Sürümler",
|
|
269
397
|
"View Fullscreen": "Tam ekranda görüntüle",
|
|
398
|
+
"View": "View",
|
|
399
|
+
"Visibility: {status}": "Visibility: {status}",
|
|
400
|
+
"weight": "kalınlık",
|
|
270
401
|
"Where do we go from here?": "Buradan sonra nereye gidiyoruz?",
|
|
271
402
|
"Whether to display or not polygons paths.": "Çokgen yolların görüntülenip görüntülenmeyeceği",
|
|
272
403
|
"Whether to fill polygons with color.": "Çokgenleri renkle doldur ya da doldurma",
|
|
404
|
+
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
|
|
273
405
|
"Who can edit": "Kim düzenleyebilir",
|
|
274
406
|
"Who can view": "Kim görüntüleyebilir",
|
|
407
|
+
"width": "genişlik",
|
|
275
408
|
"Will be displayed in the bottom right corner of the map": "Haritanın sağ alt köşesinde görüntülenecek",
|
|
409
|
+
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
|
|
276
410
|
"Will be visible in the caption of the map": "Haritanın başlığında görüntülenecek",
|
|
277
411
|
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Başka biri verileri düzenlemiş gibi görünüyor. Yine de kaydedebilirsiniz, ancak bu başkaları tarafından yapılan değişiklikleri siler.",
|
|
412
|
+
"yes": "evet",
|
|
413
|
+
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
278
414
|
"Zoom in": "Yakınlaştır",
|
|
279
415
|
"Zoom level for automatic zooms": "Otomatik yakınlaştırma için yakınlaştırma seviyesi",
|
|
280
416
|
"Zoom out": "Uzaklaştır",
|
|
@@ -283,155 +419,34 @@ const locale = {
|
|
|
283
419
|
"Zoom to the previous": "Bir öncekine yakınlaştır",
|
|
284
420
|
"Zoom to this feature": "Bu nesneyi yakınlaştır",
|
|
285
421
|
"Zoom to this place": "Bu yere yakınlaştırın",
|
|
286
|
-
"attribution": "atıf",
|
|
287
|
-
"by": "tarafından",
|
|
288
|
-
"display name": "görünen ad",
|
|
289
|
-
"height": "yükseklik",
|
|
290
|
-
"licence": "lisans",
|
|
291
|
-
"max East": "max Doğu",
|
|
292
|
-
"max North": "max Kuzey",
|
|
293
|
-
"max South": "max Güney",
|
|
294
|
-
"max West": "max Batı",
|
|
295
|
-
"max zoom": "max yakınlaştır",
|
|
296
|
-
"min zoom": "min yakınlaştırma",
|
|
297
|
-
"next": "sonraki",
|
|
298
|
-
"previous": "önceki",
|
|
299
|
-
"width": "genişlik",
|
|
300
|
-
"{count} errors during import: {message}": "{sayı} içe aktarma sırasında hatalar: {mesaj}",
|
|
301
|
-
"Measure distances": "Mesafeleri ölçün",
|
|
302
|
-
"NM": "NM",
|
|
303
|
-
"kilometers": "kilometre",
|
|
304
|
-
"km": "km",
|
|
305
|
-
"mi": "mi",
|
|
306
|
-
"miles": "mil",
|
|
307
|
-
"nautical miles": "deniz mil",
|
|
308
|
-
"1 day": "1 gün",
|
|
309
|
-
"1 hour": "1 saat",
|
|
310
|
-
"5 min": "5 dakika",
|
|
311
|
-
"Cache proxied request": "Önbellek proxy isteği",
|
|
312
|
-
"No cache": "Önbellek yok",
|
|
313
|
-
"Popup": "Açılır pencere",
|
|
314
|
-
"Popup (large)": "Açılır pencere (büyük)",
|
|
315
|
-
"Popup content style": "Pop-up içerik stili",
|
|
316
|
-
"Popup shape": "Pop-up şekli",
|
|
317
|
-
"Skipping unknown geometry.type: {type}": "Bilinmeyen geometri tipini atlama: {type}",
|
|
318
|
-
"Optional.": "İsteğe bağlı.",
|
|
319
|
-
"Paste your data here": "Paste your data here",
|
|
320
|
-
"Please save the map first": "Lütfen önce haritayı kaydedin",
|
|
321
|
-
"Feature identifier key": "Nesne tanımlayıcı anahtarı",
|
|
322
|
-
"Open current feature on load": "Mevcut yüklemede olan nesneyi aç",
|
|
323
|
-
"Permalink": "Kalıcı bağlantı",
|
|
324
|
-
"The name of the property to use as feature unique identifier.": "Nesne özgün tanımlayıcısı olarak kullanılacak özelliğin adı",
|
|
325
|
-
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
326
|
-
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
327
|
-
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
328
|
-
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
329
|
-
"Permanent credits": "Permanent credits",
|
|
330
|
-
"Permanent credits background": "Permanent credits background",
|
|
331
|
-
"Select data": "Select data",
|
|
332
|
-
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
|
|
333
422
|
"{area} acres": "{area} acres",
|
|
334
423
|
"{area} ha": "{area} ha",
|
|
335
424
|
"{area} m²": "{area} m²",
|
|
336
425
|
"{area} mi²": "{area} mi²",
|
|
337
426
|
"{area} yd²": "{area} yd²",
|
|
338
|
-
"{
|
|
427
|
+
"{count} errors during import: {message}": "{sayı} içe aktarma sırasında hatalar: {mesaj}",
|
|
428
|
+
"{delay} seconds": "{gecikme} saniye",
|
|
339
429
|
"{distance} km": "{distance} km",
|
|
340
430
|
"{distance} m": "{distance} m",
|
|
341
431
|
"{distance} miles": "{distance} miles",
|
|
432
|
+
"{distance} NM": "{distance} NM",
|
|
342
433
|
"{distance} yd": "{distance} yd",
|
|
343
|
-
"
|
|
344
|
-
"
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"Email": "Email",
|
|
360
|
-
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
|
361
|
-
"Send me the link": "Send me the link",
|
|
362
|
-
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
363
|
-
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
364
|
-
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
365
|
-
"icon opacity": "icon opacity",
|
|
366
|
-
"*single star for italic*": "*single star for italic*",
|
|
367
|
-
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
368
|
-
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
|
|
369
|
-
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
|
|
370
|
-
"Default view": "Default view",
|
|
371
|
-
"Facet keys": "Facet keys",
|
|
372
|
-
"Facet search": "Facet search",
|
|
373
|
-
"Feature properties": "Feature properties",
|
|
374
|
-
"Latest feature": "Latest feature",
|
|
375
|
-
"No results for these facets": "No results for these facets",
|
|
376
|
-
"Saved center and zoom": "Saved center and zoom",
|
|
377
|
-
"User location": "User location",
|
|
378
|
-
"Visibility: {status}": "Visibility: {status}",
|
|
379
|
-
"Fit all data": "Fit all data",
|
|
380
|
-
"Verify remote URL": "Verify remote URL",
|
|
381
|
-
"Add": "Add",
|
|
382
|
-
"Change": "Change",
|
|
383
|
-
"Powered by uMap": "Powered by uMap",
|
|
384
|
-
"Search": "Search",
|
|
385
|
-
"Datalayers": "Datalayers",
|
|
386
|
-
"Secret edit link:": "Secret edit link:",
|
|
387
|
-
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
|
|
388
|
-
"Choropleth": "Choropleth",
|
|
389
|
-
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
390
|
-
"Choropleth classes": "Choropleth classes",
|
|
391
|
-
"Choropleth color palette": "Choropleth color palette",
|
|
392
|
-
"Choropleth mode": "Choropleth mode",
|
|
393
|
-
"Choropleth property value": "Choropleth property value",
|
|
394
|
-
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
395
|
-
"Equidistant": "Equidistant",
|
|
396
|
-
"Jenks-Fisher": "Jenks-Fisher",
|
|
397
|
-
"K-means": "K-means",
|
|
398
|
-
"Manual": "Manual",
|
|
399
|
-
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
400
|
-
"Quantiles": "Quantiles",
|
|
401
|
-
"Show this layer in the caption": "Show this layer in the caption",
|
|
402
|
-
"Back to preview": "Back to preview",
|
|
403
|
-
"Drawing": "Drawing",
|
|
404
|
-
"Edit the title of the map": "Edit the title of the map",
|
|
405
|
-
"Go to the homepage": "Go to the homepage",
|
|
406
|
-
"Switch to edit mode": "Switch to edit mode",
|
|
407
|
-
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
408
|
-
"View": "View",
|
|
409
|
-
"Add image URL": "Add image URL",
|
|
410
|
-
"Emoji & Character": "Emoji & Character",
|
|
411
|
-
"Generic": "Generic",
|
|
412
|
-
"Symbol": "Symbol",
|
|
413
|
-
"Type char or paste emoji": "Type char or paste emoji",
|
|
414
|
-
"URL": "URL",
|
|
415
|
-
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
|
416
|
-
"Save map": "Save map",
|
|
417
|
-
"Toggle edit mode": "Toggle edit mode",
|
|
418
|
-
"All data and settings of the map": "All data and settings of the map",
|
|
419
|
-
"Embed and link options": "Embed and link options",
|
|
420
|
-
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
421
|
-
"Link to view the map": "Link to view the map",
|
|
422
|
-
"No.": "No.",
|
|
423
|
-
"Only visible layers' data": "Only visible layers' data",
|
|
424
|
-
"Open share & download panel": "Open share & download panel",
|
|
425
|
-
"OpenStreetMap": "OpenStreetMap",
|
|
426
|
-
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
427
|
-
"Share and download": "Share and download",
|
|
428
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
429
|
-
"Short link": "Short link",
|
|
430
|
-
"Street": "Street",
|
|
431
|
-
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
432
|
-
"copy": "copy",
|
|
433
|
-
"full backup": "full backup",
|
|
434
|
-
"settings": "settings"
|
|
434
|
+
"Edit map name and caption": "Edit map name and caption",
|
|
435
|
+
"Map advanced properties": "Map advanced properties",
|
|
436
|
+
"Edit map details": "Edit map details",
|
|
437
|
+
"Back to browser": "Back to browser",
|
|
438
|
+
"Toggle size": "Toggle size",
|
|
439
|
+
"Layers": "Layers",
|
|
440
|
+
"Display the caption control": "Display the caption control",
|
|
441
|
+
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
442
|
+
"<empty value>": "<empty value>",
|
|
443
|
+
"Min": "Min",
|
|
444
|
+
"Max": "Max",
|
|
445
|
+
"From": "From",
|
|
446
|
+
"Until": "Until",
|
|
447
|
+
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
|
|
448
|
+
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
449
|
+
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
|
|
435
450
|
}
|
|
436
451
|
L.registerLocale("tr", locale)
|
|
437
452
|
L.setLocale("tr")
|