Added basic API endpoints (#258)

This commit is contained in:
Kevin Papst
2018-08-08 23:10:45 +02:00
committed by GitHub
parent a7780dac9e
commit 2f84f3751a
59 changed files with 3207 additions and 297 deletions

View File

@@ -63,6 +63,14 @@
<source>label.user_profile</source>
<target>My profile</target>
</trans-unit>
<trans-unit id="label.api_token">
<source>label.api_token</source>
<target>API password</target>
</trans-unit>
<trans-unit id="label.api_token_repeat">
<source>label.api_token_repeat</source>
<target>Repeat API password</target>
</trans-unit>
<!--
Menu / Navbar items
@@ -351,6 +359,10 @@
<source>profile.password</source>
<target>Password</target>
</trans-unit>
<trans-unit id="profile.api-token">
<source>profile.api-token</source>
<target>API</target>
</trans-unit>
<trans-unit id="profile.roles">
<source>profile.roles</source>
<target>Roles</target>