mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Restore placeholders
This commit is contained in:
@@ -254,8 +254,6 @@ en:
|
||||
rateLimit: The API is limiting anonymous connections. You can fix this by logging in.
|
||||
commit:
|
||||
title: Upload to OpenStreetMap
|
||||
description_placeholder: Brief description of your contributions (required)
|
||||
message_label: Changeset Comment
|
||||
upload_explanation: "The changes you upload will be visible on all maps that use OpenStreetMap data."
|
||||
upload_explanation_with_user: "The changes you upload as {user} will be visible on all maps that use OpenStreetMap data."
|
||||
request_review: "I would like someone to review my edits."
|
||||
|
||||
@@ -342,6 +342,8 @@ en:
|
||||
comment:
|
||||
# comment=*
|
||||
label: Changeset Comment
|
||||
# comment field placeholder
|
||||
placeholder: Brief description of your contributions (required)
|
||||
communication_multi:
|
||||
# 'communication:=*'
|
||||
label: Communication Types
|
||||
@@ -1225,6 +1227,8 @@ en:
|
||||
source:
|
||||
# source=*
|
||||
label: Source
|
||||
# source field placeholder
|
||||
placeholder: 'survey, local knowledge, aerial imagery'
|
||||
sport:
|
||||
# sport=*
|
||||
label: Sports
|
||||
|
||||
@@ -440,7 +440,8 @@
|
||||
"comment": {
|
||||
"key": "comment",
|
||||
"type": "textarea",
|
||||
"label": "Changeset Comment"
|
||||
"label": "Changeset Comment",
|
||||
"placeholder": "Brief description of your contributions (required)"
|
||||
},
|
||||
"communication_multi": {
|
||||
"key": "communication:",
|
||||
@@ -1637,7 +1638,8 @@
|
||||
"type": "text",
|
||||
"icon": "source",
|
||||
"universal": true,
|
||||
"label": "Source"
|
||||
"label": "Source",
|
||||
"placeholder": "survey, local knowledge, aerial imagery"
|
||||
},
|
||||
"sport_ice": {
|
||||
"key": "sport",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"key": "comment",
|
||||
"type": "textarea",
|
||||
"label": "Changeset Comment"
|
||||
"label": "Changeset Comment",
|
||||
"placeholder": "Brief description of your contributions (required)"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"type": "text",
|
||||
"icon": "source",
|
||||
"universal": true,
|
||||
"label": "Source"
|
||||
}
|
||||
"label": "Source",
|
||||
"placeholder": "survey, local knowledge, aerial imagery"
|
||||
}
|
||||
|
||||
Vendored
+4
-4
@@ -328,8 +328,6 @@
|
||||
},
|
||||
"commit": {
|
||||
"title": "Upload to OpenStreetMap",
|
||||
"description_placeholder": "Brief description of your contributions (required)",
|
||||
"message_label": "Changeset Comment",
|
||||
"upload_explanation": "The changes you upload will be visible on all maps that use OpenStreetMap data.",
|
||||
"upload_explanation_with_user": "The changes you upload as {user} will be visible on all maps that use OpenStreetMap data.",
|
||||
"request_review": "I would like someone to review my edits.",
|
||||
@@ -1356,7 +1354,8 @@
|
||||
"label": "Collection Times"
|
||||
},
|
||||
"comment": {
|
||||
"label": "Changeset Comment"
|
||||
"label": "Changeset Comment",
|
||||
"placeholder": "Brief description of your contributions (required)"
|
||||
},
|
||||
"communication_multi": {
|
||||
"label": "Communication Types"
|
||||
@@ -2101,7 +2100,8 @@
|
||||
"label": "Type"
|
||||
},
|
||||
"source": {
|
||||
"label": "Source"
|
||||
"label": "Source",
|
||||
"placeholder": "survey, local knowledge, aerial imagery"
|
||||
},
|
||||
"sport_ice": {
|
||||
"label": "Sports"
|
||||
|
||||
Reference in New Issue
Block a user