improve page-header a11y

add nav landmark for links
labeling the purpose of nav in page-header
labeling the meaning of total number in page-header title
This commit is contained in:
krvpb024 2024-01-23 10:42:10 +08:00 committed by Frédéric Guillot
parent 9980634e5d
commit b568b1d41d
30 changed files with 419 additions and 217 deletions

View File

@ -18,6 +18,7 @@
"action.home_screen": "Zum Startbildschirm hinzufügen", "action.home_screen": "Zum Startbildschirm hinzufügen",
"tooltip.keyboard_shortcuts": "Tastenkürzel: %s", "tooltip.keyboard_shortcuts": "Tastenkürzel: %s",
"tooltip.logged_user": "Angemeldet als %s", "tooltip.logged_user": "Angemeldet als %s",
"menu.title": "Menu",
"menu.unread": "Ungelesen", "menu.unread": "Ungelesen",
"menu.starred": "Lesezeichen", "menu.starred": "Lesezeichen",
"menu.history": "Verlauf", "menu.history": "Verlauf",
@ -81,11 +82,14 @@
"entry.estimated_reading_time": [ "entry.estimated_reading_time": [
"%d Minute zu lesen", "%d Minute zu lesen",
"%d Minuten zu lesen" "%d Minuten zu lesen"
], ],
"entry.tags.label": "Stichworte:", "entry.tags.label": "Stichworte:",
"page.shared_entries.title": "Geteilte Artikel", "page.shared_entries.title": "Geteilte Artikel",
"page.shared_entries.total": "Number of shared entries",
"page.unread.title": "Ungelesen", "page.unread.title": "Ungelesen",
"page.unread.total": "Number of unread entries",
"page.starred.title": "Lesezeichen", "page.starred.title": "Lesezeichen",
"page.starred.total": "Number of starred entries",
"page.categories.title": "Kategorien", "page.categories.title": "Kategorien",
"page.categories.no_feed": "Kein Abonnement.", "page.categories.no_feed": "Kein Abonnement.",
"page.categories.entries": "Artikel", "page.categories.entries": "Artikel",
@ -95,6 +99,7 @@
"Es gibt %d Abonnements." "Es gibt %d Abonnements."
], ],
"page.categories.unread_counter": "Anzahl der ungelesenen Artikel", "page.categories.unread_counter": "Anzahl der ungelesenen Artikel",
"page.categories.all_counter": "Number of all entries",
"page.new_category.title": "Neue Kategorie", "page.new_category.title": "Neue Kategorie",
"page.new_user.title": "Neuer Benutzer", "page.new_user.title": "Neuer Benutzer",
"page.edit_category.title": "Kategorie bearbeiten: %s", "page.edit_category.title": "Kategorie bearbeiten: %s",
@ -109,6 +114,7 @@
"%d Fehler" "%d Fehler"
], ],
"page.history.title": "Verlauf", "page.history.title": "Verlauf",
"page.history.total": "Number of read entries",
"page.import.title": "Importieren", "page.import.title": "Importieren",
"page.search.title": "Suchergebnisse", "page.search.title": "Suchergebnisse",
"page.about.title": "Über", "page.about.title": "Über",

View File

@ -18,6 +18,7 @@
"action.home_screen": "Προσθήκη στην αρχική οθόνη", "action.home_screen": "Προσθήκη στην αρχική οθόνη",
"tooltip.keyboard_shortcuts": "Συντόμευση πληκτρολογίου: % s", "tooltip.keyboard_shortcuts": "Συντόμευση πληκτρολογίου: % s",
"tooltip.logged_user": "Συνδεδεμένος/η ως %s", "tooltip.logged_user": "Συνδεδεμένος/η ως %s",
"menu.title": "Menu",
"menu.unread": "Μη αναγνωσμένα", "menu.unread": "Μη αναγνωσμένα",
"menu.starred": "Αγαπημένα", "menu.starred": "Αγαπημένα",
"menu.history": "Ιστορικό", "menu.history": "Ιστορικό",
@ -84,17 +85,22 @@
], ],
"entry.tags.label": "Ετικέτες:", "entry.tags.label": "Ετικέτες:",
"page.shared_entries.title": "Κοινόχρηστες Καταχωρήσεις", "page.shared_entries.title": "Κοινόχρηστες Καταχωρήσεις",
"page.shared_entries.total": "Number of shared entries",
"page.unread.title": "Μη αναγνωσμένα", "page.unread.title": "Μη αναγνωσμένα",
"page.unread.total": "Number of unread entries",
"page.starred.title": "Αγαπημένo", "page.starred.title": "Αγαπημένo",
"page.starred.total": "Number of starred entries",
"page.categories.title": "Κατηγορίες", "page.categories.title": "Κατηγορίες",
"page.categories.no_feed": "Καμία ροή.", "page.categories.no_feed": "Καμία ροή.",
"page.categories.entries": "Άρθρα", "page.categories.entries": "Άρθρα",
"page.categories.feeds": "Συνδρομές", "page.categories.feeds": "Συνδρομές",
"page.categories.feeds.total": "Number of feeds",
"page.categories.feed_count": [ "page.categories.feed_count": [
"Υπάρχει μία %d ροή.", "Υπάρχει μία %d ροή.",
"Υπάρχουν %d ροές." "Υπάρχουν %d ροές."
], ],
"page.categories.unread_counter": "Αριθμός μη αναγνωσμένων καταχωρήσεων", "page.categories.unread_counter": "Αριθμός μη αναγνωσμένων καταχωρήσεων",
"page.categories.all_counter": "Number of all entries",
"page.new_category.title": "Νέα Κατηγορία", "page.new_category.title": "Νέα Κατηγορία",
"page.new_user.title": "Νέος Χρήστης", "page.new_user.title": "Νέος Χρήστης",
"page.edit_category.title": "Επεξεργασία κατηγορίας: % s", "page.edit_category.title": "Επεξεργασία κατηγορίας: % s",
@ -109,6 +115,7 @@
"%d σφάλματα" "%d σφάλματα"
], ],
"page.history.title": "Ιστορικό", "page.history.title": "Ιστορικό",
"page.history.total": "Number of read entries",
"page.import.title": "Εισαγωγή", "page.import.title": "Εισαγωγή",
"page.search.title": "Αποτελέσματα Αναζήτησης", "page.search.title": "Αποτελέσματα Αναζήτησης",
"page.about.title": "Περί", "page.about.title": "Περί",

View File

@ -18,6 +18,7 @@
"action.home_screen": "Add to home screen", "action.home_screen": "Add to home screen",
"tooltip.keyboard_shortcuts": "Keyboard Shortcut: %s", "tooltip.keyboard_shortcuts": "Keyboard Shortcut: %s",
"tooltip.logged_user": "Logged in as %s", "tooltip.logged_user": "Logged in as %s",
"menu.title": "Menu",
"menu.unread": "Unread", "menu.unread": "Unread",
"menu.starred": "Starred", "menu.starred": "Starred",
"menu.history": "History", "menu.history": "History",
@ -84,17 +85,23 @@
], ],
"entry.tags.label": "Tags:", "entry.tags.label": "Tags:",
"page.shared_entries.title": "Shared entries", "page.shared_entries.title": "Shared entries",
"page.shared_entries.total": "Number of shared entries",
"page.unread.title": "Unread", "page.unread.title": "Unread",
"page.unread.total": "Number of unread entries",
"page.starred.title": "Starred", "page.starred.title": "Starred",
"page.starred.total": "Number of starred entries",
"page.categories.title": "Categories", "page.categories.title": "Categories",
"page.categories.no_feed": "No feed.", "page.categories.no_feed": "No feed.",
"page.categories.entries": "Entries", "page.categories.entries": "Entries",
"page.categories.feeds": "Feeds", "page.categories.feeds": "Feeds",
"page.categories.feeds.total": "Number of feeds",
"page.categories.feed_count": [ "page.categories.feed_count": [
"There is %d feed.", "There is %d feed.",
"There are %d feeds." "There are %d feeds."
], ],
"page.categories.unread_counter": "Number of unread entries", "page.categories.unread_counter": "Number of unread entries",
"page.categories.all_counter": "Number of all entries",
"page.categories.total": "Number of categories",
"page.new_category.title": "New Category", "page.new_category.title": "New Category",
"page.new_user.title": "New User", "page.new_user.title": "New User",
"page.edit_category.title": "Edit Category: %s", "page.edit_category.title": "Edit Category: %s",
@ -109,6 +116,7 @@
"%d errors" "%d errors"
], ],
"page.history.title": "History", "page.history.title": "History",
"page.history.total": "Number of read entries",
"page.import.title": "Import", "page.import.title": "Import",
"page.search.title": "Search Results", "page.search.title": "Search Results",
"page.about.title": "About", "page.about.title": "About",

View File

@ -18,6 +18,7 @@
"action.home_screen": "Añadir a la pantalla principal", "action.home_screen": "Añadir a la pantalla principal",
"tooltip.keyboard_shortcuts": "Atajo de teclado: %s", "tooltip.keyboard_shortcuts": "Atajo de teclado: %s",
"tooltip.logged_user": "Registrado como %s", "tooltip.logged_user": "Registrado como %s",
"menu.title": "Menu",
"menu.unread": "No leídos", "menu.unread": "No leídos",
"menu.starred": "Marcadores", "menu.starred": "Marcadores",
"menu.history": "Historial", "menu.history": "Historial",
@ -81,20 +82,25 @@
"entry.estimated_reading_time": [ "entry.estimated_reading_time": [
"%d minuto de lectura", "%d minuto de lectura",
"%d minutos de lectura" "%d minutos de lectura"
], ],
"entry.tags.label": "Etiquetas:", "entry.tags.label": "Etiquetas:",
"page.shared_entries.title": "Artículos compartidos", "page.shared_entries.title": "Artículos compartidos",
"page.shared_entries.total": "Number of shared entries",
"page.unread.title": "No leídos", "page.unread.title": "No leídos",
"page.unread.total": "Number of unread entries",
"page.starred.title": "Marcadores", "page.starred.title": "Marcadores",
"page.starred.total": "Number of starred entries",
"page.categories.title": "Categorías", "page.categories.title": "Categorías",
"page.categories.no_feed": "Sin fuente.", "page.categories.no_feed": "Sin fuente.",
"page.categories.entries": "Artículos", "page.categories.entries": "Artículos",
"page.categories.feeds": "Fuentes", "page.categories.feeds": "Fuentes",
"page.categories.feeds.total": "Number of feeds",
"page.categories.feed_count": [ "page.categories.feed_count": [
"Hay %d fuente.", "Hay %d fuente.",
"Hay %d fuentes." "Hay %d fuentes."
], ],
"page.categories.unread_counter": "Número de artículos no leídos", "page.categories.unread_counter": "Número de artículos no leídos",
"page.categories.all_counter": "Number of all entries",
"page.new_category.title": "Nueva categoría", "page.new_category.title": "Nueva categoría",
"page.new_user.title": "Nuevo usuario", "page.new_user.title": "Nuevo usuario",
"page.edit_category.title": "Editar categoría: %s", "page.edit_category.title": "Editar categoría: %s",
@ -109,6 +115,7 @@
"%d errores" "%d errores"
], ],
"page.history.title": "Historial", "page.history.title": "Historial",
"page.history.total": "Number of read entries",
"page.import.title": "Importar", "page.import.title": "Importar",
"page.search.title": "Resultados de la búsqueda", "page.search.title": "Resultados de la búsqueda",
"page.about.title": "Acerca de", "page.about.title": "Acerca de",

View File

@ -18,6 +18,7 @@
"action.home_screen": "Lisää aloitusnäytölle", "action.home_screen": "Lisää aloitusnäytölle",
"tooltip.keyboard_shortcuts": "Pikanäppäin: %s", "tooltip.keyboard_shortcuts": "Pikanäppäin: %s",
"tooltip.logged_user": "Kirjautunut %s-käyttäjänä", "tooltip.logged_user": "Kirjautunut %s-käyttäjänä",
"menu.title": "Menu",
"menu.unread": "Lukemattomat", "menu.unread": "Lukemattomat",
"menu.starred": "Suosikit", "menu.starred": "Suosikit",
"menu.history": "Historia", "menu.history": "Historia",
@ -84,17 +85,22 @@
], ],
"entry.tags.label": "Tags:", "entry.tags.label": "Tags:",
"page.shared_entries.title": "Jaetut artikkelit", "page.shared_entries.title": "Jaetut artikkelit",
"page.shared_entries.total": "Number of shared entries",
"page.unread.title": "Lukemattomat", "page.unread.title": "Lukemattomat",
"page.unread.total": "Number of unread entries",
"page.starred.title": "Suosikit", "page.starred.title": "Suosikit",
"page.starred.total": "Number of starred entries",
"page.categories.title": "Kategoriat", "page.categories.title": "Kategoriat",
"page.categories.no_feed": "Ei syötettä.", "page.categories.no_feed": "Ei syötettä.",
"page.categories.entries": "Artikkelit", "page.categories.entries": "Artikkelit",
"page.categories.feeds": "Tilaukset", "page.categories.feeds": "Tilaukset",
"page.categories.feeds.total": "Number of feeds",
"page.categories.feed_count": [ "page.categories.feed_count": [
"On %d syöte.", "On %d syöte.",
"On %d syötettä." "On %d syötettä."
], ],
"page.categories.unread_counter": "Lukemattomien artikkeleiden määrä", "page.categories.unread_counter": "Lukemattomien artikkeleiden määrä",
"page.categories.all_counter": "Number of all entries",
"page.new_category.title": "Uusi kategoria", "page.new_category.title": "Uusi kategoria",
"page.new_user.title": "Uusi käyttäjä", "page.new_user.title": "Uusi käyttäjä",
"page.edit_category.title": "Muokkaa kategoria: %s", "page.edit_category.title": "Muokkaa kategoria: %s",
@ -109,6 +115,7 @@
"%d virhettä" "%d virhettä"
], ],
"page.history.title": "Historia", "page.history.title": "Historia",
"page.history.total": "Number of read entries",
"page.import.title": "Tuo", "page.import.title": "Tuo",
"page.search.title": "Hakutulokset", "page.search.title": "Hakutulokset",
"page.about.title": "Tietoja", "page.about.title": "Tietoja",

View File

@ -18,6 +18,7 @@
"action.home_screen": "Ajouter à l'écran d'accueil", "action.home_screen": "Ajouter à l'écran d'accueil",
"tooltip.keyboard_shortcuts": "Raccourci clavier : %s", "tooltip.keyboard_shortcuts": "Raccourci clavier : %s",
"tooltip.logged_user": "Connecté en tant que %s", "tooltip.logged_user": "Connecté en tant que %s",
"menu.title": "Menu",
"menu.unread": "Non lus", "menu.unread": "Non lus",
"menu.starred": "Favoris", "menu.starred": "Favoris",
"menu.history": "Historique", "menu.history": "Historique",
@ -81,20 +82,25 @@
"entry.estimated_reading_time": [ "entry.estimated_reading_time": [
"%d minute de lecture", "%d minute de lecture",
"%d minutes de lecture" "%d minutes de lecture"
], ],
"entry.tags.label": "Libellés :", "entry.tags.label": "Libellés :",
"page.shared_entries.title": "Articles partagés", "page.shared_entries.title": "Articles partagés",
"page.shared_entries.total": "Number of shared entries",
"page.unread.title": "Non lus", "page.unread.title": "Non lus",
"page.unread.total": "Number of unread entries",
"page.starred.title": "Favoris", "page.starred.title": "Favoris",
"page.starred.total": "Number of starred entries",
"page.categories.title": "Catégories", "page.categories.title": "Catégories",
"page.categories.no_feed": "Aucun abonnement.", "page.categories.no_feed": "Aucun abonnement.",
"page.categories.entries": "Articles", "page.categories.entries": "Articles",
"page.categories.feeds": "Abonnements", "page.categories.feeds": "Abonnements",
"page.categories.feeds.total": "Number of feeds",
"page.categories.feed_count": [ "page.categories.feed_count": [
"Il y a %d abonnement.", "Il y a %d abonnement.",
"Il y a %d abonnements." "Il y a %d abonnements."
], ],
"page.categories.unread_counter": "Nombre d'entrées non lues", "page.categories.unread_counter": "Nombre d'entrées non lues",
"page.categories.all_counter": "Number of all entries",
"page.new_category.title": "Nouvelle catégorie", "page.new_category.title": "Nouvelle catégorie",
"page.new_user.title": "Nouvel Utilisateur", "page.new_user.title": "Nouvel Utilisateur",
"page.edit_category.title": "Modification de la catégorie : %s", "page.edit_category.title": "Modification de la catégorie : %s",
@ -109,6 +115,7 @@
"%d erreurs" "%d erreurs"
], ],
"page.history.title": "Historique", "page.history.title": "Historique",
"page.history.total": "Number of read entries",
"page.import.title": "Importation", "page.import.title": "Importation",
"page.search.title": "Résultats de la recherche", "page.search.title": "Résultats de la recherche",
"page.about.title": "À propos", "page.about.title": "À propos",

View File

@ -18,6 +18,7 @@
"action.home_screen": "होम स्क्रीन में शामिल करें", "action.home_screen": "होम स्क्रीन में शामिल करें",
"tooltip.keyboard_shortcuts": "कुंजीपटल संक्षिप्त रीति: %s", "tooltip.keyboard_shortcuts": "कुंजीपटल संक्षिप्त रीति: %s",
"tooltip.logged_user": "%s के रूप में लॉग इन किया", "tooltip.logged_user": "%s के रूप में लॉग इन किया",
"menu.title": "Menu",
"menu.unread": "अपठित", "menu.unread": "अपठित",
"menu.starred": "तारांकित", "menu.starred": "तारांकित",
"menu.history": "इतिहास", "menu.history": "इतिहास",
@ -81,20 +82,25 @@
"entry.estimated_reading_time": [ "entry.estimated_reading_time": [
"पढ़ने मे %d मिनट मागेगा", "पढ़ने मे %d मिनट मागेगा",
"पढ़ने मे %d मिनट मागेगा" "पढ़ने मे %d मिनट मागेगा"
], ],
"entry.tags.label": "टैग:", "entry.tags.label": "टैग:",
"page.shared_entries.title": "साझा किया हुआ प्रविष्टि", "page.shared_entries.title": "साझा किया हुआ प्रविष्टि",
"page.shared_entries.total": "Number of shared entries",
"page.unread.title": "अपठित", "page.unread.title": "अपठित",
"page.unread.total": "Number of unread entries",
"page.starred.title": "तारांकित", "page.starred.title": "तारांकित",
"page.starred.total": "Number of starred entries",
"page.categories.title": "श्रेणियाँ", "page.categories.title": "श्रेणियाँ",
"page.categories.no_feed": "कोई फ़ीड नहीं है।", "page.categories.no_feed": "कोई फ़ीड नहीं है।",
"page.categories.entries": "विषयवस्तुया", "page.categories.entries": "विषयवस्तुया",
"page.categories.feeds": "सदस्यता ले", "page.categories.feeds": "सदस्यता ले",
"page.categories.feeds.total": "Number of feeds",
"page.categories.feed_count": [ "page.categories.feed_count": [
"%d फ़ीड बाकी है।", "%d फ़ीड बाकी है।",
"%d फ़ीड बाकी है।" "%d फ़ीड बाकी है।"
], ],
"page.categories.unread_counter": "अपठित प्रविष्टिया", "page.categories.unread_counter": "अपठित प्रविष्टिया",
"page.categories.all_counter": "Number of all entries",
"page.new_category.title": "नया श्रेणी", "page.new_category.title": "नया श्रेणी",
"page.new_user.title": "नया उपभोक्ता", "page.new_user.title": "नया उपभोक्ता",
"page.edit_category.title": "%s श्रेणी संपाद करे", "page.edit_category.title": "%s श्रेणी संपाद करे",
@ -109,6 +115,7 @@
"%d समस्याए" "%d समस्याए"
], ],
"page.history.title": "इतिहास", "page.history.title": "इतिहास",
"page.history.total": "Number of read entries",
"page.import.title": "आयात", "page.import.title": "आयात",
"page.search.title": "खोज का परिणाम", "page.search.title": "खोज का परिणाम",
"page.about.title": "पृष्ठ के बारे में", "page.about.title": "पृष्ठ के बारे में",
@ -363,7 +370,7 @@
"form.integration.pinboard_bookmark": "बुकमार्क को अपठित के रूप में चिह्नित करें", "form.integration.pinboard_bookmark": "बुकमार्क को अपठित के रूप में चिह्नित करें",
"form.integration.instapaper_activate": "विषय-वस्तु को इंस्टापेपर में सहेजें", "form.integration.instapaper_activate": "विषय-वस्तु को इंस्टापेपर में सहेजें",
"form.integration.instapaper_username": "इंस्टापेपर यूजरनेम", "form.integration.instapaper_username": "इंस्टापेपर यूजरनेम",
"form.integration.instapaper_password": "इंस्टापेपर पासवर्ड", "form.integration.instapaper_password": "इंस्टापेपर पासवर्ड",
"form.integration.pocket_activate": "विषय-कविता को पॉकेट में सहेजें", "form.integration.pocket_activate": "विषय-कविता को पॉकेट में सहेजें",
"form.integration.pocket_consumer_key": "पॉकेट उपभोक्ता कुंजी", "form.integration.pocket_consumer_key": "पॉकेट उपभोक्ता कुंजी",
"form.integration.pocket_access_token": "पॉकेट एक्सेस टोकन", "form.integration.pocket_access_token": "पॉकेट एक्सेस टोकन",

View File

@ -18,6 +18,7 @@
"action.home_screen": "Tambahkan ke beranda", "action.home_screen": "Tambahkan ke beranda",
"tooltip.keyboard_shortcuts": "Pintasan Papan Tik: %s", "tooltip.keyboard_shortcuts": "Pintasan Papan Tik: %s",
"tooltip.logged_user": "Masuk sebagai %s", "tooltip.logged_user": "Masuk sebagai %s",
"menu.title": "Menu",
"menu.unread": "Belum Dibaca", "menu.unread": "Belum Dibaca",
"menu.starred": "Markah", "menu.starred": "Markah",
"menu.history": "Riwayat", "menu.history": "Riwayat",
@ -80,19 +81,24 @@
"entry.shared_entry.label": "Bagikan", "entry.shared_entry.label": "Bagikan",
"entry.estimated_reading_time": [ "entry.estimated_reading_time": [
"%d menit untuk dibaca" "%d menit untuk dibaca"
], ],
"entry.tags.label": "Tanda:", "entry.tags.label": "Tanda:",
"page.shared_entries.title": "Entri yang Dibagikan", "page.shared_entries.title": "Entri yang Dibagikan",
"page.shared_entries.total": "Number of shared entries",
"page.unread.title": "Belum Dibaca", "page.unread.title": "Belum Dibaca",
"page.unread.total": "Number of unread entries",
"page.starred.title": "Markah", "page.starred.title": "Markah",
"page.starred.total": "Number of starred entries",
"page.categories.title": "Kategori", "page.categories.title": "Kategori",
"page.categories.no_feed": "Tidak ada umpan.", "page.categories.no_feed": "Tidak ada umpan.",
"page.categories.entries": "Artikel", "page.categories.entries": "Artikel",
"page.categories.feeds": "Langganan", "page.categories.feeds": "Langganan",
"page.categories.feeds.total": "Number of feeds",
"page.categories.feed_count": [ "page.categories.feed_count": [
"Ada %d umpan." "Ada %d umpan."
], ],
"page.categories.unread_counter": "Jumlah entri yang belum dibaca", "page.categories.unread_counter": "Jumlah entri yang belum dibaca",
"page.categories.all_counter": "Number of all entries",
"page.new_category.title": "Kategori Baru", "page.new_category.title": "Kategori Baru",
"page.new_user.title": "Pengguna Baru", "page.new_user.title": "Pengguna Baru",
"page.edit_category.title": "Sunting Kategori: %s", "page.edit_category.title": "Sunting Kategori: %s",
@ -106,6 +112,7 @@
"%d galat" "%d galat"
], ],
"page.history.title": "Riwayat", "page.history.title": "Riwayat",
"page.history.total": "Number of read entries",
"page.import.title": "Impor", "page.import.title": "Impor",
"page.search.title": "Hasil Pencarian", "page.search.title": "Hasil Pencarian",
"page.about.title": "Tentang", "page.about.title": "Tentang",

View File

@ -18,6 +18,7 @@
"action.home_screen": "Aggiungere alla schermata Home", "action.home_screen": "Aggiungere alla schermata Home",
"tooltip.keyboard_shortcuts": "Scorciatoia da tastiera: %s", "tooltip.keyboard_shortcuts": "Scorciatoia da tastiera: %s",
"tooltip.logged_user": "Autenticato come %s", "tooltip.logged_user": "Autenticato come %s",
"menu.title": "Menu",
"menu.unread": "Da leggere", "menu.unread": "Da leggere",
"menu.starred": "Preferiti", "menu.starred": "Preferiti",
"menu.history": "Cronologia", "menu.history": "Cronologia",
@ -81,20 +82,25 @@
"entry.estimated_reading_time": [ "entry.estimated_reading_time": [
"%d minuto di lettura", "%d minuto di lettura",
"%d minuti di lettura" "%d minuti di lettura"
], ],
"entry.tags.label": "Tag:", "entry.tags.label": "Tag:",
"page.shared_entries.title": "Voci condivise", "page.shared_entries.title": "Voci condivise",
"page.shared_entries.total": "Number of shared entries",
"page.unread.title": "Da leggere", "page.unread.title": "Da leggere",
"page.unread.total": "Number of unread entries",
"page.starred.title": "Preferiti", "page.starred.title": "Preferiti",
"page.starred.total": "Number of starred entries",
"page.categories.title": "Categorie", "page.categories.title": "Categorie",
"page.categories.no_feed": "Nessun feed.", "page.categories.no_feed": "Nessun feed.",
"page.categories.entries": "Articoli", "page.categories.entries": "Articoli",
"page.categories.feeds": "Abbonamenti", "page.categories.feeds": "Abbonamenti",
"page.categories.feeds.total": "Number of feeds",
"page.categories.feed_count": [ "page.categories.feed_count": [
"C'è %d feed.", "C'è %d feed.",
"Ci sono %d feed." "Ci sono %d feed."
], ],
"page.categories.unread_counter": "Numero di voci non lette", "page.categories.unread_counter": "Numero di voci non lette",
"page.categories.all_counter": "Number of all entries",
"page.new_category.title": "Nuova categoria", "page.new_category.title": "Nuova categoria",
"page.new_user.title": "Nuovo utente", "page.new_user.title": "Nuovo utente",
"page.edit_category.title": "Modifica categoria: %s", "page.edit_category.title": "Modifica categoria: %s",
@ -109,6 +115,7 @@
"%d errori" "%d errori"
], ],
"page.history.title": "Cronologia", "page.history.title": "Cronologia",
"page.history.total": "Number of read entries",
"page.import.title": "Importa", "page.import.title": "Importa",
"page.search.title": "Risultati della ricerca", "page.search.title": "Risultati della ricerca",
"page.about.title": "Informazioni", "page.about.title": "Informazioni",

View File

@ -18,6 +18,7 @@
"action.home_screen": "ホームスクリーンに追加", "action.home_screen": "ホームスクリーンに追加",
"tooltip.keyboard_shortcuts": "キーボードショートカット: %s", "tooltip.keyboard_shortcuts": "キーボードショートカット: %s",
"tooltip.logged_user": "%s としてログイン中", "tooltip.logged_user": "%s としてログイン中",
"menu.title": "Menu",
"menu.unread": "未読", "menu.unread": "未読",
"menu.starred": "星付き", "menu.starred": "星付き",
"menu.history": "履歴", "menu.history": "履歴",
@ -84,17 +85,22 @@
], ],
"entry.tags.label": "タグ:", "entry.tags.label": "タグ:",
"page.shared_entries.title": "共有エントリ", "page.shared_entries.title": "共有エントリ",
"page.shared_entries.total": "Number of shared entries",
"page.unread.title": "未読", "page.unread.title": "未読",
"page.unread.total": "Number of unread entries",
"page.starred.title": "星付き", "page.starred.title": "星付き",
"page.starred.total": "Number of starred entries",
"page.categories.title": "カテゴリ", "page.categories.title": "カテゴリ",
"page.categories.no_feed": "フィードはありません。", "page.categories.no_feed": "フィードはありません。",
"page.categories.entries": "記事一覧", "page.categories.entries": "記事一覧",
"page.categories.feeds": "フィード一覧", "page.categories.feeds": "フィード一覧",
"page.categories.feeds.total": "Number of feeds",
"page.categories.feed_count": [ "page.categories.feed_count": [
"%d 件のフィードがあります。", "%d 件のフィードがあります。",
"%d 件のフィードがあります。" "%d 件のフィードがあります。"
], ],
"page.categories.unread_counter": "未読記事の数", "page.categories.unread_counter": "未読記事の数",
"page.categories.all_counter": "Number of all entries",
"page.new_category.title": "新規カテゴリ", "page.new_category.title": "新規カテゴリ",
"page.new_user.title": "新規ユーザー", "page.new_user.title": "新規ユーザー",
"page.edit_category.title": "カテゴリを編集: %s", "page.edit_category.title": "カテゴリを編集: %s",
@ -109,6 +115,7 @@
"%d 個のエラー" "%d 個のエラー"
], ],
"page.history.title": "履歴", "page.history.title": "履歴",
"page.history.total": "Number of read entries",
"page.import.title": "インポート", "page.import.title": "インポート",
"page.search.title": "検索結果", "page.search.title": "検索結果",
"page.about.title": "ソフトウェア情報", "page.about.title": "ソフトウェア情報",

View File

@ -18,6 +18,7 @@
"action.home_screen": "Toevoegen aan startscherm", "action.home_screen": "Toevoegen aan startscherm",
"tooltip.keyboard_shortcuts": "Sneltoets: %s", "tooltip.keyboard_shortcuts": "Sneltoets: %s",
"tooltip.logged_user": "Ingelogd als %s", "tooltip.logged_user": "Ingelogd als %s",
"menu.title": "Menu",
"menu.unread": "Ongelezen", "menu.unread": "Ongelezen",
"menu.starred": "Favorieten", "menu.starred": "Favorieten",
"menu.history": "Geschiedenis", "menu.history": "Geschiedenis",
@ -84,17 +85,22 @@
], ],
"entry.tags.label": "Labels:", "entry.tags.label": "Labels:",
"page.shared_entries.title": "Gedeelde vermeldingen", "page.shared_entries.title": "Gedeelde vermeldingen",
"page.shared_entries.total": "Number of shared entries",
"page.unread.title": "Ongelezen", "page.unread.title": "Ongelezen",
"page.unread.total": "Number of unread entries",
"page.starred.title": "Favorieten", "page.starred.title": "Favorieten",
"page.starred.total": "Number of starred entries",
"page.categories.title": "Categorieën", "page.categories.title": "Categorieën",
"page.categories.no_feed": "Geen feeds.", "page.categories.no_feed": "Geen feeds.",
"page.categories.entries": "Lidwoord", "page.categories.entries": "Lidwoord",
"page.categories.feeds": "Abonnementen", "page.categories.feeds": "Abonnementen",
"page.categories.feeds.total": "Number of feeds",
"page.categories.feed_count": [ "page.categories.feed_count": [
"Er is %d feed.", "Er is %d feed.",
"Er zijn %d feeds." "Er zijn %d feeds."
], ],
"page.categories.unread_counter": "Aantal ongelezen vermeldingen", "page.categories.unread_counter": "Aantal ongelezen vermeldingen",
"page.categories.all_counter": "Number of all entries",
"page.new_category.title": "Nieuwe categorie", "page.new_category.title": "Nieuwe categorie",
"page.new_user.title": "Nieuwe gebruiker", "page.new_user.title": "Nieuwe gebruiker",
"page.edit_category.title": "Bewerken van categorie: %s", "page.edit_category.title": "Bewerken van categorie: %s",
@ -109,6 +115,7 @@
"%d errors" "%d errors"
], ],
"page.history.title": "Geschiedenis", "page.history.title": "Geschiedenis",
"page.history.total": "Number of read entries",
"page.import.title": "Importeren", "page.import.title": "Importeren",
"page.login.title": "Inloggen", "page.login.title": "Inloggen",
"page.search.title": "Zoekresultaten", "page.search.title": "Zoekresultaten",

View File

@ -18,6 +18,7 @@
"action.home_screen": "Dodaj do ekranu głównego", "action.home_screen": "Dodaj do ekranu głównego",
"tooltip.keyboard_shortcuts": "Skróty klawiszowe: %s", "tooltip.keyboard_shortcuts": "Skróty klawiszowe: %s",
"tooltip.logged_user": "Zalogowany jako %s", "tooltip.logged_user": "Zalogowany jako %s",
"menu.title": "Menu",
"menu.unread": "Nieprzeczytane", "menu.unread": "Nieprzeczytane",
"menu.starred": "Ulubione", "menu.starred": "Ulubione",
"menu.history": "Historia", "menu.history": "Historia",
@ -84,18 +85,23 @@
], ],
"entry.tags.label": "Tagi:", "entry.tags.label": "Tagi:",
"page.shared_entries.title": "Udostępnione wpisy", "page.shared_entries.title": "Udostępnione wpisy",
"page.shared_entries.total": "Number of shared entries",
"page.unread.title": "Nieprzeczytane", "page.unread.title": "Nieprzeczytane",
"page.unread.total": "Number of unread entries",
"page.starred.title": "Oznaczone gwiazdką", "page.starred.title": "Oznaczone gwiazdką",
"page.starred.total": "Number of starred entries",
"page.categories.title": "Kategorie", "page.categories.title": "Kategorie",
"page.categories.no_feed": "Brak kanałów.", "page.categories.no_feed": "Brak kanałów.",
"page.categories.entries": "Artykuły", "page.categories.entries": "Artykuły",
"page.categories.feeds": "Subskrypcje", "page.categories.feeds": "Subskrypcje",
"page.categories.feeds.total": "Number of feeds",
"page.categories.feed_count": [ "page.categories.feed_count": [
"Jest %d kanał.", "Jest %d kanał.",
"Są %d kanały.", "Są %d kanały.",
"Jest %d kanałów." "Jest %d kanałów."
], ],
"page.categories.unread_counter": "Liczba nieprzeczytanych wpisów", "page.categories.unread_counter": "Liczba nieprzeczytanych wpisów",
"page.categories.all_counter": "Number of all entries",
"page.new_category.title": "Nowa kategoria", "page.new_category.title": "Nowa kategoria",
"page.new_user.title": "Nowy użytkownik", "page.new_user.title": "Nowy użytkownik",
"page.edit_category.title": "Edycja Kategorii: %s", "page.edit_category.title": "Edycja Kategorii: %s",
@ -111,6 +117,7 @@
"%d błędów" "%d błędów"
], ],
"page.history.title": "Historia", "page.history.title": "Historia",
"page.history.total": "Number of read entries",
"page.import.title": "Importuj", "page.import.title": "Importuj",
"page.search.title": "Wyniki wyszukiwania", "page.search.title": "Wyniki wyszukiwania",
"page.about.title": "O", "page.about.title": "O",

View File

@ -18,6 +18,7 @@
"action.home_screen": "Voltar para a tela inicial", "action.home_screen": "Voltar para a tela inicial",
"tooltip.keyboard_shortcuts": "Atalho do teclado: %s", "tooltip.keyboard_shortcuts": "Atalho do teclado: %s",
"tooltip.logged_user": "Autenticado como %s", "tooltip.logged_user": "Autenticado como %s",
"menu.title": "Menu",
"menu.unread": "Não lido", "menu.unread": "Não lido",
"menu.starred": "Favoritos", "menu.starred": "Favoritos",
"menu.history": "Histórico", "menu.history": "Histórico",
@ -84,17 +85,22 @@
], ],
"entry.tags.label": "Etiquetas:", "entry.tags.label": "Etiquetas:",
"page.shared_entries.title": "Itens compartilhados", "page.shared_entries.title": "Itens compartilhados",
"page.shared_entries.total": "Number of shared entries",
"page.unread.title": "Não lidos", "page.unread.title": "Não lidos",
"page.unread.total": "Number of unread entries",
"page.starred.title": "Favoritos", "page.starred.title": "Favoritos",
"page.starred.total": "Number of starred entries",
"page.categories.title": "Categorias", "page.categories.title": "Categorias",
"page.categories.no_feed": "Sem fonte.", "page.categories.no_feed": "Sem fonte.",
"page.categories.entries": "Itens", "page.categories.entries": "Itens",
"page.categories.feeds": "Inscrições", "page.categories.feeds": "Inscrições",
"page.categories.feeds.total": "Number of feeds",
"page.categories.feed_count": [ "page.categories.feed_count": [
"Existe %d fonte.", "Existe %d fonte.",
"Existem %d fontes." "Existem %d fontes."
], ],
"page.categories.unread_counter": "Numero de itens não lidos", "page.categories.unread_counter": "Numero de itens não lidos",
"page.categories.all_counter": "Number of all entries",
"page.new_category.title": "Nova categoria", "page.new_category.title": "Nova categoria",
"page.new_user.title": "Novo usuário", "page.new_user.title": "Novo usuário",
"page.edit_category.title": "Editar categoria: %s", "page.edit_category.title": "Editar categoria: %s",
@ -109,6 +115,7 @@
"%d erros" "%d erros"
], ],
"page.history.title": "Histórico", "page.history.title": "Histórico",
"page.history.total": "Number of read entries",
"page.import.title": "Importar", "page.import.title": "Importar",
"page.search.title": "Resultados da busca", "page.search.title": "Resultados da busca",
"page.about.title": "Sobre", "page.about.title": "Sobre",

View File

@ -18,6 +18,7 @@
"action.home_screen": "Добавить на домашний экран", "action.home_screen": "Добавить на домашний экран",
"tooltip.keyboard_shortcuts": "Сочетания клавиш: %s", "tooltip.keyboard_shortcuts": "Сочетания клавиш: %s",
"tooltip.logged_user": "Авторизован как %s", "tooltip.logged_user": "Авторизован как %s",
"menu.title": "Menu",
"menu.unread": "Непрочитанное", "menu.unread": "Непрочитанное",
"menu.starred": "Избранное", "menu.starred": "Избранное",
"menu.history": "История", "menu.history": "История",
@ -84,18 +85,23 @@
], ],
"entry.tags.label": "Теги:", "entry.tags.label": "Теги:",
"page.shared_entries.title": "Общедоступные статьи", "page.shared_entries.title": "Общедоступные статьи",
"page.shared_entries.total": "Number of shared entries",
"page.unread.title": "Непрочитанное", "page.unread.title": "Непрочитанное",
"page.unread.total": "Number of unread entries",
"page.starred.title": "Избранное", "page.starred.title": "Избранное",
"page.starred.total": "Number of starred entries",
"page.categories.title": "Категории", "page.categories.title": "Категории",
"page.categories.no_feed": "Нет подписок.", "page.categories.no_feed": "Нет подписок.",
"page.categories.entries": "Cтатьи", "page.categories.entries": "Cтатьи",
"page.categories.feeds": "Подписки", "page.categories.feeds": "Подписки",
"page.categories.feeds.total": "Number of feeds",
"page.categories.feed_count": [ "page.categories.feed_count": [
"Есть %d подписка.", "Есть %d подписка.",
"Есть %d подписки.", "Есть %d подписки.",
"Есть %d подписок." "Есть %d подписок."
], ],
"page.categories.unread_counter": "Количество непрочитанных статей", "page.categories.unread_counter": "Количество непрочитанных статей",
"page.categories.all_counter": "Number of all entries",
"page.new_category.title": "Новая категория", "page.new_category.title": "Новая категория",
"page.new_user.title": "Новый пользователь", "page.new_user.title": "Новый пользователь",
"page.edit_category.title": "Изменить категорию: %s", "page.edit_category.title": "Изменить категорию: %s",
@ -111,6 +117,7 @@
"%d ошибок" "%d ошибок"
], ],
"page.history.title": "История", "page.history.title": "История",
"page.history.total": "Number of read entries",
"page.import.title": "Импорт", "page.import.title": "Импорт",
"page.search.title": "Результаты поиска", "page.search.title": "Результаты поиска",
"page.about.title": "О приложении", "page.about.title": "О приложении",

View File

@ -18,6 +18,7 @@
"action.home_screen": "Ana ekrana ekle", "action.home_screen": "Ana ekrana ekle",
"tooltip.keyboard_shortcuts": "Klavye Kısayolu: %s", "tooltip.keyboard_shortcuts": "Klavye Kısayolu: %s",
"tooltip.logged_user": "%s olarak giriş yapıldı", "tooltip.logged_user": "%s olarak giriş yapıldı",
"menu.title": "Menu",
"menu.unread": "Okunmadı", "menu.unread": "Okunmadı",
"menu.starred": "Yıldız", "menu.starred": "Yıldız",
"menu.history": "Geçmiş", "menu.history": "Geçmiş",
@ -84,17 +85,22 @@
], ],
"entry.tags.label": "Etiketleri:", "entry.tags.label": "Etiketleri:",
"page.shared_entries.title": "Paylaşılan iletiler", "page.shared_entries.title": "Paylaşılan iletiler",
"page.shared_entries.total": "Number of shared entries",
"page.unread.title": "Okunmadı", "page.unread.title": "Okunmadı",
"page.unread.total": "Number of unread entries",
"page.starred.title": "Yıldızlı", "page.starred.title": "Yıldızlı",
"page.starred.total": "Number of starred entries",
"page.categories.title": "Kategoriler", "page.categories.title": "Kategoriler",
"page.categories.no_feed": "Besleme yok.", "page.categories.no_feed": "Besleme yok.",
"page.categories.entries": "Makaleler", "page.categories.entries": "Makaleler",
"page.categories.feeds": "Abonelikler", "page.categories.feeds": "Abonelikler",
"page.categories.feeds.total": "Number of feeds",
"page.categories.feed_count": [ "page.categories.feed_count": [
"%d besleme var.", "%d besleme var.",
"%d besleme var." "%d besleme var."
], ],
"page.categories.unread_counter": "Okunmamış iletilerin sayısı", "page.categories.unread_counter": "Okunmamış iletilerin sayısı",
"page.categories.all_counter": "Number of all entries",
"page.new_category.title": "Yeni Kategori", "page.new_category.title": "Yeni Kategori",
"page.new_user.title": "Yeni Kullanıcı", "page.new_user.title": "Yeni Kullanıcı",
"page.edit_category.title": "Kategoriyi Düzenle: %s", "page.edit_category.title": "Kategoriyi Düzenle: %s",
@ -109,6 +115,7 @@
"%d hata" "%d hata"
], ],
"page.history.title": "Geçmiş", "page.history.title": "Geçmiş",
"page.history.total": "Number of read entries",
"page.import.title": "İçeri Aktar", "page.import.title": "İçeri Aktar",
"page.search.title": "Arama Sonuçları", "page.search.title": "Arama Sonuçları",
"page.about.title": "Hakkında", "page.about.title": "Hakkında",

View File

@ -18,6 +18,7 @@
"action.home_screen": "Додати до головного екрану", "action.home_screen": "Додати до головного екрану",
"tooltip.keyboard_shortcuts": "Комбінація клавіш: %s", "tooltip.keyboard_shortcuts": "Комбінація клавіш: %s",
"tooltip.logged_user": "Здійснено вхід як %s", "tooltip.logged_user": "Здійснено вхід як %s",
"menu.title": "Menu",
"menu.unread": "Непрочитане", "menu.unread": "Непрочитане",
"menu.starred": "З зірочкою", "menu.starred": "З зірочкою",
"menu.history": "Історія", "menu.history": "Історія",
@ -85,18 +86,23 @@
], ],
"entry.tags.label": "Теги:", "entry.tags.label": "Теги:",
"page.shared_entries.title": "Спильні записи", "page.shared_entries.title": "Спильні записи",
"page.shared_entries.total": "Number of shared entries",
"page.unread.title": "Непрочитане", "page.unread.title": "Непрочитане",
"page.unread.total": "Number of unread entries",
"page.starred.title": "З зірочкою", "page.starred.title": "З зірочкою",
"page.starred.total": "Number of starred entries",
"page.categories.title": "Категорії", "page.categories.title": "Категорії",
"page.categories.no_feed": "Немає стрічки.", "page.categories.no_feed": "Немає стрічки.",
"page.categories.entries": "Статті", "page.categories.entries": "Статті",
"page.categories.feeds": "Підписки", "page.categories.feeds": "Підписки",
"page.categories.feeds.total": "Number of feeds",
"page.categories.feed_count": [ "page.categories.feed_count": [
"Містить %d стрічку.", "Містить %d стрічку.",
"Містить %d стрічки.", "Містить %d стрічки.",
"Містить %d стрічок." "Містить %d стрічок."
], ],
"page.categories.unread_counter": "Кількість непрочитаних записів", "page.categories.unread_counter": "Кількість непрочитаних записів",
"page.categories.all_counter": "Number of all entries",
"page.new_category.title": "Нова категорія", "page.new_category.title": "Нова категорія",
"page.new_user.title": "Новий користувач", "page.new_user.title": "Новий користувач",
"page.edit_category.title": "Редагування категорії: %s", "page.edit_category.title": "Редагування категорії: %s",
@ -112,6 +118,7 @@
"%d помилок" "%d помилок"
], ],
"page.history.title": "Історія", "page.history.title": "Історія",
"page.history.total": "Number of read entries",
"page.import.title": "Імпорт", "page.import.title": "Імпорт",
"page.search.title": "Результати пошуку", "page.search.title": "Результати пошуку",
"page.about.title": "Про додадок", "page.about.title": "Про додадок",

View File

@ -18,6 +18,7 @@
"action.home_screen": "添加到主屏幕", "action.home_screen": "添加到主屏幕",
"tooltip.keyboard_shortcuts": "快捷键: %s", "tooltip.keyboard_shortcuts": "快捷键: %s",
"tooltip.logged_user": "当前登录 %s", "tooltip.logged_user": "当前登录 %s",
"menu.title": "Menu",
"menu.unread": "未读", "menu.unread": "未读",
"menu.starred": "收藏", "menu.starred": "收藏",
"menu.history": "历史", "menu.history": "历史",
@ -84,12 +85,16 @@
], ],
"entry.tags.label": "标签:", "entry.tags.label": "标签:",
"page.shared_entries.title": "已分享的文章", "page.shared_entries.title": "已分享的文章",
"page.shared_entries.total": "Number of shared entries",
"page.unread.title": "未读", "page.unread.title": "未读",
"page.unread.total": "Number of unread entries",
"page.starred.title": "收藏", "page.starred.title": "收藏",
"page.starred.total": "Number of starred entries",
"page.categories.title": "分类", "page.categories.title": "分类",
"page.categories.no_feed": "没有源", "page.categories.no_feed": "没有源",
"page.categories.entries": "查看内容", "page.categories.entries": "查看内容",
"page.categories.feeds": "查看源", "page.categories.feeds": "查看源",
"page.categories.feeds.total": "Number of feeds",
"page.categories.feed_count": [ "page.categories.feed_count": [
"有 %d 个源" "有 %d 个源"
], ],
@ -107,6 +112,7 @@
"%d 错误" "%d 错误"
], ],
"page.history.title": "历史", "page.history.title": "历史",
"page.history.total": "Number of read entries",
"page.import.title": "导入", "page.import.title": "导入",
"page.search.title": "搜索结果", "page.search.title": "搜索结果",
"page.about.title": "关于", "page.about.title": "关于",

View File

@ -18,6 +18,7 @@
"action.home_screen": "新增到主螢幕", "action.home_screen": "新增到主螢幕",
"tooltip.keyboard_shortcuts": "快捷鍵: %s", "tooltip.keyboard_shortcuts": "快捷鍵: %s",
"tooltip.logged_user": "當前登入 %s", "tooltip.logged_user": "當前登入 %s",
"menu.title": "導覽",
"menu.unread": "未讀", "menu.unread": "未讀",
"menu.starred": "收藏", "menu.starred": "收藏",
"menu.history": "歷史", "menu.history": "歷史",
@ -84,17 +85,22 @@
], ],
"entry.tags.label": "標籤:", "entry.tags.label": "標籤:",
"page.shared_entries.title": "已分享的文章", "page.shared_entries.title": "已分享的文章",
"page.shared_entries.total": "已分享的文章數",
"page.unread.title": "未讀", "page.unread.title": "未讀",
"page.unread.total": "未讀文章數",
"page.starred.title": "收藏", "page.starred.title": "收藏",
"page.categories.title": "分類", "page.categories.title": "分類",
"page.categories.no_feed": "沒有Feed", "page.categories.no_feed": "沒有Feed",
"page.categories.entries": "檢視內容", "page.categories.entries": "檢視內容",
"page.categories.feeds": "檢視Feeds", "page.categories.feeds": "檢視Feeds",
"page.categories.feeds.total": "Feeds總數",
"page.categories.feed_count": [ "page.categories.feed_count": [
"有 %d 個Feed", "有 %d 個Feed",
"有 %d 個Feeds" "有 %d 個Feeds"
], ],
"page.categories.unread_counter": "未讀文章數", "page.categories.unread_counter": "未讀文章數",
"page.categories.all_counter": "所有文章數",
"page.categories.total": "分類總數",
"page.new_category.title": "新分類", "page.new_category.title": "新分類",
"page.new_user.title": "新使用者", "page.new_user.title": "新使用者",
"page.edit_category.title": "編輯分類 : %s", "page.edit_category.title": "編輯分類 : %s",
@ -109,6 +115,7 @@
"%d 錯誤" "%d 錯誤"
], ],
"page.history.title": "歷史", "page.history.title": "歷史",
"page.history.total": "已讀文章數",
"page.import.title": "匯入", "page.import.title": "匯入",
"page.search.title": "搜尋結果", "page.search.title": "搜尋結果",
"page.about.title": "關於", "page.about.title": "關於",

View File

@ -2,7 +2,11 @@
{{ define "content"}} {{ define "content"}}
<section class="page-header"> <section class="page-header">
<h1>{{ t "page.starred.title" }} ({{ .total }})</h1> <h1 dir="auto">
{{ t "page.starred.title" }}
<span aria-hidden="true"> ({{ .total }})</span>
</h1>
<span class="sr-only">{{ t "page.starred.total" }}: {{ .total }}</span>
</section> </section>
{{ if not .entries }} {{ if not .entries }}

View File

@ -2,12 +2,18 @@
{{ define "content"}} {{ define "content"}}
<section class="page-header"> <section class="page-header">
<h1>{{ t "page.categories.title" }} ({{ .total }})</h1> <h1 dir="auto">
<ul> {{ t "page.categories.title" }}
<li> <span aria-hidden="true"> ({{ .total }})</span>
<a href="{{ route "createCategory" }}">{{ icon "add-category" }}{{ t "menu.create_category" }}</a> </h1>
</li> <span class="sr-only">{{ t "page.categories.total" }}: {{ .total }}</span>
</ul> <nav aria-label="{{ t "page.categories.title" }} {{ t "menu.title" }}">
<ul>
<li>
<a href="{{ route "createCategory" }}">{{ icon "add-category" }}{{ t "menu.create_category" }}</a>
</li>
</ul>
</nav>
</section> </section>
{{ if not .categories }} {{ if not .categories }}

View File

@ -2,44 +2,56 @@
{{ define "content"}} {{ define "content"}}
<section class="page-header"> <section class="page-header">
<h1 dir="auto">{{ .category.Title }} ({{ .total }})</h1> <h1 dir="auto">
<ul> {{ .category.Title }}
{{ if .entries }} <span aria-hidden="true">({{ .total }})</span>
<li> </h1>
<a href="#" <span class="sr-only">
data-action="markPageAsRead" {{ if .showOnlyUnreadEntries }}
data-label-question="{{ t "confirm.question" }}" {{ t "page.categories.unread_counter" }}: {{ .total }}
data-label-yes="{{ t "confirm.yes" }}" {{ else }}
data-label-no="{{ t "confirm.no" }}" {{ t "page.categories.all_counter" }}: {{ .total }}
data-label-loading="{{ t "confirm.loading" }}" {{ end }}
data-show-only-unread="{{ if .showOnlyUnreadEntries }}1{{ end }}">{{ icon "mark-page-as-read" }}{{ t "menu.mark_page_as_read" }}</a> </span>
</li> <nav aria-label="{{ .category.Title }} {{ t "menu.title" }}">
<li> <ul>
<a href="#" {{ if .entries }}
data-confirm="true" <li>
data-label-question="{{ t "confirm.question" }}" <a href="#"
data-label-yes="{{ t "confirm.yes" }}" data-action="markPageAsRead"
data-label-no="{{ t "confirm.no" }}" data-label-question="{{ t "confirm.question" }}"
data-label-loading="{{ t "confirm.loading" }}" data-label-yes="{{ t "confirm.yes" }}"
data-url="{{ route "markCategoryAsRead" "categoryID" .category.ID }}">{{ icon "mark-all-as-read" }}{{ t "menu.mark_all_as_read" }}</a> data-label-no="{{ t "confirm.no" }}"
</li> data-label-loading="{{ t "confirm.loading" }}"
{{ end }} data-show-only-unread="{{ if .showOnlyUnreadEntries }}1{{ end }}">{{ icon "mark-page-as-read" }}{{ t "menu.mark_page_as_read" }}</a>
{{ if .showOnlyUnreadEntries }} </li>
<li> <li>
<a href="{{ route "categoryEntriesAll" "categoryID" .category.ID }}">{{ icon "show-all-entries" }}{{ t "menu.show_all_entries" }}</a> <a href="#"
</li> data-confirm="true"
{{ else }} data-label-question="{{ t "confirm.question" }}"
<li> data-label-yes="{{ t "confirm.yes" }}"
<a href="{{ route "categoryEntries" "categoryID" .category.ID }}">{{ icon "show-unread-entries" }}{{ t "menu.show_only_unread_entries" }}</a> data-label-no="{{ t "confirm.no" }}"
</li> data-label-loading="{{ t "confirm.loading" }}"
{{ end }} data-url="{{ route "markCategoryAsRead" "categoryID" .category.ID }}">{{ icon "mark-all-as-read" }}{{ t "menu.mark_all_as_read" }}</a>
<li> </li>
<a href="{{ route "categoryFeeds" "categoryID" .category.ID }}">{{ icon "feeds" }}{{ t "menu.feeds" }}</a> {{ end }}
</li> {{ if .showOnlyUnreadEntries }}
<li> <li>
<a href="{{ route "refreshCategoryEntriesPage" "categoryID" .category.ID }}">{{ icon "refresh" }}{{ t "menu.refresh_all_feeds" }}</a> <a href="{{ route "categoryEntriesAll" "categoryID" .category.ID }}">{{ icon "show-all-entries" }}{{ t "menu.show_all_entries" }}</a>
</li> </li>
</ul> {{ else }}
<li>
<a href="{{ route "categoryEntries" "categoryID" .category.ID }}">{{ icon "show-unread-entries" }}{{ t "menu.show_only_unread_entries" }}</a>
</li>
{{ end }}
<li>
<a href="{{ route "categoryFeeds" "categoryID" .category.ID }}">{{ icon "feeds" }}{{ t "menu.feeds" }}</a>
</li>
<li>
<a href="{{ route "refreshCategoryEntriesPage" "categoryID" .category.ID }}">{{ icon "refresh" }}{{ t "menu.refresh_all_feeds" }}</a>
</li>
</ul>
</nav>
</section> </section>
{{ if not .entries }} {{ if not .entries }}

View File

@ -2,30 +2,38 @@
{{ define "content"}} {{ define "content"}}
<section class="page-header"> <section class="page-header">
<h1 dir="auto">{{ .category.Title }} &gt; {{ t "page.feeds.title" }} ({{ .total }})</h1> <h1 dir="auto">
<ul> {{ .category.Title }} <span aria-hidden="true">&gt;</span> {{ t "page.feeds.title" }}
<li> <span aria-hidden="true"> ({{ .total }})</span>
<a href="{{ route "categoryEntries" "categoryID" .category.ID }}">{{ icon "entries" }}{{ t "menu.feed_entries" }}</a> </h1>
</li> <span class="sr-only">
<li> {{ t "page.categories.feeds.total" }}: {{ .total }}
<a href="{{ route "editCategory" "categoryID" .category.ID }}">{{ icon "edit" }}{{ t "menu.edit_category" }}</a> </span>
</li> <nav aria-label="{{ .category.Title }} {{ t "page.feeds.title" }} {{ t "menu.title" }}">
{{ if eq .total 0 }} <ul>
<li> <li>
<a href="#" <a href="{{ route "categoryEntries" "categoryID" .category.ID }}">{{ icon "entries" }}{{ t "menu.feed_entries" }}</a>
data-confirm="true" </li>
data-label-question="{{ t "confirm.question" }}" <li>
data-label-yes="{{ t "confirm.yes" }}" <a href="{{ route "editCategory" "categoryID" .category.ID }}">{{ icon "edit" }}{{ t "menu.edit_category" }}</a>
data-label-no="{{ t "confirm.no" }}" </li>
data-label-loading="{{ t "confirm.loading" }}" {{ if eq .total 0 }}
data-redirect-url="{{ route "categories" }}" <li>
data-url="{{ route "removeCategory" "categoryID" .category.ID }}">{{ icon "delete" }}{{ t "action.remove" }}</a> <a href="#"
</li> data-confirm="true"
{{ end }} data-label-question="{{ t "confirm.question" }}"
<li> data-label-yes="{{ t "confirm.yes" }}"
<a href="{{ route "refreshCategoryFeedsPage" "categoryID" .category.ID }}">{{ icon "refresh" }}{{ t "menu.refresh_all_feeds" }}</a> data-label-no="{{ t "confirm.no" }}"
</li> data-label-loading="{{ t "confirm.loading" }}"
</ul> data-redirect-url="{{ route "categories" }}"
data-url="{{ route "removeCategory" "categoryID" .category.ID }}">{{ icon "delete" }}{{ t "action.remove" }}</a>
</li>
{{ end }}
<li>
<a href="{{ route "refreshCategoryFeedsPage" "categoryID" .category.ID }}">{{ icon "refresh" }}{{ t "menu.refresh_all_feeds" }}</a>
</li>
</ul>
</nav>
</section> </section>
{{ if not .feeds }} {{ if not .feeds }}

View File

@ -3,11 +3,13 @@
{{ define "content"}} {{ define "content"}}
<section class="page-header"> <section class="page-header">
<h1>{{ t "page.new_category.title" }}</h1> <h1>{{ t "page.new_category.title" }}</h1>
<ul> <nav aria-label="{{ t "page.new_category.title" }} {{ t "menu.title" }}">
<li> <ul>
<a href="{{ route "categories" }}">{{ icon "categories" }}{{ t "menu.categories" }}</a> <li>
</li> <a href="{{ route "categories" }}">{{ icon "categories" }}{{ t "menu.categories" }}</a>
</ul> </li>
</ul>
</nav>
</section> </section>
<form action="{{ route "saveCategory" }}" method="post" autocomplete="off"> <form action="{{ route "saveCategory" }}" method="post" autocomplete="off">

View File

@ -3,17 +3,19 @@
{{ define "content"}} {{ define "content"}}
<section class="page-header"> <section class="page-header">
<h1>{{ t "page.edit_category.title" .category.Title }}</h1> <h1>{{ t "page.edit_category.title" .category.Title }}</h1>
<ul> <nav aria-label="{{ t "page.edit_category.title" .category.Title }} {{ t "menu.title" }}">
<li> <ul>
<a href="{{ route "categories" }}">{{ icon "categories" }}{{ t "menu.categories" }}</a> <li>
</li> <a href="{{ route "categories" }}">{{ icon "categories" }}{{ t "menu.categories" }}</a>
<li> </li>
<a href="{{ route "categoryFeeds" "categoryID" .category.ID }}">{{ icon "feeds" }}{{ t "menu.feeds" }}</a> <li>
</li> <a href="{{ route "categoryFeeds" "categoryID" .category.ID }}">{{ icon "feeds" }}{{ t "menu.feeds" }}</a>
<li> </li>
<a href="{{ route "createCategory" }}">{{ icon "add-category" }}{{ t "menu.create_category" }}</a> <li>
</li> <a href="{{ route "createCategory" }}">{{ icon "add-category" }}{{ t "menu.create_category" }}</a>
</ul> </li>
</ul>
</nav>
</section> </section>
<form action="{{ route "updateCategory" "categoryID" .category.ID }}" method="post" autocomplete="off"> <form action="{{ route "updateCategory" "categoryID" .category.ID }}" method="post" autocomplete="off">

View File

@ -3,24 +3,26 @@
{{ define "content"}} {{ define "content"}}
<section class="page-header"> <section class="page-header">
<h1 dir="auto">{{ .feed.Title }}</h1> <h1 dir="auto">{{ .feed.Title }}</h1>
<ul> <nav aria-label="{{ .feed.Title }} {{ t "menu.title" }}">
<li> <ul>
<a href="{{ route "feeds" }}">{{ icon "feeds" }}{{ t "menu.feeds" }}</a> <li>
</li> <a href="{{ route "feeds" }}">{{ icon "feeds" }}{{ t "menu.feeds" }}</a>
<li> </li>
<a href="{{ route "feedEntries" "feedID" .feed.ID }}">{{ icon "entries" }}{{ t "menu.feed_entries" }}</a> <li>
</li> <a href="{{ route "feedEntries" "feedID" .feed.ID }}">{{ icon "entries" }}{{ t "menu.feed_entries" }}</a>
<li> </li>
<a href="#" <li>
data-confirm="true" <a href="#"
data-label-question="{{ t "confirm.question.refresh" }}" data-confirm="true"
data-label-yes="{{ t "confirm.yes" }}" data-label-question="{{ t "confirm.question.refresh" }}"
data-label-no="{{ t "confirm.no" }}" data-label-yes="{{ t "confirm.yes" }}"
data-label-loading="{{ t "confirm.loading" }}" data-label-no="{{ t "confirm.no" }}"
data-url="{{ route "refreshFeed" "feedID" .feed.ID }}?forceRefresh=true" data-label-loading="{{ t "confirm.loading" }}"
data-no-action-url="{{ route "refreshFeed" "feedID" .feed.ID }}?forceRefresh=false">{{ icon "refresh" }}{{ t "menu.refresh_feed" }}</a> data-url="{{ route "refreshFeed" "feedID" .feed.ID }}?forceRefresh=true"
</li> data-no-action-url="{{ route "refreshFeed" "feedID" .feed.ID }}?forceRefresh=false">{{ icon "refresh" }}{{ t "menu.refresh_feed" }}</a>
</ul> </li>
</ul>
</nav>
</section> </section>
{{ if not .categories }} {{ if not .categories }}

View File

@ -4,63 +4,72 @@
<section class="page-header"> <section class="page-header">
<h1 dir="auto"> <h1 dir="auto">
<a href="{{ .feed.SiteURL | safeURL }}" title="{{ .feed.SiteURL }}" target="_blank" rel="noopener noreferrer" referrerpolicy="no-referrer" data-original-link="{{ .user.MarkReadOnView }}">{{ .feed.Title }}</a> <a href="{{ .feed.SiteURL | safeURL }}" title="{{ .feed.SiteURL }}" target="_blank" rel="noopener noreferrer" referrerpolicy="no-referrer" data-original-link="{{ .user.MarkReadOnView }}">{{ .feed.Title }}</a>
({{ .total }}) <span aria-hidden="true">({{ .total }})</span>
</h1> </h1>
<ul> <span class="sr-only">
{{ if .entries }}
<li>
<a href="#"
data-action="markPageAsRead"
data-label-question="{{ t "confirm.question" }}"
data-label-yes="{{ t "confirm.yes" }}"
data-label-no="{{ t "confirm.no" }}"
data-label-loading="{{ t "confirm.loading" }}"
data-show-only-unread="{{ if .showOnlyUnreadEntries }}1{{ end }}">{{ icon "mark-page-as-read" }}{{ t "menu.mark_page_as_read" }}</a>
</li>
<li>
<a href="#"
data-confirm="true"
data-label-question="{{ t "confirm.question" }}"
data-label-yes="{{ t "confirm.yes" }}"
data-label-no="{{ t "confirm.no" }}"
data-label-loading="{{ t "confirm.loading" }}"
data-url="{{ route "markFeedAsRead" "feedID" .feed.ID }}">{{ icon "mark-all-as-read" }}{{ t "menu.mark_all_as_read" }}</a>
</li>
{{ end }}
{{ if .showOnlyUnreadEntries }} {{ if .showOnlyUnreadEntries }}
<li> {{ t "page.feeds.unread_counter" }}: {{ .total }}
<a href="{{ route "feedEntriesAll" "feedID" .feed.ID }}">{{ icon "show-all-entries" }}{{ t "menu.show_all_entries" }}</a>
</li>
{{ else }} {{ else }}
<li> {{ t "page.feeds.read_counter" }}: {{ .total }}
<a href="{{ route "feedEntries" "feedID" .feed.ID }}">{{ icon "show-unread-entries" }}{{ t "menu.show_only_unread_entries" }}</a>
</li>
{{ end }} {{ end }}
<li> </span>
<a href="#" <nav aria-label="{{ .feed.Title }} {{ t "menu.title" }}">
data-confirm="true" <ul>
data-label-question="{{ t "confirm.question.refresh" }}" {{ if .entries }}
data-label-yes="{{ t "confirm.yes" }}" <li>
data-label-no="{{ t "confirm.no" }}" <a href="#"
data-label-loading="{{ t "confirm.loading" }}" data-action="markPageAsRead"
data-url="{{ route "refreshFeed" "feedID" .feed.ID }}?forceRefresh=true" data-label-question="{{ t "confirm.question" }}"
data-no-action-url="{{ route "refreshFeed" "feedID" .feed.ID }}?forceRefresh=false">{{ icon "refresh" }}{{ t "menu.refresh_feed" }}</a> data-label-yes="{{ t "confirm.yes" }}"
</li> data-label-no="{{ t "confirm.no" }}"
<li> data-label-loading="{{ t "confirm.loading" }}"
<a href="{{ route "editFeed" "feedID" .feed.ID }}">{{ icon "edit" }}{{ t "menu.edit_feed" }}</a> data-show-only-unread="{{ if .showOnlyUnreadEntries }}1{{ end }}">{{ icon "mark-page-as-read" }}{{ t "menu.mark_page_as_read" }}</a>
</li> </li>
<li> <li>
<a href="#" <a href="#"
data-confirm="true" data-confirm="true"
data-action="remove-feed" data-label-question="{{ t "confirm.question" }}"
data-label-question="{{ t "confirm.question" }}" data-label-yes="{{ t "confirm.yes" }}"
data-label-yes="{{ t "confirm.yes" }}" data-label-no="{{ t "confirm.no" }}"
data-label-no="{{ t "confirm.no" }}" data-label-loading="{{ t "confirm.loading" }}"
data-label-loading="{{ t "confirm.loading" }}" data-url="{{ route "markFeedAsRead" "feedID" .feed.ID }}">{{ icon "mark-all-as-read" }}{{ t "menu.mark_all_as_read" }}</a>
data-url="{{ route "removeFeed" "feedID" .feed.ID }}" </li>
data-redirect-url="{{ route "feeds" }}">{{ icon "delete" }}{{ t "action.remove_feed" }}</a> {{ end }}
</li> {{ if .showOnlyUnreadEntries }}
</ul> <li>
<a href="{{ route "feedEntriesAll" "feedID" .feed.ID }}">{{ icon "show-all-entries" }}{{ t "menu.show_all_entries" }}</a>
</li>
{{ else }}
<li>
<a href="{{ route "feedEntries" "feedID" .feed.ID }}">{{ icon "show-unread-entries" }}{{ t "menu.show_only_unread_entries" }}</a>
</li>
{{ end }}
<li>
<a href="#"
data-confirm="true"
data-label-question="{{ t "confirm.question.refresh" }}"
data-label-yes="{{ t "confirm.yes" }}"
data-label-no="{{ t "confirm.no" }}"
data-label-loading="{{ t "confirm.loading" }}"
data-url="{{ route "refreshFeed" "feedID" .feed.ID }}?forceRefresh=true"
data-no-action-url="{{ route "refreshFeed" "feedID" .feed.ID }}?forceRefresh=false">{{ icon "refresh" }}{{ t "menu.refresh_feed" }}</a>
</li>
<li>
<a href="{{ route "editFeed" "feedID" .feed.ID }}">{{ icon "edit" }}{{ t "menu.edit_feed" }}</a>
</li>
<li>
<a href="#"
data-confirm="true"
data-action="remove-feed"
data-label-question="{{ t "confirm.question" }}"
data-label-yes="{{ t "confirm.yes" }}"
data-label-no="{{ t "confirm.no" }}"
data-label-loading="{{ t "confirm.loading" }}"
data-url="{{ route "removeFeed" "feedID" .feed.ID }}"
data-redirect-url="{{ route "feeds" }}">{{ icon "delete" }}{{ t "action.remove_feed" }}</a>
</li>
</ul>
</nav>
</section> </section>
{{ if ne .feed.ParsingErrorCount 0 }} {{ if ne .feed.ParsingErrorCount 0 }}

View File

@ -2,23 +2,29 @@
{{ define "content"}} {{ define "content"}}
<section class="page-header"> <section class="page-header">
<h1>{{ t "page.history.title" }} ({{ .total }})</h1> <h1>
<ul> {{ t "page.history.title" }}
{{ if .entries }} <span aria-hidden="true">({{ .total }})</span>
<li> </h1>
<a href="#" <span class="sr-only">{{ t "page.history.total" }}: {{ .total }}</span>
data-confirm="true" <nav aria-label="{{ t "page.history.title" }} {{ t "menu.title" }}">
data-url="{{ route "flushHistory" }}" <ul>
data-label-question="{{ t "confirm.question" }}" {{ if .entries }}
data-label-yes="{{ t "confirm.yes" }}" <li>
data-label-no="{{ t "confirm.no" }}" <a href="#"
data-label-loading="{{ t "confirm.loading" }}">{{ icon "delete" }}{{ t "menu.flush_history" }}</a> data-confirm="true"
</li> data-url="{{ route "flushHistory" }}"
{{ end }} data-label-question="{{ t "confirm.question" }}"
<li> data-label-yes="{{ t "confirm.yes" }}"
<a href="{{ route "sharedEntries" }}">{{ icon "share" }}{{ t "menu.shared_entries" }}</a> data-label-no="{{ t "confirm.no" }}"
</li> data-label-loading="{{ t "confirm.loading" }}">{{ icon "delete" }}{{ t "menu.flush_history" }}</a>
</ul> </li>
{{ end }}
<li>
<a href="{{ route "sharedEntries" }}">{{ icon "share" }}{{ t "menu.shared_entries" }}</a>
</li>
</ul>
</nav>
</section> </section>
{{ if not .entries }} {{ if not .entries }}

View File

@ -2,22 +2,28 @@
{{ define "content"}} {{ define "content"}}
<section class="page-header"> <section class="page-header">
<h1>{{ t "page.shared_entries.title" }} ({{ .total }})</h1> <h1>
{{ t "page.shared_entries.title" }}
<span aria-hidden="true">({{ .total }})</span>
</h1>
<span class="sr-only">{{ t "page.shared_entries.total" }}: {{ .total }}</span>
{{ if .entries }} {{ if .entries }}
<ul> <nav aria-label="{{ t "page.shared_entries.title" }} {{ t "menu.title" }}">
<li> <ul>
<a href="#" <li>
data-confirm="true" <a href="#"
data-url="{{ route "flushHistory" }}" data-confirm="true"
data-label-question="{{ t "confirm.question" }}" data-url="{{ route "flushHistory" }}"
data-label-yes="{{ t "confirm.yes" }}" data-label-question="{{ t "confirm.question" }}"
data-label-no="{{ t "confirm.no" }}" data-label-yes="{{ t "confirm.yes" }}"
data-label-loading="{{ t "confirm.loading" }}">{{ icon "delete" }}{{ t "menu.flush_history" }}</a> data-label-no="{{ t "confirm.no" }}"
</li> data-label-loading="{{ t "confirm.loading" }}">{{ icon "delete" }}{{ t "menu.flush_history" }}</a>
<li> </li>
<a href="{{ route "sharedEntries" }}">{{ icon "share" }}{{ t "menu.shared_entries" }}</a> <li>
</li> <a href="{{ route "sharedEntries" }}">{{ icon "share" }}{{ t "menu.shared_entries" }}</a>
</ul> </li>
</ul>
</nav>
{{ end }} {{ end }}
</section> </section>

View File

@ -2,29 +2,35 @@
{{ define "content"}} {{ define "content"}}
<section class="page-header"> <section class="page-header">
<h1>{{ t "page.unread.title" }} (<span class="unread-counter">{{ .countUnread }}</span>)</h1> <h1>
{{ t "page.unread.title" }}
<span aria-hidden="true">(<span class="unread-counter">{{ .countUnread }}</span>)</span>
</h1>
<span class="sr-only">{{ t "page.unread.total" }}: {{ .countUnread }}</span>
{{ if .entries }} {{ if .entries }}
<ul> <nav aria-label="{{ t "page.unread.title" }} {{ t "menu.title" }}">
<li> <ul>
<a href="#" <li>
data-action="markPageAsRead" <a href="#"
data-show-only-unread="1" data-action="markPageAsRead"
data-label-question="{{ t "confirm.question" }}" data-show-only-unread="1"
data-label-yes="{{ t "confirm.yes" }}" data-label-question="{{ t "confirm.question" }}"
data-label-no="{{ t "confirm.no" }}" data-label-yes="{{ t "confirm.yes" }}"
data-label-loading="{{ t "confirm.loading" }}">{{ icon "mark-page-as-read" }}{{ t "menu.mark_page_as_read" }}</a> data-label-no="{{ t "confirm.no" }}"
</li> data-label-loading="{{ t "confirm.loading" }}">{{ icon "mark-page-as-read" }}{{ t "menu.mark_page_as_read" }}</a>
<li> </li>
<a href="#" <li>
data-confirm="true" <a href="#"
data-url="{{ route "markAllAsRead" }}" data-confirm="true"
data-redirect-url="{{ route "unread" }}" data-url="{{ route "markAllAsRead" }}"
data-label-question="{{ t "confirm.question" }}" data-redirect-url="{{ route "unread" }}"
data-label-yes="{{ t "confirm.yes" }}" data-label-question="{{ t "confirm.question" }}"
data-label-no="{{ t "confirm.no" }}" data-label-yes="{{ t "confirm.yes" }}"
data-label-loading="{{ t "confirm.loading" }}">{{ icon "mark-all-as-read" }}{{ t "menu.mark_all_as_read" }}</a> data-label-no="{{ t "confirm.no" }}"
</li> data-label-loading="{{ t "confirm.loading" }}">{{ icon "mark-all-as-read" }}{{ t "menu.mark_all_as_read" }}</a>
</ul> </li>
</ul>
</nav>
{{ end }} {{ end }}
</section> </section>

View File

@ -50,6 +50,20 @@ a:hover {
text-decoration: none; text-decoration: none;
} }
.sr-only {
border: 0 !important;
clip: rect(1px, 1px, 1px, 1px) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
margin: -1px !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}
/* Header and main menu */ /* Header and main menu */
.header { .header {
margin-top: 10px; margin-top: 10px;