From 0aeeec272c69d82a256cdf49e6aa9194c5064457 Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:03:38 +0200 Subject: [PATCH] Further translation updates --- cp/resources/views/admin/dashboard/index.twig | 14 +--- cp/resources/views/admin/logs/index.twig | 18 +---- cp/resources/views/admin/logs/log.twig | 18 +---- cp/resources/views/admin/logs/poll.twig | 18 +---- cp/resources/views/admin/profile/profile.twig | 68 ++++++++----------- cp/resources/views/admin/reports/index.twig | 18 +---- cp/resources/views/admin/system/registry.twig | 8 +-- 7 files changed, 45 insertions(+), 117 deletions(-) diff --git a/cp/resources/views/admin/dashboard/index.twig b/cp/resources/views/admin/dashboard/index.twig index 11740e9..16896ea 100644 --- a/cp/resources/views/admin/dashboard/index.twig +++ b/cp/resources/views/admin/dashboard/index.twig @@ -170,18 +170,6 @@ - + {% include 'partials/footer.twig' %} {% endblock %} \ No newline at end of file diff --git a/cp/resources/views/admin/logs/index.twig b/cp/resources/views/admin/logs/index.twig index 9017b8d..a73506d 100644 --- a/cp/resources/views/admin/logs/index.twig +++ b/cp/resources/views/admin/logs/index.twig @@ -34,9 +34,9 @@
2FA is currently enabled for your account. If you encounter any issues or need to disable 2FA, please contact our support team for assistance.
+{{ __('2FA is currently') }} {{ __('enabled') }} {{ __('for your account. If you encounter any issues or need to disable 2FA, please contact our support team for assistance.') }}
Secure your account with WebAuthn. Click the button below to register your device for passwordless sign-in.
+{{ __('Secure your account with WebAuthn. Click the button below to register your device for passwordless sign-in.') }}
- +Device/Browser Info | -Registration Date | -Action | +{{ __('Device/Browser Info') }} | +{{ __('Registration Date') }} | +{{ __('Action') }} | {{ device.user_agent }} | {{ device.created_at }} | - Edit + {{ __('Edit') }} | {% else %}|
---|---|---|---|---|---|---|---|---|---|
No devices found. | +{{ __('No devices found.') }} |
Event | -User Agent | +{{ __('Event') }} | +{{ __('User Agent') }} | IP | -Location | -Timestamp | +{{ __('Location') }} | +{{ __('Timestamp') }} | |
---|---|---|---|---|---|---|---|---|---|
No log data for user. | +{{ __('No log data for user.') }} |