From 168cc0c99680de53058a75d21737a65845cb39bb Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 14 Apr 2025 17:49:09 +0200 Subject: [PATCH] i18n --- umap/static/umap/locale/ca.js | 14 ++++++++------ umap/static/umap/locale/ca.json | 14 ++++++++------ 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/umap/static/umap/locale/ca.js b/umap/static/umap/locale/ca.js index 5644539b..9c5e0664 100644 --- a/umap/static/umap/locale/ca.js +++ b/umap/static/umap/locale/ca.js @@ -457,7 +457,6 @@ const locale = { "Choose this dataset": "Choose this dataset", "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", "Choose a theme": "Choose a theme", - "Symplify all geometries to points": "Symplify all geometries to points", "Choose this data": "Choose this data", "Search admin boundary": "Search admin boundary", "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", @@ -522,10 +521,10 @@ const locale = { "Anonymous": "Anonymous", "created at {date}": "created at {date}", "modified at {date}": "modified at {date}", - "Default zoom": "Default zoom", - "Default latitude": "Default latitude", - "Default longitude": "Default longitude", - "Edit map default view": "Edit map default view", + "Default zoom": "Zoom predeterminat", + "Default latitude": "Latitud predeterminada", + "Default longitude": "Longitud predeterminada", + "Edit map default view": "Edita la visualització predeterminada del mapa", "Use current center and zoom": "Use current center and zoom", "Layer permalink": "Layer permalink", "Back to home": "Back to home", @@ -538,7 +537,10 @@ const locale = { "Images": "Images", "Iframes": "Iframes", "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.setLocale("ca") diff --git a/umap/static/umap/locale/ca.json b/umap/static/umap/locale/ca.json index c33ce94d..373ec07a 100644 --- a/umap/static/umap/locale/ca.json +++ b/umap/static/umap/locale/ca.json @@ -457,7 +457,6 @@ "Choose this dataset": "Choose this dataset", "GeoDataMine: thematic data from OpenStreetMap": "GeoDataMine: thematic data from OpenStreetMap", "Choose a theme": "Choose a theme", - "Symplify all geometries to points": "Symplify all geometries to points", "Choose this data": "Choose this data", "Search admin boundary": "Search admin boundary", "Please choose a theme and a boundary first.": "Please choose a theme and a boundary first.", @@ -522,10 +521,10 @@ "Anonymous": "Anonymous", "created at {date}": "created at {date}", "modified at {date}": "modified at {date}", - "Default zoom": "Default zoom", - "Default latitude": "Default latitude", - "Default longitude": "Default longitude", - "Edit map default view": "Edit map default view", + "Default zoom": "Zoom predeterminat", + "Default latitude": "Latitud predeterminada", + "Default longitude": "Longitud predeterminada", + "Edit map default view": "Edita la visualització predeterminada del mapa", "Use current center and zoom": "Use current center and zoom", "Layer permalink": "Layer permalink", "Back to home": "Back to home", @@ -538,5 +537,8 @@ "Images": "Images", "Iframes": "Iframes", "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" } \ No newline at end of file