This commit is contained in:
Yohan Boniface 2024-04-24 21:15:13 +02:00
parent ec7bf88a43
commit 6a48d641c9
97 changed files with 988 additions and 323 deletions

View file

@ -1 +1 @@
VERSION = "2.1.3"
VERSION = "2.2.0b0"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-17 07:41+0000\n"
"POT-Creation-Date: 2024-04-24 19:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -25,7 +25,7 @@ msgstr ""
msgid "Everyone can edit"
msgstr ""
#: forms.py:69 models.py:382
#: forms.py:69 models.py:384
msgid "Inherit"
msgstr ""
@ -53,15 +53,15 @@ msgstr ""
msgid "Order of the tilelayers in the edit box"
msgstr ""
#: models.py:147 models.py:383
#: models.py:147 models.py:385
msgid "Everyone"
msgstr ""
#: models.py:148 models.py:154 models.py:384
#: models.py:148 models.py:154 models.py:386
msgid "Editors only"
msgstr ""
#: models.py:149 models.py:385
#: models.py:149 models.py:387
msgid "Owner only"
msgstr ""
@ -77,63 +77,63 @@ msgstr ""
msgid "Blocked"
msgstr ""
#: models.py:158 models.py:392
msgid "description"
msgstr ""
#: models.py:159
#: models.py:158
msgid "center"
msgstr ""
#: models.py:160
#: models.py:159
msgid "zoom"
msgstr ""
#: models.py:162
#: models.py:161
msgid "locate"
msgstr ""
#: models.py:162
#: models.py:161
msgid "Locate user on load?"
msgstr ""
#: models.py:166
#: models.py:165
msgid "Choose the map licence."
msgstr ""
#: models.py:167
#: models.py:166
msgid "licence"
msgstr ""
#: models.py:178
#: models.py:177
msgid "owner"
msgstr ""
#: models.py:182
#: models.py:181
msgid "editors"
msgstr ""
#: models.py:187 models.py:406
#: models.py:186 models.py:408
msgid "edit status"
msgstr ""
#: models.py:192
#: models.py:191
msgid "share status"
msgstr ""
#: models.py:195 models.py:401
#: models.py:194 models.py:403
msgid "settings"
msgstr ""
#: models.py:323
#: models.py:325
msgid "Clone of"
msgstr ""
#: models.py:396
#: models.py:394
msgid "description"
msgstr ""
#: models.py:398
msgid "display on load"
msgstr ""
#: models.py:397
#: models.py:399
msgid "Display this layer on load."
msgstr ""

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "collapsed",
"color": "ከለር",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "ፊቸሮችን በሚያጣሩበት ጊዜ ሊጠቀሙ የሚችሏቸው በኮማ የተከፋፈሉ የባህርያት ዝርዝር",
"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.": "በኮማ፣ታብ፣ግማሽኮለን የተከፋፈሉ ውጤቶች። SRSWG84 ተመላክቷል። የነጥብ ጂኦሜትሪዎች ብቻ መጥተዋል። የማምጣት ሂደቱ የኮለምን ሄደሮችን በማሰስ «ላቲትዩድ» እና «ሎንጊትዩድ» የሚሉትን ቃላት መኖር ከመጀመሪያው በመነሳት ያጣራል። ሁሉም ኮለምኖች እንደባህርይ መጥተዋል።",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "በታይልሌየሩ የድረ-ገፅ መገኛ ላይ ስህተት ተፈጥሯል",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "ፊቸሩን ለመለየት ቅርፁን ነጥለህ አውጣ",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("am_ET", locale)
L.setLocale("am_ET")

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "ከለር",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "ፊቸሮችን በሚያጣሩበት ጊዜ ሊጠቀሙ የሚችሏቸው በኮማ የተከፋፈሉ የባህርያት ዝርዝር",
"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.": "በኮማ፣ታብ፣ግማሽኮለን የተከፋፈሉ ውጤቶች። SRSWG84 ተመላክቷል። የነጥብ ጂኦሜትሪዎች ብቻ መጥተዋል። የማምጣት ሂደቱ የኮለምን ሄደሮችን በማሰስ «ላቲትዩድ» እና «ሎንጊትዩድ» የሚሉትን ቃላት መኖር ከመጀመሪያው በመነሳት ያጣራል። ሁሉም ኮለምኖች እንደባህርይ መጥተዋል።",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "በታይልሌየሩ የድረ-ገፅ መገኛ ላይ ስህተት ተፈጥሯል",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "ፊቸሩን ለመለየት ቅርፁን ነጥለህ አውጣ",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "collapsed",
"color": "لون",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "الخروج من الشاشة الكاملة",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("ar", locale)
L.setLocale("ar")

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "لون",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "الخروج من الشاشة الكاملة",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "collapsed",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("ast", locale)
L.setLocale("ast")

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "collapsed",
"color": "цвят",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Грешка в URL адреса на слоя",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("bg", locale)
L.setLocale("bg")

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "цвят",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Грешка в URL адреса на слоя",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "serret",
"color": "liv",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Keitpell",
"Error in the overlay URL": "URL foñs ar gartenn direizh",
"Error in the tilelayer URL": "Ur fazi zo en URL foñs ar gartenn",
"Example: key1,key2,key3": "Skouer: key1,key2,key3",
"Exit Fullscreen": "Kuitaat ar mod skramm a-bezh",
"expanded": "digor",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("br", locale)
L.setLocale("br")

View file

@ -82,7 +82,6 @@
"collapsed": "serret",
"color": "liv",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Keitpell",
"Error in the overlay URL": "URL foñs ar gartenn direizh",
"Error in the tilelayer URL": "Ur fazi zo en URL foñs ar gartenn",
"Example: key1,key2,key3": "Skouer: key1,key2,key3",
"Exit Fullscreen": "Kuitaat ar mod skramm a-bezh",
"expanded": "digor",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "collapsed",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Llista separada per comes de les propietats a usar per a les característiques d'ordenació. Per a invertir l'ordre, afegiu un signe menys (-) abans. P. ex. lamevaclau, -unaslatraclau",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "S'ha produït un error en l'URL de superposició",
"Error in the tilelayer URL": "Hi ha un error en l'URL de la cap de tessel·les",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("ca", locale)
L.setLocale("ca")

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Llista separada per comes de les propietats a usar per a les característiques d'ordenació. Per a invertir l'ordre, afegiu un signe menys (-) abans. P. ex. lamevaclau, -unaslatraclau",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "S'ha produït un error en l'URL de superposició",
"Error in the tilelayer URL": "Hi ha un error en l'URL de la cap de tessel·les",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "sbalené",
"color": "barva",
"Comma separated list of numbers, including min and max values.": "Seznam čísel oddělených čárkou, včetně minimálních a maximálních hodnot.",
"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)": "Seznam vlastností oddělených čárkou, které se mají použít pro hledání aspektů (např.: mykey,otherkey). Chcete-li změnit popisek, přidejte jej za | (např.: mykey|Můj klíč,otherkey|Jiný klíč)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Čárkami oddělený seznam vlastností, které se mají použít pro třídění prvků. Chcete-li řazení obrátit, vložte před něj znaménko mínus (-). Např. mykey,-otherkey.",
"Comma separated list of properties to use when filtering features": "Čárkami oddělený seznam vlastností pro filtrování objektů",
"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.": "Hodnoty oddělené čárkou, tabulátorem, nebo středníkem. předpokládá se SRS WGS84 a jsou importovány jen polohy bodů. Import hledá záhlaví sloupců začínající na \"lat\" nebo \"lon\" a ty považuje za souřadnice (na velikosti písmen nesejde). Ostatní sloupce jsou importovány jako vlastnosti.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Stejně vzdálené",
"Error in the overlay URL": "Chyba u URL překryvu dlaždic",
"Error in the tilelayer URL": "Chyba v URL vrstvy dlaždic",
"Example: key1,key2,key3": "Příklad: key1,key2,key3",
"Exit Fullscreen": "Ukončit režim celé obrazovky",
"expanded": "rozbalené",
"Extract shape to separate feature": "Vyjmout tvar do samostatného objektu",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("cs_CZ", locale)
L.setLocale("cs_CZ")

View file

@ -82,7 +82,6 @@
"collapsed": "sbalené",
"color": "barva",
"Comma separated list of numbers, including min and max values.": "Seznam čísel oddělených čárkou, včetně minimálních a maximálních hodnot.",
"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)": "Seznam vlastností oddělených čárkou, které se mají použít pro hledání aspektů (např.: mykey,otherkey). Chcete-li změnit popisek, přidejte jej za | (např.: mykey|Můj klíč,otherkey|Jiný klíč)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Čárkami oddělený seznam vlastností, které se mají použít pro třídění prvků. Chcete-li řazení obrátit, vložte před něj znaménko mínus (-). Např. mykey,-otherkey.",
"Comma separated list of properties to use when filtering features": "Čárkami oddělený seznam vlastností pro filtrování objektů",
"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.": "Hodnoty oddělené čárkou, tabulátorem, nebo středníkem. předpokládá se SRS WGS84 a jsou importovány jen polohy bodů. Import hledá záhlaví sloupců začínající na \"lat\" nebo \"lon\" a ty považuje za souřadnice (na velikosti písmen nesejde). Ostatní sloupce jsou importovány jako vlastnosti.",
@ -164,7 +163,6 @@
"Equidistant": "Stejně vzdálené",
"Error in the overlay URL": "Chyba u URL překryvu dlaždic",
"Error in the tilelayer URL": "Chyba v URL vrstvy dlaždic",
"Example: key1,key2,key3": "Příklad: key1,key2,key3",
"Exit Fullscreen": "Ukončit režim celé obrazovky",
"expanded": "rozbalené",
"Extract shape to separate feature": "Vyjmout tvar do samostatného objektu",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "klappet sammen",
"color": "farver",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Kommasepareret egenskabsliste til brug ved objektfiltrering.",
"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.": "Komma, tabulering eller semikolon adskiller værdier. SRS WGS84 er underforstået. Kun punktgeometri importeres. Importen vil kigge efter kolonner, der indeholder varianter af \"lat\" eller \"lon\" i begyndelsen af overskriften, uden at tage hensyn til små og store bogstaver. Alle andre kolonner importeres som egenskaber.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Fejl i fliselags-URL'en",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Afslut fuldskærm",
"expanded": "udvidet",
"Extract shape to separate feature": "Udtræk figur for at adskille objekt",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("da", locale)
L.setLocale("da")

View file

@ -82,7 +82,6 @@
"collapsed": "klappet sammen",
"color": "farver",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Kommasepareret egenskabsliste til brug ved objektfiltrering.",
"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.": "Komma, tabulering eller semikolon adskiller værdier. SRS WGS84 er underforstået. Kun punktgeometri importeres. Importen vil kigge efter kolonner, der indeholder varianter af \"lat\" eller \"lon\" i begyndelsen af overskriften, uden at tage hensyn til små og store bogstaver. Alle andre kolonner importeres som egenskaber.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Fejl i fliselags-URL'en",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Afslut fuldskærm",
"expanded": "udvidet",
"Extract shape to separate feature": "Udtræk figur for at adskille objekt",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "eingeklappt",
"color": "Farbe",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Komma-getrennte Liste von Eigenschaften, die für die Sortierung verwendet werden sollen. Um die Sortierung umzukehren, setzen ein Minuszeichen (-) davor, z. B. mykey,-otherkey.",
"Comma separated list of properties to use when filtering features": "Kommagetrennte Liste der Merkmale, welche beim Filtern von Elementen verwendet werden sollen",
"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.": "Komma-, Tabulator-, oder Semikolongetrennte Werte. SRS WGS84 ist impliziert. Nur Punktgeometrien werden importiert. Beim Import wird nach Spaltenüberschriften mit jeder Nennung von „lat“ und „lon“ am Anfang der Überschrift gesucht (ohne Beachtung von Groß-/Kleinschreibung). Alle anderen Spalten werden als Merkmale importiert.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Fehler in der Kachelebenen-URL",
"Example: key1,key2,key3": "Beispiel: key1,key2,key3",
"Exit Fullscreen": "Vollbild beenden",
"expanded": "ausgeklappt",
"Extract shape to separate feature": "Form als separates Element extrahieren",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("de", locale)
L.setLocale("de")

View file

@ -82,7 +82,6 @@
"collapsed": "eingeklappt",
"color": "Farbe",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Komma-getrennte Liste von Eigenschaften, die für die Sortierung verwendet werden sollen. Um die Sortierung umzukehren, setzen ein Minuszeichen (-) davor, z. B. mykey,-otherkey.",
"Comma separated list of properties to use when filtering features": "Kommagetrennte Liste der Merkmale, welche beim Filtern von Elementen verwendet werden sollen",
"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.": "Komma-, Tabulator-, oder Semikolongetrennte Werte. SRS WGS84 ist impliziert. Nur Punktgeometrien werden importiert. Beim Import wird nach Spaltenüberschriften mit jeder Nennung von „lat“ und „lon“ am Anfang der Überschrift gesucht (ohne Beachtung von Groß-/Kleinschreibung). Alle anderen Spalten werden als Merkmale importiert.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Fehler in der Kachelebenen-URL",
"Example: key1,key2,key3": "Beispiel: key1,key2,key3",
"Exit Fullscreen": "Vollbild beenden",
"expanded": "ausgeklappt",
"Extract shape to separate feature": "Form als separates Element extrahieren",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "Κατέρρευσε",
"color": "Χρώμα",
"Comma separated list of numbers, including min and max values.": "Λίστα αριθμών διαχωρισμένη με κόμμα, συμπεριλαμβανομένων των ελάχιστων και μέγιστων τιμών.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Λίστα ιδιοτήτων διαχωρισμένων με κόμμα για χρήση κατά το φιλτράρισμα των στοιχείων",
"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.": "Τιμές διαχωρισμένες με κόμμα, tab ή άνω τελεία. Εννοείται και η μορφή SRS WGS84. Εισάγονται μόνο γεωμετρίες σημείων. Η διαδικασία εισαγωγής ελέγχει τις επικεφαλίδες των στηλών για τις ενδείξεις «lat» και «lon» στην αρχή της επικεφαλίδας και κάνει διάκριση πεζών - κεφαλαίων γραμμάτων. Όλες οι άλλες στήλες εισάγονται ως ιδιότητες.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Σφάλμα στη διεύθυνση URL επικάλυψης",
"Error in the tilelayer URL": "Σφάλμα συνδέσμου υποβάθρου",
"Example: key1,key2,key3": "Παράδειγμα: key1,key2,key3",
"Exit Fullscreen": "Κλείσιμο πλήρους οθόνης",
"expanded": "Αναπτυγμένος",
"Extract shape to separate feature": "Εξαγωγή σχήματος σε ξεχωριστό στοιχείο",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("el", locale)
L.setLocale("el")

View file

@ -82,7 +82,6 @@
"collapsed": "Κατέρρευσε",
"color": "Χρώμα",
"Comma separated list of numbers, including min and max values.": "Λίστα αριθμών διαχωρισμένη με κόμμα, συμπεριλαμβανομένων των ελάχιστων και μέγιστων τιμών.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Λίστα ιδιοτήτων διαχωρισμένων με κόμμα για χρήση κατά το φιλτράρισμα των στοιχείων",
"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.": "Τιμές διαχωρισμένες με κόμμα, tab ή άνω τελεία. Εννοείται και η μορφή SRS WGS84. Εισάγονται μόνο γεωμετρίες σημείων. Η διαδικασία εισαγωγής ελέγχει τις επικεφαλίδες των στηλών για τις ενδείξεις «lat» και «lon» στην αρχή της επικεφαλίδας και κάνει διάκριση πεζών - κεφαλαίων γραμμάτων. Όλες οι άλλες στήλες εισάγονται ως ιδιότητες.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Σφάλμα στη διεύθυνση URL επικάλυψης",
"Error in the tilelayer URL": "Σφάλμα συνδέσμου υποβάθρου",
"Example: key1,key2,key3": "Παράδειγμα: key1,key2,key3",
"Exit Fullscreen": "Κλείσιμο πλήρους οθόνης",
"expanded": "Αναπτυγμένος",
"Extract shape to separate feature": "Εξαγωγή σχήματος σε ξεχωριστό στοιχείο",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "collapsed",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("en", locale)
L.setLocale("en")

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "contraído",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Lista de números separados por comas, incluidos los valores mínimo y máximo.",
"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)": "Lista separada por comas de las propiedades a utilizar para la búsqueda de facetas (ej.: miclave,otraclave). Para controlar la etiqueta, añádala después de | (ej.: mykey|Mi Clave,otherkey|Otra Clave)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Lista separada por comas de las propiedades que se utilizarán para ordenar las características. Para invertir la ordenación, anteponga un signo menos (-). Ej. miclave,-otraclave.",
"Comma separated list of properties to use when filtering features": "Lista separada por comas de las propiedades a utilizar al filtrar los elementos",
"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.": "Valores separados por coma, tabulador o punto y coma. SRS WGS84 está implícito. Solo se importan las geometrías de los puntos. La importación buscará en los encabezados de las columnas cualquier mención de «lat» y «lon» al principio del encabezado, sin distinción de mayúsculas y minúsculas. Todas las demás columnas se importan como propiedades.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistante",
"Error in the overlay URL": "Error en la URL de la superposición",
"Error in the tilelayer URL": "Error en la URL del la capa de teselas",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Salir de la pantalla completa",
"expanded": "expandido",
"Extract shape to separate feature": "Extraer la figura a un elemento separado",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("es", locale)
L.setLocale("es")

View file

@ -82,7 +82,6 @@
"collapsed": "contraído",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Lista de números separados por comas, incluidos los valores mínimo y máximo.",
"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)": "Lista separada por comas de las propiedades a utilizar para la búsqueda de facetas (ej.: miclave,otraclave). Para controlar la etiqueta, añádala después de | (ej.: mykey|Mi Clave,otherkey|Otra Clave)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Lista separada por comas de las propiedades que se utilizarán para ordenar las características. Para invertir la ordenación, anteponga un signo menos (-). Ej. miclave,-otraclave.",
"Comma separated list of properties to use when filtering features": "Lista separada por comas de las propiedades a utilizar al filtrar los elementos",
"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.": "Valores separados por coma, tabulador o punto y coma. SRS WGS84 está implícito. Solo se importan las geometrías de los puntos. La importación buscará en los encabezados de las columnas cualquier mención de «lat» y «lon» al principio del encabezado, sin distinción de mayúsculas y minúsculas. Todas las demás columnas se importan como propiedades.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistante",
"Error in the overlay URL": "Error en la URL de la superposición",
"Error in the tilelayer URL": "Error en la URL del la capa de teselas",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Salir de la pantalla completa",
"expanded": "expandido",
"Extract shape to separate feature": "Extraer la figura a un elemento separado",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "ahendatud",
"color": "Värv",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Vigane tausta URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Välju täisekraanist",
"expanded": "laiendatud",
"Extract shape to separate feature": "Ekstrakti kujund eraldi elemendiks",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("et", locale)
L.setLocale("et")

View file

@ -82,7 +82,6 @@
"collapsed": "ahendatud",
"color": "Värv",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Vigane tausta URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Välju täisekraanist",
"expanded": "laiendatud",
"Extract shape to separate feature": "Ekstrakti kujund eraldi elemendiks",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "فرو ریخت",
"color": "رنگ",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "لیستی از خواص جدا شده با کاما برای فیلتر کردن ویژگی ها",
"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.": "مقادیر جدا شده با کاما، برگه یا نیمه کولون. SRS WGS84 ضمنی است. فقط هندسه نقطه وارد می شود. واردات به سربرگهای ستون برای ذکر هرگونه عبارت «lat» و «lon» در ابتدای سرصفحه، بدون حساس به حروف، نگاه می کند. همه ستون های دیگر به عنوان ویژگی وارد می شوند.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "خطا در آدرس اینترنتی لایه کاشی",
"Example: key1,key2,key3": "به عنوان مثال: کلید 1، کلید 2، کلید 3",
"Exit Fullscreen": "خروج از تمام صفحه",
"expanded": "منبسط",
"Extract shape to separate feature": "استخراج شکل به ویژگی جدا",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("fa_IR", locale)
L.setLocale("fa_IR")

View file

@ -82,7 +82,6 @@
"collapsed": "فرو ریخت",
"color": "رنگ",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "لیستی از خواص جدا شده با کاما برای فیلتر کردن ویژگی ها",
"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.": "مقادیر جدا شده با کاما، برگه یا نیمه کولون. SRS WGS84 ضمنی است. فقط هندسه نقطه وارد می شود. واردات به سربرگهای ستون برای ذکر هرگونه عبارت «lat» و «lon» در ابتدای سرصفحه، بدون حساس به حروف، نگاه می کند. همه ستون های دیگر به عنوان ویژگی وارد می شوند.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "خطا در آدرس اینترنتی لایه کاشی",
"Example: key1,key2,key3": "به عنوان مثال: کلید 1، کلید 2، کلید 3",
"Exit Fullscreen": "خروج از تمام صفحه",
"expanded": "منبسط",
"Extract shape to separate feature": "استخراج شکل به ویژگی جدا",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "collapsed",
"color": "väri",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Pilkkueroteltu lista käytettävistä ominaisuuksista piirteitä suodatettaessa.",
"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.": "Pilkku-, tabulaattori- tai puolipiste-erotettuja arvoja. Koordinaattijärjestemänä WGS84. Vain pistegeometriat tuodaan uMapiin. Tietue-tuonti etsii «lat»- ja «lon»-alkavia sarakeotsikoita. Kaikki muut sarakkeet tuodaan ominaisuustietoina.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Virhe karttalaattojen URL:ssä",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "laajennettu",
"Extract shape to separate feature": "Irroita muoto erilliseksi piirteeksi.",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("fi", locale)
L.setLocale("fi")

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "väri",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Pilkkueroteltu lista käytettävistä ominaisuuksista piirteitä suodatettaessa.",
"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.": "Pilkku-, tabulaattori- tai puolipiste-erotettuja arvoja. Koordinaattijärjestemänä WGS84. Vain pistegeometriat tuodaan uMapiin. Tietue-tuonti etsii «lat»- ja «lon»-alkavia sarakeotsikoita. Kaikki muut sarakkeet tuodaan ominaisuustietoina.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Virhe karttalaattojen URL:ssä",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "laajennettu",
"Extract shape to separate feature": "Irroita muoto erilliseksi piirteeksi.",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "fermé",
"color": "Couleur",
"Comma separated list of numbers, including min and max values.": "Liste de nombres séparés par des virgules, y compris les valeurs minimale et maximale.",
"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)": "Liste de propriétés séparées par des virgules pour calculer les facettes (ex.: macle,monautrecle). Pour définir un libellé, on peut l'ajouter après un | (ex.: macle|Ma Clé,monautrecle|Mon Autre Clé)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Liste de propriétés séparées par une virgule pour trier les éléments. Pour trier en descendant, ajouter un signe moins (-) devant. Ex.: maclé,-autreclé.",
"Comma separated list of properties to use when filtering features": "Propriétés à utiliser pour filtrer les éléments (séparées par des virgules)",
"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.": "Virgule, tabulation ou point-virgule pour séparer des valeurs. SRS WGS84 est implicite. Seuls les points géométriques sont importés. L'importation se référera au titre dans les entêtes de colonnes de «lat» et «lon» au début de l'en-tête, et est insensible à la casse. Toutes les autres colonnes sont importées en tant que propriétés.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Équidistant",
"Error in the overlay URL": "URL du fond de carte invalide",
"Error in the tilelayer URL": "Erreur dans l'URL du fond de carte",
"Example: key1,key2,key3": "Exemple: clé1,clé2,clé3",
"Exit Fullscreen": "Quitter le plein écran",
"expanded": "ouvert",
"Extract shape to separate feature": "Extraire la forme",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Retour au navigateur",
"Toggle size": "Basculer la hauteur",
"Layers": "Calques",
"Display the caption control": "Afficher le bouton d'ouverture de la légende"
"Display the caption control": "Afficher le bouton d'ouverture de la légende",
"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.": "Liste de propriétés séparées par des virgules, à utiliser pour le calcul des facettes (ex. : macle,autrecle). Il est possible de préciser le libellé de la facette après un | (ex. : macle|Ma Clé,autrecle|Mon Autre Clé). Il est possible de définir le type de champ utilisé après un autre | (ex. : macle|Ma clé|checkbox,autrecle|Autre clé|datetime). Les types pris en charge sont : checkbox (par défaut), radio, number, date et datetime.",
"<empty value>": "<vide>",
"Min": "Min",
"Max": "Max",
"From": "De",
"Until": "À",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Exemple: cle1,cle2|Label 2,Label 3|checkbox",
"Edit in OpenStreetMap": "Modifier dans OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Impossible de détecter les colonnes latitude et longitude."
}
L.registerLocale("fr", locale)
L.setLocale("fr")

View file

@ -82,7 +82,6 @@
"collapsed": "fermé",
"color": "Couleur",
"Comma separated list of numbers, including min and max values.": "Liste de nombres séparés par des virgules, y compris les valeurs minimale et maximale.",
"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)": "Liste de propriétés séparées par des virgules pour calculer les facettes (ex.: macle,monautrecle). Pour définir un libellé, on peut l'ajouter après un | (ex.: macle|Ma Clé,monautrecle|Mon Autre Clé)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Liste de propriétés séparées par une virgule pour trier les éléments. Pour trier en descendant, ajouter un signe moins (-) devant. Ex.: maclé,-autreclé.",
"Comma separated list of properties to use when filtering features": "Propriétés à utiliser pour filtrer les éléments (séparées par des virgules)",
"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.": "Virgule, tabulation ou point-virgule pour séparer des valeurs. SRS WGS84 est implicite. Seuls les points géométriques sont importés. L'importation se référera au titre dans les entêtes de colonnes de «lat» et «lon» au début de l'en-tête, et est insensible à la casse. Toutes les autres colonnes sont importées en tant que propriétés.",
@ -164,7 +163,6 @@
"Equidistant": "Équidistant",
"Error in the overlay URL": "URL du fond de carte invalide",
"Error in the tilelayer URL": "Erreur dans l'URL du fond de carte",
"Example: key1,key2,key3": "Exemple: clé1,clé2,clé3",
"Exit Fullscreen": "Quitter le plein écran",
"expanded": "ouvert",
"Extract shape to separate feature": "Extraire la forme",
@ -439,5 +437,14 @@
"Back to browser": "Retour au navigateur",
"Toggle size": "Basculer la hauteur",
"Layers": "Calques",
"Display the caption control": "Afficher le bouton d'ouverture de la légende"
"Display the caption control": "Afficher le bouton d'ouverture de la légende",
"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.": "Liste de propriétés séparées par des virgules, à utiliser pour le calcul des facettes (ex. : macle,autrecle). Il est possible de préciser le libellé de la facette après un | (ex. : macle|Ma Clé,autrecle|Mon Autre Clé). Il est possible de définir le type de champ utilisé après un autre | (ex. : macle|Ma clé|checkbox,autrecle|Autre clé|datetime). Les types pris en charge sont : checkbox (par défaut), radio, number, date et datetime.",
"<empty value>": "<vide>",
"Min": "Min",
"Max": "Max",
"From": "De",
"Until": "À",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Exemple: cle1,cle2|Label 2,Label 3|checkbox",
"Edit in OpenStreetMap": "Modifier dans OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Impossible de détecter les colonnes latitude et longitude."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "agochado",
"color": "cor",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Listaxe de propiedades separado por comas para empregar a filtraxe de elementos",
"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.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Erro na URL da capa de teselas",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Saír da pantalla completa",
"expanded": "expandido",
"Extract shape to separate feature": "Extraer a forma ó elemento separado",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("gl", locale)
L.setLocale("gl")

View file

@ -82,7 +82,6 @@
"collapsed": "agochado",
"color": "cor",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Listaxe de propiedades separado por comas para empregar a filtraxe de elementos",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Erro na URL da capa de teselas",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Saír da pantalla completa",
"expanded": "expandido",
"Extract shape to separate feature": "Extraer a forma ó elemento separado",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "מצומצם",
"color": "צבע",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "רשימת מאפיינים מופרדת בפסיקים לשימוש בעת סינון תכונות",
"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.": "ערכים מופרדים בפסיקים, טאבים או נקודה פסיק. עם רמיזה ל־SRS WGS84. רק גואמטריית נקודות מייובאת. הייבוא יסתכל על כותרות העמודות לאיתור אזכורים של „lat” (קו רוחב) ו־„lon” (קו אורך) בתחילת הכותרת, לא משנה אותיות קטנות/גדולות. כל שאר העמודות ייובאו כמאפיינים.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "שגיאה בכתובת שכבת האריחים",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "יציאה ממסך מלא",
"expanded": "מורחב",
"Extract shape to separate feature": "יש לחלץ צורה כדי להפריד תכונה",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("he", locale)
L.setLocale("he")

View file

@ -82,7 +82,6 @@
"collapsed": "מצומצם",
"color": "צבע",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "רשימת מאפיינים מופרדת בפסיקים לשימוש בעת סינון תכונות",
"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.": "ערכים מופרדים בפסיקים, טאבים או נקודה פסיק. עם רמיזה ל־SRS WGS84. רק גואמטריית נקודות מייובאת. הייבוא יסתכל על כותרות העמודות לאיתור אזכורים של „lat” (קו רוחב) ו־„lon” (קו אורך) בתחילת הכותרת, לא משנה אותיות קטנות/גדולות. כל שאר העמודות ייובאו כמאפיינים.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "שגיאה בכתובת שכבת האריחים",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "יציאה ממסך מלא",
"expanded": "מורחב",
"Extract shape to separate feature": "יש לחלץ צורה כדי להפריד תכונה",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "collapsed",
"color": "boja",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("hr", locale)
L.setLocale("hr")

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "boja",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "összecsukva",
"color": "szín",
"Comma separated list of numbers, including min and max values.": "Vesszővel tagolt számsor, közte a legkisebb és a legnagyobb értékek.",
"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)": "A szűréshez használandó tulajdonságok vesszővel tagolt listája (pl.: kulcs,másikkulcs). A felirat beállításához adja hozzá a felirat szövegét a „|” jel után (pl.: kulcs|Első jellemző,másikkulcs|Második jellemző)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "A jellemzők sorba rendezéséhez használandó tulajdonságok vesszővel tagolt sora. A sorba rendezés megfordításához tegyen mínusz jelet (-) elé. Például: kulcs,-másikkulcs.",
"Comma separated list of properties to use when filtering features": "Tulajdonságok vesszővel tagolt sora, amely objektumok szűrésére használható",
"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.": "Vesszővel, pontosvesszővel vagy tabulátorral tagolt értékek a WGS84 referenciarendszer szerint. Csak a pontok pozíciója importálódik. Az import során az oszlopfejlécekben, a címsor kezdetén található „lat” és „long” említések vétetenek figyelembe; kis- vagy nagybetű nem számít. Az összes többi oszlop tulajdonságként importálódik.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Azonos távolságok",
"Error in the overlay URL": "Hiba a fedőréteg URL-jében",
"Error in the tilelayer URL": "Hiba a mozaikréteg URL-jében",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Kilépés a teljes képernyős nézetből",
"expanded": "kiterjesztett",
"Extract shape to separate feature": "Alakzat kiemelése objektum széválasztásához",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("hu", locale)
L.setLocale("hu")

View file

@ -82,7 +82,6 @@
"collapsed": "összecsukva",
"color": "szín",
"Comma separated list of numbers, including min and max values.": "Vesszővel tagolt számsor, közte a legkisebb és a legnagyobb értékek.",
"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)": "A szűréshez használandó tulajdonságok vesszővel tagolt listája (pl.: kulcs,másikkulcs). A felirat beállításához adja hozzá a felirat szövegét a „|” jel után (pl.: kulcs|Első jellemző,másikkulcs|Második jellemző)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "A jellemzők sorba rendezéséhez használandó tulajdonságok vesszővel tagolt sora. A sorba rendezés megfordításához tegyen mínusz jelet (-) elé. Például: kulcs,-másikkulcs.",
"Comma separated list of properties to use when filtering features": "Tulajdonságok vesszővel tagolt sora, amely objektumok szűrésére használható",
"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.": "Vesszővel, pontosvesszővel vagy tabulátorral tagolt értékek a WGS84 referenciarendszer szerint. Csak a pontok pozíciója importálódik. Az import során az oszlopfejlécekben, a címsor kezdetén található „lat” és „long” említések vétetenek figyelembe; kis- vagy nagybetű nem számít. Az összes többi oszlop tulajdonságként importálódik.",
@ -164,7 +163,6 @@
"Equidistant": "Azonos távolságok",
"Error in the overlay URL": "Hiba a fedőréteg URL-jében",
"Error in the tilelayer URL": "Hiba a mozaikréteg URL-jében",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Kilépés a teljes képernyős nézetből",
"expanded": "kiterjesztett",
"Extract shape to separate feature": "Alakzat kiemelése objektum széválasztásához",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "collapsed",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("id", locale)
L.setLocale("id")

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "samfallið",
"color": "litur",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Kommu-aðgreindur listi yfir eigindi sem notaður er við síun fitja",
"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.": "Gildi aðgreind með kommu, dálkmerki (tab) eða semíkommu. Miðað við SRS hnattviðmið WGS84. Einungis punktalaganir (geometries) eru fluttar inn. Við innflutning er skoðað í fyrirsögnum dálka hvort minnst sé á «lat» eða «lon» í byrjun fyrirsagna, óháð há-/lágstöfum. Allir aðrir dálkar eru fluttir inn sem eigindi.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Villa í slóð kortatíglalags",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Hætta í skjáfylli",
"expanded": "útliðað",
"Extract shape to separate feature": "Flytja lögun í aðskilda fitju",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("is", locale)
L.setLocale("is")

View file

@ -82,7 +82,6 @@
"collapsed": "samfallið",
"color": "litur",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Kommu-aðgreindur listi yfir eigindi sem notaður er við síun fitja",
"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.": "Gildi aðgreind með kommu, dálkmerki (tab) eða semíkommu. Miðað við SRS hnattviðmið WGS84. Einungis punktalaganir (geometries) eru fluttar inn. Við innflutning er skoðað í fyrirsögnum dálka hvort minnst sé á «lat» eða «lon» í byrjun fyrirsagna, óháð há-/lágstöfum. Allir aðrir dálkar eru fluttir inn sem eigindi.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Villa í slóð kortatíglalags",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Hætta í skjáfylli",
"expanded": "útliðað",
"Extract shape to separate feature": "Flytja lögun í aðskilda fitju",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "contratto",
"color": "colore",
"Comma separated list of numbers, including min and max values.": "Lista dei numeri separati da virgola, che includono i valori minimi e massimi",
"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)": "Elenco separato da virgole di proprietà da utilizzare per la ricerca a faccette (es.: miocampo,altrocampo). Per personalizzare l'etichetta va messo un | subito dopo (es.: miocampo|Il mio campo, altrocampo|Altro campo)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Elenco di proprietà separate da virgole da utilizzare per l'ordinamento degli oggetti. Per invertire l'ordinamento, inserire prima un segno meno (-). Per esempio. miocampo-altrocampo.",
"Comma separated list of properties to use when filtering features": "Lista di proprietà separate da virgola da utilizzare per filtrare gli oggetti",
"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.": "Valori separati da virgola, tabulatore o punto e virgola. Il sistema di riferimento spaziale implementato è WGS84. Vengono importati solo punti. La funzione di importazione va a cercare nell'intestazione le colonne «lat» e «lon» indifferentemente se scritte in maiuscolo o minuscolo. Tutte le altre colonne sono importate come proprietà.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistante",
"Error in the overlay URL": "Errore nell'URL della sovrapposizione",
"Error in the tilelayer URL": "Errore nell'URL nel servizio di tile",
"Example: key1,key2,key3": "Esempio: campo1,campo2,campo3",
"Exit Fullscreen": "Esci da Schermo intero",
"expanded": "espanso",
"Extract shape to separate feature": "Dividi la geometria in oggetti separati",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("it", locale)
L.setLocale("it")

View file

@ -82,7 +82,6 @@
"collapsed": "contratto",
"color": "colore",
"Comma separated list of numbers, including min and max values.": "Lista dei numeri separati da virgola, che includono i valori minimi e massimi",
"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)": "Elenco separato da virgole di proprietà da utilizzare per la ricerca a faccette (es.: miocampo,altrocampo). Per personalizzare l'etichetta va messo un | subito dopo (es.: miocampo|Il mio campo, altrocampo|Altro campo)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Elenco di proprietà separate da virgole da utilizzare per l'ordinamento degli oggetti. Per invertire l'ordinamento, inserire prima un segno meno (-). Per esempio. miocampo-altrocampo.",
"Comma separated list of properties to use when filtering features": "Lista di proprietà separate da virgola da utilizzare per filtrare gli oggetti",
"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.": "Valori separati da virgola, tabulatore o punto e virgola. Il sistema di riferimento spaziale implementato è WGS84. Vengono importati solo punti. La funzione di importazione va a cercare nell'intestazione le colonne «lat» e «lon» indifferentemente se scritte in maiuscolo o minuscolo. Tutte le altre colonne sono importate come proprietà.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistante",
"Error in the overlay URL": "Errore nell'URL della sovrapposizione",
"Error in the tilelayer URL": "Errore nell'URL nel servizio di tile",
"Example: key1,key2,key3": "Esempio: campo1,campo2,campo3",
"Exit Fullscreen": "Esci da Schermo intero",
"expanded": "espanso",
"Extract shape to separate feature": "Dividi la geometria in oggetti separati",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "ボタン",
"color": "色",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "地物をフィルタする際に利用する、カンマで区切ったプロパティのリスト",
"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.": "カンマ、タブ、セミコロンなどで区切られた値。SRSはWGS84が適用されます。ポイントのジオメトリのみがインポート対象です。インポートを行なう際は、カラムの先頭行を対象に «lat» と «lon» という文字列が検索されます。検索は行の最初から順に行われ、大文字と小文字は区別されません。その他のすべてのカラムは、プロパティとしてインポートされます。",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "タイルレイヤのURLに誤りがあります",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "フルスクリーン表示を解除",
"expanded": "リスト",
"Extract shape to separate feature": "シェイプを複数の地物に変換",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("ja", locale)
L.setLocale("ja")

View file

@ -82,7 +82,6 @@
"collapsed": "ボタン",
"color": "色",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "地物をフィルタする際に利用する、カンマで区切ったプロパティのリスト",
"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.": "カンマ、タブ、セミコロンなどで区切られた値。SRSはWGS84が適用されます。ポイントのジオメトリのみがインポート対象です。インポートを行なう際は、カラムの先頭行を対象に «lat» と «lon» という文字列が検索されます。検索は行の最初から順に行われ、大文字と小文字は区別されません。その他のすべてのカラムは、プロパティとしてインポートされます。",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "タイルレイヤのURLに誤りがあります",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "フルスクリーン表示を解除",
"expanded": "リスト",
"Extract shape to separate feature": "シェイプを複数の地物に変換",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "최소화",
"color": "색상",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "최대화",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("ko", locale)
L.setLocale("ko")

View file

@ -82,7 +82,6 @@
"collapsed": "최소화",
"color": "색상",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "최대화",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "collapsed",
"color": "spalva",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Kableliu atskirtas savybių sąrašas naudojamas objektų filtrui",
"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.": "Kableliu, tab'u arba kabliataškiu atskirtos reikšmės. SRS WGS84 yra palaikomas. Tik taškai yra importuoti. Importuojant bus patikrintos stulpelių antraštės ieškant pavadinimų \"lat\" ir \"lon\". Visi kiti stulpeliai bus įtraukti kaip papildomi atributai.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Klaida tile-sluoksnio URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("lt", locale)
L.setLocale("lt")

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "spalva",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Kableliu atskirtas savybių sąrašas naudojamas objektų filtrui",
"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.": "Kableliu, tab'u arba kabliataškiu atskirtos reikšmės. SRS WGS84 yra palaikomas. Tik taškai yra importuoti. Importuojant bus patikrintos stulpelių antraštės ieškant pavadinimų \"lat\" ir \"lon\". Visi kiti stulpeliai bus įtraukti kaip papildomi atributai.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Klaida tile-sluoksnio URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "dijatuhkan",
"color": "warna",
"Comma separated list of numbers, including min and max values.": "Senarai nombor, dipisahkan dengan koma, termasuk nilai minimum dan maksimum.",
"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)": "Senarai berpisahkan koma bagi ciri-ciri untuk digunakan ketika menggelintar faset (cth.: kekuncisaya,kekuncilain). Untuk mengawal label, tambahkannya selepas tanda | (cth.: kekuncisaya|Kekunci Saya,kekuncilain|Kekunci Lain)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Senarai ciri-ciri untuk digunakan bagi sifat isihan, dipisahkan dengan koma. Untuk mengundur isihan, letak tanda tolak (-) sebelumnya. Cth. kekuncisaya,-kekuncilain.",
"Comma separated list of properties to use when filtering features": "Senarai berpisahkan koma bagi ciri-ciri untuk digunakan ketika menapis sifat",
"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.": "Nilai dipisahkan dengan koma, tab atau koma bertitik. SRS WGS84 diimplikasikan. Hanya geometri Titik diimport. Import akan lihat pada kepala lajur untuk sebarang sebutan «lat» dan «lon» di bahagian permulaan pengepala, tak peka besar huruf. Kesemua lajur lain diimport sebagai ciri-ciri.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Sama jarak",
"Error in the overlay URL": "Ralat dalam URL tindihan atas",
"Error in the tilelayer URL": "Ralat dalam URL lapisan jubin",
"Example: key1,key2,key3": "Contoh: kekunci1,kekunci2,kekunci3",
"Exit Fullscreen": "Keluar Skrin Penuh",
"expanded": "dikembangkan",
"Extract shape to separate feature": "Sarikan bentuk untuk memisahkan sifat",
@ -332,7 +330,7 @@ const locale = {
"Search": "Cari",
"Secret edit link copied to clipboard!": "Pautan suntingan rahsia telah disalin ke papan keratan!",
"Secret edit link:": "Pautan suntingan rahsia:",
"See layers": "See layers",
"See layers": "Lihat lapisan",
"See full screen": "Lihat skrin penuh",
"See on OpenStreetMap": "Lihat di OpenStreetMap",
"Select data": "Pilih data",
@ -433,13 +431,22 @@ const locale = {
"{distance}&#8239;miles": "{distance} batu",
"{distance}&#8239;NM": "{distance} batu nautika",
"{distance}&#8239;yd": "{distance} ela",
"Edit map name and caption": "Edit map name and caption",
"Map advanced properties": "Map advanced properties",
"Edit map details": "Edit map details",
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Edit map name and caption": "Sunting nama dan kererangan peta",
"Map advanced properties": "Ciri-ciri lanjutan peta",
"Edit map details": "Sunting maklumat peta",
"Back to browser": "Kembali ke pelayar",
"Toggle size": "Togol saiz",
"Layers": "Lapisan",
"Display the caption control": "Paparkan kawalan keterangan",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("ms", locale)
L.setLocale("ms")

View file

@ -82,7 +82,6 @@
"collapsed": "dijatuhkan",
"color": "warna",
"Comma separated list of numbers, including min and max values.": "Senarai nombor, dipisahkan dengan koma, termasuk nilai minimum dan maksimum.",
"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)": "Senarai berpisahkan koma bagi ciri-ciri untuk digunakan ketika menggelintar faset (cth.: kekuncisaya,kekuncilain). Untuk mengawal label, tambahkannya selepas tanda | (cth.: kekuncisaya|Kekunci Saya,kekuncilain|Kekunci Lain)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Senarai ciri-ciri untuk digunakan bagi sifat isihan, dipisahkan dengan koma. Untuk mengundur isihan, letak tanda tolak (-) sebelumnya. Cth. kekuncisaya,-kekuncilain.",
"Comma separated list of properties to use when filtering features": "Senarai berpisahkan koma bagi ciri-ciri untuk digunakan ketika menapis sifat",
"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.": "Nilai dipisahkan dengan koma, tab atau koma bertitik. SRS WGS84 diimplikasikan. Hanya geometri Titik diimport. Import akan lihat pada kepala lajur untuk sebarang sebutan «lat» dan «lon» di bahagian permulaan pengepala, tak peka besar huruf. Kesemua lajur lain diimport sebagai ciri-ciri.",
@ -164,7 +163,6 @@
"Equidistant": "Sama jarak",
"Error in the overlay URL": "Ralat dalam URL tindihan atas",
"Error in the tilelayer URL": "Ralat dalam URL lapisan jubin",
"Example: key1,key2,key3": "Contoh: kekunci1,kekunci2,kekunci3",
"Exit Fullscreen": "Keluar Skrin Penuh",
"expanded": "dikembangkan",
"Extract shape to separate feature": "Sarikan bentuk untuk memisahkan sifat",
@ -332,7 +330,7 @@
"Search": "Cari",
"Secret edit link copied to clipboard!": "Pautan suntingan rahsia telah disalin ke papan keratan!",
"Secret edit link:": "Pautan suntingan rahsia:",
"See layers": "See layers",
"See layers": "Lihat lapisan",
"See full screen": "Lihat skrin penuh",
"See on OpenStreetMap": "Lihat di OpenStreetMap",
"Select data": "Pilih data",
@ -433,11 +431,20 @@
"{distance}&#8239;miles": "{distance} batu",
"{distance}&#8239;NM": "{distance} batu nautika",
"{distance}&#8239;yd": "{distance} ela",
"Edit map name and caption": "Edit map name and caption",
"Map advanced properties": "Map advanced properties",
"Edit map details": "Edit map details",
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Edit map name and caption": "Sunting nama dan kererangan peta",
"Map advanced properties": "Ciri-ciri lanjutan peta",
"Edit map details": "Sunting maklumat peta",
"Back to browser": "Kembali ke pelayar",
"Toggle size": "Togol saiz",
"Layers": "Lapisan",
"Display the caption control": "Paparkan kawalan keterangan",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "dichtgeklapt",
"color": "kleur",
"Comma separated list of numbers, including min and max values.": "Door komma's gescheiden lijst van getallen, inclusief minimale en maximale waarden.",
"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)": "Komma-gescheiden lijst van eigenschappen die gebruikt worden voor een meervoudige zoekopdracht (b.v.: mykey,otherkey). Je kunt een label toevoegen na een | (b.v.: mykey|Mijn sleutel,otherkey|Andere sleutel)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Komma-gescheiden lijst van eigenschappen die gebruikt worden om objecten te sorteren. Om de sortering om te draaien, plaats er een minteken (-) voor . Bijvoorbeeld mykey,-otherkey.",
"Comma separated list of properties to use when filtering features": "Komma-gescheiden lijst van eigenschappen die gebruikt worden om te filteren",
"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.": "Komma-, tabulator- of puntkomma-gescheiden waardes, SRS WGS84 wordt verondersteld. Enkel puntgeometrieën worden geïmporteerd. Bij het importeren wordt gekeken naar kolomkoppen die met «lat» of «lon» beginnen. Alle andere kolommen worden als eigenschappen geïmporteerd",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Fout in de overlay URL",
"Error in the tilelayer URL": "Er is een fout opgetreden met de achtergrondtegels",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Verlaat volledig scherm",
"expanded": "opengeklapt",
"Extract shape to separate feature": "Verplaats deze vorm naar een eigen object",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("nl", locale)
L.setLocale("nl")

View file

@ -82,7 +82,6 @@
"collapsed": "dichtgeklapt",
"color": "kleur",
"Comma separated list of numbers, including min and max values.": "Door komma's gescheiden lijst van getallen, inclusief minimale en maximale waarden.",
"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)": "Komma-gescheiden lijst van eigenschappen die gebruikt worden voor een meervoudige zoekopdracht (b.v.: mykey,otherkey). Je kunt een label toevoegen na een | (b.v.: mykey|Mijn sleutel,otherkey|Andere sleutel)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Komma-gescheiden lijst van eigenschappen die gebruikt worden om objecten te sorteren. Om de sortering om te draaien, plaats er een minteken (-) voor . Bijvoorbeeld mykey,-otherkey.",
"Comma separated list of properties to use when filtering features": "Komma-gescheiden lijst van eigenschappen die gebruikt worden om te filteren",
"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.": "Komma-, tabulator- of puntkomma-gescheiden waardes, SRS WGS84 wordt verondersteld. Enkel puntgeometrieën worden geïmporteerd. Bij het importeren wordt gekeken naar kolomkoppen die met «lat» of «lon» beginnen. Alle andere kolommen worden als eigenschappen geïmporteerd",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Fout in de overlay URL",
"Error in the tilelayer URL": "Er is een fout opgetreden met de achtergrondtegels",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Verlaat volledig scherm",
"expanded": "opengeklapt",
"Extract shape to separate feature": "Verplaats deze vorm naar een eigen object",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "collapsed",
"color": "farge",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Feil i flislag-URLen",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Gå ut av fullskjerm",
"expanded": "expanded",
"Extract shape to separate feature": "Hent ut form til eget objekt",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("no", locale)
L.setLocale("no")

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "farge",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Feil i flislag-URLen",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Gå ut av fullskjerm",
"expanded": "expanded",
"Extract shape to separate feature": "Hent ut form til eget objekt",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "zwinięty",
"color": "kolor",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Lista właściwości oddzielona przecinkiem do używania przy sortowaniu obiektów",
"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.": "Wartości powinny być oddzielone przecinkiem, średnikiem lub znakiem tabulacji. Układ współrzędnych WGS84 jest wymagany. Tylko geometrie typu punkt zostaną zaimportowane. Import sprawdzi nagłówki kolumn czy zawierają „lat” i „lon” na początku nagłówka, wielkość liter nie ma znaczenia. Wszystkie inne kolumny zostaną zaimportowane jako właściwości tych punktów.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Błąd w adresie URL podkładu",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Zamknij pełny ekran",
"expanded": "rozwinięty",
"Extract shape to separate feature": "Wydziel figurę jako odrębny obiekt",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("pl", locale)
L.setLocale("pl")

View file

@ -82,7 +82,6 @@
"collapsed": "zwinięty",
"color": "kolor",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Lista właściwości oddzielona przecinkiem do używania przy sortowaniu obiektów",
"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.": "Wartości powinny być oddzielone przecinkiem, średnikiem lub znakiem tabulacji. Układ współrzędnych WGS84 jest wymagany. Tylko geometrie typu punkt zostaną zaimportowane. Import sprawdzi nagłówki kolumn czy zawierają „lat” i „lon” na początku nagłówka, wielkość liter nie ma znaczenia. Wszystkie inne kolumny zostaną zaimportowane jako właściwości tych punktów.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Błąd w adresie URL podkładu",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Zamknij pełny ekran",
"expanded": "rozwinięty",
"Extract shape to separate feature": "Wydziel figurę jako odrębny obiekt",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "colapsado",
"color": "cor",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Lista separada por vírgulas de propriedades a usar ao filtrar elementos",
"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.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito\n o sistema de referência espacial WGS84. Apenas são importadas as \ngeometrias de ponto. A importação irá ver se aparece no cabeçalho das \ncolunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. \nTodas a outras colunas são importadas como propriedades.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Erro no URL de telas",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Sair de Ecrã Total",
"expanded": "expandido",
"Extract shape to separate feature": "Extrair forma geométrica para separar o elemento",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("pt", locale)
L.setLocale("pt")

View file

@ -82,7 +82,6 @@
"collapsed": "colapsado",
"color": "cor",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Lista separada por vírgulas de propriedades a usar ao filtrar elementos",
"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.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito\n o sistema de referência espacial WGS84. Apenas são importadas as \ngeometrias de ponto. A importação irá ver se aparece no cabeçalho das \ncolunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. \nTodas a outras colunas são importadas como propriedades.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Erro no URL de telas",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Sair de Ecrã Total",
"expanded": "expandido",
"Extract shape to separate feature": "Extrair forma geométrica para separar o elemento",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "colapsado",
"color": "cor",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Lista separada por vírgulas de propriedades a usar ao filtrar elementos",
"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.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito o sistema de referência espacial WGS84. Apenas são importadas as geometrias de ponto. A importação irá ver se aparece no cabeçalho das colunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. Todas a outras colunas são importadas como propriedades.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Erro no URL de telas",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Sair de Ecrã Total",
"expanded": "expandido",
"Extract shape to separate feature": "Extrair forma geométrica para separar o elemento",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("pt_BR", locale)
L.setLocale("pt_BR")

View file

@ -82,7 +82,6 @@
"collapsed": "colapsado",
"color": "cor",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Lista separada por vírgulas de propriedades a usar ao filtrar elementos",
"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.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito o sistema de referência espacial WGS84. Apenas são importadas as geometrias de ponto. A importação irá ver se aparece no cabeçalho das colunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. Todas a outras colunas são importadas como propriedades.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Erro no URL de telas",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Sair de Ecrã Total",
"expanded": "expandido",
"Extract shape to separate feature": "Extrair forma geométrica para separar o elemento",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "colapsado",
"color": "cor",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Lista separada por vírgulas de propriedades a usar ao filtrar elementos",
"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.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito\n o sistema de referência espacial WGS84. Apenas são importadas as \ngeometrias de ponto. A importação irá ver se aparece no cabeçalho das \ncolunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. \nTodas a outras colunas são importadas como propriedades.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Erro no URL de telas",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Sair de Ecrã Total",
"expanded": "expandido",
"Extract shape to separate feature": "Extrair forma geométrica para separar o elemento",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("pt_PT", locale)
L.setLocale("pt_PT")

View file

@ -82,7 +82,6 @@
"collapsed": "colapsado",
"color": "cor",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Lista separada por vírgulas de propriedades a usar ao filtrar elementos",
"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.": "Valores separados por vírgula, tabulação ou ponto-e-vírgula. É implícito\n o sistema de referência espacial WGS84. Apenas são importadas as \ngeometrias de ponto. A importação irá ver se aparece no cabeçalho das \ncolunas «lat» e «lon», ignorando diferença de maiúsculas e minúsculas. \nTodas a outras colunas são importadas como propriedades.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Erro no URL de telas",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Sair de Ecrã Total",
"expanded": "expandido",
"Extract shape to separate feature": "Extrair forma geométrica para separar o elemento",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "collapsed",
"color": "culoare",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("ro", locale)
L.setLocale("ro")

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "culoare",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "Свёрнуто",
"color": "цвет",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Список свойств, разделённых запятыми, для использования при фильтрации",
"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.": "В качестве разделителя используются запятые, табуляции и точки с запятой. Применяется датум WGS84. Импорт просматривает заголовок на наличие полей «lat» и «lon», регистр не имеет значения. Все остальные поля импортируются как свойства.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Ошибка в ссылке на слой карты",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Выйти из полноэкранного режима",
"expanded": "Развёрнуто",
"Extract shape to separate feature": "Извлечь фигуру в отдельный объект",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("ru", locale)
L.setLocale("ru")

View file

@ -82,7 +82,6 @@
"collapsed": "Свёрнуто",
"color": "цвет",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Список свойств, разделённых запятыми, для использования при фильтрации",
"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.": "В качестве разделителя используются запятые, табуляции и точки с запятой. Применяется датум WGS84. Импорт просматривает заголовок на наличие полей «lat» и «lon», регистр не имеет значения. Все остальные поля импортируются как свойства.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Ошибка в ссылке на слой карты",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Выйти из полноэкранного режима",
"expanded": "Развёрнуто",
"Extract shape to separate feature": "Извлечь фигуру в отдельный объект",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "zbalené",
"color": "farba",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Čiarkami oddelený zoznam vlastností pre filtrovanie objektov",
"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.": "Hodnoty oddelené čiarkou, tabulátorom, alebo bodkočiarkou. Predpokladá sa SRS WGS84 a sú importované iba polohy bodov. Import hľadá záhlavie stĺpcov začínajúcich na \"lat\" a \"lon\" a tie považuje za súradnice (na veľkosti písmien nezáleži). Ostatné stĺpce sú importované ako vlastnosti.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Chyba URL dlaždicovej vrstvy",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Ukončiť režim celej obrazovky",
"expanded": "rozbalené",
"Extract shape to separate feature": "Vyňať tvar do samostatného objektu",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("sk_SK", locale)
L.setLocale("sk_SK")

View file

@ -82,7 +82,6 @@
"collapsed": "zbalené",
"color": "farba",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Čiarkami oddelený zoznam vlastností pre filtrovanie objektov",
"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.": "Hodnoty oddelené čiarkou, tabulátorom, alebo bodkočiarkou. Predpokladá sa SRS WGS84 a sú importované iba polohy bodov. Import hľadá záhlavie stĺpcov začínajúcich na \"lat\" a \"lon\" a tie považuje za súradnice (na veľkosti písmien nezáleži). Ostatné stĺpce sú importované ako vlastnosti.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Chyba URL dlaždicovej vrstvy",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Ukončiť režim celej obrazovky",
"expanded": "rozbalené",
"Extract shape to separate feature": "Vyňať tvar do samostatného objektu",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "zloženo",
"color": "barva",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Z vejico ločen seznam lastnosti, uporabljenimi med filtriranjem predmetov",
"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.": "Z vejico, tabulatorjem ali podpičjem ločene vrednosti, nakazane prek SRS WGS84. Uvoženi so le točkovni podatki. Med uvozom bo preiskan stolpec glav za podatke geografske »širine« in«dolžine«, neupoštevajoč velikost pisave. Vsi ostali stolpci bodo uvoženi kot lastnosti predmetov.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Napaka v naslovu URL plasti",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Končaj celozaslonski način",
"expanded": "razširjeno",
"Extract shape to separate feature": "Izloči obliko v ločen predmet",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("sl", locale)
L.setLocale("sl")

View file

@ -82,7 +82,6 @@
"collapsed": "zloženo",
"color": "barva",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Z vejico ločen seznam lastnosti, uporabljenimi med filtriranjem predmetov",
"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.": "Z vejico, tabulatorjem ali podpičjem ločene vrednosti, nakazane prek SRS WGS84. Uvoženi so le točkovni podatki. Med uvozom bo preiskan stolpec glav za podatke geografske »širine« in«dolžine«, neupoštevajoč velikost pisave. Vsi ostali stolpci bodo uvoženi kot lastnosti predmetov.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Napaka v naslovu URL plasti",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Končaj celozaslonski način",
"expanded": "razširjeno",
"Extract shape to separate feature": "Izloči obliko v ločen predmet",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "срушено",
"color": "боја",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Својства која су одвојена зарезима која се користе за филтрирање функција",
"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.": "Вредности одвојене зарезима, табом или новим редом. Подразумева се SRS WGS84. Увозе се само тачке геометрије. Увоз ће погледати заглавља ступаца за било које спомињање «лат» и «лон» на почетку заглавља, осетљив на велика и мала слова. Све друге колоне се увозе као својства.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Умањи увећање",
"expanded": "проширен",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("sr", locale)
L.setLocale("sr")

View file

@ -82,7 +82,6 @@
"collapsed": "срушено",
"color": "боја",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Својства која су одвојена зарезима која се користе за филтрирање функција",
"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.": "Вредности одвојене зарезима, табом или новим редом. Подразумева се SRS WGS84. Увозе се само тачке геометрије. Увоз ће погледати заглавља ступаца за било које спомињање «лат» и «лон» на почетку заглавља, осетљив на велика и мала слова. Све друге колоне се увозе као својства.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Умањи увећање",
"expanded": "проширен",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "minimerad",
"color": "färg",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Kommaseparerad lista med attribut, som används vid filtrering av objekt",
"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.": "Komma, tabb eller semikolon separerade värden. SRS WGS84 är underförstått. Bara punktgeometrier importeras. Importen letar kolumnrubriker som startar med «lat» eller «lon», ej skiftlägeskänslig. Övriga kolumner importeras som attribut.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Fel i webbadressen för bakgrundskartan (tile-lagret)",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Lämna helskärmsläge",
"expanded": "utökad",
"Extract shape to separate feature": "Extrahera figuren till separat objekt",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("sv", locale)
L.setLocale("sv")

View file

@ -82,7 +82,6 @@
"collapsed": "minimerad",
"color": "färg",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Kommaseparerad lista med attribut, som används vid filtrering av objekt",
"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.": "Komma, tabb eller semikolon separerade värden. SRS WGS84 är underförstått. Bara punktgeometrier importeras. Importen letar kolumnrubriker som startar med «lat» eller «lon», ej skiftlägeskänslig. Övriga kolumner importeras som attribut.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Fel i webbadressen för bakgrundskartan (tile-lagret)",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Lämna helskärmsläge",
"expanded": "utökad",
"Extract shape to separate feature": "Extrahera figuren till separat objekt",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "collapsed",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("th_TH", locale)
L.setLocale("th_TH")

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "çökmüş",
"color": "renk",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Özellikleri filtrelerken kullanılacak özelliklerin virgülle ayrılmış listesi",
"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.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Katman URL'sinde hata",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Tam ekrandan çık",
"expanded": "genişletilmiş",
"Extract shape to separate feature": "Özelliği ayırmak için şekli ayıklayın",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("tr", locale)
L.setLocale("tr")

View file

@ -82,7 +82,6 @@
"collapsed": "çökmüş",
"color": "renk",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Özellikleri filtrelerken kullanılacak özelliklerin virgülle ayrılmış listesi",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Katman URL'sinde hata",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Tam ekrandan çık",
"expanded": "genişletilmiş",
"Extract shape to separate feature": "Özelliği ayırmak için şekli ayıklayın",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "згорнуто",
"color": "колір",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Список параметрів, розділених комами, для використання при фільтрації",
"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.": "Як роздільник використовуються коми, табуляції і крапки з комою. Застосовується датум WGS84. Імпорт переглядає заголовок на наявність полів «lat» та «lon», регістр не має значення. Усі інші поля імпортуються як параметри.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Помилка в посиланні на шар мапи",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Вийти з повноекранного режиму",
"expanded": "розгорнуто",
"Extract shape to separate feature": "Виокремити полігон в окремий об’єкт",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("uk_UA", locale)
L.setLocale("uk_UA")

View file

@ -82,7 +82,6 @@
"collapsed": "згорнуто",
"color": "колір",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Список параметрів, розділених комами, для використання при фільтрації",
"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.": "Як роздільник використовуються коми, табуляції і крапки з комою. Застосовується датум WGS84. Імпорт переглядає заголовок на наявність полів «lat» та «lon», регістр не має значення. Усі інші поля імпортуються як параметри.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Помилка в посиланні на шар мапи",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Вийти з повноекранного режиму",
"expanded": "розгорнуто",
"Extract shape to separate feature": "Виокремити полігон в окремий об’єкт",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "collapsed",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("vi", locale)
L.setLocale("vi")

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "collapsed",
"color": "颜色",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "瓦片图层URL错误",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("zh", locale)
L.setLocale("zh")

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "颜色",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "瓦片图层URL错误",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@
"collapsed": "collapsed",
"color": "color",
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
"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)",
"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.",
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
"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.",
@ -164,7 +163,6 @@
"Equidistant": "Equidistant",
"Error in the overlay URL": "Error in the overlay URL",
"Error in the tilelayer URL": "Error in the tilelayer URL",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "Exit Fullscreen",
"expanded": "expanded",
"Extract shape to separate feature": "Extract shape to separate feature",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}

View file

@ -82,7 +82,6 @@ const locale = {
"collapsed": "收起",
"color": "色彩",
"Comma separated list of numbers, including min and max values.": "用逗號分隔數字,包括最小與最大值。",
"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)": "逗號分隔屬性清單會用在方面搜尋 (例如mykey,otherkey)。要控制標籤,則是之後新增 (例如mykey|My Key,otherkey|Other Key)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "用逗號分隔屬性清單來排序圖徵。要保存排序,在槊面加上減號 (-1),例如 mykey,-otherkey。",
"Comma separated list of properties to use when filtering features": "以逗號分開列出篩選時要使用的屬性",
"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.": "使用逗號、定位鍵或是分號分隔的地理數據。預設座標系為 SRS WGS84。只會匯入地理座標點。匯入時抓取 «lat» 與 «lon» 開頭的欄位資料,不分大小寫。其他欄位則歸入屬性資料。",
@ -164,7 +163,6 @@ const locale = {
"Equidistant": "等距",
"Error in the overlay URL": "套疊網址錯誤",
"Error in the tilelayer URL": "地圖磚圖層 URL 錯誤",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "結束全螢幕模式",
"expanded": "展開",
"Extract shape to separate feature": "由外形分離出圖徵",
@ -439,7 +437,16 @@ const locale = {
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}
L.registerLocale("zh_TW", locale)
L.setLocale("zh_TW")

View file

@ -82,7 +82,6 @@
"collapsed": "收起",
"color": "色彩",
"Comma separated list of numbers, including min and max values.": "用逗號分隔數字,包括最小與最大值。",
"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)": "逗號分隔屬性清單會用在方面搜尋 (例如mykey,otherkey)。要控制標籤,則是之後新增 (例如mykey|My Key,otherkey|Other Key)",
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "用逗號分隔屬性清單來排序圖徵。要保存排序,在槊面加上減號 (-1),例如 mykey,-otherkey。",
"Comma separated list of properties to use when filtering features": "以逗號分開列出篩選時要使用的屬性",
"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.": "使用逗號、定位鍵或是分號分隔的地理數據。預設座標系為 SRS WGS84。只會匯入地理座標點。匯入時抓取 «lat» 與 «lon» 開頭的欄位資料,不分大小寫。其他欄位則歸入屬性資料。",
@ -164,7 +163,6 @@
"Equidistant": "等距",
"Error in the overlay URL": "套疊網址錯誤",
"Error in the tilelayer URL": "地圖磚圖層 URL 錯誤",
"Example: key1,key2,key3": "Example: key1,key2,key3",
"Exit Fullscreen": "結束全螢幕模式",
"expanded": "展開",
"Extract shape to separate feature": "由外形分離出圖徵",
@ -439,5 +437,14 @@
"Back to browser": "Back to browser",
"Toggle size": "Toggle size",
"Layers": "Layers",
"Display the caption control": "Display the caption control"
"Display the caption control": "Display the caption control",
"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.",
"<empty value>": "<empty value>",
"Min": "Min",
"Max": "Max",
"From": "From",
"Until": "Until",
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns."
}