diff options
author | 2024-02-04 12:51:04 -0800 | |
---|---|---|
committer | 2024-02-04 13:12:54 -0800 | |
commit | f203326a299a985026e263dc2b8da861904cfd5c (patch) | |
tree | 7df05a4ade6041a4a7081f7d275f7b1ed30c1c19 /internal/locale/translations/el_EL.json | |
parent | 8367413e84b88a96711b607181b5d1ef88c37233 (diff) | |
download | v2-f203326a299a985026e263dc2b8da861904cfd5c.tar.gz v2-f203326a299a985026e263dc2b8da861904cfd5c.tar.zst v2-f203326a299a985026e263dc2b8da861904cfd5c.zip |
Improve translation of hidden aria elements
Diffstat (limited to 'internal/locale/translations/el_EL.json')
-rw-r--r-- | internal/locale/translations/el_EL.json | 35 |
1 files changed, 26 insertions, 9 deletions
diff --git a/internal/locale/translations/el_EL.json b/internal/locale/translations/el_EL.json index fbae9660..9f9338cc 100644 --- a/internal/locale/translations/el_EL.json +++ b/internal/locale/translations/el_EL.json @@ -1,4 +1,5 @@ { + "skip_to_content": "Skip to content", "confirm.question": "Είστε σίγουροι;", "confirm.question.refresh": "Θέλετε να επιτελέσετε μια υποχρεωτική ανανέωση;", "confirm.yes": "ναι", @@ -87,39 +88,55 @@ ], "entry.tags.label": "Ετικέτες:", "page.shared_entries.title": "Κοινόχρηστες Καταχωρήσεις", - "page.shared_entries.total": "Number of shared entries", + "page.shared_entries_count": [ + "%d shared entry", + "%d shared entries" + ], "page.unread.title": "Μη αναγνωσμένα", - "page.unread.total": "Number of unread entries", + "page.unread_entry_count": [ + "%d unread entry", + "%d unread entries" + ], + "page.total_entry_count": [ + "%d entry in total", + "%d entries in total" + ], "page.starred.title": "Αγαπημένo", - "page.starred.total": "Number of starred entries", + "page.starred_entry_count": [ + "%d starred entry", + "%d 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.categories.total": "Number of categories", "page.new_category.title": "Νέα Κατηγορία", "page.new_user.title": "Νέος Χρήστης", "page.edit_category.title": "Επεξεργασία κατηγορίας: % s", "page.edit_user.title": "Επεξεργασία χρήστη: % s", "page.feeds.title": "Ροές", - "page.feeds.category": "Category", + "page.category_label": "Category: %s", "page.feeds.last_check": "Τελευταίος έλεγχος:", "page.feeds.next_check": "Next check:", - "page.feeds.unread_counter": "Αριθμός μη αναγνωσμένων καταχωρήσεων", "page.feeds.read_counter": "Αριθμός αναγνωσμένων καταχωρήσεων", "page.feeds.error_count": [ "%d σφάλμα", "%d σφάλματα" ], "page.history.title": "Ιστορικό", - "page.history.total": "Number of read entries", + "page.read_entry_count": [ + "%d read entry", + "%d read entries" + ], + "page.categories_count": [ + "%d category", + "%d categories" + ], "page.import.title": "Εισαγωγή", "page.search.title": "Αποτελέσματα Αναζήτησης", "page.about.title": "Περί", |