-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add scrollWheel zooming functionality switch to Google Point Widget (#…
…135) * Add scroll-wheel zooming functionality switch to Google point widget settings * Added Chinese(ZH) localization files. #133 * update readme files with new version release notes
- Loading branch information
Showing
12 changed files
with
101 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
# Source: https://github.com/erdem/django-map-widgets/pull/133 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2022-07-29 15:23-0500\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" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: settings.py:85 settings.py:95 | ||
msgid "MapWidget settings must be a tuple or dictionary" | ||
msgstr "" | ||
|
||
#: settings.py:114 settings.py:136 | ||
#, python-format | ||
msgid "" | ||
"Invalid %s settings value. Please check the settings documentation http://" | ||
"django-map-widgets.readthedocs.io/en/latest/widgets/settings.html" | ||
msgstr "" | ||
|
||
#: templates/mapwidgets/google-point-field-widget.html:8 | ||
#: templates/mapwidgets/mapbox-point-field-widget.html:8 | ||
msgid "Edit coordinates" | ||
msgstr "修改坐标" | ||
|
||
#: templates/mapwidgets/google-point-field-widget.html:11 | ||
#: templates/mapwidgets/mapbox-point-field-widget.html:11 | ||
msgid "Latitude:" | ||
msgstr "纬度" | ||
|
||
#: templates/mapwidgets/google-point-field-widget.html:12 | ||
#: templates/mapwidgets/mapbox-point-field-widget.html:12 | ||
msgid "Ex: 41.015137" | ||
msgstr "如:41.015137" | ||
|
||
#: templates/mapwidgets/google-point-field-widget.html:15 | ||
#: templates/mapwidgets/mapbox-point-field-widget.html:15 | ||
msgid "Longitude:" | ||
msgstr "经度" | ||
|
||
#: templates/mapwidgets/google-point-field-widget.html:16 | ||
#: templates/mapwidgets/mapbox-point-field-widget.html:16 | ||
msgid "Ex: 28.979530" | ||
msgstr "如:28.979530" | ||
|
||
#: templates/mapwidgets/google-point-field-widget.html:18 | ||
#: templates/mapwidgets/mapbox-point-field-widget.html:18 | ||
msgid "Done" | ||
msgstr "完成" | ||
|
||
#: templates/mapwidgets/google-point-field-widget.html:22 | ||
#: templates/mapwidgets/mapbox-point-field-widget.html:22 | ||
msgid "Use My Location" | ||
msgstr "使用当前位置" | ||
|
||
#: templates/mapwidgets/google-point-field-widget.html:23 | ||
#: templates/mapwidgets/mapbox-point-field-widget.html:23 | ||
msgid "Choose point on map" | ||
msgstr "在地图上标注" | ||
|
||
#: templates/mapwidgets/google-point-field-widget.html:25 | ||
#: templates/mapwidgets/mapbox-point-field-widget.html:64 | ||
msgid "Find a Location by Address" | ||
msgstr "输入地址查找" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[metadata] | ||
license-file = LICENSE | ||
description-file = README.md | ||
license_file = LICENSE | ||
description_file = README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters