diff options
author | 2024-02-28 20:16:44 -0800 | |
---|---|---|
committer | 2024-02-28 20:38:10 -0800 | |
commit | b2ce98da873259386440bcd8b26c578029e67aa9 (patch) | |
tree | 05a50ffc76f01677afe162905654de3626dbacef | |
parent | 4db138d4b87c988eed6dbe2fc72cf1a13d393d8b (diff) | |
download | v2-b2ce98da873259386440bcd8b26c578029e67aa9.tar.gz v2-b2ce98da873259386440bcd8b26c578029e67aa9.tar.zst v2-b2ce98da873259386440bcd8b26c578029e67aa9.zip |
Add missing plurals for some languages
-rw-r--r-- | internal/locale/translations/pl_PL.json | 8 | ||||
-rw-r--r-- | internal/locale/translations/ru_RU.json | 8 | ||||
-rw-r--r-- | internal/locale/translations/uk_UA.json | 7 |
3 files changed, 23 insertions, 0 deletions
diff --git a/internal/locale/translations/pl_PL.json b/internal/locale/translations/pl_PL.json index c4a6c81d..511ff7dc 100644 --- a/internal/locale/translations/pl_PL.json +++ b/internal/locale/translations/pl_PL.json @@ -84,26 +84,31 @@ "entry.shared_entry.label": "Udostępnianie", "entry.estimated_reading_time": [ "%d minuta czytania", + "%d minuty czytania", "%d minut czytania" ], "entry.tags.label": "Tagi:", "page.shared_entries.title": "Udostępnione wpisy", "page.shared_entries_count": [ "%d shared entry", + "%d shared entry", "%d shared entries" ], "page.unread.title": "Nieprzeczytane", "page.unread_entry_count": [ "%d unread entry", + "%d unread entry", "%d unread entries" ], "page.total_entry_count": [ "%d entry in total", + "%d entry in total", "%d entries in total" ], "page.starred.title": "Oznaczone gwiazdką", "page.starred_entry_count": [ "%d starred entry", + "%d starred entry", "%d starred entries" ], "page.categories.title": "Kategorie", @@ -117,6 +122,7 @@ ], "page.categories_count": [ "%d category", + "%d category", "%d categories" ], "page.new_category.title": "Nowa kategoria", @@ -136,6 +142,7 @@ "page.history.title": "Historia", "page.read_entry_count": [ "%d read entry", + "%d read entry", "%d read entries" ], "page.import.title": "Importuj", @@ -506,6 +513,7 @@ ], "alert.too_many_feeds_refresh": [ "You have triggered too many feed refreshes. Please wait %d minute before trying again.", + "You have triggered too many feed refreshes. Please wait %d minutes before trying again.", "You have triggered too many feed refreshes. Please wait %d minutes before trying again." ], "alert.background_feed_refresh": "All feeds are being refreshed in the background. You can continue to use Miniflux while this process is running.", diff --git a/internal/locale/translations/ru_RU.json b/internal/locale/translations/ru_RU.json index 1788383b..a6770ed5 100644 --- a/internal/locale/translations/ru_RU.json +++ b/internal/locale/translations/ru_RU.json @@ -84,26 +84,31 @@ "entry.shared_entry.label": "Поделиться", "entry.estimated_reading_time": [ "%d минута чтения", + "%d минуты чтения", "%d минут чтения" ], "entry.tags.label": "Теги:", "page.shared_entries.title": "Общедоступные статьи", "page.shared_entries_count": [ "%d shared entry", + "%d shared entries", "%d shared entries" ], "page.unread.title": "Непрочитанное", "page.unread_entry_count": [ "%d unread entry", + "%d unread entries", "%d unread entries" ], "page.total_entry_count": [ "%d entry in total", + "%d entries in total", "%d entries in total" ], "page.starred.title": "Избранное", "page.starred_entry_count": [ "%d starred entry", + "%d starred entries", "%d starred entries" ], "page.categories.title": "Категории", @@ -117,6 +122,7 @@ ], "page.categories_count": [ "%d category", + "%d categories", "%d categories" ], "page.new_category.title": "Новая категория", @@ -136,6 +142,7 @@ "page.history.title": "История", "page.read_entry_count": [ "%d read entry", + "%d read entries", "%d read entries" ], "page.import.title": "Импорт", @@ -506,6 +513,7 @@ ], "alert.too_many_feeds_refresh": [ "You have triggered too many feed refreshes. Please wait %d minute before trying again.", + "You have triggered too many feed refreshes. Please wait %d minutes before trying again.", "You have triggered too many feed refreshes. Please wait %d minutes before trying again." ], "alert.background_feed_refresh": "All feeds are being refreshed in the background. You can continue to use Miniflux while this process is running.", diff --git a/internal/locale/translations/uk_UA.json b/internal/locale/translations/uk_UA.json index b3fb643f..7f324817 100644 --- a/internal/locale/translations/uk_UA.json +++ b/internal/locale/translations/uk_UA.json @@ -91,20 +91,24 @@ "page.shared_entries.title": "Спильні записи", "page.shared_entries_count": [ "%d shared entry", + "%d shared entries", "%d shared entries" ], "page.unread.title": "Непрочитане", "page.unread_entry_count": [ "%d unread entry", + "%d unread entries", "%d unread entries" ], "page.total_entry_count": [ "%d entry in total", + "%d entries in total", "%d entries in total" ], "page.starred.title": "З зірочкою", "page.starred_entry_count": [ "%d starred entry", + "%d starred entries", "%d starred entries" ], "page.categories.title": "Категорії", @@ -118,6 +122,7 @@ ], "page.categories_count": [ "%d category", + "%d categories", "%d categories" ], "page.new_category.title": "Нова категорія", @@ -137,6 +142,7 @@ "page.history.title": "Історія", "page.read_entry_count": [ "%d read entry", + "%d read entries", "%d read entries" ], "page.import.title": "Імпорт", @@ -507,6 +513,7 @@ ], "alert.too_many_feeds_refresh": [ "You have triggered too many feed refreshes. Please wait %d minute before trying again.", + "You have triggered too many feed refreshes. Please wait %d minutes before trying again.", "You have triggered too many feed refreshes. Please wait %d minutes before trying again." ], "alert.background_feed_refresh": "All feeds are being refreshed in the background. You can continue to use Miniflux while this process is running.", |