mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
There are more than 2 plurals in Polish
This commit is contained in:
parent
4eceeaaca4
commit
3ba280e10c
2 changed files with 8 additions and 8 deletions
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"plural.feed.error_count": [
|
||||
"%d błąd",
|
||||
"%d błąd"
|
||||
"%d błąd",
|
||||
"%d błędów"
|
||||
],
|
||||
"plural.categories.feed_count": [
|
||||
"Jest %d subskrybcja.",
|
||||
"Jest %d subskrypcji.",
|
||||
"Jest %d subskrypcji."
|
||||
],
|
||||
"Username": "Nazwa użytkownika",
|
||||
|
@ -126,7 +128,6 @@
|
|||
"Unable to update this category.": "Ta kategoria nie mogła zostać zaktualizowana.",
|
||||
"Integrations": "Usługi",
|
||||
"Bookmarklet": "Bookmarklet",
|
||||
|
||||
"Drag and drop this link to your bookmarks.": "Przeciągnij i upuść to łącze do zakładek.",
|
||||
"This special link allows you to subscribe to a website directly by using a bookmark in your web browser.": "Ten specjalny link umożliwia subskrypcję strony internetowej bezpośrednio za pomocą zakładki w przeglądarce internetowej",
|
||||
"Add to Miniflux": "Dodaj do Miniflux",
|
||||
|
@ -152,7 +153,6 @@
|
|||
"Activate Fever API": "Aktywuj Fever API ",
|
||||
"Fever Username": "Login Fever",
|
||||
"Fever Password": "Hasło Fever",
|
||||
|
||||
"Fetch original content": "Pobierz oryginalną treść",
|
||||
"Scraper Rules": "Zasady ekstrakcji",
|
||||
"Rewrite Rules": "Reguły zapisu",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue