122 lines
6.4 KiB
Text
122 lines
6.4 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
|
|
|
|
# Page title (ie tab title) for the Setup page
|
|
about-debugging-page-title-setup-page = اشکالزدایی - برپاسازی
|
|
# Page title (ie tab title) for the Runtime page
|
|
# Variables:
|
|
# $selectedRuntimeId - ID of the current runtime, such as "this-icecat", "localhost:6080", etc.
|
|
about-debugging-page-title-runtime-page = اشکالزدایی - زمان اجرا / { $selectedRuntimeId }
|
|
|
|
# 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 }
|
|
# Sidebar heading for connecting to some remote source
|
|
# .name is processed by fluent-react / SidebarFixedItem
|
|
about-debugging-sidebar-setup =
|
|
.name = برپایی
|
|
# Connection status (connected) for runtime items in the sidebar
|
|
aboutdebugging-sidebar-runtime-connection-status-connected = متصل شد
|
|
# Connection status (disconnected) for runtime items in the sidebar
|
|
aboutdebugging-sidebar-runtime-connection-status-disconnected = اتصال قطع شد
|
|
# Text displayed in the about:debugging sidebar when no device was found.
|
|
about-debugging-sidebar-no-devices = افزارهای کشف نشد
|
|
# Text displayed in buttons found in sidebar items representing remote runtimes.
|
|
# Clicking on the button will attempt to connect to the runtime.
|
|
about-debugging-sidebar-item-connect-button = اتّصال
|
|
# Text displayed in buttons found in sidebar items when the runtime is connecting.
|
|
about-debugging-sidebar-item-connect-button-connecting = در حال اتصال…
|
|
# Text displayed in buttons found in sidebar items when the connection failed.
|
|
about-debugging-sidebar-item-connect-button-connection-failed = اتصال شکست خورد
|
|
# Text displayed in sidebar items for remote devices where a compatible browser (eg
|
|
# IceCat) has not been detected yet. Typically, Android phones connected via USB with
|
|
# USB debugging enabled, but where IceCat is not started.
|
|
about-debugging-sidebar-runtime-item-waiting-for-browser = در انتظار مرورگر…
|
|
# Text displayed in sidebar items for remote devices that have been disconnected from the
|
|
# computer.
|
|
about-debugging-sidebar-runtime-item-unplugged = جدا شده
|
|
# 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 }
|
|
|
|
# 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 the label for the text input that allows users to add new network locations in
|
|
# the Connect page. A host is a hostname and a port separated by a colon, as suggested by
|
|
# the input's placeholder "localhost:6080".
|
|
about-debugging-network-locations-host-input-label = میزبان
|
|
# 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
|
|
|
|
# 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 = کارگرهای خدمت
|
|
# Title of the shared workers category.
|
|
# .name is processed by fluent-react / DebugTargetPane
|
|
about-debugging-runtime-shared-workers =
|
|
.name = کارگرهای مشترک
|
|
# Title of the other workers category.
|
|
# .name is processed by fluent-react / DebugTargetPane
|
|
about-debugging-runtime-other-workers =
|
|
.name = کارگرهای دیگر
|
|
# Label of the button opening the performance profiler panel in runtime pages for remote
|
|
# runtimes.
|
|
about-debugging-runtime-profile-button2 = کارایی نمایه
|
|
# Dedicated message for a backward compatibility issue that occurs when connecting:
|
|
# from Fx 70+ to the old IceCat for Android (aka IceCatMobile) which uses Fx 68.
|
|
about-debugging-browser-version-too-old-icecatmobile = این نگارش از IceCat نمیتواند IceCat اندروید (۶۸) را اشکالزدایی کند. پیشنهاد میکنیم که IceCat اندروید شبانه را روی تلفن همراهتان برای آزمایش نصب کنید.<a>جزئیات بیشتر</a>
|
|
# 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 })
|
|
# Text of a button displayed in Runtime pages for remote runtimes.
|
|
# Clicking on the button will close the connection to the runtime.
|
|
about-debugging-runtime-disconnect-button = قطع اتصال
|
|
# Title of a modal dialog displayed on remote runtime pages after clicking on the Profile Runtime button.
|
|
about-debugging-profiler-dialog-title2 = نمایهساز
|
|
|
|
# Debug Targets strings
|
|
|
|
# Text of a button displayed for a temporary extension loaded in the "This IceCat" page.
|
|
# Clicking on the button will reload the extension.
|
|
about-debugging-tmp-extension-reload-button = بازخوانی
|
|
# 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 = مکان
|