Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
Tourinsoft
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bolt Extensions
Tourinsoft
Commits
d73821a9
Commit
d73821a9
authored
May 11, 2018
by
Frédéric
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Translation
parent
dbd4120d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
5 deletions
+21
-5
list.html.twig
templates/Backend/flux/list.html.twig
+15
-3
en.yml
translations/en.yml
+3
-1
fr.yml
translations/fr.yml
+3
-1
No files found.
templates/Backend/flux/list.html.twig
View file @
d73821a9
...
...
@@ -68,11 +68,23 @@
<li
class=
"divider"
></li>
<li>
<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
class=
"nolink"
>
{{
__
(
'appolo.tourinsoft.updated_on'
)
}}
:
{{
item.updatedAt
|
date
(
'd/m/Y H:i'
)
}}
<a
class=
"nolink"
>
{{
__
(
'appolo.tourinsoft.updated_at'
)
}}
:
{%
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>
</li>
</ul>
...
...
translations/en.yml
View file @
d73821a9
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.synchronize
:
Synchronize
appolo.tourinsoft.select_an_action
:
Select an action
...
...
@@ -13,6 +14,7 @@ appolo.tourinsoft.save: Save
appolo.tourinsoft.return_to_flux_list
:
Return to flux list
appolo.tourinsoft.actions
:
Actions
appolo.tourinsoft.flux_update
:
Update flux
appolo.tourinsoft.not_yet
:
Not yet
# Validator
appolo.tourinsoft.title_is_required
:
Title is required
...
...
translations/fr.yml
View file @
d73821a9
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.synchronize
:
Synchroniser
appolo.tourinsoft.select_an_action
:
Sélectionner une action
...
...
@@ -13,6 +14,7 @@ appolo.tourinsoft.save: Enregistrer
appolo.tourinsoft.return_to_flux_list
:
Retourner à la liste des flux
appolo.tourinsoft.actions
:
Actions
appolo.tourinsoft.flux_update
:
Modification du flux
appolo.tourinsoft.not_yet
:
Pas encore
# Validator
appolo.tourinsoft.title_is_required
:
Le titre est requis
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment