Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanboniface committed Nov 20, 2023
1 parent ed99a36 commit 9fca986
Show file tree
Hide file tree
Showing 99 changed files with 1,133 additions and 588 deletions.
44 changes: 22 additions & 22 deletions umap/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-12 06:55+0000\n"
"POT-Creation-Date: 2023-11-20 10:27+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"
Expand All @@ -25,7 +25,7 @@ msgstr ""
msgid "Everyone can edit"
msgstr ""

#: forms.py:69 models.py:318
#: forms.py:69 models.py:320
msgid "Inherit"
msgstr ""

Expand Down Expand Up @@ -53,15 +53,15 @@ msgstr ""
msgid "Order of the tilelayers in the edit box"
msgstr ""

#: models.py:142 models.py:319
#: models.py:142 models.py:321
msgid "Everyone"
msgstr ""

#: models.py:143 models.py:149 models.py:320
#: models.py:143 models.py:149 models.py:322
msgid "Editors only"
msgstr ""

#: models.py:144 models.py:321
#: models.py:144 models.py:323
msgid "Owner only"
msgstr ""

Expand All @@ -77,7 +77,7 @@ msgstr ""
msgid "Blocked"
msgstr ""

#: models.py:153 models.py:325
#: models.py:153 models.py:327
msgid "description"
msgstr ""

Expand Down Expand Up @@ -113,27 +113,27 @@ msgstr ""
msgid "editors"
msgstr ""

#: models.py:182 models.py:339
#: models.py:182 models.py:341
msgid "edit status"
msgstr ""

#: models.py:187
msgid "share status"
msgstr ""

#: models.py:190 models.py:334
#: models.py:190 models.py:336
msgid "settings"
msgstr ""

#: models.py:269
msgid "Clone of"
msgstr ""

#: models.py:329
#: models.py:331
msgid "display on load"
msgstr ""

#: models.py:330
#: models.py:332
msgid "Display this layer on load."
msgstr ""

Expand Down Expand Up @@ -290,7 +290,7 @@ msgstr ""
msgid "You are logged in. Continuing..."
msgstr ""

#: templates/umap/map_list.html:9 views.py:303
#: templates/umap/map_list.html:9 views.py:302
msgid "by"
msgstr ""

Expand Down Expand Up @@ -431,52 +431,52 @@ msgstr ""
msgid "You have no map yet."
msgstr ""

#: views.py:308
#: views.py:307
msgid "View the map"
msgstr ""

#: views.py:659
#: views.py:682
msgid "Map has been updated!"
msgstr ""

#: views.py:684
#: views.py:707
msgid "Map editors updated with success!"
msgstr ""

#: views.py:722
#: views.py:745
#, python-format
msgid "The uMap edit link for your map: %(map_name)s"
msgstr ""

#: views.py:725
#: views.py:748
#, python-format
msgid "Here is your secret edit link: %(link)s"
msgstr ""

#: views.py:731
#: views.py:754
#, python-format
msgid "Email sent to %(email)s"
msgstr ""

#: views.py:742
#: views.py:765
msgid "Only its owner can delete the map."
msgstr ""

#: views.py:765
#: views.py:788
#, python-format
msgid ""
"Your map has been cloned! If you want to edit this map from another "
"computer, please use this link: %(anonymous_url)s"
msgstr ""

#: views.py:770
#: views.py:793
msgid "Congratulations, your map has been cloned!"
msgstr ""

#: views.py:959
#: views.py:982
msgid "Layer successfully deleted."
msgstr ""

#: views.py:981
#: views.py:1004
msgid "Permissions updated with success!"
msgstr ""
Binary file modified umap/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
13 changes: 9 additions & 4 deletions umap/static/umap/locale/am_ET.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const locale = {
"Popup content template": "የፖፕ-አፕ ኮንቴንት ተምሳሌ",
"Side panel": "የጎን ፓኔል",
"Simplify": "Simplify",
"Symbol or url": "Symbol or url",
"Table": "ሰንጠረዥ",
"always": "always",
"clear": "clear",
Expand Down Expand Up @@ -171,7 +170,6 @@ const locale = {
"Filter keys": "Filter keys",
"Format": "ፎርማት",
"From zoom": "ከዙም",
"Full map data": "Full map data",
"Go to «{feature}»": "ወደ «{feature}» ተመለስ",
"Heatmap intensity property": "የሙቀት ካርታ ኢንቴንሲቲ ባህርይ",
"Heatmap radius": "የሙቀት ካርታ ራዲየስ",
Expand Down Expand Up @@ -402,7 +400,6 @@ const locale = {
"Change": "Change",
"Powered by uMap": "Powered by uMap",
"Search": "Search",
"Toggle direct input (advanced)": "Toggle direct input (advanced)",
"Datalayers": "Datalayers",
"Secret edit link:": "Secret edit link:",
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
Expand All @@ -428,7 +425,15 @@ const locale = {
"Go to the homepage": "Go to the homepage",
"Switch to edit mode": "Switch to edit mode",
"Update who can see and edit the map": "Update who can see and edit the map",
"View": "View"
"View": "View",
"Add image URL": "Add image URL",
"Backup data": "Backup data",
"Download full data": "Download full data",
"Emoji & Character": "Emoji & Character",
"Generic": "Generic",
"Symbol": "Symbol",
"Type char or paste emoji": "Type char or paste emoji",
"URL": "URL"
}
L.registerLocale("am_ET", locale)
L.setLocale("am_ET")
13 changes: 9 additions & 4 deletions umap/static/umap/locale/am_ET.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"Popup content template": "የፖፕ-አፕ ኮንቴንት ተምሳሌ",
"Side panel": "የጎን ፓኔል",
"Simplify": "Simplify",
"Symbol or url": "Symbol or url",
"Table": "ሰንጠረዥ",
"always": "always",
"clear": "clear",
Expand Down Expand Up @@ -171,7 +170,6 @@
"Filter keys": "Filter keys",
"Format": "ፎርማት",
"From zoom": "ከዙም",
"Full map data": "Full map data",
"Go to «{feature}»": "ወደ «{feature}» ተመለስ",
"Heatmap intensity property": "የሙቀት ካርታ ኢንቴንሲቲ ባህርይ",
"Heatmap radius": "የሙቀት ካርታ ራዲየስ",
Expand Down Expand Up @@ -402,7 +400,6 @@
"Change": "Change",
"Powered by uMap": "Powered by uMap",
"Search": "Search",
"Toggle direct input (advanced)": "Toggle direct input (advanced)",
"Datalayers": "Datalayers",
"Secret edit link:": "Secret edit link:",
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
Expand All @@ -428,5 +425,13 @@
"Go to the homepage": "Go to the homepage",
"Switch to edit mode": "Switch to edit mode",
"Update who can see and edit the map": "Update who can see and edit the map",
"View": "View"
"View": "View",
"Add image URL": "Add image URL",
"Backup data": "Backup data",
"Download full data": "Download full data",
"Emoji & Character": "Emoji & Character",
"Generic": "Generic",
"Symbol": "Symbol",
"Type char or paste emoji": "Type char or paste emoji",
"URL": "URL"
}
13 changes: 9 additions & 4 deletions umap/static/umap/locale/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const locale = {
"Popup content template": "Popup content template",
"Side panel": "لوحة جانبية",
"Simplify": "بسّط",
"Symbol or url": "Symbol or url",
"Table": "جدول",
"always": "دائماً",
"clear": "clear",
Expand Down Expand Up @@ -171,7 +170,6 @@ const locale = {
"Filter keys": "Filter keys",
"Format": "Format",
"From zoom": "From zoom",
"Full map data": "Full map data",
"Go to «{feature}»": "Go to «{feature}»",
"Heatmap intensity property": "Heatmap intensity property",
"Heatmap radius": "Heatmap radius",
Expand Down Expand Up @@ -402,7 +400,6 @@ const locale = {
"Change": "Change",
"Powered by uMap": "Powered by uMap",
"Search": "Search",
"Toggle direct input (advanced)": "Toggle direct input (advanced)",
"Datalayers": "Datalayers",
"Secret edit link:": "Secret edit link:",
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
Expand All @@ -428,7 +425,15 @@ const locale = {
"Go to the homepage": "Go to the homepage",
"Switch to edit mode": "Switch to edit mode",
"Update who can see and edit the map": "Update who can see and edit the map",
"View": "View"
"View": "View",
"Add image URL": "Add image URL",
"Backup data": "Backup data",
"Download full data": "Download full data",
"Emoji & Character": "Emoji & Character",
"Generic": "Generic",
"Symbol": "Symbol",
"Type char or paste emoji": "Type char or paste emoji",
"URL": "URL"
}
L.registerLocale("ar", locale)
L.setLocale("ar")
13 changes: 9 additions & 4 deletions umap/static/umap/locale/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"Popup content template": "Popup content template",
"Side panel": "لوحة جانبية",
"Simplify": "بسّط",
"Symbol or url": "Symbol or url",
"Table": "جدول",
"always": "دائماً",
"clear": "clear",
Expand Down Expand Up @@ -171,7 +170,6 @@
"Filter keys": "Filter keys",
"Format": "Format",
"From zoom": "From zoom",
"Full map data": "Full map data",
"Go to «{feature}»": "Go to «{feature}»",
"Heatmap intensity property": "Heatmap intensity property",
"Heatmap radius": "Heatmap radius",
Expand Down Expand Up @@ -402,7 +400,6 @@
"Change": "Change",
"Powered by uMap": "Powered by uMap",
"Search": "Search",
"Toggle direct input (advanced)": "Toggle direct input (advanced)",
"Datalayers": "Datalayers",
"Secret edit link:": "Secret edit link:",
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
Expand All @@ -428,5 +425,13 @@
"Go to the homepage": "Go to the homepage",
"Switch to edit mode": "Switch to edit mode",
"Update who can see and edit the map": "Update who can see and edit the map",
"View": "View"
"View": "View",
"Add image URL": "Add image URL",
"Backup data": "Backup data",
"Download full data": "Download full data",
"Emoji & Character": "Emoji & Character",
"Generic": "Generic",
"Symbol": "Symbol",
"Type char or paste emoji": "Type char or paste emoji",
"URL": "URL"
}
13 changes: 9 additions & 4 deletions umap/static/umap/locale/ast.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const locale = {
"Popup content template": "Popup content template",
"Side panel": "Side panel",
"Simplify": "Simplify",
"Symbol or url": "Symbol or url",
"Table": "Table",
"always": "always",
"clear": "clear",
Expand Down Expand Up @@ -171,7 +170,6 @@ const locale = {
"Filter keys": "Filter keys",
"Format": "Format",
"From zoom": "From zoom",
"Full map data": "Full map data",
"Go to «{feature}»": "Go to «{feature}»",
"Heatmap intensity property": "Heatmap intensity property",
"Heatmap radius": "Heatmap radius",
Expand Down Expand Up @@ -402,7 +400,6 @@ const locale = {
"Change": "Change",
"Powered by uMap": "Powered by uMap",
"Search": "Search",
"Toggle direct input (advanced)": "Toggle direct input (advanced)",
"Datalayers": "Datalayers",
"Secret edit link:": "Secret edit link:",
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
Expand All @@ -428,7 +425,15 @@ const locale = {
"Go to the homepage": "Go to the homepage",
"Switch to edit mode": "Switch to edit mode",
"Update who can see and edit the map": "Update who can see and edit the map",
"View": "View"
"View": "View",
"Add image URL": "Add image URL",
"Backup data": "Backup data",
"Download full data": "Download full data",
"Emoji & Character": "Emoji & Character",
"Generic": "Generic",
"Symbol": "Symbol",
"Type char or paste emoji": "Type char or paste emoji",
"URL": "URL"
}
L.registerLocale("ast", locale)
L.setLocale("ast")
13 changes: 9 additions & 4 deletions umap/static/umap/locale/ast.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"Popup content template": "Popup content template",
"Side panel": "Side panel",
"Simplify": "Simplify",
"Symbol or url": "Symbol or url",
"Table": "Table",
"always": "always",
"clear": "clear",
Expand Down Expand Up @@ -171,7 +170,6 @@
"Filter keys": "Filter keys",
"Format": "Format",
"From zoom": "From zoom",
"Full map data": "Full map data",
"Go to «{feature}»": "Go to «{feature}»",
"Heatmap intensity property": "Heatmap intensity property",
"Heatmap radius": "Heatmap radius",
Expand Down Expand Up @@ -402,7 +400,6 @@
"Change": "Change",
"Powered by uMap": "Powered by uMap",
"Search": "Search",
"Toggle direct input (advanced)": "Toggle direct input (advanced)",
"Datalayers": "Datalayers",
"Secret edit link:": "Secret edit link:",
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
Expand All @@ -428,5 +425,13 @@
"Go to the homepage": "Go to the homepage",
"Switch to edit mode": "Switch to edit mode",
"Update who can see and edit the map": "Update who can see and edit the map",
"View": "View"
"View": "View",
"Add image URL": "Add image URL",
"Backup data": "Backup data",
"Download full data": "Download full data",
"Emoji & Character": "Emoji & Character",
"Generic": "Generic",
"Symbol": "Symbol",
"Type char or paste emoji": "Type char or paste emoji",
"URL": "URL"
}
Loading

0 comments on commit 9fca986

Please sign in to comment.