Last active
October 16, 2015 18:04
-
-
Save MattKetmo/bc8e5f1dc4c4bdcc1a84 to your computer and use it in GitHub Desktop.
Openl10n API
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
{ | |
"id": "110e8400-e29b-11d4-a716-446655440000", | |
"slug": "foobar", | |
"name": "Foobar", | |
"description": "Some foobar project description", | |
"source": { | |
"locale": "en", | |
"name": "English" | |
}, | |
"createdBy": { | |
"id": "110e8400-e29b-11d4-a716-446655440000", | |
"username": "MattKetmo", | |
"name": "Matthieu Moquet" | |
}, | |
"createdAt": "2015-01-01T13:37:00", | |
"updatedAt": "2015-02-02T12:34:00", | |
"resources": 42, | |
"segments": 1337, | |
"languages": 8, | |
"stats": { | |
"_all": { | |
"translated": 1234, | |
"flagged": 112, | |
"approved": 876, | |
"ignored": 13 | |
}, | |
"en": { | |
"name": "English", | |
"translated": 1234, | |
"flagged": 112, | |
"approved": 876, | |
"ignored": 13 | |
}, | |
"fr_FR": { | |
"name": "French (France)", | |
"translated": 1234, | |
"flagged": 112, | |
"approved": 876, | |
"ignored": 13 | |
}, | |
"...": {} | |
} | |
} |
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
{ | |
"id": "110e8400-e29b-11d4-a716-446655440000", | |
"project": { | |
"id": "110e8400-e29b-11d4-a716-446655440000" | |
}, | |
"uri": "path/to/messages.en.yml", | |
"category": "messages", | |
"createdAt": "2015-01-01T13:37:00", | |
"createdBy": { | |
"id": "110e8400-e29b-11d4-a716-446655440000", | |
"username": "MattKetmo", | |
"name": "Matthieu Moquet" | |
}, | |
"updatedAt": "2015-02-02T12:34:00", | |
"stats": { | |
"_all": { | |
"translated": 1234, | |
"flagged": 112, | |
"approved": 876, | |
"ignored": 13 | |
}, | |
"en": { | |
"name": "English", | |
"translated": 1234, | |
"flagged": 112, | |
"approved": 876, | |
"ignored": 13 | |
}, | |
"fr_FR": { | |
"name": "French (France)", | |
"translated": 1234, | |
"flagged": 112, | |
"approved": 876, | |
"ignored": 13 | |
}, | |
"...": {} | |
} |
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
{ | |
"id": "110e8400-e29b-11d4-a716-446655440000", | |
"resource": { | |
"id": "110e8400-e29b-11d4-a716-446655440000" | |
}, | |
"createdAt": "2015-01-01T13:37:00", | |
"createdBy": { | |
"id": "110e8400-e29b-11d4-a716-446655440000", | |
"username": "MattKetmo", | |
"name": "Matthieu Moquet" | |
}, | |
"key": { | |
"name": "foo.bar", | |
"context": null | |
}, | |
"description": "This is a foobar key", | |
"minLength": null, | |
"maxLength": 42, | |
"tags": [ | |
"foo", | |
"bar", | |
"foo baz" | |
], | |
"translations": { | |
"en": { | |
"name": "English", | |
"translation": "This is the text of the translation", | |
"translatedAt": "2015-01-01T13:37:00", | |
"translatedBy": { | |
"id": "110e8400-e29b-11d4-a716-446655440000", | |
"username": "MattKetmo", | |
"name": "Matthieu Moquet" | |
}, | |
"flag": null, | |
"approved": true, | |
"state": "approved" | |
}, | |
"fr_FR": { | |
"name": "French (France)", | |
"translation": "Ceci est le texte de la traduction", | |
"flag": "fuzzy", | |
"approved": false, | |
"state": "flagged" | |
}, | |
"es": { | |
"name": "Spanish", | |
"translation": "Esto es un translacion", | |
"flag": null, | |
"approved": false, | |
"state": "translated" | |
}, | |
"...": {} | |
} | |
} |
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
{ | |
"source": { | |
"locale": "en", | |
"name": "English", | |
}, | |
"target": { | |
"name": "French (France)", | |
"locale": "fr_FR", | |
}, | |
"translations": { | |
"id": "110e8400-e29b-11d4-a716-446655440000", | |
"resource": { | |
"id": "110e8400-e29b-11d4-a716-446655440000", | |
"uri": "path/to/messages.en.yml", | |
"category": "messages" | |
}, | |
"createdAt": "2015-01-01T13:37:00", | |
"createdBy": { | |
"id": "110e8400-e29b-11d4-a716-446655440000", | |
"username": "MattKetmo", | |
"name": "Matthieu Moquet" | |
}, | |
"key": { | |
"name": "foo.bar", | |
"context": null | |
}, | |
"description": "This is a foobar key", | |
"minLength": null, | |
"maxLength": 42, | |
"tags": [ | |
"foo", | |
"bar", | |
"foo baz" | |
], | |
"source": { | |
"translation": "This is the text of the translation", | |
"translatedAt": "2015-01-01T13:37:00", | |
"translatedBy": { | |
"id": "110e8400-e29b-11d4-a716-446655440000", | |
"username": "MattKetmo", | |
"name": "Matthieu Moquet" | |
}, | |
"flag": null, | |
"approved": true, | |
"state": "approved" | |
}, | |
"target": { | |
"translation": "Ceci est le texte de la traduction", | |
"translatedAt": "2015-01-01T13:37:00", | |
"translatedBy": { | |
"id": "110e8400-e29b-11d4-a716-446655440000", | |
"username": "MattKetmo", | |
"name": "Matthieu Moquet" | |
}, | |
"flag": "fuzzy", | |
"approved": false, | |
"state": "flagged" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment