mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Translated using Weblate (Polish)
Currently translated at 4.5% (65 of 1427 strings) Translation: Kavita/ui Translate-URL: https://hosted.weblate.org/projects/kavita/ui/pl/
This commit is contained in:
parent
a5ca7b98bb
commit
b57f4ffc58
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"login": {
|
"login": {
|
||||||
"title": "",
|
"title": "",
|
||||||
"username": "",
|
"username": "{{common.username}}",
|
||||||
"password": "",
|
"password": "{{common.password}}",
|
||||||
"password-validation": "",
|
"password-validation": "{{validation.password-validation}}",
|
||||||
"forgot-password": "",
|
"forgot-password": "",
|
||||||
"submit": ""
|
"submit": "{{common.submit}}"
|
||||||
},
|
},
|
||||||
"dashboard": {
|
"dashboard": {
|
||||||
"no-libraries": "",
|
"no-libraries": "",
|
||||||
@ -16,13 +16,13 @@
|
|||||||
"recently-added-title": ""
|
"recently-added-title": ""
|
||||||
},
|
},
|
||||||
"edit-user": {
|
"edit-user": {
|
||||||
"edit": "",
|
"edit": "{{common.edit}}",
|
||||||
"close": "",
|
"close": "{{common.close}}",
|
||||||
"username": "",
|
"username": "{{common.username}}",
|
||||||
"required": "",
|
"required": "{{validation.required-field}}",
|
||||||
"email": "",
|
"email": "{{common.email}}",
|
||||||
"not-valid-email": "",
|
"not-valid-email": "{{validation.valid-email}}",
|
||||||
"cancel": "",
|
"cancel": "{{common.cancel}}",
|
||||||
"saving": "",
|
"saving": "",
|
||||||
"update": ""
|
"update": ""
|
||||||
},
|
},
|
||||||
@ -57,11 +57,11 @@
|
|||||||
"title": "",
|
"title": "",
|
||||||
"tagline-label": "",
|
"tagline-label": "",
|
||||||
"review-label": "",
|
"review-label": "",
|
||||||
"close": "",
|
"close": "{{common.close}}",
|
||||||
"save": ""
|
"save": "{{common.save}}"
|
||||||
},
|
},
|
||||||
"review-card-modal": {
|
"review-card-modal": {
|
||||||
"close": "",
|
"close": "{{common.close}}",
|
||||||
"user-review": "",
|
"user-review": "",
|
||||||
"external-mod": "",
|
"external-mod": "",
|
||||||
"go-to-review": ""
|
"go-to-review": ""
|
||||||
@ -74,7 +74,7 @@
|
|||||||
},
|
},
|
||||||
"want-to-read": {
|
"want-to-read": {
|
||||||
"title": "",
|
"title": "",
|
||||||
"series-count": "",
|
"series-count": "{{common.series-count}}",
|
||||||
"no-items": "",
|
"no-items": "",
|
||||||
"no-items-filtered": ""
|
"no-items-filtered": ""
|
||||||
},
|
},
|
||||||
@ -143,8 +143,8 @@
|
|||||||
"clients-opds-description": "",
|
"clients-opds-description": "",
|
||||||
"clients-api-key-tooltip": "",
|
"clients-api-key-tooltip": "",
|
||||||
"clients-opds-url-tooltip": "",
|
"clients-opds-url-tooltip": "",
|
||||||
"reset": "",
|
"reset": "{{common.reset}}",
|
||||||
"save": ""
|
"save": "{{common.save}}"
|
||||||
},
|
},
|
||||||
"user-holds": {
|
"user-holds": {
|
||||||
"title": "",
|
"title": "",
|
||||||
@ -157,7 +157,7 @@
|
|||||||
"scan": "",
|
"scan": "",
|
||||||
"site-themes": "",
|
"site-themes": "",
|
||||||
"set-default": "",
|
"set-default": "",
|
||||||
"apply": "",
|
"apply": "{{common.apply}}",
|
||||||
"applied": "",
|
"applied": "",
|
||||||
"updated-toastr": "",
|
"updated-toastr": "",
|
||||||
"scan-queued": ""
|
"scan-queued": ""
|
||||||
@ -188,34 +188,34 @@
|
|||||||
"no-devices": "",
|
"no-devices": "",
|
||||||
"platform-label": "",
|
"platform-label": "",
|
||||||
"email-label": "",
|
"email-label": "",
|
||||||
"add": "",
|
"add": "{{common.add}}",
|
||||||
"delete": "",
|
"delete": "{{common.delete}}",
|
||||||
"edit": ""
|
"edit": "{{common.edit}}"
|
||||||
},
|
},
|
||||||
"edit-device": {
|
"edit-device": {
|
||||||
"device-name-label": "",
|
"device-name-label": "",
|
||||||
"email-label": "",
|
"email-label": "{{common.email}}",
|
||||||
"email-tooltip": "",
|
"email-tooltip": "",
|
||||||
"device-platform-label": "",
|
"device-platform-label": "",
|
||||||
"save": "",
|
"save": "{{common.save}}",
|
||||||
"required-field": "",
|
"required-field": "{{validation.required-field}}",
|
||||||
"valid-email": ""
|
"valid-email": "{{validation.valid-email}}"
|
||||||
},
|
},
|
||||||
"change-password": {
|
"change-password": {
|
||||||
"password-label": "",
|
"password-label": "{{common.password}}",
|
||||||
"current-password-label": "",
|
"current-password-label": "",
|
||||||
"new-password-label": "",
|
"new-password-label": "",
|
||||||
"confirm-password-label": "",
|
"confirm-password-label": "",
|
||||||
"reset": "",
|
"reset": "{{common.reset}}",
|
||||||
"edit": "",
|
"edit": "{{common.edit}}",
|
||||||
"cancel": "",
|
"cancel": "{{common.cancel}}",
|
||||||
"save": "",
|
"save": "{{common.save}}",
|
||||||
"required-field": "",
|
"required-field": "{{validation.required-field}}",
|
||||||
"passwords-must-match": "",
|
"passwords-must-match": "",
|
||||||
"permission-error": ""
|
"permission-error": ""
|
||||||
},
|
},
|
||||||
"change-email": {
|
"change-email": {
|
||||||
"email-label": "",
|
"email-label": "{{common.email}}",
|
||||||
"current-password-label": "",
|
"current-password-label": "",
|
||||||
"email-not-confirmed": "",
|
"email-not-confirmed": "",
|
||||||
"email-updated-title": "",
|
"email-updated-title": "",
|
||||||
@ -224,19 +224,19 @@
|
|||||||
"invite-url-label": "",
|
"invite-url-label": "",
|
||||||
"invite-url-tooltip": "",
|
"invite-url-tooltip": "",
|
||||||
"permission-error": "",
|
"permission-error": "",
|
||||||
"required-field": "",
|
"required-field": "{{validation.required-field}}",
|
||||||
"reset": "",
|
"reset": "{{common.reset}}",
|
||||||
"edit": "",
|
"edit": "{{common.edit}}",
|
||||||
"cancel": "",
|
"cancel": "{{common.cancel}}",
|
||||||
"save": ""
|
"save": "{{common.save}}"
|
||||||
},
|
},
|
||||||
"change-age-restriction": {
|
"change-age-restriction": {
|
||||||
"age-restriction-label": "",
|
"age-restriction-label": "",
|
||||||
"unknowns": "",
|
"unknowns": "",
|
||||||
"reset": "",
|
"reset": "{{common.reset}}",
|
||||||
"edit": "",
|
"edit": "{{common.edit}}",
|
||||||
"cancel": "",
|
"cancel": "{{common.cancel}}",
|
||||||
"save": ""
|
"save": "{{common.save}}"
|
||||||
},
|
},
|
||||||
"api-key": {
|
"api-key": {
|
||||||
"copy": "",
|
"copy": "",
|
||||||
@ -254,33 +254,33 @@
|
|||||||
"generate": "",
|
"generate": "",
|
||||||
"instructions": "",
|
"instructions": "",
|
||||||
"token-input-label": "",
|
"token-input-label": "",
|
||||||
"edit": "",
|
"edit": "{{common.edit}}",
|
||||||
"cancel": "",
|
"cancel": "{{common.cancel}}",
|
||||||
"save": ""
|
"save": "{{common.save}}"
|
||||||
},
|
},
|
||||||
"typeahead": {
|
"typeahead": {
|
||||||
"locked-field": "",
|
"locked-field": "",
|
||||||
"close": "",
|
"close": "{{common.close}}",
|
||||||
"loading": "",
|
"loading": "{{common.loading}}",
|
||||||
"add-item": "",
|
"add-item": "",
|
||||||
"no-data": "",
|
"no-data": "",
|
||||||
"add-custom-item": ""
|
"add-custom-item": ""
|
||||||
},
|
},
|
||||||
"generic-list-modal": {
|
"generic-list-modal": {
|
||||||
"close": "",
|
"close": "{{common.close}}",
|
||||||
"clear": "",
|
"clear": "",
|
||||||
"filter": "",
|
"filter": "",
|
||||||
"open-filtered-search": ""
|
"open-filtered-search": ""
|
||||||
},
|
},
|
||||||
"user-stats-info-cards": {
|
"user-stats-info-cards": {
|
||||||
"total-pages-read-label": "",
|
"total-pages-read-label": "",
|
||||||
"total-pages-read-tooltip": "",
|
"total-pages-read-tooltip": "{{user-stats-info-cards.total-pages-read-label}}: {{value}}",
|
||||||
"total-words-read-label": "",
|
"total-words-read-label": "",
|
||||||
"total-words-read-tooltip": "",
|
"total-words-read-tooltip": "{{user-stats-info-cards.total-words-read-label}}: {{value}}",
|
||||||
"time-spent-reading-label": "",
|
"time-spent-reading-label": "",
|
||||||
"time-spent-reading-tooltip": "",
|
"time-spent-reading-tooltip": "{{user-stats-info-cards.time-spent-reading-label}}: {{value}}",
|
||||||
"chapters-read-label": "",
|
"chapters-read-label": "",
|
||||||
"chapters-read-tooltip": "",
|
"chapters-read-tooltip": "{{user-stats-info-cards.chapters-read-label}}: {{value}}",
|
||||||
"avg-reading-per-week-label": "",
|
"avg-reading-per-week-label": "",
|
||||||
"last-active-label": "",
|
"last-active-label": "",
|
||||||
"chapters": ""
|
"chapters": ""
|
||||||
@ -296,35 +296,35 @@
|
|||||||
"manga-label": "",
|
"manga-label": "",
|
||||||
"books-label": "",
|
"books-label": "",
|
||||||
"this-week": "",
|
"this-week": "",
|
||||||
"last-7-days": "",
|
"last-7-days": "{{time-periods.last-7-days}}",
|
||||||
"last-30-days": "",
|
"last-30-days": "{{time-periods.last-30-days}}",
|
||||||
"last-90-days": "",
|
"last-90-days": "{{time-periods.last-90-days}}",
|
||||||
"last-year": "",
|
"last-year": "{{time-periods.last-year}}",
|
||||||
"all-time": ""
|
"all-time": "{{time-periods.all-time}}"
|
||||||
},
|
},
|
||||||
"role-selector": {
|
"role-selector": {
|
||||||
"title": ""
|
"title": ""
|
||||||
},
|
},
|
||||||
"directory-picker": {
|
"directory-picker": {
|
||||||
"title": "",
|
"title": "",
|
||||||
"close": "",
|
"close": "{{common.close}}",
|
||||||
"path-label": "",
|
"path-label": "",
|
||||||
"path-placeholder": "",
|
"path-placeholder": "",
|
||||||
"instructions": "",
|
"instructions": "",
|
||||||
"type-header": "",
|
"type-header": "",
|
||||||
"name-header": "",
|
"name-header": "",
|
||||||
"cancel": "",
|
"cancel": "{{common.cancel}}",
|
||||||
"share": "",
|
"share": "",
|
||||||
"help": ""
|
"help": "{{common.help}}"
|
||||||
},
|
},
|
||||||
"library-access-modal": {
|
"library-access-modal": {
|
||||||
"select-all": "",
|
"select-all": "{{common.select-all}}",
|
||||||
"deselect-all": "",
|
"deselect-all": "{{common.deselect-all}}",
|
||||||
"title": "",
|
"title": "",
|
||||||
"close": "",
|
"close": "{{common.close}}",
|
||||||
"reset": "",
|
"reset": "{{common.reset}}",
|
||||||
"cancel": "",
|
"cancel": "{{common.cancel}}",
|
||||||
"save": "",
|
"save": "{{common.save}}",
|
||||||
"no-data": ""
|
"no-data": ""
|
||||||
},
|
},
|
||||||
"time-periods": {
|
"time-periods": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user