103 lines
5.1 KiB
Text
103 lines
5.1 KiB
Text
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
|
### These strings are used inside the about:debugging UI.
|
|
|
|
|
|
# Page Title strings
|
|
|
|
|
|
# Sidebar strings
|
|
|
|
# Display name of the runtime for the currently running instance of IceCat. Used in the
|
|
# Sidebar and in the Setup page.
|
|
about-debugging-this-icecat-runtime-name = ఈ { -brand-shorter-name }
|
|
# Sidebar heading for selecting the currently running instance of IceCat
|
|
# .name is processed by fluent-react / SidebarFixedItem
|
|
about-debugging-sidebar-this-icecat =
|
|
.name = { about-debugging-this-icecat-runtime-name }
|
|
# Connection status (connected) for runtime items in the sidebar
|
|
aboutdebugging-sidebar-runtime-connection-status-connected = అనుసంధానమైంది
|
|
# Title for runtime sidebar items that are related to a specific device (USB, WiFi).
|
|
# Variables:
|
|
# $displayName (string) - Displayed name
|
|
# $deviceName (string) - Name of the device
|
|
about-debugging-sidebar-runtime-item-name =
|
|
.title = { $displayName } ({ $deviceName })
|
|
# Title for runtime sidebar items where we cannot get device information (network
|
|
# locations).
|
|
# Variables:
|
|
# $displayName (string) - Displayed name
|
|
about-debugging-sidebar-runtime-item-name-no-device =
|
|
.title = { $displayName }
|
|
# Text to show in the footer of the sidebar that links to a help page
|
|
# (currently: https://icecat-source-docs.mozilla.org/devtools-user/about_colon_debugging/)
|
|
about-debugging-sidebar-support = డీబగ్గింగ్ తోడ్పాటు
|
|
# Text to show as the ALT attribute of a help icon that accompanies the help about
|
|
# debugging link in the footer of the sidebar
|
|
about-debugging-sidebar-support-icon =
|
|
.alt = సహాయ ప్రతీకం
|
|
# Text displayed in a sidebar button to refresh the list of USB devices. Clicking on it
|
|
# will attempt to update the list of devices displayed in the sidebar.
|
|
about-debugging-refresh-usb-devices-button = పరికరాలను తాజాకరించు
|
|
|
|
# Setup Page strings
|
|
|
|
# USB section of the Setup page (USB status)
|
|
about-debugging-setup-usb-status-enabled = చేతనం
|
|
about-debugging-setup-usb-status-disabled = అచేతనం
|
|
# Text of a button displayed after the network locations "Host" input.
|
|
# Clicking on it will add the new network location to the list.
|
|
about-debugging-network-locations-add-button = చేర్చు
|
|
# Text of a button displayed next to existing network locations in the Connect page.
|
|
# Clicking on it removes the network location from the list.
|
|
about-debugging-network-locations-remove-button = తొలగించు
|
|
|
|
# Runtime Page strings
|
|
|
|
# Below are the titles for the various categories of debug targets that can be found
|
|
# on "runtime" pages of about:debugging.
|
|
# Title of the temporary extensions category (only available for "This IceCat" runtime).
|
|
# .name is processed by fluent-react / DebugTargetPane
|
|
about-debugging-runtime-temporary-extensions =
|
|
.name = తాత్కాలిక పొడగింతలు
|
|
# Title of the extensions category.
|
|
# .name is processed by fluent-react / DebugTargetPane
|
|
about-debugging-runtime-extensions =
|
|
.name = పొడగింతలు
|
|
# Title of the tabs category.
|
|
# .name is processed by fluent-react / DebugTargetPane
|
|
about-debugging-runtime-tabs =
|
|
.name = ట్యాబులు
|
|
# Title of the service workers category.
|
|
# .name is processed by fluent-react / DebugTargetPane
|
|
about-debugging-runtime-service-workers =
|
|
.name = సర్వీస్ వర్కర్లు
|
|
# Displayed for runtime info in runtime pages.
|
|
# { $name } is brand name such as "IceCat Nightly"
|
|
# { $version } is version such as "64.0a1"
|
|
about-debugging-runtime-name = { $name } ({ $version })
|
|
|
|
# Debug Targets strings
|
|
|
|
# Displayed in the categories of "runtime" pages that don't have any debug target to
|
|
# show. Debug targets depend on the category (extensions, tabs, workers...).
|
|
about-debugging-debug-target-list-empty = ఇంకా ఏమీలేదు.
|
|
# Text of a button displayed for a temporary extension loaded in the "This IceCat" page.
|
|
# Clicking on the button will uninstall the extension and remove it from the page.
|
|
about-debugging-tmp-extension-remove-button = తొలగించు
|
|
# Text displayed for extensions (temporary extensions only) in "runtime" pages, before
|
|
# displaying the location of the temporary extension.
|
|
about-debugging-extension-location =
|
|
.label = స్థానం
|
|
# Alt text used for the close icon of message component (warnings, errors and notifications).
|
|
about-debugging-message-close-icon =
|
|
.alt = సందేశాన్ని మూసివేయి
|
|
# Label text used for the error details of message component.
|
|
about-debugging-message-details-label-error = దోష వివరాలు
|
|
# Label text used for the warning details of message component.
|
|
about-debugging-message-details-label-warning = హెచ్చరిక వివరాలు
|
|
# Label text used for default state of details of message component.
|
|
about-debugging-message-details-label = వివరాలు
|