Commit d73821a9 by Frédéric

Translation

parent dbd4120d
...@@ -68,11 +68,23 @@ ...@@ -68,11 +68,23 @@
<li class="divider"></li> <li class="divider"></li>
<li> <li>
<a class="nolink">{{ __('general.phrase.created-on-colon') }} : <a class="nolink">{{ __('general.phrase.created-on-colon') }} :
{{ item.createdAt | date('d/m/Y H:i') }} <strong>{{ item.createdAt | date('d/m/Y H:i') }}</strong>
</a> </a>
<a class="nolink">{{ __('appolo.tourinsoft.updated_on') }} : <a class="nolink">{{ __('appolo.tourinsoft.updated_at') }} :
{{ item.updatedAt | date('d/m/Y H:i') }} {% if item.updatedAt %}
<strong>{{ item.updatedAt | date('d/m/Y H:i') }}</strong>
{% else %}
{{ __('appolo.tourinsoft.not_yet') }}
{% endif %}
</a>
<a class="nolink">{{ __('appolo.tourinsoft.synchronized_at') }} :
{% if item.synchronizedAt %}
<strong>{{ item.synchronizedAt | date('d/m/Y H:i') }}</strong>
{% else %}
{{ __('appolo.tourinsoft.not_yet') }}
{% endif %}
</a> </a>
</li> </li>
</ul> </ul>
......
appolo.tourinsoft.updated_on: Updated at appolo.tourinsoft.updated_at: Updated at
appolo.tourinsoft.synchronized_at: Synchronized at
appolo.tourinsoft.are_you_sure_want_delete_flux: Are you sure to want to delete this flux? appolo.tourinsoft.are_you_sure_want_delete_flux: Are you sure to want to delete this flux?
appolo.tourinsoft.synchronize: Synchronize appolo.tourinsoft.synchronize: Synchronize
appolo.tourinsoft.select_an_action: Select an action appolo.tourinsoft.select_an_action: Select an action
...@@ -13,6 +14,7 @@ appolo.tourinsoft.save: Save ...@@ -13,6 +14,7 @@ appolo.tourinsoft.save: Save
appolo.tourinsoft.return_to_flux_list: Return to flux list appolo.tourinsoft.return_to_flux_list: Return to flux list
appolo.tourinsoft.actions: Actions appolo.tourinsoft.actions: Actions
appolo.tourinsoft.flux_update: Update flux appolo.tourinsoft.flux_update: Update flux
appolo.tourinsoft.not_yet: Not yet
# Validator # Validator
appolo.tourinsoft.title_is_required: Title is required appolo.tourinsoft.title_is_required: Title is required
......
appolo.tourinsoft.updated_on: Mis à jour le appolo.tourinsoft.updated_at: Mis à jour le
appolo.tourinsoft.synchronized_at: Syncrhonisé le
appolo.tourinsoft.are_you_sure_want_delete_flux: Êtes-vous sûr de vouloir supprimer ce flux? appolo.tourinsoft.are_you_sure_want_delete_flux: Êtes-vous sûr de vouloir supprimer ce flux?
appolo.tourinsoft.synchronize: Synchroniser appolo.tourinsoft.synchronize: Synchroniser
appolo.tourinsoft.select_an_action: Sélectionner une action appolo.tourinsoft.select_an_action: Sélectionner une action
...@@ -13,6 +14,7 @@ appolo.tourinsoft.save: Enregistrer ...@@ -13,6 +14,7 @@ appolo.tourinsoft.save: Enregistrer
appolo.tourinsoft.return_to_flux_list: Retourner à la liste des flux appolo.tourinsoft.return_to_flux_list: Retourner à la liste des flux
appolo.tourinsoft.actions: Actions appolo.tourinsoft.actions: Actions
appolo.tourinsoft.flux_update: Modification du flux appolo.tourinsoft.flux_update: Modification du flux
appolo.tourinsoft.not_yet: Pas encore
# Validator # Validator
appolo.tourinsoft.title_is_required: Le titre est requis appolo.tourinsoft.title_is_required: Le titre est requis
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment