O. Translations
The Translations API provides access to conference specific translations.
| Action | Method | URI |
| List Translations | GET | /admin/translation |
JSON Response Example
[
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"event.one",
"locale":"en",
"value":"Event"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"event.other",
"locale":"en",
"value":"Activities"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"user.one",
"locale":"en",
"value":"Attendee"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"user.other",
"locale":"en",
"value":"Attendees"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"exhibitor.one",
"locale":"en",
"value":"Exhibitor"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"exhibitor.other",
"locale":"en",
"value":"Exhibitors"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"sponsor.one",
"locale":"en",
"value":"Sponsor"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"sponsor.other",
"locale":"en",
"value":"Sponsors"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"conversation.one",
"locale":"en",
"value":"Conversation"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"conversation.other",
"locale":"en",
"value":"Conversations"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"actions.user.follow",
"locale":"en",
"value":"Follow"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"actions.user.unfollow",
"locale":"en",
"value":"Unfollow"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"actions.exhibitor.follow",
"locale":"en",
"value":"Follow"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"actions.exhibitor.unfollow",
"locale":"en",
"value":"Unfollow"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"actions.event.attend_yes",
"locale":"en",
"value":"Add to My Schedule"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"actions.event.attend_no",
"locale":"en",
"value":"Take off My Schedule"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"menus.profile.my",
"locale":"en",
"value":"My Page"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"menus.conference.home",
"locale":"en",
"value":"Home"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"company.one",
"locale":"en",
"value":"Company"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"company.other",
"locale":"en",
"value":"Companies"
},
{
"id":null,
"interpolations":[
],
"is_proc":false,
"key":"signup",
"locale":"en",
"value":"Sign up"
}
]
Leave a Comment