Added basic API endpoints (#258)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user