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:
parent
9980634e5d
commit
b568b1d41d
30 changed files with 419 additions and 217 deletions
|
@ -18,6 +18,7 @@
|
|||
"action.home_screen": "Zum Startbildschirm hinzufügen",
|
||||
"tooltip.keyboard_shortcuts": "Tastenkürzel: %s",
|
||||
"tooltip.logged_user": "Angemeldet als %s",
|
||||
"menu.title": "Menu",
|
||||
"menu.unread": "Ungelesen",
|
||||
"menu.starred": "Lesezeichen",
|
||||
"menu.history": "Verlauf",
|
||||
|
@ -84,8 +85,11 @@
|
|||
],
|
||||
"entry.tags.label": "Stichworte:",
|
||||
"page.shared_entries.title": "Geteilte Artikel",
|
||||
"page.shared_entries.total": "Number of shared entries",
|
||||
"page.unread.title": "Ungelesen",
|
||||
"page.unread.total": "Number of unread entries",
|
||||
"page.starred.title": "Lesezeichen",
|
||||
"page.starred.total": "Number of starred entries",
|
||||
"page.categories.title": "Kategorien",
|
||||
"page.categories.no_feed": "Kein Abonnement.",
|
||||
"page.categories.entries": "Artikel",
|
||||
|
@ -95,6 +99,7 @@
|
|||
"Es gibt %d Abonnements."
|
||||
],
|
||||
"page.categories.unread_counter": "Anzahl der ungelesenen Artikel",
|
||||
"page.categories.all_counter": "Number of all entries",
|
||||
"page.new_category.title": "Neue Kategorie",
|
||||
"page.new_user.title": "Neuer Benutzer",
|
||||
"page.edit_category.title": "Kategorie bearbeiten: %s",
|
||||
|
@ -109,6 +114,7 @@
|
|||
"%d Fehler"
|
||||
],
|
||||
"page.history.title": "Verlauf",
|
||||
"page.history.total": "Number of read entries",
|
||||
"page.import.title": "Importieren",
|
||||
"page.search.title": "Suchergebnisse",
|
||||
"page.about.title": "Über",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"action.home_screen": "Προσθήκη στην αρχική οθόνη",
|
||||
"tooltip.keyboard_shortcuts": "Συντόμευση πληκτρολογίου: % s",
|
||||
"tooltip.logged_user": "Συνδεδεμένος/η ως %s",
|
||||
"menu.title": "Menu",
|
||||
"menu.unread": "Μη αναγνωσμένα",
|
||||
"menu.starred": "Αγαπημένα",
|
||||
"menu.history": "Ιστορικό",
|
||||
|
@ -84,17 +85,22 @@
|
|||
],
|
||||
"entry.tags.label": "Ετικέτες:",
|
||||
"page.shared_entries.title": "Κοινόχρηστες Καταχωρήσεις",
|
||||
"page.shared_entries.total": "Number of shared entries",
|
||||
"page.unread.title": "Μη αναγνωσμένα",
|
||||
"page.unread.total": "Number of unread entries",
|
||||
"page.starred.title": "Αγαπημένo",
|
||||
"page.starred.total": "Number of starred entries",
|
||||
"page.categories.title": "Κατηγορίες",
|
||||
"page.categories.no_feed": "Καμία ροή.",
|
||||
"page.categories.entries": "Άρθρα",
|
||||
"page.categories.feeds": "Συνδρομές",
|
||||
"page.categories.feeds.total": "Number of feeds",
|
||||
"page.categories.feed_count": [
|
||||
"Υπάρχει μία %d ροή.",
|
||||
"Υπάρχουν %d ροές."
|
||||
],
|
||||
"page.categories.unread_counter": "Αριθμός μη αναγνωσμένων καταχωρήσεων",
|
||||
"page.categories.all_counter": "Number of all entries",
|
||||
"page.new_category.title": "Νέα Κατηγορία",
|
||||
"page.new_user.title": "Νέος Χρήστης",
|
||||
"page.edit_category.title": "Επεξεργασία κατηγορίας: % s",
|
||||
|
@ -109,6 +115,7 @@
|
|||
"%d σφάλματα"
|
||||
],
|
||||
"page.history.title": "Ιστορικό",
|
||||
"page.history.total": "Number of read entries",
|
||||
"page.import.title": "Εισαγωγή",
|
||||
"page.search.title": "Αποτελέσματα Αναζήτησης",
|
||||
"page.about.title": "Περί",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"action.home_screen": "Add to home screen",
|
||||
"tooltip.keyboard_shortcuts": "Keyboard Shortcut: %s",
|
||||
"tooltip.logged_user": "Logged in as %s",
|
||||
"menu.title": "Menu",
|
||||
"menu.unread": "Unread",
|
||||
"menu.starred": "Starred",
|
||||
"menu.history": "History",
|
||||
|
@ -84,17 +85,23 @@
|
|||
],
|
||||
"entry.tags.label": "Tags:",
|
||||
"page.shared_entries.title": "Shared entries",
|
||||
"page.shared_entries.total": "Number of shared entries",
|
||||
"page.unread.title": "Unread",
|
||||
"page.unread.total": "Number of unread entries",
|
||||
"page.starred.title": "Starred",
|
||||
"page.starred.total": "Number of starred entries",
|
||||
"page.categories.title": "Categories",
|
||||
"page.categories.no_feed": "No feed.",
|
||||
"page.categories.entries": "Entries",
|
||||
"page.categories.feeds": "Feeds",
|
||||
"page.categories.feeds.total": "Number of feeds",
|
||||
"page.categories.feed_count": [
|
||||
"There is %d feed.",
|
||||
"There are %d feeds."
|
||||
],
|
||||
"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_user.title": "New User",
|
||||
"page.edit_category.title": "Edit Category: %s",
|
||||
|
@ -109,6 +116,7 @@
|
|||
"%d errors"
|
||||
],
|
||||
"page.history.title": "History",
|
||||
"page.history.total": "Number of read entries",
|
||||
"page.import.title": "Import",
|
||||
"page.search.title": "Search Results",
|
||||
"page.about.title": "About",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"action.home_screen": "Añadir a la pantalla principal",
|
||||
"tooltip.keyboard_shortcuts": "Atajo de teclado: %s",
|
||||
"tooltip.logged_user": "Registrado como %s",
|
||||
"menu.title": "Menu",
|
||||
"menu.unread": "No leídos",
|
||||
"menu.starred": "Marcadores",
|
||||
"menu.history": "Historial",
|
||||
|
@ -84,17 +85,22 @@
|
|||
],
|
||||
"entry.tags.label": "Etiquetas:",
|
||||
"page.shared_entries.title": "Artículos compartidos",
|
||||
"page.shared_entries.total": "Number of shared entries",
|
||||
"page.unread.title": "No leídos",
|
||||
"page.unread.total": "Number of unread entries",
|
||||
"page.starred.title": "Marcadores",
|
||||
"page.starred.total": "Number of starred entries",
|
||||
"page.categories.title": "Categorías",
|
||||
"page.categories.no_feed": "Sin fuente.",
|
||||
"page.categories.entries": "Artículos",
|
||||
"page.categories.feeds": "Fuentes",
|
||||
"page.categories.feeds.total": "Number of feeds",
|
||||
"page.categories.feed_count": [
|
||||
"Hay %d fuente.",
|
||||
"Hay %d fuentes."
|
||||
],
|
||||
"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_user.title": "Nuevo usuario",
|
||||
"page.edit_category.title": "Editar categoría: %s",
|
||||
|
@ -109,6 +115,7 @@
|
|||
"%d errores"
|
||||
],
|
||||
"page.history.title": "Historial",
|
||||
"page.history.total": "Number of read entries",
|
||||
"page.import.title": "Importar",
|
||||
"page.search.title": "Resultados de la búsqueda",
|
||||
"page.about.title": "Acerca de",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"action.home_screen": "Lisää aloitusnäytölle",
|
||||
"tooltip.keyboard_shortcuts": "Pikanäppäin: %s",
|
||||
"tooltip.logged_user": "Kirjautunut %s-käyttäjänä",
|
||||
"menu.title": "Menu",
|
||||
"menu.unread": "Lukemattomat",
|
||||
"menu.starred": "Suosikit",
|
||||
"menu.history": "Historia",
|
||||
|
@ -84,17 +85,22 @@
|
|||
],
|
||||
"entry.tags.label": "Tags:",
|
||||
"page.shared_entries.title": "Jaetut artikkelit",
|
||||
"page.shared_entries.total": "Number of shared entries",
|
||||
"page.unread.title": "Lukemattomat",
|
||||
"page.unread.total": "Number of unread entries",
|
||||
"page.starred.title": "Suosikit",
|
||||
"page.starred.total": "Number of starred entries",
|
||||
"page.categories.title": "Kategoriat",
|
||||
"page.categories.no_feed": "Ei syötettä.",
|
||||
"page.categories.entries": "Artikkelit",
|
||||
"page.categories.feeds": "Tilaukset",
|
||||
"page.categories.feeds.total": "Number of feeds",
|
||||
"page.categories.feed_count": [
|
||||
"On %d syöte.",
|
||||
"On %d syötettä."
|
||||
],
|
||||
"page.categories.unread_counter": "Lukemattomien artikkeleiden määrä",
|
||||
"page.categories.all_counter": "Number of all entries",
|
||||
"page.new_category.title": "Uusi kategoria",
|
||||
"page.new_user.title": "Uusi käyttäjä",
|
||||
"page.edit_category.title": "Muokkaa kategoria: %s",
|
||||
|
@ -109,6 +115,7 @@
|
|||
"%d virhettä"
|
||||
],
|
||||
"page.history.title": "Historia",
|
||||
"page.history.total": "Number of read entries",
|
||||
"page.import.title": "Tuo",
|
||||
"page.search.title": "Hakutulokset",
|
||||
"page.about.title": "Tietoja",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"action.home_screen": "Ajouter à l'écran d'accueil",
|
||||
"tooltip.keyboard_shortcuts": "Raccourci clavier : %s",
|
||||
"tooltip.logged_user": "Connecté en tant que %s",
|
||||
"menu.title": "Menu",
|
||||
"menu.unread": "Non lus",
|
||||
"menu.starred": "Favoris",
|
||||
"menu.history": "Historique",
|
||||
|
@ -84,17 +85,22 @@
|
|||
],
|
||||
"entry.tags.label": "Libellés :",
|
||||
"page.shared_entries.title": "Articles partagés",
|
||||
"page.shared_entries.total": "Number of shared entries",
|
||||
"page.unread.title": "Non lus",
|
||||
"page.unread.total": "Number of unread entries",
|
||||
"page.starred.title": "Favoris",
|
||||
"page.starred.total": "Number of starred entries",
|
||||
"page.categories.title": "Catégories",
|
||||
"page.categories.no_feed": "Aucun abonnement.",
|
||||
"page.categories.entries": "Articles",
|
||||
"page.categories.feeds": "Abonnements",
|
||||
"page.categories.feeds.total": "Number of feeds",
|
||||
"page.categories.feed_count": [
|
||||
"Il y a %d abonnement.",
|
||||
"Il y a %d abonnements."
|
||||
],
|
||||
"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_user.title": "Nouvel Utilisateur",
|
||||
"page.edit_category.title": "Modification de la catégorie : %s",
|
||||
|
@ -109,6 +115,7 @@
|
|||
"%d erreurs"
|
||||
],
|
||||
"page.history.title": "Historique",
|
||||
"page.history.total": "Number of read entries",
|
||||
"page.import.title": "Importation",
|
||||
"page.search.title": "Résultats de la recherche",
|
||||
"page.about.title": "À propos",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"action.home_screen": "होम स्क्रीन में शामिल करें",
|
||||
"tooltip.keyboard_shortcuts": "कुंजीपटल संक्षिप्त रीति: %s",
|
||||
"tooltip.logged_user": "%s के रूप में लॉग इन किया",
|
||||
"menu.title": "Menu",
|
||||
"menu.unread": "अपठित",
|
||||
"menu.starred": "तारांकित",
|
||||
"menu.history": "इतिहास",
|
||||
|
@ -84,17 +85,22 @@
|
|||
],
|
||||
"entry.tags.label": "टैग:",
|
||||
"page.shared_entries.title": "साझा किया हुआ प्रविष्टि",
|
||||
"page.shared_entries.total": "Number of shared entries",
|
||||
"page.unread.title": "अपठित",
|
||||
"page.unread.total": "Number of unread entries",
|
||||
"page.starred.title": "तारांकित",
|
||||
"page.starred.total": "Number of starred entries",
|
||||
"page.categories.title": "श्रेणियाँ",
|
||||
"page.categories.no_feed": "कोई फ़ीड नहीं है।",
|
||||
"page.categories.entries": "विषयवस्तुया",
|
||||
"page.categories.feeds": "सदस्यता ले",
|
||||
"page.categories.feeds.total": "Number of feeds",
|
||||
"page.categories.feed_count": [
|
||||
"%d फ़ीड बाकी है।",
|
||||
"%d फ़ीड बाकी है।"
|
||||
],
|
||||
"page.categories.unread_counter": "अपठित प्रविष्टिया",
|
||||
"page.categories.all_counter": "Number of all entries",
|
||||
"page.new_category.title": "नया श्रेणी",
|
||||
"page.new_user.title": "नया उपभोक्ता",
|
||||
"page.edit_category.title": "%s श्रेणी संपाद करे",
|
||||
|
@ -109,6 +115,7 @@
|
|||
"%d समस्याए"
|
||||
],
|
||||
"page.history.title": "इतिहास",
|
||||
"page.history.total": "Number of read entries",
|
||||
"page.import.title": "आयात",
|
||||
"page.search.title": "खोज का परिणाम",
|
||||
"page.about.title": "पृष्ठ के बारे में",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"action.home_screen": "Tambahkan ke beranda",
|
||||
"tooltip.keyboard_shortcuts": "Pintasan Papan Tik: %s",
|
||||
"tooltip.logged_user": "Masuk sebagai %s",
|
||||
"menu.title": "Menu",
|
||||
"menu.unread": "Belum Dibaca",
|
||||
"menu.starred": "Markah",
|
||||
"menu.history": "Riwayat",
|
||||
|
@ -83,16 +84,21 @@
|
|||
],
|
||||
"entry.tags.label": "Tanda:",
|
||||
"page.shared_entries.title": "Entri yang Dibagikan",
|
||||
"page.shared_entries.total": "Number of shared entries",
|
||||
"page.unread.title": "Belum Dibaca",
|
||||
"page.unread.total": "Number of unread entries",
|
||||
"page.starred.title": "Markah",
|
||||
"page.starred.total": "Number of starred entries",
|
||||
"page.categories.title": "Kategori",
|
||||
"page.categories.no_feed": "Tidak ada umpan.",
|
||||
"page.categories.entries": "Artikel",
|
||||
"page.categories.feeds": "Langganan",
|
||||
"page.categories.feeds.total": "Number of feeds",
|
||||
"page.categories.feed_count": [
|
||||
"Ada %d umpan."
|
||||
],
|
||||
"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_user.title": "Pengguna Baru",
|
||||
"page.edit_category.title": "Sunting Kategori: %s",
|
||||
|
@ -106,6 +112,7 @@
|
|||
"%d galat"
|
||||
],
|
||||
"page.history.title": "Riwayat",
|
||||
"page.history.total": "Number of read entries",
|
||||
"page.import.title": "Impor",
|
||||
"page.search.title": "Hasil Pencarian",
|
||||
"page.about.title": "Tentang",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"action.home_screen": "Aggiungere alla schermata Home",
|
||||
"tooltip.keyboard_shortcuts": "Scorciatoia da tastiera: %s",
|
||||
"tooltip.logged_user": "Autenticato come %s",
|
||||
"menu.title": "Menu",
|
||||
"menu.unread": "Da leggere",
|
||||
"menu.starred": "Preferiti",
|
||||
"menu.history": "Cronologia",
|
||||
|
@ -84,17 +85,22 @@
|
|||
],
|
||||
"entry.tags.label": "Tag:",
|
||||
"page.shared_entries.title": "Voci condivise",
|
||||
"page.shared_entries.total": "Number of shared entries",
|
||||
"page.unread.title": "Da leggere",
|
||||
"page.unread.total": "Number of unread entries",
|
||||
"page.starred.title": "Preferiti",
|
||||
"page.starred.total": "Number of starred entries",
|
||||
"page.categories.title": "Categorie",
|
||||
"page.categories.no_feed": "Nessun feed.",
|
||||
"page.categories.entries": "Articoli",
|
||||
"page.categories.feeds": "Abbonamenti",
|
||||
"page.categories.feeds.total": "Number of feeds",
|
||||
"page.categories.feed_count": [
|
||||
"C'è %d feed.",
|
||||
"Ci sono %d feed."
|
||||
],
|
||||
"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_user.title": "Nuovo utente",
|
||||
"page.edit_category.title": "Modifica categoria: %s",
|
||||
|
@ -109,6 +115,7 @@
|
|||
"%d errori"
|
||||
],
|
||||
"page.history.title": "Cronologia",
|
||||
"page.history.total": "Number of read entries",
|
||||
"page.import.title": "Importa",
|
||||
"page.search.title": "Risultati della ricerca",
|
||||
"page.about.title": "Informazioni",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"action.home_screen": "ホームスクリーンに追加",
|
||||
"tooltip.keyboard_shortcuts": "キーボードショートカット: %s",
|
||||
"tooltip.logged_user": "%s としてログイン中",
|
||||
"menu.title": "Menu",
|
||||
"menu.unread": "未読",
|
||||
"menu.starred": "星付き",
|
||||
"menu.history": "履歴",
|
||||
|
@ -84,17 +85,22 @@
|
|||
],
|
||||
"entry.tags.label": "タグ:",
|
||||
"page.shared_entries.title": "共有エントリ",
|
||||
"page.shared_entries.total": "Number of shared entries",
|
||||
"page.unread.title": "未読",
|
||||
"page.unread.total": "Number of unread entries",
|
||||
"page.starred.title": "星付き",
|
||||
"page.starred.total": "Number of starred entries",
|
||||
"page.categories.title": "カテゴリ",
|
||||
"page.categories.no_feed": "フィードはありません。",
|
||||
"page.categories.entries": "記事一覧",
|
||||
"page.categories.feeds": "フィード一覧",
|
||||
"page.categories.feeds.total": "Number of feeds",
|
||||
"page.categories.feed_count": [
|
||||
"%d 件のフィードがあります。",
|
||||
"%d 件のフィードがあります。"
|
||||
],
|
||||
"page.categories.unread_counter": "未読記事の数",
|
||||
"page.categories.all_counter": "Number of all entries",
|
||||
"page.new_category.title": "新規カテゴリ",
|
||||
"page.new_user.title": "新規ユーザー",
|
||||
"page.edit_category.title": "カテゴリを編集: %s",
|
||||
|
@ -109,6 +115,7 @@
|
|||
"%d 個のエラー"
|
||||
],
|
||||
"page.history.title": "履歴",
|
||||
"page.history.total": "Number of read entries",
|
||||
"page.import.title": "インポート",
|
||||
"page.search.title": "検索結果",
|
||||
"page.about.title": "ソフトウェア情報",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"action.home_screen": "Toevoegen aan startscherm",
|
||||
"tooltip.keyboard_shortcuts": "Sneltoets: %s",
|
||||
"tooltip.logged_user": "Ingelogd als %s",
|
||||
"menu.title": "Menu",
|
||||
"menu.unread": "Ongelezen",
|
||||
"menu.starred": "Favorieten",
|
||||
"menu.history": "Geschiedenis",
|
||||
|
@ -84,17 +85,22 @@
|
|||
],
|
||||
"entry.tags.label": "Labels:",
|
||||
"page.shared_entries.title": "Gedeelde vermeldingen",
|
||||
"page.shared_entries.total": "Number of shared entries",
|
||||
"page.unread.title": "Ongelezen",
|
||||
"page.unread.total": "Number of unread entries",
|
||||
"page.starred.title": "Favorieten",
|
||||
"page.starred.total": "Number of starred entries",
|
||||
"page.categories.title": "Categorieën",
|
||||
"page.categories.no_feed": "Geen feeds.",
|
||||
"page.categories.entries": "Lidwoord",
|
||||
"page.categories.feeds": "Abonnementen",
|
||||
"page.categories.feeds.total": "Number of feeds",
|
||||
"page.categories.feed_count": [
|
||||
"Er is %d feed.",
|
||||
"Er zijn %d feeds."
|
||||
],
|
||||
"page.categories.unread_counter": "Aantal ongelezen vermeldingen",
|
||||
"page.categories.all_counter": "Number of all entries",
|
||||
"page.new_category.title": "Nieuwe categorie",
|
||||
"page.new_user.title": "Nieuwe gebruiker",
|
||||
"page.edit_category.title": "Bewerken van categorie: %s",
|
||||
|
@ -109,6 +115,7 @@
|
|||
"%d errors"
|
||||
],
|
||||
"page.history.title": "Geschiedenis",
|
||||
"page.history.total": "Number of read entries",
|
||||
"page.import.title": "Importeren",
|
||||
"page.login.title": "Inloggen",
|
||||
"page.search.title": "Zoekresultaten",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"action.home_screen": "Dodaj do ekranu głównego",
|
||||
"tooltip.keyboard_shortcuts": "Skróty klawiszowe: %s",
|
||||
"tooltip.logged_user": "Zalogowany jako %s",
|
||||
"menu.title": "Menu",
|
||||
"menu.unread": "Nieprzeczytane",
|
||||
"menu.starred": "Ulubione",
|
||||
"menu.history": "Historia",
|
||||
|
@ -84,18 +85,23 @@
|
|||
],
|
||||
"entry.tags.label": "Tagi:",
|
||||
"page.shared_entries.title": "Udostępnione wpisy",
|
||||
"page.shared_entries.total": "Number of shared entries",
|
||||
"page.unread.title": "Nieprzeczytane",
|
||||
"page.unread.total": "Number of unread entries",
|
||||
"page.starred.title": "Oznaczone gwiazdką",
|
||||
"page.starred.total": "Number of starred entries",
|
||||
"page.categories.title": "Kategorie",
|
||||
"page.categories.no_feed": "Brak kanałów.",
|
||||
"page.categories.entries": "Artykuły",
|
||||
"page.categories.feeds": "Subskrypcje",
|
||||
"page.categories.feeds.total": "Number of feeds",
|
||||
"page.categories.feed_count": [
|
||||
"Jest %d kanał.",
|
||||
"Są %d kanały.",
|
||||
"Jest %d kanałó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_user.title": "Nowy użytkownik",
|
||||
"page.edit_category.title": "Edycja Kategorii: %s",
|
||||
|
@ -111,6 +117,7 @@
|
|||
"%d błędów"
|
||||
],
|
||||
"page.history.title": "Historia",
|
||||
"page.history.total": "Number of read entries",
|
||||
"page.import.title": "Importuj",
|
||||
"page.search.title": "Wyniki wyszukiwania",
|
||||
"page.about.title": "O",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"action.home_screen": "Voltar para a tela inicial",
|
||||
"tooltip.keyboard_shortcuts": "Atalho do teclado: %s",
|
||||
"tooltip.logged_user": "Autenticado como %s",
|
||||
"menu.title": "Menu",
|
||||
"menu.unread": "Não lido",
|
||||
"menu.starred": "Favoritos",
|
||||
"menu.history": "Histórico",
|
||||
|
@ -84,17 +85,22 @@
|
|||
],
|
||||
"entry.tags.label": "Etiquetas:",
|
||||
"page.shared_entries.title": "Itens compartilhados",
|
||||
"page.shared_entries.total": "Number of shared entries",
|
||||
"page.unread.title": "Não lidos",
|
||||
"page.unread.total": "Number of unread entries",
|
||||
"page.starred.title": "Favoritos",
|
||||
"page.starred.total": "Number of starred entries",
|
||||
"page.categories.title": "Categorias",
|
||||
"page.categories.no_feed": "Sem fonte.",
|
||||
"page.categories.entries": "Itens",
|
||||
"page.categories.feeds": "Inscrições",
|
||||
"page.categories.feeds.total": "Number of feeds",
|
||||
"page.categories.feed_count": [
|
||||
"Existe %d fonte.",
|
||||
"Existem %d fontes."
|
||||
],
|
||||
"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_user.title": "Novo usuário",
|
||||
"page.edit_category.title": "Editar categoria: %s",
|
||||
|
@ -109,6 +115,7 @@
|
|||
"%d erros"
|
||||
],
|
||||
"page.history.title": "Histórico",
|
||||
"page.history.total": "Number of read entries",
|
||||
"page.import.title": "Importar",
|
||||
"page.search.title": "Resultados da busca",
|
||||
"page.about.title": "Sobre",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"action.home_screen": "Добавить на домашний экран",
|
||||
"tooltip.keyboard_shortcuts": "Сочетания клавиш: %s",
|
||||
"tooltip.logged_user": "Авторизован как %s",
|
||||
"menu.title": "Menu",
|
||||
"menu.unread": "Непрочитанное",
|
||||
"menu.starred": "Избранное",
|
||||
"menu.history": "История",
|
||||
|
@ -84,18 +85,23 @@
|
|||
],
|
||||
"entry.tags.label": "Теги:",
|
||||
"page.shared_entries.title": "Общедоступные статьи",
|
||||
"page.shared_entries.total": "Number of shared entries",
|
||||
"page.unread.title": "Непрочитанное",
|
||||
"page.unread.total": "Number of unread entries",
|
||||
"page.starred.title": "Избранное",
|
||||
"page.starred.total": "Number of starred entries",
|
||||
"page.categories.title": "Категории",
|
||||
"page.categories.no_feed": "Нет подписок.",
|
||||
"page.categories.entries": "Cтатьи",
|
||||
"page.categories.feeds": "Подписки",
|
||||
"page.categories.feeds.total": "Number of feeds",
|
||||
"page.categories.feed_count": [
|
||||
"Есть %d подписка.",
|
||||
"Есть %d подписки.",
|
||||
"Есть %d подписок."
|
||||
],
|
||||
"page.categories.unread_counter": "Количество непрочитанных статей",
|
||||
"page.categories.all_counter": "Number of all entries",
|
||||
"page.new_category.title": "Новая категория",
|
||||
"page.new_user.title": "Новый пользователь",
|
||||
"page.edit_category.title": "Изменить категорию: %s",
|
||||
|
@ -111,6 +117,7 @@
|
|||
"%d ошибок"
|
||||
],
|
||||
"page.history.title": "История",
|
||||
"page.history.total": "Number of read entries",
|
||||
"page.import.title": "Импорт",
|
||||
"page.search.title": "Результаты поиска",
|
||||
"page.about.title": "О приложении",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"action.home_screen": "Ana ekrana ekle",
|
||||
"tooltip.keyboard_shortcuts": "Klavye Kısayolu: %s",
|
||||
"tooltip.logged_user": "%s olarak giriş yapıldı",
|
||||
"menu.title": "Menu",
|
||||
"menu.unread": "Okunmadı",
|
||||
"menu.starred": "Yıldız",
|
||||
"menu.history": "Geçmiş",
|
||||
|
@ -84,17 +85,22 @@
|
|||
],
|
||||
"entry.tags.label": "Etiketleri:",
|
||||
"page.shared_entries.title": "Paylaşılan iletiler",
|
||||
"page.shared_entries.total": "Number of shared entries",
|
||||
"page.unread.title": "Okunmadı",
|
||||
"page.unread.total": "Number of unread entries",
|
||||
"page.starred.title": "Yıldızlı",
|
||||
"page.starred.total": "Number of starred entries",
|
||||
"page.categories.title": "Kategoriler",
|
||||
"page.categories.no_feed": "Besleme yok.",
|
||||
"page.categories.entries": "Makaleler",
|
||||
"page.categories.feeds": "Abonelikler",
|
||||
"page.categories.feeds.total": "Number of feeds",
|
||||
"page.categories.feed_count": [
|
||||
"%d besleme var.",
|
||||
"%d besleme var."
|
||||
],
|
||||
"page.categories.unread_counter": "Okunmamış iletilerin sayısı",
|
||||
"page.categories.all_counter": "Number of all entries",
|
||||
"page.new_category.title": "Yeni Kategori",
|
||||
"page.new_user.title": "Yeni Kullanıcı",
|
||||
"page.edit_category.title": "Kategoriyi Düzenle: %s",
|
||||
|
@ -109,6 +115,7 @@
|
|||
"%d hata"
|
||||
],
|
||||
"page.history.title": "Geçmiş",
|
||||
"page.history.total": "Number of read entries",
|
||||
"page.import.title": "İçeri Aktar",
|
||||
"page.search.title": "Arama Sonuçları",
|
||||
"page.about.title": "Hakkında",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"action.home_screen": "Додати до головного екрану",
|
||||
"tooltip.keyboard_shortcuts": "Комбінація клавіш: %s",
|
||||
"tooltip.logged_user": "Здійснено вхід як %s",
|
||||
"menu.title": "Menu",
|
||||
"menu.unread": "Непрочитане",
|
||||
"menu.starred": "З зірочкою",
|
||||
"menu.history": "Історія",
|
||||
|
@ -85,18 +86,23 @@
|
|||
],
|
||||
"entry.tags.label": "Теги:",
|
||||
"page.shared_entries.title": "Спильні записи",
|
||||
"page.shared_entries.total": "Number of shared entries",
|
||||
"page.unread.title": "Непрочитане",
|
||||
"page.unread.total": "Number of unread entries",
|
||||
"page.starred.title": "З зірочкою",
|
||||
"page.starred.total": "Number of starred entries",
|
||||
"page.categories.title": "Категорії",
|
||||
"page.categories.no_feed": "Немає стрічки.",
|
||||
"page.categories.entries": "Статті",
|
||||
"page.categories.feeds": "Підписки",
|
||||
"page.categories.feeds.total": "Number of feeds",
|
||||
"page.categories.feed_count": [
|
||||
"Містить %d стрічку.",
|
||||
"Містить %d стрічки.",
|
||||
"Містить %d стрічок."
|
||||
],
|
||||
"page.categories.unread_counter": "Кількість непрочитаних записів",
|
||||
"page.categories.all_counter": "Number of all entries",
|
||||
"page.new_category.title": "Нова категорія",
|
||||
"page.new_user.title": "Новий користувач",
|
||||
"page.edit_category.title": "Редагування категорії: %s",
|
||||
|
@ -112,6 +118,7 @@
|
|||
"%d помилок"
|
||||
],
|
||||
"page.history.title": "Історія",
|
||||
"page.history.total": "Number of read entries",
|
||||
"page.import.title": "Імпорт",
|
||||
"page.search.title": "Результати пошуку",
|
||||
"page.about.title": "Про додадок",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"action.home_screen": "添加到主屏幕",
|
||||
"tooltip.keyboard_shortcuts": "快捷键: %s",
|
||||
"tooltip.logged_user": "当前登录 %s",
|
||||
"menu.title": "Menu",
|
||||
"menu.unread": "未读",
|
||||
"menu.starred": "收藏",
|
||||
"menu.history": "历史",
|
||||
|
@ -84,12 +85,16 @@
|
|||
],
|
||||
"entry.tags.label": "标签:",
|
||||
"page.shared_entries.title": "已分享的文章",
|
||||
"page.shared_entries.total": "Number of shared entries",
|
||||
"page.unread.title": "未读",
|
||||
"page.unread.total": "Number of unread entries",
|
||||
"page.starred.title": "收藏",
|
||||
"page.starred.total": "Number of starred entries",
|
||||
"page.categories.title": "分类",
|
||||
"page.categories.no_feed": "没有源",
|
||||
"page.categories.entries": "查看内容",
|
||||
"page.categories.feeds": "查看源",
|
||||
"page.categories.feeds.total": "Number of feeds",
|
||||
"page.categories.feed_count": [
|
||||
"有 %d 个源"
|
||||
],
|
||||
|
@ -107,6 +112,7 @@
|
|||
"%d 错误"
|
||||
],
|
||||
"page.history.title": "历史",
|
||||
"page.history.total": "Number of read entries",
|
||||
"page.import.title": "导入",
|
||||
"page.search.title": "搜索结果",
|
||||
"page.about.title": "关于",
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"action.home_screen": "新增到主螢幕",
|
||||
"tooltip.keyboard_shortcuts": "快捷鍵: %s",
|
||||
"tooltip.logged_user": "當前登入 %s",
|
||||
"menu.title": "導覽",
|
||||
"menu.unread": "未讀",
|
||||
"menu.starred": "收藏",
|
||||
"menu.history": "歷史",
|
||||
|
@ -84,17 +85,22 @@
|
|||
],
|
||||
"entry.tags.label": "標籤:",
|
||||
"page.shared_entries.title": "已分享的文章",
|
||||
"page.shared_entries.total": "已分享的文章數",
|
||||
"page.unread.title": "未讀",
|
||||
"page.unread.total": "未讀文章數",
|
||||
"page.starred.title": "收藏",
|
||||
"page.categories.title": "分類",
|
||||
"page.categories.no_feed": "沒有Feed",
|
||||
"page.categories.entries": "檢視內容",
|
||||
"page.categories.feeds": "檢視Feeds",
|
||||
"page.categories.feeds.total": "Feeds總數",
|
||||
"page.categories.feed_count": [
|
||||
"有 %d 個Feed",
|
||||
"有 %d 個Feeds"
|
||||
],
|
||||
"page.categories.unread_counter": "未讀文章數",
|
||||
"page.categories.all_counter": "所有文章數",
|
||||
"page.categories.total": "分類總數",
|
||||
"page.new_category.title": "新分類",
|
||||
"page.new_user.title": "新使用者",
|
||||
"page.edit_category.title": "編輯分類 : %s",
|
||||
|
@ -109,6 +115,7 @@
|
|||
"%d 錯誤"
|
||||
],
|
||||
"page.history.title": "歷史",
|
||||
"page.history.total": "已讀文章數",
|
||||
"page.import.title": "匯入",
|
||||
"page.search.title": "搜尋結果",
|
||||
"page.about.title": "關於",
|
||||
|
|
|
@ -2,7 +2,11 @@
|
|||
|
||||
{{ define "content"}}
|
||||
<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>
|
||||
|
||||
{{ if not .entries }}
|
||||
|
|
|
@ -2,12 +2,18 @@
|
|||
|
||||
{{ define "content"}}
|
||||
<section class="page-header">
|
||||
<h1>{{ t "page.categories.title" }} ({{ .total }})</h1>
|
||||
<h1 dir="auto">
|
||||
{{ t "page.categories.title" }}
|
||||
<span aria-hidden="true"> ({{ .total }})</span>
|
||||
</h1>
|
||||
<span class="sr-only">{{ t "page.categories.total" }}: {{ .total }}</span>
|
||||
<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>
|
||||
|
||||
{{ if not .categories }}
|
||||
|
|
|
@ -2,7 +2,18 @@
|
|||
|
||||
{{ define "content"}}
|
||||
<section class="page-header">
|
||||
<h1 dir="auto">{{ .category.Title }} ({{ .total }})</h1>
|
||||
<h1 dir="auto">
|
||||
{{ .category.Title }}
|
||||
<span aria-hidden="true">({{ .total }})</span>
|
||||
</h1>
|
||||
<span class="sr-only">
|
||||
{{ if .showOnlyUnreadEntries }}
|
||||
{{ t "page.categories.unread_counter" }}: {{ .total }}
|
||||
{{ else }}
|
||||
{{ t "page.categories.all_counter" }}: {{ .total }}
|
||||
{{ end }}
|
||||
</span>
|
||||
<nav aria-label="{{ .category.Title }} {{ t "menu.title" }}">
|
||||
<ul>
|
||||
{{ if .entries }}
|
||||
<li>
|
||||
|
@ -40,6 +51,7 @@
|
|||
<a href="{{ route "refreshCategoryEntriesPage" "categoryID" .category.ID }}">{{ icon "refresh" }}{{ t "menu.refresh_all_feeds" }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section>
|
||||
|
||||
{{ if not .entries }}
|
||||
|
|
|
@ -2,7 +2,14 @@
|
|||
|
||||
{{ define "content"}}
|
||||
<section class="page-header">
|
||||
<h1 dir="auto">{{ .category.Title }} > {{ t "page.feeds.title" }} ({{ .total }})</h1>
|
||||
<h1 dir="auto">
|
||||
{{ .category.Title }} <span aria-hidden="true">></span> {{ t "page.feeds.title" }}
|
||||
<span aria-hidden="true"> ({{ .total }})</span>
|
||||
</h1>
|
||||
<span class="sr-only">
|
||||
{{ t "page.categories.feeds.total" }}: {{ .total }}
|
||||
</span>
|
||||
<nav aria-label="{{ .category.Title }} {{ t "page.feeds.title" }} {{ t "menu.title" }}">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{{ route "categoryEntries" "categoryID" .category.ID }}">{{ icon "entries" }}{{ t "menu.feed_entries" }}</a>
|
||||
|
@ -26,6 +33,7 @@
|
|||
<a href="{{ route "refreshCategoryFeedsPage" "categoryID" .category.ID }}">{{ icon "refresh" }}{{ t "menu.refresh_all_feeds" }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section>
|
||||
|
||||
{{ if not .feeds }}
|
||||
|
|
|
@ -3,11 +3,13 @@
|
|||
{{ define "content"}}
|
||||
<section class="page-header">
|
||||
<h1>{{ t "page.new_category.title" }}</h1>
|
||||
<nav aria-label="{{ t "page.new_category.title" }} {{ t "menu.title" }}">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{{ route "categories" }}">{{ icon "categories" }}{{ t "menu.categories" }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section>
|
||||
|
||||
<form action="{{ route "saveCategory" }}" method="post" autocomplete="off">
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
{{ define "content"}}
|
||||
<section class="page-header">
|
||||
<h1>{{ t "page.edit_category.title" .category.Title }}</h1>
|
||||
<nav aria-label="{{ t "page.edit_category.title" .category.Title }} {{ t "menu.title" }}">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{{ route "categories" }}">{{ icon "categories" }}{{ t "menu.categories" }}</a>
|
||||
|
@ -14,6 +15,7 @@
|
|||
<a href="{{ route "createCategory" }}">{{ icon "add-category" }}{{ t "menu.create_category" }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section>
|
||||
|
||||
<form action="{{ route "updateCategory" "categoryID" .category.ID }}" method="post" autocomplete="off">
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
{{ define "content"}}
|
||||
<section class="page-header">
|
||||
<h1 dir="auto">{{ .feed.Title }}</h1>
|
||||
<nav aria-label="{{ .feed.Title }} {{ t "menu.title" }}">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{{ route "feeds" }}">{{ icon "feeds" }}{{ t "menu.feeds" }}</a>
|
||||
|
@ -21,6 +22,7 @@
|
|||
data-no-action-url="{{ route "refreshFeed" "feedID" .feed.ID }}?forceRefresh=false">{{ icon "refresh" }}{{ t "menu.refresh_feed" }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section>
|
||||
|
||||
{{ if not .categories }}
|
||||
|
|
|
@ -4,8 +4,16 @@
|
|||
<section class="page-header">
|
||||
<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>
|
||||
({{ .total }})
|
||||
<span aria-hidden="true">({{ .total }})</span>
|
||||
</h1>
|
||||
<span class="sr-only">
|
||||
{{ if .showOnlyUnreadEntries }}
|
||||
{{ t "page.feeds.unread_counter" }}: {{ .total }}
|
||||
{{ else }}
|
||||
{{ t "page.feeds.read_counter" }}: {{ .total }}
|
||||
{{ end }}
|
||||
</span>
|
||||
<nav aria-label="{{ .feed.Title }} {{ t "menu.title" }}">
|
||||
<ul>
|
||||
{{ if .entries }}
|
||||
<li>
|
||||
|
@ -61,6 +69,7 @@
|
|||
data-redirect-url="{{ route "feeds" }}">{{ icon "delete" }}{{ t "action.remove_feed" }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section>
|
||||
|
||||
{{ if ne .feed.ParsingErrorCount 0 }}
|
||||
|
|
|
@ -2,7 +2,12 @@
|
|||
|
||||
{{ define "content"}}
|
||||
<section class="page-header">
|
||||
<h1>{{ t "page.history.title" }} ({{ .total }})</h1>
|
||||
<h1>
|
||||
{{ t "page.history.title" }}
|
||||
<span aria-hidden="true">({{ .total }})</span>
|
||||
</h1>
|
||||
<span class="sr-only">{{ t "page.history.total" }}: {{ .total }}</span>
|
||||
<nav aria-label="{{ t "page.history.title" }} {{ t "menu.title" }}">
|
||||
<ul>
|
||||
{{ if .entries }}
|
||||
<li>
|
||||
|
@ -19,6 +24,7 @@
|
|||
<a href="{{ route "sharedEntries" }}">{{ icon "share" }}{{ t "menu.shared_entries" }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</section>
|
||||
|
||||
{{ if not .entries }}
|
||||
|
|
|
@ -2,8 +2,13 @@
|
|||
|
||||
{{ define "content"}}
|
||||
<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 }}
|
||||
<nav aria-label="{{ t "page.shared_entries.title" }} {{ t "menu.title" }}">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#"
|
||||
|
@ -18,6 +23,7 @@
|
|||
<a href="{{ route "sharedEntries" }}">{{ icon "share" }}{{ t "menu.shared_entries" }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
{{ end }}
|
||||
</section>
|
||||
|
||||
|
|
|
@ -2,8 +2,13 @@
|
|||
|
||||
{{ define "content"}}
|
||||
<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 }}
|
||||
<nav aria-label="{{ t "page.unread.title" }} {{ t "menu.title" }}">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#"
|
||||
|
@ -25,6 +30,7 @@
|
|||
data-label-loading="{{ t "confirm.loading" }}">{{ icon "mark-all-as-read" }}{{ t "menu.mark_all_as_read" }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
{{ end }}
|
||||
</section>
|
||||
|
||||
|
|
|
@ -50,6 +50,20 @@ a:hover {
|
|||
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 {
|
||||
margin-top: 10px;
|
||||
|
|
Loading…
Reference in a new issue