Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanboniface committed Oct 24, 2024
1 parent bda1984 commit 9fe96a9
Show file tree
Hide file tree
Showing 10 changed files with 818 additions and 778 deletions.
Binary file modified umap/locale/es/LC_MESSAGES/django.mo
Binary file not shown.
262 changes: 134 additions & 128 deletions umap/locale/es/LC_MESSAGES/django.po

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions umap/static/umap/locale/ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const locale = {
"Define link to open in a new window on polygon click.": "Define link to open in a new window on polygon click.",
"define": "definir",
"Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
"Delete layer": "Delete layer",
"Delete layer": "Suprimeix la capa",
"Delete this feature": "Suprimeix aquesta característica",
"Delete this shape": "Delete this shape",
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
Expand Down Expand Up @@ -456,8 +456,8 @@ const locale = {
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Conditional style rules": "Regles d'estil condicional",
"Add rule": "Afegeix una regla",
"Browser: data": "Navegador: dades",
"Browser: layers": "Navegador: capes",
"Browser: filters": "Navegador: filtres",
Expand Down Expand Up @@ -513,7 +513,11 @@ const locale = {
"Type new owner's username": "Type new owner's username",
"Type editor's username": "Type editor's username",
"Map": "Map",
"Manage collaborators": "Manage collaborators"
"Manage collaborators": "Manage collaborators",
"show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent",
"download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map"
}
L.registerLocale("ca", locale)
L.setLocale("ca")
12 changes: 8 additions & 4 deletions umap/static/umap/locale/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"Define link to open in a new window on polygon click.": "Define link to open in a new window on polygon click.",
"define": "definir",
"Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
"Delete layer": "Delete layer",
"Delete layer": "Suprimeix la capa",
"Delete this feature": "Suprimeix aquesta característica",
"Delete this shape": "Delete this shape",
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
Expand Down Expand Up @@ -456,8 +456,8 @@
"key=value or key!=value": "key=value or key!=value",
"Are you sure you want to delete this rule?": "Are you sure you want to delete this rule?",
"empty rule": "empty rule",
"Conditional style rules": "Conditional style rules",
"Add rule": "Add rule",
"Conditional style rules": "Regles d'estil condicional",
"Add rule": "Afegeix una regla",
"Browser: data": "Navegador: dades",
"Browser: layers": "Navegador: capes",
"Browser: filters": "Navegador: filtres",
Expand Down Expand Up @@ -513,5 +513,9 @@
"Type new owner's username": "Type new owner's username",
"Type editor's username": "Type editor's username",
"Map": "Map",
"Manage collaborators": "Manage collaborators"
"Manage collaborators": "Manage collaborators",
"show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent",
"download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map"
}
3 changes: 2 additions & 1 deletion umap/static/umap/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,8 @@ const locale = {
"Manage collaborators": "Manage collaborators",
"show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent",
"download visible data": "download visible data"
"download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map"
}
L.registerLocale("en", locale)
L.setLocale("en")
3 changes: 2 additions & 1 deletion umap/static/umap/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,5 +516,6 @@
"Manage collaborators": "Manage collaborators",
"show/hide all layers": "show/hide all layers",
"zoom to data extent": "zoom to data extent",
"download visible data": "download visible data"
"download visible data": "download visible data",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map"
}
649 changes: 330 additions & 319 deletions umap/static/umap/locale/es.js

Large diffs are not rendered by default.

649 changes: 330 additions & 319 deletions umap/static/umap/locale/es.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion umap/static/umap/locale/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,8 @@ const locale = {
"Manage collaborators": "Gérer les collaborateurs",
"show/hide all layers": "montrer/masquer les calques",
"zoom to data extent": "zoomer sur les données",
"download visible data": "télécharger les données affichées"
"download visible data": "télécharger les données affichées",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} personne(s) actuellement connectée(s) à cette carte"
}
L.registerLocale("fr", locale)
L.setLocale("fr")
3 changes: 2 additions & 1 deletion umap/static/umap/locale/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,5 +516,6 @@
"Manage collaborators": "Gérer les collaborateurs",
"show/hide all layers": "montrer/masquer les calques",
"zoom to data extent": "zoomer sur les données",
"download visible data": "télécharger les données affichées"
"download visible data": "télécharger les données affichées",
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} personne(s) actuellement connectée(s) à cette carte"
}

0 comments on commit 9fe96a9

Please sign in to comment.