mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-28 21:58:15 +02:00
New translations en-us.json (Turkish)
This commit is contained in:
parent
17789ef1a5
commit
55222450f3
1 changed files with 44 additions and 3 deletions
|
@ -77,6 +77,15 @@
|
||||||
"siteRunsInDocker": "Runs in Docker",
|
"siteRunsInDocker": "Runs in Docker",
|
||||||
"siteRunsInShell": "Runs in shell on macOS, Linux, and Windows",
|
"siteRunsInShell": "Runs in shell on macOS, Linux, and Windows",
|
||||||
"siteErrorDelete": "Error deleting site",
|
"siteErrorDelete": "Error deleting site",
|
||||||
|
"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": "Manage Share Links",
|
"shareTitle": "Manage Share Links",
|
||||||
"shareDescription": "Create shareable links to grant temporary or permanent access to your resources",
|
"shareDescription": "Create shareable links to grant temporary or permanent access to your resources",
|
||||||
"shareSearch": "Search share links...",
|
"shareSearch": "Search share links...",
|
||||||
|
@ -85,6 +94,31 @@
|
||||||
"shareErrorDeleteMessage": "An error occurred deleting link",
|
"shareErrorDeleteMessage": "An error occurred deleting link",
|
||||||
"shareDeleted": "Link deleted",
|
"shareDeleted": "Link deleted",
|
||||||
"shareDeletedDesciption": "The link has been deleted",
|
"shareDeletedDesciption": "The link has been deleted",
|
||||||
|
"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": "Open menu",
|
"openMenu": "Open menu",
|
||||||
"resource": "Resource",
|
"resource": "Resource",
|
||||||
"title": "Title",
|
"title": "Title",
|
||||||
|
@ -94,7 +128,7 @@
|
||||||
"shareErrorSelectResource": "Please select a resource",
|
"shareErrorSelectResource": "Please select a resource",
|
||||||
"resourceTitle": "Manage Resources",
|
"resourceTitle": "Manage Resources",
|
||||||
"resourceDescription": "Create secure proxies to your private applications",
|
"resourceDescription": "Create secure proxies to your private applications",
|
||||||
"resourceSearch": "Search resources...",
|
"resourcesSearch": "Search resources...",
|
||||||
"resourceAdd": "Add Resource",
|
"resourceAdd": "Add Resource",
|
||||||
"resourceErrorDelte": "Error deleting resource",
|
"resourceErrorDelte": "Error deleting resource",
|
||||||
"authentication": "Authentication",
|
"authentication": "Authentication",
|
||||||
|
@ -142,6 +176,7 @@
|
||||||
"enabled": "Enabled",
|
"enabled": "Enabled",
|
||||||
"disabled": "Disabled",
|
"disabled": "Disabled",
|
||||||
"general": "General",
|
"general": "General",
|
||||||
|
"generalSettings": "General Settings",
|
||||||
"proxy": "Proxy",
|
"proxy": "Proxy",
|
||||||
"rules": "Rules",
|
"rules": "Rules",
|
||||||
"resourceSettingDescription": "Configure the settings on your resource",
|
"resourceSettingDescription": "Configure the settings on your resource",
|
||||||
|
@ -151,7 +186,7 @@
|
||||||
"orgSettingsDescription": "Configure your organization's general settings",
|
"orgSettingsDescription": "Configure your organization's general settings",
|
||||||
"orgGeneralSettings": "Organization Settings",
|
"orgGeneralSettings": "Organization Settings",
|
||||||
"orgGeneralSettingsDescription": "Manage your organization details and configuration",
|
"orgGeneralSettingsDescription": "Manage your organization details and configuration",
|
||||||
"orgGeneralSave": "Save General Settings",
|
"saveGeneralSettings": "Save General Settings",
|
||||||
"orgDangerZone": "Danger Zone",
|
"orgDangerZone": "Danger Zone",
|
||||||
"orgDangerZoneDescription": "Once you delete this org, there is no going back. Please be certain.",
|
"orgDangerZoneDescription": "Once you delete this org, there is no going back. Please be certain.",
|
||||||
"orgDelete": "Delete Organization",
|
"orgDelete": "Delete Organization",
|
||||||
|
@ -186,5 +221,11 @@
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"inviteTitle": "Open Invitations",
|
"inviteTitle": "Open Invitations",
|
||||||
"inviteDescription": "Manage your invitations to other users",
|
"inviteDescription": "Manage your invitations to other users",
|
||||||
"inviteSearch": "Search invitations..."
|
"inviteSearch": "Search invitations...",
|
||||||
|
"minutes": "Minutes",
|
||||||
|
"hours": "Hours",
|
||||||
|
"days": "Days",
|
||||||
|
"weeks": "Weeks",
|
||||||
|
"months": "Months",
|
||||||
|
"years": "Years"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue