mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
add a dedicated title for all entries page
This commit is contained in:
parent
f39152ad6e
commit
383215866f
14 changed files with 14 additions and 1 deletions
|
@ -573,6 +573,7 @@ class EntryController extends Controller
|
|||
'entries' => $entries,
|
||||
'currentPage' => $page,
|
||||
'searchTerm' => $searchTerm,
|
||||
'isFiltered' => $form->isSubmitted(),
|
||||
]
|
||||
);
|
||||
}
|
||||
|
|
|
@ -169,6 +169,7 @@ entry:
|
|||
# filtered_tags: 'Filtered by tags:'
|
||||
# filtered_search: 'Filtered by search:'
|
||||
# untagged: 'Untagged entries'
|
||||
# all: 'All entries'
|
||||
list:
|
||||
# number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
|
||||
reading_time: 'estimeret læsetid'
|
||||
|
|
|
@ -169,6 +169,7 @@ entry:
|
|||
filtered_tags: 'Gefiltert nach Tags:'
|
||||
filtered_search: 'Gefiltert nach Suche:'
|
||||
untagged: 'Nicht getaggte Einträge'
|
||||
all: 'Alle Einträge'
|
||||
list:
|
||||
number_on_the_page: '{0} Es gibt keine Einträge.|{1} Es gibt einen Eintrag.|]1,Inf[ Es gibt %count% Einträge.'
|
||||
reading_time: 'geschätzte Lesezeit'
|
||||
|
|
|
@ -169,6 +169,7 @@ entry:
|
|||
filtered_tags: 'Filtered by tags:'
|
||||
filtered_search: 'Filtered by search:'
|
||||
untagged: 'Untagged entries'
|
||||
all: 'All entries'
|
||||
list:
|
||||
number_on_the_page: '{0} There are no entries.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
|
||||
reading_time: 'estimated reading time'
|
||||
|
|
|
@ -169,6 +169,7 @@ entry:
|
|||
filtered_tags: 'Filtrado por etiquetas:'
|
||||
filtered_search: 'Filtrado por búsqueda:'
|
||||
untagged: 'Artículos sin etiquetas'
|
||||
all: "Todos los artículos"
|
||||
list:
|
||||
number_on_the_page: '{0} No hay artículos.|{1} Hay un artículo.|]1,Inf[ Hay %count% artículos.'
|
||||
reading_time: 'tiempo estimado de lectura'
|
||||
|
|
|
@ -169,6 +169,7 @@ entry:
|
|||
# filtered_tags: 'Filtered by tags:'
|
||||
# filtered_search: 'Filtered by search:'
|
||||
# untagged: 'Untagged entries'
|
||||
# all: 'All entries'
|
||||
list:
|
||||
number_on_the_page: '{0} هیج مقالهای نیست.|{1} یک مقاله هست.|]1,Inf[ %count% مقاله هست.'
|
||||
reading_time: 'زمان تخمینی برای خواندن'
|
||||
|
|
|
@ -169,6 +169,7 @@ entry:
|
|||
filtered_tags: "Articles filtrés par tags :"
|
||||
filtered_search: "Articles filtrés par recherche :"
|
||||
untagged: "Article sans tag"
|
||||
all: "Tous les articles"
|
||||
list:
|
||||
number_on_the_page: "{0} Il n’y a pas d’article.|{1} Il y a un article.|]1,Inf[ Il y a %count% articles."
|
||||
reading_time: "durée de lecture"
|
||||
|
|
|
@ -169,6 +169,7 @@ entry:
|
|||
filtered_tags: 'Filtrati per etichetta:'
|
||||
filtered_search: 'Filtrati per ricerca:'
|
||||
untagged: 'Articoli non etichettati'
|
||||
all: 'Tutti gli articoli'
|
||||
list:
|
||||
number_on_the_page: "{0} Non ci sono contenuti.|{1} C'è un contenuto.|]1,Inf[ Ci sono %count% contenuti."
|
||||
reading_time: 'tempo di lettura stimato'
|
||||
|
|
|
@ -169,6 +169,7 @@ entry:
|
|||
filtered_tags: 'Articles filtrats per etiquetas :'
|
||||
filtered_search: 'Articles filtrats per recèrca :'
|
||||
untagged: 'Articles sens etiqueta'
|
||||
all: 'Totes los articles'
|
||||
list:
|
||||
number_on_the_page: "{0} I a pas cap d'article.|{1} I a un article.|]1,Inf[ I a %count% articles."
|
||||
reading_time: 'durada de lectura'
|
||||
|
|
|
@ -169,6 +169,7 @@ entry:
|
|||
filtered_tags: 'Filtrowane po tagach:'
|
||||
filtered_search: 'Filtrowanie po wyszukiwaniu:'
|
||||
untagged: 'Odtaguj wpisy'
|
||||
all: 'Wszystkie przedmioty'
|
||||
list:
|
||||
number_on_the_page: '{0} Nie ma wpisów.|{1} Jest jeden wpis.|]1,Inf[ Są %count% wpisy.'
|
||||
reading_time: 'szacunkowy czas czytania'
|
||||
|
|
|
@ -169,6 +169,7 @@ entry:
|
|||
filtered_tags: 'Filtrar por tags:'
|
||||
# filtered_search: 'Filtered by search:'
|
||||
untagged: 'Entradas sem tags'
|
||||
# all: 'All entries'
|
||||
list:
|
||||
number_on_the_page: '{0} Não existem entradas.|{1} Existe uma entrada.|]1,Inf[ Existem %count% entradas.'
|
||||
reading_time: 'tempo estimado de leitura'
|
||||
|
|
|
@ -169,6 +169,7 @@ entry:
|
|||
# filtered_tags: 'Filtered by tags:'
|
||||
# filtered_search: 'Filtered by search:'
|
||||
# untagged: 'Untagged entries'
|
||||
# all: 'All entries'
|
||||
list:
|
||||
# number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
|
||||
reading_time: 'timp estimat de citire'
|
||||
|
|
|
@ -169,6 +169,7 @@ entry:
|
|||
# filtered_tags: 'Filtered by tags:'
|
||||
# filtered_search: 'Filtered by search:'
|
||||
# untagged: 'Untagged entries'
|
||||
# all: 'All entries'
|
||||
list:
|
||||
number_on_the_page: '{0} Herhangi bir makale yok.|{1} Burada bir adet makale var.|]1,Inf[ Burada %count% adet makale var.'
|
||||
reading_time: 'tahmini okuma süresi'
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{% elseif currentRoute == 'archive' %}
|
||||
{{ 'entry.page_titles.archived'|trans }}
|
||||
{% elseif currentRoute == 'all' %}
|
||||
{{ 'entry.page_titles.filtered'|trans }}
|
||||
{{ isFiltered ? 'entry.page_titles.filtered'|trans : 'entry.page_titles.all'|trans }}
|
||||
{% elseif currentRoute == 'search' %}
|
||||
{{ 'entry.page_titles.filtered_search'|trans }} {{ filter }}
|
||||
{% elseif currentRoute == 'tag_entries' %}
|
||||
|
|
Loading…
Reference in a new issue