Translation for Wireguard status page and reload/restart/export messages

This commit is contained in:
Eduardo Silva
2025-04-14 16:22:05 -03:00
parent e430580aba
commit 6836621b80
7 changed files with 131 additions and 30 deletions

View File

@@ -1,15 +1,15 @@
{% extends "base.html" %}
{% load i18n %}
{% block content %}
<div class='row'>
<div class='col-lg-6'>
<div class="card card-primary card-outline">
<div class="card-header">
<h3 class="card-title">Access Denied</h3>
<h3 class="card-title">{% trans 'Access Denied' %}</h3>
</div>
<div class="card-body">
<p>Sorry, you do not have permission to access this page. <br>Please contact your system administrator if you believe this is an error.</p>
<p>{% trans 'Sorry, you do not have permission to access this page.' %}<br>{% trans 'Please contact your system administrator if you believe this is an error.' %}</p>
</div>
</div>