fix(Web Form): redirect countdown (#22032)
This commit is contained in:
parent
943b09dde3
commit
d6dfe6f0fe
5 changed files with 5 additions and 5 deletions
|
|
@ -3041,7 +3041,7 @@ zoom-out,verkleinern,
|
|||
{0} Calendar,{0} Kalender,
|
||||
{0} Chart,{0} Diagramm,
|
||||
{0} Dashboard,{0}-Dashboard,
|
||||
{0} if you are not redirected within 5 seconds,"{0}, falls Sie nicht innerhalb von 5 Sekunden weitergeleitet werden",
|
||||
{0} if you are not redirected within {1} seconds,"{0}, falls Sie nicht innerhalb von {1} Sekunden weitergeleitet werden",
|
||||
{0} List,{0} Liste,
|
||||
{0} Modules,{0} Module,
|
||||
{0} Report,{0} Bericht(e),
|
||||
|
|
|
|||
|
|
|
@ -3029,7 +3029,7 @@ zoom-out,Alejar,
|
|||
{0} Calendar,{0} Calendario,
|
||||
{0} Chart,{0} Gráfico,
|
||||
{0} Dashboard,{0} Panel de control,
|
||||
{0} if you are not redirected within 5 seconds,{0} si no es redirigido en 5 segundos,
|
||||
{0} if you are not redirected within {1} seconds,{0} si no es redirigido en {1} segundos,
|
||||
{0} List,Lista {0},
|
||||
{0} Modules,{0} Módulos,
|
||||
{0} Report,{0} Informe,
|
||||
|
|
|
|||
|
Can't render this file because it has a wrong number of fields in line 1708.
|
|
|
@ -3014,7 +3014,7 @@ zoom-out,Réduire,
|
|||
{0} Calendar,{0} Calendrier,
|
||||
{0} Chart,Graphique {0},
|
||||
{0} Dashboard,{0} Tableau de bord,
|
||||
{0} if you are not redirected within 5 seconds,{0} si vous n'êtes pas redirigé dans les 5 secondes,
|
||||
{0} if you are not redirected within {1} seconds,{0} si vous n'êtes pas redirigé dans les {1} secondes,
|
||||
{0} List,Liste {0},
|
||||
{0} Modules,{0} Modules,
|
||||
{0} Report,Rapport {0},
|
||||
|
|
|
|||
|
|
|
@ -3013,7 +3013,7 @@ zoom-out,Riduci,
|
|||
{0} Calendar,{0} Calendario,
|
||||
{0} Chart,{0} Grafico,
|
||||
{0} Dashboard,{0} Dashboard,
|
||||
{0} if you are not redirected within 5 seconds,{0} se non vieni reindirizzato entro 5 secondi,
|
||||
{0} if you are not redirected within {1} seconds,{0} se non vieni reindirizzato entro {1} secondi,
|
||||
{0} List,{0} Lista,
|
||||
{0} Modules,{0} Moduli,
|
||||
{0} Report,{0} Report,
|
||||
|
|
|
|||
|
|
|
@ -142,7 +142,7 @@
|
|||
<div class="success_url_message">
|
||||
<p>
|
||||
{% set success_link = '<a href="{0}">{1}</a>'.format(success_url, _("Click here")) %}
|
||||
{{ _("{0} if you are not redirected within 5 seconds").format(success_link) }}
|
||||
{{ _("{0} if you are not redirected within {1} seconds").format(success_link, '<span class="time">5</span>') }}
|
||||
</p>
|
||||
</div>
|
||||
{% else %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue