update src/components/LeafletMap/index.js

master
Your Name 2 years ago
parent b3c9751f09
commit ffad739188
  1. 16
      src/components/LeafletMap/index.js

@ -56,27 +56,27 @@ L.drawLocal = {
}, },
circlemarker: { circlemarker: {
tooltip: { tooltip: {
start: "Click map to place circle marker.", start: "با کلیک بر روی نقشه یک مارکر رسم کنید.",
}, },
}, },
marker: { marker: {
tooltip: { tooltip: {
start: "Click map to place marker.", start: "با کلیک بر روی نقشه یک مارکر رسم کنید.",
}, },
}, },
polygon: { polygon: {
tooltip: { tooltip: {
start: "Click to start drawing shape.", start: "یک شکل رسم کنید.",
cont: "Click to continue drawing shape.", cont: "ادامه رسم شکل.",
end: "Click first point to close this shape.", end: "برای پایان رسم بر روی اولین نقظه کلیک کنید.",
}, },
}, },
polyline: { polyline: {
error: "<strong>Error:</strong> shape edges cannot cross!", error: "<strong>Error:</strong> shape edges cannot cross!",
tooltip: { tooltip: {
start: "Click to start drawing line.", start: "با کلیک کردن یک خط رسم کنید.",
cont: "Click to continue drawing line.", cont: "با کلیک به رسم خود ادامه دهید.",
end: "Click last point to finish line.", end: "برای پایان رسم بر روی آخرین نقظ رسم شده کلیک کنید.",
}, },
}, },
rectangle: { rectangle: {

Loading…
Cancel
Save