mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Merge pull request #4492 from jaller94/dont-capitalise
Do not capitalise English words.
This commit is contained in:
+4
-4
@@ -238,7 +238,7 @@ en:
|
||||
localized_translation_label: Multilingual name
|
||||
localized_translation_language: Choose language
|
||||
localized_translation_name: Name
|
||||
zoom_in_edit: Zoom in to Edit
|
||||
zoom_in_edit: Zoom in to edit
|
||||
login: login
|
||||
logout: logout
|
||||
loading_auth: "Connecting to OpenStreetMap..."
|
||||
@@ -499,7 +499,7 @@ en:
|
||||
welcome: Welcome to the iD OpenStreetMap editor
|
||||
text: "iD is a friendly but powerful tool for contributing to the world's best free world map. This is version {version}. For more information see {website} and report bugs at {github}."
|
||||
walkthrough: "Start the Walkthrough"
|
||||
start: "Edit Now"
|
||||
start: "Edit now"
|
||||
source_switch:
|
||||
live: live
|
||||
lose_changes: "You have unsaved changes. Switching the map server will discard them. Are you sure you want to switch servers?"
|
||||
@@ -527,8 +527,8 @@ en:
|
||||
tag_suggests_area: "The tag {tag} suggests line should be area, but it is not an area"
|
||||
deprecated_tags: "Deprecated tags: {tags}"
|
||||
zoom:
|
||||
in: Zoom In
|
||||
out: Zoom Out
|
||||
in: Zoom in
|
||||
out: Zoom out
|
||||
cannot_zoom: "Cannot zoom out further in current mode."
|
||||
full_screen: Toggle Full Screen
|
||||
gpx:
|
||||
|
||||
Vendored
+4
-4
@@ -310,7 +310,7 @@
|
||||
"localized_translation_language": "Choose language",
|
||||
"localized_translation_name": "Name"
|
||||
},
|
||||
"zoom_in_edit": "Zoom in to Edit",
|
||||
"zoom_in_edit": "Zoom in to edit",
|
||||
"login": "login",
|
||||
"logout": "logout",
|
||||
"loading_auth": "Connecting to OpenStreetMap...",
|
||||
@@ -613,7 +613,7 @@
|
||||
"welcome": "Welcome to the iD OpenStreetMap editor",
|
||||
"text": "iD is a friendly but powerful tool for contributing to the World's best free World map. This is version {version}. For more information see {website} and report bugs at {github}.",
|
||||
"walkthrough": "Start the Walkthrough",
|
||||
"start": "Edit Now"
|
||||
"start": "Edit now"
|
||||
},
|
||||
"source_switch": {
|
||||
"live": "live",
|
||||
@@ -646,8 +646,8 @@
|
||||
"deprecated_tags": "Deprecated tags: {tags}"
|
||||
},
|
||||
"zoom": {
|
||||
"in": "Zoom In",
|
||||
"out": "Zoom Out"
|
||||
"in": "Zoom in",
|
||||
"out": "Zoom out"
|
||||
},
|
||||
"cannot_zoom": "Cannot zoom out further in current mode.",
|
||||
"full_screen": "Toggle Full Screen",
|
||||
|
||||
Vendored
+4
-4
@@ -310,7 +310,7 @@
|
||||
"localized_translation_language": "Choose language",
|
||||
"localized_translation_name": "Name"
|
||||
},
|
||||
"zoom_in_edit": "Zoom in to Edit",
|
||||
"zoom_in_edit": "Zoom in to edit",
|
||||
"login": "login",
|
||||
"logout": "logout",
|
||||
"loading_auth": "Connecting to OpenStreetMap...",
|
||||
@@ -613,7 +613,7 @@
|
||||
"welcome": "Welcome to the iD OpenStreetMap editor",
|
||||
"text": "iD is a friendly but powerful tool for contributing to the world's best free world map. This is version {version}. For more information see {website} and report bugs at {github}.",
|
||||
"walkthrough": "Start the Walkthrough",
|
||||
"start": "Edit Now"
|
||||
"start": "Edit now"
|
||||
},
|
||||
"source_switch": {
|
||||
"live": "live",
|
||||
@@ -646,8 +646,8 @@
|
||||
"deprecated_tags": "Deprecated tags: {tags}"
|
||||
},
|
||||
"zoom": {
|
||||
"in": "Zoom In",
|
||||
"out": "Zoom Out"
|
||||
"in": "Zoom in",
|
||||
"out": "Zoom out"
|
||||
},
|
||||
"cannot_zoom": "Cannot zoom out further in current mode.",
|
||||
"full_screen": "Toggle Full Screen",
|
||||
|
||||
Reference in New Issue
Block a user