mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Update QA button strings
See https://github.com/openstreetmap/iD/pull/7095#issuecomment-570066602 for motivation
This commit is contained in:
+4
-5
@@ -851,16 +851,15 @@ en:
|
||||
title: Missing Turn Restriction
|
||||
description: '{num_passed} of {num_trips} recorded trips (travelling {travel_direction}) make a turn from {from_way} to {to_way} at {junction}. There may be a missing "{turn_restriction}" restriction.'
|
||||
keepRight:
|
||||
title: KeepRight Error
|
||||
detail_title: Error
|
||||
title: KeepRight
|
||||
detail_description: Description
|
||||
comment: Comment
|
||||
comment_placeholder: Enter a comment to share with other users.
|
||||
close: Close (Error Fixed)
|
||||
ignore: Ignore (Not an Error)
|
||||
close: Close (Issue Fixed)
|
||||
ignore: Remove (False Positive)
|
||||
save_comment: Save Comment
|
||||
close_comment: Close and Comment
|
||||
ignore_comment: Ignore and Comment
|
||||
ignore_comment: Remove and Comment
|
||||
error_parts:
|
||||
this_node: 'this node'
|
||||
this_way: 'this way'
|
||||
|
||||
Vendored
+4
-5
@@ -1061,16 +1061,15 @@
|
||||
}
|
||||
},
|
||||
"keepRight": {
|
||||
"title": "KeepRight Error",
|
||||
"detail_title": "Error",
|
||||
"title": "KeepRight",
|
||||
"detail_description": "Description",
|
||||
"comment": "Comment",
|
||||
"comment_placeholder": "Enter a comment to share with other users.",
|
||||
"close": "Close (Error Fixed)",
|
||||
"ignore": "Ignore (Not an Error)",
|
||||
"close": "Close (Issue Fixed)",
|
||||
"ignore": "Remove (False Positive)",
|
||||
"save_comment": "Save Comment",
|
||||
"close_comment": "Close and Comment",
|
||||
"ignore_comment": "Ignore and Comment",
|
||||
"ignore_comment": "Remove and Comment",
|
||||
"error_parts": {
|
||||
"this_node": "this node",
|
||||
"this_way": "this way",
|
||||
|
||||
Reference in New Issue
Block a user