Add full access translation

This commit is contained in:
amcmanu3 2024-04-06 13:53:38 -04:00
parent 9bed7092d6
commit 5f00f9d6fa
2 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@
<!--<th>ID</th>--> <!--<th>ID</th>-->
<th>{{ translate('apiKeys', 'name', data['lang']) }}</th> <th>{{ translate('apiKeys', 'name', data['lang']) }}</th>
<th>{{ translate('apiKeys', 'created', data['lang']) }}</th> <th>{{ translate('apiKeys', 'created', data['lang']) }}</th>
<th>{{ translate('apiKeys', 'superUser', data['lang']) }}</th> <th>{{ translate('apiKeys', 'fullAccess', data['lang']) }}</th>
<th>{{ translate('apiKeys', 'perms', data['lang']) }}</th> <th>{{ translate('apiKeys', 'perms', data['lang']) }}</th>
<th>{{ translate('apiKeys', 'buttons', data['lang']) }}</th> <th>{{ translate('apiKeys', 'buttons', data['lang']) }}</th>
</tr> </tr>
@ -164,7 +164,7 @@
</tbody> </tbody>
</table> </table>
<label for="full_access">Superuser</label> <label for="full_access">{{translate('apiKeys', 'fullAccess', data['lang'])}}</label>
<input type="checkbox" class="" id="full_access" name="full_access" value="1"> <input type="checkbox" class="" id="full_access" name="full_access" value="1">
<br /> <br />

View File

@ -28,7 +28,7 @@
"permName": "Permission Name", "permName": "Permission Name",
"perms": "Permissions", "perms": "Permissions",
"server": "Server: ", "server": "Server: ",
"superUser": "Super User", "fullAccess": "Full Access",
"yes": "Yes" "yes": "Yes"
}, },
"base": { "base": {
@ -671,4 +671,4 @@
"webhook_body": "Webhook Body", "webhook_body": "Webhook Body",
"webhooks": "Webhooks" "webhooks": "Webhooks"
} }
} }