mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-30 23:55:49 +02:00
New translations en-us.json (Polish)
This commit is contained in:
parent
6b8fa28308
commit
dd24b4ad74
1 changed files with 44 additions and 3 deletions
|
@ -77,6 +77,15 @@
|
|||
"siteRunsInDocker": "Uruchamia w Docke'u",
|
||||
"siteRunsInShell": "Uruchamia w skorupce na macOS, Linux i Windows",
|
||||
"siteErrorDelete": "Błąd podczas usuwania witryny",
|
||||
"siteErrorUpdate": "Failed to update site",
|
||||
"siteErrorUpdateDescription": "An error occurred while updating the site.",
|
||||
"siteUpdated": "Site updated",
|
||||
"siteUpdatedDescription": "The site has been updated.",
|
||||
"siteGeneralDescription": "Configure the general settings for this site",
|
||||
"siteSettingDescription": "Configure the settings on your site",
|
||||
"siteSetting": "{siteName} Settings",
|
||||
"siteInfo": "Site Information",
|
||||
"status": "Status",
|
||||
"shareTitle": "Zarządzaj linkami udostępniania",
|
||||
"shareDescription": "Utwórz linki, które można udostępnić, aby przyznać tymczasowy lub stały dostęp do Twoich zasobów",
|
||||
"shareSearch": "Szukaj linków udostępnienia...",
|
||||
|
@ -85,6 +94,31 @@
|
|||
"shareErrorDeleteMessage": "Wystąpił błąd podczas usuwania linku",
|
||||
"shareDeleted": "Link usunięty",
|
||||
"shareDeletedDesciption": "Link został usunięty",
|
||||
"shareTokenDescription": "Your access token can be passed in two ways: as a query parameter or in the request headers. These must be passed from the client on every request for authenticated access.",
|
||||
"accessToken": "Access Token",
|
||||
"usageExamples": "Usage Examples",
|
||||
"tokenId": "Token ID",
|
||||
"requestHeades": "Request Headers",
|
||||
"queryParameter": "Query Parameter",
|
||||
"importantNote": "Important Note",
|
||||
"shareImportantDescription": "For security reasons, using headers is recommended over query parameters when possible, as query parameters may be logged in server logs or browser history.",
|
||||
"token": "Token",
|
||||
"shareTokenSecurety": "Keep your access token secure. Do not share it in publicly accessible areas or client-side code.",
|
||||
"shareErrorFetchResource": "Failed to fetch resources",
|
||||
"shareErrorFetchResourceDescription": "An error occurred while fetching the resources",
|
||||
"shareErrorCreate": "Failed to create share link",
|
||||
"shareErrorCreateDescription": "An error occurred while creating the share link",
|
||||
"shareCreateDescription": "Anyone with this link can access the resource",
|
||||
"shareTitleOptional": "Title (optional)",
|
||||
"expireIn": "Expire In",
|
||||
"neverExpire": "Never expire",
|
||||
"shareExpireDescription": "Expiration time is how long the link will be usable and provide access to the resource. After this time, the link will no longer work, and users who used this link will lose access to the resource.",
|
||||
"shareSeeOnce": "You will only be able to see this linkonce. Make sure to copy it.",
|
||||
"shareAccessHint": "Anyone with this link can access the resource. Share it with care.",
|
||||
"shareTokenUsage": "See Access Token Usage",
|
||||
"createLink": "Create Link",
|
||||
"resourceNotFound": "No resources found",
|
||||
"resourceSearch": "Search resources",
|
||||
"openMenu": "Otwórz menu",
|
||||
"resource": "Zasoby",
|
||||
"title": "Rozporządzenie Rady (EWG) nr 2658/87 z dnia 23 lipca 1987 r. w sprawie nomenklatury taryfowej i statystycznej oraz w sprawie Wspólnej Taryfy Celnej (Dz.U. L 256 z 7.9.1987, s. 1).",
|
||||
|
@ -94,7 +128,7 @@
|
|||
"shareErrorSelectResource": "Wybierz zasób",
|
||||
"resourceTitle": "Zarządzaj zasobami",
|
||||
"resourceDescription": "Utwórz bezpieczne proxy do prywatnych aplikacji",
|
||||
"resourceSearch": "Szukaj zasobów...",
|
||||
"resourcesSearch": "Search resources...",
|
||||
"resourceAdd": "Dodaj zasób",
|
||||
"resourceErrorDelte": "Błąd podczas usuwania zasobu",
|
||||
"authentication": "Uwierzytelnianie",
|
||||
|
@ -142,6 +176,7 @@
|
|||
"enabled": "Włączone",
|
||||
"disabled": "Wyłączone",
|
||||
"general": "Ogólny",
|
||||
"generalSettings": "General Settings",
|
||||
"proxy": "Proxy",
|
||||
"rules": "Regulamin",
|
||||
"resourceSettingDescription": "Skonfiguruj ustawienia zasobu",
|
||||
|
@ -151,7 +186,7 @@
|
|||
"orgSettingsDescription": "Skonfiguruj ustawienia ogólne swojej organizacji",
|
||||
"orgGeneralSettings": "Ustawienia organizacji",
|
||||
"orgGeneralSettingsDescription": "Zarządzaj szczegółami swojej organizacji i konfiguracją",
|
||||
"orgGeneralSave": "Zapisz ustawienia ogólne",
|
||||
"saveGeneralSettings": "Save General Settings",
|
||||
"orgDangerZone": "Strefa zagrożenia",
|
||||
"orgDangerZoneDescription": "Po usunięciu tego organa nie ma odwrotu. Upewnij się.",
|
||||
"orgDelete": "Usuń organizację",
|
||||
|
@ -186,5 +221,11 @@
|
|||
"description": "Opis",
|
||||
"inviteTitle": "Otwórz zaproszenia",
|
||||
"inviteDescription": "Zarządzaj zaproszeniami dla innych użytkowników",
|
||||
"inviteSearch": "Szukaj zaproszeń..."
|
||||
"inviteSearch": "Szukaj zaproszeń...",
|
||||
"minutes": "Minutes",
|
||||
"hours": "Hours",
|
||||
"days": "Days",
|
||||
"weeks": "Weeks",
|
||||
"months": "Months",
|
||||
"years": "Years"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue