Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
inlined some FOSUserBundle translations to reduce coupling (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst authored Jun 7, 2021
1 parent 3cb97b3 commit 0b56897
Show file tree
Hide file tree
Showing 28 changed files with 287 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Total Downloads](https://poser.pugx.org/kevinpapst/adminlte-bundle/downloads)](https://packagist.org/packages/kevinpapst/adminlte-bundle)
[![License](https://poser.pugx.org/kevinpapst/adminlte-bundle/license)](LICENSE)

# AdminLTE Bundle for Symfony 4
# AdminLTE Bundle for Symfony

This repository contains an upgraded version of the AvanzuAdminThemeBundle, bringing the AdminLTE theme to Symfony 4.

Expand All @@ -16,12 +16,12 @@ This repository contains an upgraded version of the AvanzuAdminThemeBundle, brin
### Minimum requirements

- Symfony 4.3
- PHP 7.2 (untested with 8)
- PHP > 7.2
- Twig 2.0

**Compatibility:**

Version 3.x should be compatible with Symfony 5, [please leave your feedback](https://github.com/kevinpapst/AdminLTEBundle/issues/144).
Version 3.x should be compatible with Symfony 5 and PHP 8, [please leave your feedback](https://github.com/kevinpapst/AdminLTEBundle/issues/144).

- Version 3.x is only compatible with Symfony >= 4.3
- Version 2.x of this bundle is compatible with Symfony < 4.3
Expand Down
12 changes: 12 additions & 0 deletions Resources/translations/AdminLTEBundle.ar.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<source>Sign out</source>
<target>الخروج</target>
</trans-unit>
<trans-unit id="Register">
<source>Register</source>
<target>تسجيل</target>
</trans-unit>
<trans-unit id="Profile">
<source>Profile</source>
<target>ملفك الشخصي</target>
Expand All @@ -34,6 +38,10 @@
<source>Username</source>
<target>اسم المستخدم</target>
</trans-unit>
<trans-unit id="Username or email address">
<source>Username or email address</source>
<target>إسم المستخدم او البريد الالكتروني</target>
</trans-unit>
<trans-unit id="Password">
<source>Password</source>
<target>اسم المستخدم</target>
Expand Down Expand Up @@ -78,6 +86,10 @@
<source>%progress%% Complete</source>
<target>%progress%% منجز</target>
</trans-unit>
<trans-unit id="registration.confirmed">
<source>registration.confirmed</source>
<target>تهانينا %username%، لقد تم تفعيل حسابك.</target>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions Resources/translations/AdminLTEBundle.cs.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<source>Sign out</source>
<target>Odhlásit se</target>
</trans-unit>
<trans-unit id="Register">
<source>Register</source>
<target>Registrovat se</target>
</trans-unit>
<trans-unit id="Profile">
<source>Profile</source>
<target>Profil</target>
Expand All @@ -34,6 +38,10 @@
<source>Username</source>
<target>Uživatelské jméno</target>
</trans-unit>
<trans-unit id="Username or email address">
<source>Username or email address</source>
<target>Uživatelské jméno nebo e-mail</target>
</trans-unit>
<trans-unit id="Password">
<source>Password</source>
<target>Heslo</target>
Expand Down Expand Up @@ -82,6 +90,10 @@
<source>This is a mandatory field</source>
<target>Toto je povinné pole</target>
</trans-unit>
<trans-unit id="registration.confirmed">
<source>registration.confirmed</source>
<target>Gratulujeme, %username%, Váš účet je nyní aktivní.</target>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions Resources/translations/AdminLTEBundle.da.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<source>Sign out</source>
<target>Log ud</target>
</trans-unit>
<trans-unit id="Register">
<source>Register</source>
<target>Registrer</target>
</trans-unit>
<trans-unit id="Profile">
<source>Profile</source>
<target>Din profil</target>
Expand All @@ -34,6 +38,10 @@
<source>Username</source>
<target>Brugernavn</target>
</trans-unit>
<trans-unit id="Username or email address">
<source>Username or email address</source>
<target>Brugernavn eller e-mailadresse</target>
</trans-unit>
<trans-unit id="Password">
<source>Password</source>
<target>Kodeord</target>
Expand Down Expand Up @@ -82,6 +90,10 @@
<source>This is a mandatory field</source>
<target>Dette er et obligatorisk felt</target>
</trans-unit>
<trans-unit id="registration.confirmed">
<source>registration.confirmed</source>
<target>Tillykke %username%, din konto er nu aktiveret</target>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions Resources/translations/AdminLTEBundle.de.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<source>Sign out</source>
<target>Abmelden</target>
</trans-unit>
<trans-unit id="Register">
<source>Register</source>
<target>Registrieren</target>
</trans-unit>
<trans-unit id="Profile">
<source>Profile</source>
<target>Dein Profil</target>
Expand All @@ -34,6 +38,10 @@
<source>Username</source>
<target>Benutzername</target>
</trans-unit>
<trans-unit id="Username or email address">
<source>Username or email address</source>
<target>Benutzername oder E-Mail-Adresse</target>
</trans-unit>
<trans-unit id="Password">
<source>Password</source>
<target>Passwort</target>
Expand Down Expand Up @@ -82,6 +90,10 @@
<source>This is a mandatory field</source>
<target>Dies ist ein Pflichtfeld</target>
</trans-unit>
<trans-unit id="registration.confirmed">
<source>registration.confirmed</source>
<target>Glückwunsch %username%, Ihr Benutzerkonto ist jetzt bestätigt.</target>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions Resources/translations/AdminLTEBundle.el.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<source>Sign out</source>
<target>Αποσύνδεση</target>
</trans-unit>
<trans-unit id="Register">
<source>Register</source>
<target>Εγγραφή</target>
</trans-unit>
<trans-unit id="Profile">
<source>Profile</source>
<target>Το προφίλ μου</target>
Expand All @@ -34,6 +38,10 @@
<source>Username</source>
<target>Όνομα Χρήστη</target>
</trans-unit>
<trans-unit id="Username or email address">
<source>Username or email address</source>
<target>Επαναφορά του κωδικού πρόσβασης</target>
</trans-unit>
<trans-unit id="Password">
<source>Password</source>
<target>Κωδικός πρόσβασης</target>
Expand Down Expand Up @@ -82,6 +90,10 @@
<source>This is a mandatory field</source>
<target>Αυτό είναι υποχρεωτικό πεδίο</target>
</trans-unit>
<trans-unit id="registration.confirmed">
<source>registration.confirmed</source>
<target>Συγχαρητήρια %username%, ο λογαριασμός μόλις ενεργοποιήθηκε.</target>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions Resources/translations/AdminLTEBundle.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<source>Sign out</source>
<target>Logout</target>
</trans-unit>
<trans-unit id="Register">
<source>Register</source>
<target>Register</target>
</trans-unit>
<trans-unit id="Profile">
<source>Profile</source>
<target>Your profile</target>
Expand All @@ -34,6 +38,10 @@
<source>Username</source>
<target>Username</target>
</trans-unit>
<trans-unit id="Username or email address">
<source>Username or email address</source>
<target>Username or email address</target>
</trans-unit>
<trans-unit id="Password">
<source>Password</source>
<target>Password</target>
Expand Down Expand Up @@ -82,6 +90,10 @@
<source>This is a mandatory field</source>
<target>This is a mandatory field</target>
</trans-unit>
<trans-unit id="registration.confirmed">
<source>registration.confirmed</source>
<target>Congratulations %username%, your account is now activated.</target>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions Resources/translations/AdminLTEBundle.eo.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<source>Sign out</source>
<target>Elsaluti</target>
</trans-unit>
<trans-unit id="Register">
<source>Register</source>
<target>Registriĝi</target>
</trans-unit>
<trans-unit id="Profile">
<source>Profile</source>
<target>Via profilo</target>
Expand All @@ -34,6 +38,10 @@
<source>Username</source>
<target>Uzantnomo</target>
</trans-unit>
<trans-unit id="Username or email address">
<source>Username or email address</source>
<target>Uzantnomo aŭ retpoŝtadreso</target>
</trans-unit>
<trans-unit id="Password">
<source>Password</source>
<target>Pasvorto</target>
Expand Down Expand Up @@ -82,6 +90,10 @@
<source>This is a mandatory field</source>
<target>Tio ĉi estas deviga kampo</target>
</trans-unit>
<trans-unit id="registration.confirmed">
<source>registration.confirmed</source>
<target>Gratulon %username%, via konto estas aktiva.</target>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions Resources/translations/AdminLTEBundle.es.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<source>Sign out</source>
<target>Cerrar sesión</target>
</trans-unit>
<trans-unit id="Register">
<source>Register</source>
<target>Registrar</target>
</trans-unit>
<trans-unit id="Profile">
<source>Profile</source>
<target>Tu perfil</target>
Expand All @@ -34,6 +38,10 @@
<source>Username</source>
<target>Nombre de usuario</target>
</trans-unit>
<trans-unit id="Username or email address">
<source>Username or email address</source>
<target>Nombre de usuario o correo electrónico</target>
</trans-unit>
<trans-unit id="Password">
<source>Password</source>
<target>Contraseña</target>
Expand Down Expand Up @@ -82,6 +90,10 @@
<source>This is a mandatory field</source>
<target>Este es un campo obligatorio</target>
</trans-unit>
<trans-unit id="registration.confirmed">
<source>registration.confirmed</source>
<target>Felicidades %username%, tu cuenta está ahora confirmada.</target>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions Resources/translations/AdminLTEBundle.eu.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<source>Sign out</source>
<target>Saioa itxi</target>
</trans-unit>
<trans-unit id="Register">
<source>Register</source>
<target>Izena eman</target>
</trans-unit>
<trans-unit id="Profile">
<source>Profile</source>
<target>Nire kontua</target>
Expand All @@ -34,6 +38,10 @@
<source>Username</source>
<target>Erabiltzailea</target>
</trans-unit>
<trans-unit id="Username or email address">
<source>Username or email address</source>
<target>Erabiltzaile izena</target>
</trans-unit>
<trans-unit id="Password">
<source>Password</source>
<target>Pasahitza</target>
Expand Down Expand Up @@ -82,6 +90,10 @@
<source>This is a mandatory field</source>
<target>Derrigorezko sarrera</target>
</trans-unit>
<trans-unit id="registration.confirmed">
<source>registration.confirmed</source>
<target>Zorionak %username%, zure kontua aktibatua dago.</target>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions Resources/translations/AdminLTEBundle.fi.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<source>Sign out</source>
<target state="translated">Kirjaudu ulos</target>
</trans-unit>
<trans-unit id="Register">
<source>Register</source>
<target>Luo tunnus</target>
</trans-unit>
<trans-unit id="Profile">
<source>Profile</source>
<target state="translated">Profiili</target>
Expand All @@ -34,6 +38,10 @@
<source>Username</source>
<target state="translated">Käyttäjätunnus</target>
</trans-unit>
<trans-unit id="Username or email address">
<source>Username or email address</source>
<target>Käyttäjätunnus tai sähköpostiosoite</target>
</trans-unit>
<trans-unit id="Password">
<source>Password</source>
<target state="translated">Salasana</target>
Expand Down Expand Up @@ -82,6 +90,10 @@
<source>This is a mandatory field</source>
<target state="translated">Tämä on pakollinen kenttä</target>
</trans-unit>
<trans-unit id="registration.confirmed">
<source>registration.confirmed</source>
<target>Onnittelut %username%, tunnuksesi on nyt aktivoitu.</target>
</trans-unit>
</body>
</file>
</xliff>
12 changes: 12 additions & 0 deletions Resources/translations/AdminLTEBundle.fr.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<source>Sign out</source>
<target>Déconnexion</target>
</trans-unit>
<trans-unit id="Register">
<source>Register</source>
<target>Créer un compte</target>
</trans-unit>
<trans-unit id="Profile">
<source>Profile</source>
<target>Mon profil</target>
Expand All @@ -34,6 +38,10 @@
<source>Username</source>
<target>Identifiant</target>
</trans-unit>
<trans-unit id="Username or email address">
<source>Username or email address</source>
<target>Nom d'utilisateur ou adresse e-mail</target>
</trans-unit>
<trans-unit id="Password">
<source>Password</source>
<target>Mot de passe</target>
Expand Down Expand Up @@ -82,6 +90,10 @@
<source>This is a mandatory field</source>
<target>Ce champ est obligatoire</target>
</trans-unit>
<trans-unit id="registration.confirmed">
<source>registration.confirmed</source>
<target>Félicitations %username%, votre compte est maintenant activé.</target>
</trans-unit>
</body>
</file>
</xliff>
Loading

0 comments on commit 0b56897

Please sign in to comment.