-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update agency api to MDS 0.3.0 (#51)
* Update agency_api vehicle to MDS 0.3.0 * Update service_areas serializer * Update device statuses * fix locales * Various review fixes + migration * poll_provider updates device status * update changelog * Missing translations and source
- Loading branch information
Showing
13 changed files
with
283 additions
and
50 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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-01-22 13:22+0000\n" | ||
"POT-Creation-Date: 2019-03-01 11:31+0000\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: en_US\n" | ||
|
@@ -22,10 +22,25 @@ msgstr "" | |
msgid "Error decoding signature." | ||
msgstr "" | ||
|
||
msgid "Expired or revoked token" | ||
msgstr "" | ||
|
||
#, python-format | ||
msgid "Invalid payload, missing fields: %(fields)s" | ||
msgstr "" | ||
|
||
#, python-format | ||
msgid "No application known for owner %s" | ||
msgstr "" | ||
|
||
#, python-format | ||
msgid "No access token known for %s" | ||
msgstr "" | ||
|
||
msgctxt "API Error" | ||
msgid "Already registered" | ||
msgstr "" | ||
|
||
msgctxt "Device status" | ||
msgid "Available" | ||
msgstr "" | ||
|
@@ -42,6 +57,18 @@ msgctxt "Device status" | |
msgid "Removed" | ||
msgstr "" | ||
|
||
msgctxt "Device status" | ||
msgid "Trip" | ||
msgstr "" | ||
|
||
msgctxt "Device status" | ||
msgid "Elsewhere" | ||
msgstr "" | ||
|
||
msgctxt "Device status" | ||
msgid "Inactive" | ||
msgstr "" | ||
|
||
msgctxt "Device status" | ||
msgid "Unknown" | ||
msgstr "" | ||
|
@@ -58,6 +85,14 @@ msgctxt "Device category" | |
msgid "Car" | ||
msgstr "" | ||
|
||
msgctxt "Device propulsion" | ||
msgid "Human" | ||
msgstr "" | ||
|
||
msgctxt "Device propulsion" | ||
msgid "Electric Assist" | ||
msgstr "" | ||
|
||
msgctxt "Device propulsion" | ||
msgid "Electric" | ||
msgstr "" | ||
|
@@ -75,7 +110,7 @@ msgid "Trip end" | |
msgstr "" | ||
|
||
msgctxt "Event type" | ||
msgid "Rebalance drop_off" | ||
msgid "Rebalance drop off" | ||
msgstr "" | ||
|
||
msgctxt "Event type" | ||
|
@@ -134,10 +169,30 @@ msgctxt "Event type" | |
msgid "Received telemetry" | ||
msgstr "" | ||
|
||
msgctxt "Event type" | ||
msgid "Battery OK" | ||
msgstr "" | ||
|
||
msgctxt "Event source" | ||
msgid "push" | ||
msgstr "" | ||
|
||
msgctxt "Event source" | ||
msgid "pull" | ||
msgstr "" | ||
|
||
msgctxt "Area type" | ||
msgid "Unrestricted" | ||
msgstr "" | ||
|
||
msgctxt "Area type" | ||
msgid "Restricted" | ||
msgstr "" | ||
|
||
msgctxt "Area type" | ||
msgid "Preferred pick up" | ||
msgstr "" | ||
|
||
msgctxt "Area type" | ||
msgid "Preferred drop off" | ||
msgstr "" |
Oops, something went wrong.