mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Notify users of API status
This commit is contained in:
@@ -129,6 +129,10 @@ en:
|
||||
logout: logout
|
||||
loading_auth: "Connecting to OpenStreetMap..."
|
||||
report_a_bug: report a bug
|
||||
status:
|
||||
error: Unable to connect to API.
|
||||
offline: The API is offline. Please try editing later.
|
||||
readonly: The API is read-only. You will need to wait to save your changes.
|
||||
commit:
|
||||
title: Save Changes
|
||||
description_placeholder: Brief description of your contributions
|
||||
|
||||
@@ -163,6 +163,11 @@ locale.en = {
|
||||
"logout": "logout",
|
||||
"loading_auth": "Connecting to OpenStreetMap...",
|
||||
"report_a_bug": "report a bug",
|
||||
"status": {
|
||||
"error": "Unable to connect to API.",
|
||||
"offline": "The API is offline. Please try editing later.",
|
||||
"readonly": "The API is read-only. You will need to wait to save your changes."
|
||||
},
|
||||
"commit": {
|
||||
"title": "Save Changes",
|
||||
"description_placeholder": "Brief description of your contributions",
|
||||
|
||||
Reference in New Issue
Block a user