Translated new words to Farsi lang

This commit is contained in:
Hossein Nedaee
2019-11-30 16:44:02 +03:30
parent ef162dd963
commit fa4c08dcc5

View File

@@ -1,83 +1,83 @@
export default { export default {
home: "home", home: "خانه",
realtime: "realtime", realtime: "بلادرنگ",
graphql: "graphql", graphql: "GraphQL",
settings: "settings", settings: "تنظیمات",
request: "request", request: "درخواست",
install_pwa: "install_pwa", install_pwa: "نصب PWA",
support_us: "support_us", support_us: "از ما حمایت کنید",
tweet: "tweet", tweet: "Tweet",
options: "options", options: "گزینه‌ها",
communication: "communication", communication: "ارتباط",
endpoint: "endpoint", endpoint: "Endpoint",
schema: "schema", schema: "Schema",
theme: "theme", theme: "پوسته",
subscribe: "subscribe", subscribe: "اشتراک",
choose_language: "choose_language", choose_language: "تغییر زبان",
shortcuts: "shortcuts", shortcuts: "میانبرها",
send_request: "send_request", send_request: "ارسال درخواست",
save_to_collections: "save_to_collections", save_to_collections: "ذخیره در کلکسیون",
copy_request_link: "copy_request_link", copy_request_link: "کپی لینک درخواست",
reset_request: "reset_request", reset_request: "بازنشانی درخواست",
support_us_on: "support_us_on", support_us_on: "حمایت از ما از طریق",
open_collective: "open_collective", open_collective: "Open Collective",
paypal: "paypal", paypal: "PayPal",
patreon: "patreon", patreon: "Patreon",
javascript_code: "javascript_code", javascript_code: "کد JavaScript",
method: "method", method: "متد",
path: "path", path: "مسیر",
label: "label", label: "برچسب",
again: "again", again: "دوباره",
content_type: "content_type", content_type: "Content Type",
raw_input: "raw_input", raw_input: "ورودی raw",
parameter_list: "parameter_list", parameter_list: "لیست پارامترها",
raw_request_body: "raw_request_body", raw_request_body: "Raw Request Body",
show_code: "show_code", show_code: "نمایش کد",
hide_code: "hide_code", hide_code: "عدم نمایش کد",
show_prerequest_script: "show_prerequest_script", show_prerequest_script: "Show Pre-Request Script",
hide_prerequest_script: "hide_prerequest_script", hide_prerequest_script: "Hide Pre-Request Script",
authentication: "authentication", authentication: "Authentication",
authentication_type: "authentication_type", authentication_type: "Authentication type",
include_in_url: "include_in_url", include_in_url: "در URL گنجانده شود",
parameters: "parameters", parameters: "پارامترها",
expand_response: "expand_response", expand_response: "نمایش کامل پاسخ",
collapse_response: "collapse_response", collapse_response: "نمایش مختصر پاسخ",
hide_preview: "hide_preview", hide_preview: "مخفی کردن نمایش",
preview_html: "preview_html", preview_html: "نمایش HTML",
history: "history", history: "تاریخچه",
collections: "collections", collections: "کلکسیون",
import_curl: "import_curl", import_curl: "وارد کردن cURL",
import: "import", import: "وارد کردن",
generate_code: "generate_code", generate_code: "تولید کد",
request_type: "request_type", request_type: "Request type",
generated_code: "generated_code", generated_code: "کد تولید شده",
status: "status", status: "Status",
headers: "headers", headers: "Headers",
websocket: "websocket", websocket: "WebSocket",
waiting_for_connection: "(waiting_for_connection)", waiting_for_connection: "(منتظر برقراری اتصال)",
message: "message", message: "پیام",
sse: "sse", sse: "SSE",
server: "server", server: "سرور",
events: "events", events: "رویداد",
url: "url", url: "URL",
get_schema: "get_schema", get_schema: "دریافت Schema",
header_list: "header_list", header_list: "لیست Header",
add_new: "add_new", add_new: "افزودن",
response: "response", response: "Response",
query: "query", query: "Query",
queries: "queries", queries: "Queries",
mutations: "mutations", mutations: "Mutations",
subscriptions: "subscriptions", subscriptions: "Subscriptions",
types: "types", types: "Types",
send: "send", send: "ارسال",
background: "background", background: "پس زمینه",
color: "color", color: "رنگ",
labels: "labels", labels: "برچسب‌ها",
multi_color: "multi_color", multi_color: "چند رنگی",
enabled: "enabled", enabled: "فعال",
disabled: "disabled", disabled: "غیر فعال",
proxy: "proxy", proxy: "پراکسی",
postwoman_official_proxy_hosting: "postwoman_official_proxy_hosting", postwoman_official_proxy_hosting: "پراکسی Postwoman برروی هاست ApolloTV قرار دارد.",
read_the: "read_the", read_the: "بخوانید",
apollotv_privacy_policy: "apollotv_privacy_policy" apollotv_privacy_policy: "خط مشی رازداری ApolloTV"
}; };