This commit is contained in:
Yohan Boniface 2025-04-14 17:49:09 +02:00
parent 3670b7dca6
commit 168cc0c996
2 changed files with 16 additions and 12 deletions

View file

@ -457,7 +457,6 @@ const locale = {
"Choose this dataset": "Choose this dataset", "Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme", "Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data", "Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary", "Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
@ -522,10 +521,10 @@ const locale = {
"Anonymous": "Anonymous", "Anonymous": "Anonymous",
"created at {date}": "created at {date}", "created at {date}": "created at {date}",
"modified at {date}": "modified at {date}", "modified at {date}": "modified at {date}",
"Default zoom": "Default zoom", "Default zoom": "Zoom predeterminat",
"Default latitude": "Default latitude", "Default latitude": "Latitud predeterminada",
"Default longitude": "Default longitude", "Default longitude": "Longitud predeterminada",
"Edit map default view": "Edit map default view", "Edit map default view": "Edita la visualització predeterminada del mapa",
"Use current center and zoom": "Use current center and zoom", "Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink", "Layer permalink": "Layer permalink",
"Back to home": "Back to home", "Back to home": "Back to home",
@ -538,7 +537,10 @@ const locale = {
"Images": "Images", "Images": "Images",
"Iframes": "Iframes", "Iframes": "Iframes",
"Tags": "Tags", "Tags": "Tags",
"Geocode": "Geocode" "Geocode": "Geocode",
"Display the back to home icon": "Display the back to home icon",
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
"Simplify all geometries to points": "Simplify all geometries to points"
} }
L.registerLocale("ca", locale) L.registerLocale("ca", locale)
L.setLocale("ca") L.setLocale("ca")

View file

@ -457,7 +457,6 @@
"Choose this dataset": "Choose this dataset", "Choose this dataset": "Choose this dataset",
"GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap",
"Choose a theme": "Choose a theme", "Choose a theme": "Choose a theme",
"Symplify all geometries to points": "Symplify all geometries to points",
"Choose this data": "Choose this data", "Choose this data": "Choose this data",
"Search admin boundary": "Search admin boundary", "Search admin boundary": "Search admin boundary",
"Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.",
@ -522,10 +521,10 @@
"Anonymous": "Anonymous", "Anonymous": "Anonymous",
"created at {date}": "created at {date}", "created at {date}": "created at {date}",
"modified at {date}": "modified at {date}", "modified at {date}": "modified at {date}",
"Default zoom": "Default zoom", "Default zoom": "Zoom predeterminat",
"Default latitude": "Default latitude", "Default latitude": "Latitud predeterminada",
"Default longitude": "Default longitude", "Default longitude": "Longitud predeterminada",
"Edit map default view": "Edit map default view", "Edit map default view": "Edita la visualització predeterminada del mapa",
"Use current center and zoom": "Use current center and zoom", "Use current center and zoom": "Use current center and zoom",
"Layer permalink": "Layer permalink", "Layer permalink": "Layer permalink",
"Back to home": "Back to home", "Back to home": "Back to home",
@ -538,5 +537,8 @@
"Images": "Images", "Images": "Images",
"Iframes": "Iframes", "Iframes": "Iframes",
"Tags": "Tags", "Tags": "Tags",
"Geocode": "Geocode" "Geocode": "Geocode",
"Display the back to home icon": "Display the back to home icon",
"Do you want to display layer switcher in caption bar?": "Do you want to display layer switcher in caption bar?",
"Simplify all geometries to points": "Simplify all geometries to points"
} }