-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #187 from gerMdz/add-gentella-admin
Add gentella admin
- Loading branch information
Showing
17 changed files
with
5,756 additions
and
2,766 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
{% extends "admin/bars.html.twig" %} | ||
|
||
{% block contenpage %} | ||
<h1>Main</h1> | ||
<div class="flex justify-content-center align-content-center center-element"> | ||
<h1>{{ "backend.global.welcome"|trans }} {{ app.user.primerNombre }}</h1> | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> | ||
<file source-language="es" target-language="es" datatype="plaintext" original="file.ext"> | ||
<header> | ||
<tool tool-id="symfony" tool-name="Symfony"/> | ||
</header> | ||
<body> | ||
<trans-unit id="ZjmD79F" resname="label_previous"> | ||
<source>label_previous</source> | ||
<target>Ant.</target> | ||
</trans-unit> | ||
<trans-unit id="FAwb90d" resname="label_next"> | ||
<source>label_next</source> | ||
<target>Sig.</target> | ||
</trans-unit> | ||
<trans-unit id="o8nRv4N" resname="filter_searchword"> | ||
<source>filter_searchword</source> | ||
<target>Buscar...</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> | ||
<file source-language="es" target-language="es" datatype="plaintext" original="file.ext"> | ||
<header> | ||
<tool tool-id="symfony" tool-name="Symfony"/> | ||
</header> | ||
<body> | ||
<trans-unit id="LsvRHdR" resname="backend.global.welcome"> | ||
<source>backend.global.welcome</source> | ||
<target>Hola</target> | ||
</trans-unit> | ||
<trans-unit id="QlOaaz7" resname="diff.ago.month"> | ||
<source>diff.ago.month</source> | ||
<target>hace 1 mes|hace %count% meses</target> | ||
</trans-unit> | ||
<trans-unit id="0icjxey" resname="diff.ago.day"> | ||
<source>diff.ago.day</source> | ||
<target>hace 1 día|hace %count% días</target> | ||
</trans-unit> | ||
<trans-unit id="Qb4ReOq" resname="diff.ago.hour"> | ||
<source>diff.ago.hour</source> | ||
<target>hace 1 hora|hace %count% horas</target> | ||
</trans-unit> | ||
<trans-unit id="ildUKt_" resname="diff.ago.minute"> | ||
<source>diff.ago.minute</source> | ||
<target>hace 1 minuto|hace %count% minutos</target> | ||
</trans-unit> | ||
<trans-unit id="UQtErIZ" resname="diff.ago.second"> | ||
<source>diff.ago.second</source> | ||
<target>hace 1 segundo|hace %count% segundos</target> | ||
</trans-unit> | ||
<trans-unit id="M4RAXb_" resname="diff.empty"> | ||
<source>diff.empty</source> | ||
<target>ahora</target> | ||
</trans-unit> | ||
<trans-unit id="VgQkGkv" resname="diff.in.second"> | ||
<source>diff.in.second</source> | ||
<target>en 1 segundo|en %count% segundos</target> | ||
</trans-unit> | ||
<trans-unit id="dJQGobP" resname="diff.in.hour"> | ||
<source>diff.in.hour</source> | ||
<target>en 1 hora|en %count% horas</target> | ||
</trans-unit> | ||
<trans-unit id="AFqulYH" resname="diff.in.minute"> | ||
<source>diff.in.minute</source> | ||
<target>en 1 minuto|en %count% minutos</target> | ||
</trans-unit> | ||
<trans-unit id="vKk2WhV" resname="diff.in.day"> | ||
<source>diff.in.day</source> | ||
<target>en 1 día|en %count% días</target> | ||
</trans-unit> | ||
<trans-unit id="INy1OSI" resname="diff.in.month"> | ||
<source>diff.in.month</source> | ||
<target>en 1 mes|en %count% meses</target> | ||
</trans-unit> | ||
<trans-unit id="Zy1_IlC" resname="diff.in.year"> | ||
<source>diff.in.year</source> | ||
<target>en 1 año|en %count% años</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<?xml version="1.0"?> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file source-language="en" datatype="plaintext" original="file.ext"> | ||
<body> | ||
<trans-unit id="1"> | ||
<source>backend.global.welcome</source> | ||
<target>Hola</target> | ||
</trans-unit> | ||
<trans-unit id="2"> | ||
<source>diff.ago.month</source> | ||
<target>hace 1 mes|hace %count% meses</target> | ||
</trans-unit> | ||
<trans-unit id="3"> | ||
<source>diff.ago.day</source> | ||
<target>hace 1 día|hace %count% días</target> | ||
</trans-unit> | ||
<trans-unit id="4"> | ||
<source>diff.ago.hour</source> | ||
<target>hace 1 hora|hace %count% horas</target> | ||
</trans-unit> | ||
<trans-unit id="5"> | ||
<source>diff.ago.minute</source> | ||
<target>hace 1 minuto|hace %count% minutos</target> | ||
</trans-unit> | ||
<trans-unit id="6"> | ||
<source>diff.ago.second</source> | ||
<target>hace 1 segundo|hace %count% segundos</target> | ||
</trans-unit> | ||
<trans-unit id="7"> | ||
<source>diff.empty</source> | ||
<target>ahora</target> | ||
</trans-unit> | ||
<trans-unit id="8"> | ||
<source>diff.in.second</source> | ||
<target>en 1 segundo|en %count% segundos</target> | ||
</trans-unit> | ||
<trans-unit id="9"> | ||
<source>diff.in.hour</source> | ||
<target>en 1 hora|en %count% horas</target> | ||
</trans-unit> | ||
<trans-unit id="10"> | ||
<source>diff.in.minute</source> | ||
<target>en 1 minuto|en %count% minutos</target> | ||
</trans-unit> | ||
<trans-unit id="11"> | ||
<source>diff.in.day</source> | ||
<target>en 1 día|en %count% días</target> | ||
</trans-unit> | ||
<trans-unit id="12"> | ||
<source>diff.in.month</source> | ||
<target>en 1 mes|en %count% meses</target> | ||
</trans-unit> | ||
<trans-unit id="13"> | ||
<source>diff.in.year</source> | ||
<target>en 1 año|en %count% años</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
Oops, something went wrong.